Class: Aws::SSOAdmin::Types::ApplicationAssignmentForPrincipal
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSOAdmin::Types::ApplicationAssignmentForPrincipal
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-ssoadmin/types.rb
Overview
A structure that describes an application to which a principal is assigned.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#application_arn ⇒ String
The ARN of the application to which the specified principal is assigned.
-
#principal_id ⇒ String
The unique identifier of the principal assigned to the application.
-
#principal_type ⇒ String
The type of the principal assigned to the application.
Instance Attribute Details
#application_arn ⇒ String
The ARN of the application to which the specified principal is assigned.
342 343 344 345 346 347 348 |
# File 'lib/aws-sdk-ssoadmin/types.rb', line 342 class ApplicationAssignmentForPrincipal < Struct.new( :application_arn, :principal_id, :principal_type) SENSITIVE = [] include Aws::Structure end |
#principal_id ⇒ String
The unique identifier of the principal assigned to the application.
342 343 344 345 346 347 348 |
# File 'lib/aws-sdk-ssoadmin/types.rb', line 342 class ApplicationAssignmentForPrincipal < Struct.new( :application_arn, :principal_id, :principal_type) SENSITIVE = [] include Aws::Structure end |
#principal_type ⇒ String
The type of the principal assigned to the application.
342 343 344 345 346 347 348 |
# File 'lib/aws-sdk-ssoadmin/types.rb', line 342 class ApplicationAssignmentForPrincipal < Struct.new( :application_arn, :principal_id, :principal_type) SENSITIVE = [] include Aws::Structure end |