Class: Aws::AppFabric::Types::AppAuthorizationSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppFabric::Types::AppAuthorizationSummary
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-appfabric/types.rb
Overview
Contains a summary of an app authorization.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#app ⇒ String
The name of the application.
-
#app_authorization_arn ⇒ String
The Amazon Resource Name (ARN) of the app authorization.
-
#app_bundle_arn ⇒ String
The Amazon Resource Name (ARN) of the app bundle for the app authorization.
-
#status ⇒ String
The state of the app authorization.
-
#tenant ⇒ Types::Tenant
Contains information about an application tenant, such as the application display name and identifier.
-
#updated_at ⇒ Time
Timestamp for when the app authorization was last updated.
Instance Attribute Details
#app ⇒ String
The name of the application.
169 170 171 172 173 174 175 176 177 178 |
# File 'lib/aws-sdk-appfabric/types.rb', line 169 class AppAuthorizationSummary < Struct.new( :app_authorization_arn, :app_bundle_arn, :app, :tenant, :status, :updated_at) SENSITIVE = [] include Aws::Structure end |
#app_authorization_arn ⇒ String
The Amazon Resource Name (ARN) of the app authorization.
169 170 171 172 173 174 175 176 177 178 |
# File 'lib/aws-sdk-appfabric/types.rb', line 169 class AppAuthorizationSummary < Struct.new( :app_authorization_arn, :app_bundle_arn, :app, :tenant, :status, :updated_at) SENSITIVE = [] include Aws::Structure end |
#app_bundle_arn ⇒ String
The Amazon Resource Name (ARN) of the app bundle for the app authorization.
169 170 171 172 173 174 175 176 177 178 |
# File 'lib/aws-sdk-appfabric/types.rb', line 169 class AppAuthorizationSummary < Struct.new( :app_authorization_arn, :app_bundle_arn, :app, :tenant, :status, :updated_at) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The state of the app authorization.
The following states are possible:
-
‘PendingConnect`: The initial state of the app authorization. The app authorization is created but not yet connected.
-
‘Connected`: The app authorization is connected to the application, and is ready to be used.
-
‘ConnectionValidationFailed`: The app authorization received a validation exception when trying to connect to the application. If the app authorization is in this state, you should verify the configured credentials and try to connect the app authorization again.
-
‘TokenAutoRotationFailed`: AppFabric failed to refresh the access token. If the app authorization is in this state, you should try to reconnect the app authorization.
169 170 171 172 173 174 175 176 177 178 |
# File 'lib/aws-sdk-appfabric/types.rb', line 169 class AppAuthorizationSummary < Struct.new( :app_authorization_arn, :app_bundle_arn, :app, :tenant, :status, :updated_at) SENSITIVE = [] include Aws::Structure end |
#tenant ⇒ Types::Tenant
Contains information about an application tenant, such as the application display name and identifier.
169 170 171 172 173 174 175 176 177 178 |
# File 'lib/aws-sdk-appfabric/types.rb', line 169 class AppAuthorizationSummary < Struct.new( :app_authorization_arn, :app_bundle_arn, :app, :tenant, :status, :updated_at) SENSITIVE = [] include Aws::Structure end |
#updated_at ⇒ Time
Timestamp for when the app authorization was last updated.
169 170 171 172 173 174 175 176 177 178 |
# File 'lib/aws-sdk-appfabric/types.rb', line 169 class AppAuthorizationSummary < Struct.new( :app_authorization_arn, :app_bundle_arn, :app, :tenant, :status, :updated_at) SENSITIVE = [] include Aws::Structure end |