Class: Aws::SSOAdmin::Types::DescribeApplicationAssignmentResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSOAdmin::Types::DescribeApplicationAssignmentResponse
- Defined in:
- gems/aws-sdk-ssoadmin/lib/aws-sdk-ssoadmin/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#application_arn ⇒ String
Specifies the ARN of the application.
-
#principal_id ⇒ String
An identifier for an object in IAM Identity Center, such as a user or group.
-
#principal_type ⇒ String
The entity type for which the assignment will be created.
Instance Attribute Details
#application_arn ⇒ String
Specifies the ARN of the application. For more information about ARNs, see Amazon Resource Names (ARNs) and Amazon Web Services Service Namespaces in the Amazon Web Services General Reference.
1476 1477 1478 1479 1480 1481 1482 |
# File 'gems/aws-sdk-ssoadmin/lib/aws-sdk-ssoadmin/types.rb', line 1476 class DescribeApplicationAssignmentResponse < Struct.new( :principal_type, :principal_id, :application_arn) SENSITIVE = [] include Aws::Structure end |
#principal_id ⇒ String
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.
1476 1477 1478 1479 1480 1481 1482 |
# File 'gems/aws-sdk-ssoadmin/lib/aws-sdk-ssoadmin/types.rb', line 1476 class DescribeApplicationAssignmentResponse < Struct.new( :principal_type, :principal_id, :application_arn) SENSITIVE = [] include Aws::Structure end |
#principal_type ⇒ String
The entity type for which the assignment will be created.
1476 1477 1478 1479 1480 1481 1482 |
# File 'gems/aws-sdk-ssoadmin/lib/aws-sdk-ssoadmin/types.rb', line 1476 class DescribeApplicationAssignmentResponse < Struct.new( :principal_type, :principal_id, :application_arn) SENSITIVE = [] include Aws::Structure end |