Class: Aws::SSOAdmin::Types::CreateApplicationAssignmentRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSOAdmin::Types::CreateApplicationAssignmentRequest
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-ssoadmin/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#application_arn ⇒ String
The ARN of the application provider under which the operation will run.
-
#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
The ARN of the application provider under which the operation will run.
647 648 649 650 651 652 653 |
# File 'lib/aws-sdk-ssoadmin/types.rb', line 647 class CreateApplicationAssignmentRequest < Struct.new( :application_arn, :principal_id, :principal_type) 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](/singlesignon/latest/IdentityStoreAPIReference/welcome.html).
647 648 649 650 651 652 653 |
# File 'lib/aws-sdk-ssoadmin/types.rb', line 647 class CreateApplicationAssignmentRequest < Struct.new( :application_arn, :principal_id, :principal_type) SENSITIVE = [] include Aws::Structure end |
#principal_type ⇒ String
The entity type for which the assignment will be created.
647 648 649 650 651 652 653 |
# File 'lib/aws-sdk-ssoadmin/types.rb', line 647 class CreateApplicationAssignmentRequest < Struct.new( :application_arn, :principal_id, :principal_type) SENSITIVE = [] include Aws::Structure end |