Class: Aws::SSOAdmin::Types::DeleteAccountAssignmentRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-ssoadmin/lib/aws-sdk-ssoadmin/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#instance_arnString

The ARN of the IAM Identity Center instance under which the operation will be executed. For more information about ARNs, see Amazon Resource Names (ARNs) and Amazon Web Services Service Namespaces in the Amazon Web Services General Reference.

Returns:

  • (String)


1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
# File 'gems/aws-sdk-ssoadmin/lib/aws-sdk-ssoadmin/types.rb', line 1098

class DeleteAccountAssignmentRequest < Struct.new(
  :instance_arn,
  :target_id,
  :target_type,
  :permission_set_arn,
  :principal_type,
  :principal_id)
  SENSITIVE = []
  include Aws::Structure
end

#permission_set_arnString

The ARN of the permission set that will be used to remove access.

Returns:

  • (String)


1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
# File 'gems/aws-sdk-ssoadmin/lib/aws-sdk-ssoadmin/types.rb', line 1098

class DeleteAccountAssignmentRequest < Struct.new(
  :instance_arn,
  :target_id,
  :target_type,
  :permission_set_arn,
  :principal_type,
  :principal_id)
  SENSITIVE = []
  include Aws::Structure
end

#principal_idString

An identifier for an object in IAM Identity Center, such as a user or group. PrincipalIds are GUIDs (For example, f81d4fae-7dec-11d0-a765-00a0c91e6bf6). For more information about PrincipalIds in IAM Identity Center, see the IAM Identity Center Identity Store API Reference.

Returns:

  • (String)


1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
# File 'gems/aws-sdk-ssoadmin/lib/aws-sdk-ssoadmin/types.rb', line 1098

class DeleteAccountAssignmentRequest < Struct.new(
  :instance_arn,
  :target_id,
  :target_type,
  :permission_set_arn,
  :principal_type,
  :principal_id)
  SENSITIVE = []
  include Aws::Structure
end

#principal_typeString

The entity type for which the assignment will be deleted.

Returns:

  • (String)


1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
# File 'gems/aws-sdk-ssoadmin/lib/aws-sdk-ssoadmin/types.rb', line 1098

class DeleteAccountAssignmentRequest < Struct.new(
  :instance_arn,
  :target_id,
  :target_type,
  :permission_set_arn,
  :principal_type,
  :principal_id)
  SENSITIVE = []
  include Aws::Structure
end

#target_idString

TargetID is an Amazon Web Services account identifier, (For example, 123456789012).

Returns:

  • (String)


1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
# File 'gems/aws-sdk-ssoadmin/lib/aws-sdk-ssoadmin/types.rb', line 1098

class DeleteAccountAssignmentRequest < Struct.new(
  :instance_arn,
  :target_id,
  :target_type,
  :permission_set_arn,
  :principal_type,
  :principal_id)
  SENSITIVE = []
  include Aws::Structure
end

#target_typeString

The entity type for which the assignment will be deleted.

Returns:

  • (String)


1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
# File 'gems/aws-sdk-ssoadmin/lib/aws-sdk-ssoadmin/types.rb', line 1098

class DeleteAccountAssignmentRequest < Struct.new(
  :instance_arn,
  :target_id,
  :target_type,
  :permission_set_arn,
  :principal_type,
  :principal_id)
  SENSITIVE = []
  include Aws::Structure
end