DescribeAccessPolicyResponse
public struct DescribeAccessPolicyResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The ARN of the access policy, which has the following format. arn:${Partition}:iotsitewise:${Region}:${Account}:access-policy/${AccessPolicyId}
Declaration
Swift
public let accessPolicyArn: String
-
The date the access policy was created, in Unix epoch time.
Declaration
Swift
public let accessPolicyCreationDate: TimeStamp
-
The ID of the access policy.
Declaration
Swift
public let accessPolicyId: String
-
The AWS SSO identity (user or group) to which this access policy applies.
Declaration
Swift
public let accessPolicyIdentity: Identity
-
The date the access policy was last updated, in Unix epoch time.
Declaration
Swift
public let accessPolicyLastUpdateDate: TimeStamp
-
The access policy permission. Note that a project ADMINISTRATOR is also known as a project owner.
Declaration
Swift
public let accessPolicyPermission: Permission
-
The AWS IoT SiteWise Monitor resource (portal or project) to which this access policy provides access.
Declaration
Swift
public let accessPolicyResource: Resource
-
init(accessPolicyArn:accessPolicyCreationDate:accessPolicyId:accessPolicyIdentity:accessPolicyLastUpdateDate:accessPolicyPermission:accessPolicyResource:)
Undocumented
Declaration
Swift
public init(accessPolicyArn: String, accessPolicyCreationDate: TimeStamp, accessPolicyId: String, accessPolicyIdentity: Identity, accessPolicyLastUpdateDate: TimeStamp, accessPolicyPermission: Permission, accessPolicyResource: Resource)