PermissionSet

public struct PermissionSet : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The date that the permission set was created.

    Declaration

    Swift

    public let createdDate: TimeStamp?
  • The description of the PermissionSet.

    Declaration

    Swift

    public let description: String?
  • The name of the permission set.

    Declaration

    Swift

    public let name: String?
  • The ARN of the permission set. For more information about ARNs, see Amazon Resource Names (ARNs) and AWS Service Namespaces in the AWS General Reference.

    Declaration

    Swift

    public let permissionSetArn: String?
  • Used to redirect users within the application during the federation authentication process.

    Declaration

    Swift

    public let relayState: String?
  • The length of time that the application user sessions are valid for in the ISO-8601 standard.

    Declaration

    Swift

    public let sessionDuration: String?
  • Undocumented

    Declaration

    Swift

    public init(createdDate: TimeStamp? = nil, description: String? = nil, name: String? = nil, permissionSetArn: String? = nil, relayState: String? = nil, sessionDuration: String? = nil)