Class: Aws::SSOAdmin::Types::AccountAssignmentForPrincipal

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

Overview

A structure that describes an assignment of an Amazon Web Services account to a principal and the permissions that principal has in the account.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#account_idString

The account ID number of the Amazon Web Services account.

Returns:

  • (String)


141
142
143
144
145
146
147
148
# File 'gems/aws-sdk-ssoadmin/lib/aws-sdk-ssoadmin/types.rb', line 141

class AccountAssignmentForPrincipal < Struct.new(
  :account_id,
  :permission_set_arn,
  :principal_id,
  :principal_type)
  SENSITIVE = []
  include Aws::Structure
end

#permission_set_arnString

The ARN of the IAM Identity Center permission set assigned to this principal for this Amazon Web Services account.

Returns:

  • (String)


141
142
143
144
145
146
147
148
# File 'gems/aws-sdk-ssoadmin/lib/aws-sdk-ssoadmin/types.rb', line 141

class AccountAssignmentForPrincipal < Struct.new(
  :account_id,
  :permission_set_arn,
  :principal_id,
  :principal_type)
  SENSITIVE = []
  include Aws::Structure
end

#principal_idString

The ID of the principal.

Returns:

  • (String)


141
142
143
144
145
146
147
148
# File 'gems/aws-sdk-ssoadmin/lib/aws-sdk-ssoadmin/types.rb', line 141

class AccountAssignmentForPrincipal < Struct.new(
  :account_id,
  :permission_set_arn,
  :principal_id,
  :principal_type)
  SENSITIVE = []
  include Aws::Structure
end

#principal_typeString

The type of the principal.

Returns:

  • (String)


141
142
143
144
145
146
147
148
# File 'gems/aws-sdk-ssoadmin/lib/aws-sdk-ssoadmin/types.rb', line 141

class AccountAssignmentForPrincipal < Struct.new(
  :account_id,
  :permission_set_arn,
  :principal_id,
  :principal_type)
  SENSITIVE = []
  include Aws::Structure
end