CreatePermissionSetRequest

public struct CreatePermissionSetRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The description of the PermissionSet.

    Declaration

    Swift

    public let description: String?
  • The ARN of the SSO instance under which the operation will be executed. For more information about ARNs, see Amazon Resource Names (ARNs) and AWS Service Namespaces in the AWS General Reference.

    Declaration

    Swift

    public let instanceArn: String
  • The name of the PermissionSet.

    Declaration

    Swift

    public let name: 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 in the ISO-8601 standard.

    Declaration

    Swift

    public let sessionDuration: String?
  • The tags to attach to the new PermissionSet.

    Declaration

    Swift

    public let tags: [Tag]?
  • Undocumented

    Declaration

    Swift

    public init(description: String? = nil, instanceArn: String, name: String, relayState: String? = nil, sessionDuration: String? = nil, tags: [Tag]? = nil)
  • Declaration

    Swift

    public func validate(name: String) throws