AccessPolicySummary
public struct AccessPolicySummary : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The date the access policy was created, in Unix epoch time.
Declaration
Swift
public let creationDate: TimeStamp?
-
The ID of the access policy.
Declaration
Swift
public let id: String
-
The AWS SSO identity (a user or group).
Declaration
Swift
public let identity: Identity
-
The date the access policy was last updated, in Unix epoch time.
Declaration
Swift
public let lastUpdateDate: TimeStamp?
-
The permissions for the access policy. Note that a project ADMINISTRATOR is also known as a project owner.
Declaration
Swift
public let permission: Permission
-
The AWS IoT SiteWise Monitor resource (a portal or project).
Declaration
Swift
public let resource: Resource
-
Undocumented
Declaration
Swift
public init(creationDate: TimeStamp? = nil, id: String, identity: Identity, lastUpdateDate: TimeStamp? = nil, permission: Permission, resource: Resource)