UpdatePermissionSetRequest

public struct UpdatePermissionSetRequest : 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 ARN of the permission set.

    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(description: String? = nil, instanceArn: String, permissionSetArn: String, relayState: String? = nil, sessionDuration: String? = nil)
  • Declaration

    Swift

    public func validate(name: String) throws