Class: Aws::SSOAdmin::Types::Application
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSOAdmin::Types::Application
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-ssoadmin/types.rb
Overview
A structure that describes an application that uses IAM Identity Center for access management.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#application_account ⇒ String
The Amazon Web Services account ID number of the application.
-
#application_arn ⇒ String
The ARN of the application.
-
#application_provider_arn ⇒ String
The ARN of the application provider for this application.
-
#created_date ⇒ Time
The date and time when the application was originally created.
-
#description ⇒ String
The description of the application.
-
#instance_arn ⇒ String
The ARN of the instance of IAM Identity Center that is configured with this application.
-
#name ⇒ String
The name of the application.
-
#portal_options ⇒ Types::PortalOptions
A structure that describes the options for the access portal associated with this application.
-
#status ⇒ String
The current status of the application in this instance of IAM Identity Center.
Instance Attribute Details
#application_account ⇒ String
The Amazon Web Services account ID number of the application.
285 286 287 288 289 290 291 292 293 294 295 296 297 |
# File 'lib/aws-sdk-ssoadmin/types.rb', line 285 class Application < Struct.new( :application_account, :application_arn, :application_provider_arn, :created_date, :description, :instance_arn, :name, :portal_options, :status) SENSITIVE = [] include Aws::Structure end |
#application_arn ⇒ String
The ARN of the application.
285 286 287 288 289 290 291 292 293 294 295 296 297 |
# File 'lib/aws-sdk-ssoadmin/types.rb', line 285 class Application < Struct.new( :application_account, :application_arn, :application_provider_arn, :created_date, :description, :instance_arn, :name, :portal_options, :status) SENSITIVE = [] include Aws::Structure end |
#application_provider_arn ⇒ String
The ARN of the application provider for this application.
285 286 287 288 289 290 291 292 293 294 295 296 297 |
# File 'lib/aws-sdk-ssoadmin/types.rb', line 285 class Application < Struct.new( :application_account, :application_arn, :application_provider_arn, :created_date, :description, :instance_arn, :name, :portal_options, :status) SENSITIVE = [] include Aws::Structure end |
#created_date ⇒ Time
The date and time when the application was originally created.
285 286 287 288 289 290 291 292 293 294 295 296 297 |
# File 'lib/aws-sdk-ssoadmin/types.rb', line 285 class Application < Struct.new( :application_account, :application_arn, :application_provider_arn, :created_date, :description, :instance_arn, :name, :portal_options, :status) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
The description of the application.
285 286 287 288 289 290 291 292 293 294 295 296 297 |
# File 'lib/aws-sdk-ssoadmin/types.rb', line 285 class Application < Struct.new( :application_account, :application_arn, :application_provider_arn, :created_date, :description, :instance_arn, :name, :portal_options, :status) SENSITIVE = [] include Aws::Structure end |
#instance_arn ⇒ String
The ARN of the instance of IAM Identity Center that is configured with this application.
285 286 287 288 289 290 291 292 293 294 295 296 297 |
# File 'lib/aws-sdk-ssoadmin/types.rb', line 285 class Application < Struct.new( :application_account, :application_arn, :application_provider_arn, :created_date, :description, :instance_arn, :name, :portal_options, :status) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the application.
285 286 287 288 289 290 291 292 293 294 295 296 297 |
# File 'lib/aws-sdk-ssoadmin/types.rb', line 285 class Application < Struct.new( :application_account, :application_arn, :application_provider_arn, :created_date, :description, :instance_arn, :name, :portal_options, :status) SENSITIVE = [] include Aws::Structure end |
#portal_options ⇒ Types::PortalOptions
A structure that describes the options for the access portal associated with this application.
285 286 287 288 289 290 291 292 293 294 295 296 297 |
# File 'lib/aws-sdk-ssoadmin/types.rb', line 285 class Application < Struct.new( :application_account, :application_arn, :application_provider_arn, :created_date, :description, :instance_arn, :name, :portal_options, :status) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The current status of the application in this instance of IAM Identity Center.
285 286 287 288 289 290 291 292 293 294 295 296 297 |
# File 'lib/aws-sdk-ssoadmin/types.rb', line 285 class Application < Struct.new( :application_account, :application_arn, :application_provider_arn, :created_date, :description, :instance_arn, :name, :portal_options, :status) SENSITIVE = [] include Aws::Structure end |