class Aws::SSOAdmin::Types::DeleteAccountAssignmentRequest

@note When making an API call, you may pass DeleteAccountAssignmentRequest

data as a hash:

    {
      instance_arn: "InstanceArn", # required
      target_id: "TargetId", # required
      target_type: "AWS_ACCOUNT", # required, accepts AWS_ACCOUNT
      permission_set_arn: "PermissionSetArn", # required
      principal_type: "USER", # required, accepts USER, GROUP
      principal_id: "PrincipalId", # required
    }

@!attribute [rw] instance_arn

The ARN of the SSO instance under which the operation will be
executed. For more information about ARNs, see [Amazon Resource
Names (ARNs) and Amazon Web Services Service
Namespaces](/general/latest/gr/aws-arns-and-namespaces.html) in the
*Amazon Web Services General Reference*.
@return [String]

@!attribute [rw] target_id

TargetID is an Amazon Web Services account identifier, typically a
10-12 digit string (For example, 123456789012).
@return [String]

@!attribute [rw] target_type

The entity type for which the assignment will be deleted.
@return [String]

@!attribute [rw] permission_set_arn

The ARN of the permission set that will be used to remove access.
@return [String]

@!attribute [rw] principal_type

The entity type for which the assignment will be deleted.
@return [String]

@!attribute [rw] principal_id

An identifier for an object in Amazon Web Services SSO, such as a
user or group. PrincipalIds are GUIDs (For example,
f81d4fae-7dec-11d0-a765-00a0c91e6bf6). For more information about
PrincipalIds in Amazon Web Services SSO, see the [Amazon Web
Services SSO Identity Store API
Reference](/singlesignon/latest/IdentityStoreAPIReference/welcome.html).
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/sso-admin-2020-07-20/DeleteAccountAssignmentRequest AWS API Documentation

Constants

SENSITIVE