Class: Aws::AppFabric::Types::AppAuthorization
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppFabric::Types::AppAuthorization
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-appfabric/types.rb
Overview
Contains information about 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.
-
#auth_type ⇒ String
The authorization type.
-
#auth_url ⇒ String
The application URL for the OAuth flow.
-
#created_at ⇒ Time
The timestamp of when the app authorization was created.
-
#persona ⇒ String
The user persona of 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
The timestamp of when the app authorization was last updated.
Instance Attribute Details
#app ⇒ String
The name of the application.
106 107 108 109 110 111 112 113 114 115 116 117 118 119 |
# File 'lib/aws-sdk-appfabric/types.rb', line 106 class AppAuthorization < Struct.new( :app_authorization_arn, :app_bundle_arn, :app, :tenant, :auth_type, :status, :created_at, :updated_at, :persona, :auth_url) SENSITIVE = [] include Aws::Structure end |
#app_authorization_arn ⇒ String
The Amazon Resource Name (ARN) of the app authorization.
106 107 108 109 110 111 112 113 114 115 116 117 118 119 |
# File 'lib/aws-sdk-appfabric/types.rb', line 106 class AppAuthorization < Struct.new( :app_authorization_arn, :app_bundle_arn, :app, :tenant, :auth_type, :status, :created_at, :updated_at, :persona, :auth_url) SENSITIVE = [] include Aws::Structure end |
#app_bundle_arn ⇒ String
The Amazon Resource Name (ARN) of the app bundle for the app authorization.
106 107 108 109 110 111 112 113 114 115 116 117 118 119 |
# File 'lib/aws-sdk-appfabric/types.rb', line 106 class AppAuthorization < Struct.new( :app_authorization_arn, :app_bundle_arn, :app, :tenant, :auth_type, :status, :created_at, :updated_at, :persona, :auth_url) SENSITIVE = [] include Aws::Structure end |
#auth_type ⇒ String
The authorization type.
106 107 108 109 110 111 112 113 114 115 116 117 118 119 |
# File 'lib/aws-sdk-appfabric/types.rb', line 106 class AppAuthorization < Struct.new( :app_authorization_arn, :app_bundle_arn, :app, :tenant, :auth_type, :status, :created_at, :updated_at, :persona, :auth_url) SENSITIVE = [] include Aws::Structure end |
#auth_url ⇒ String
The application URL for the OAuth flow.
106 107 108 109 110 111 112 113 114 115 116 117 118 119 |
# File 'lib/aws-sdk-appfabric/types.rb', line 106 class AppAuthorization < Struct.new( :app_authorization_arn, :app_bundle_arn, :app, :tenant, :auth_type, :status, :created_at, :updated_at, :persona, :auth_url) SENSITIVE = [] include Aws::Structure end |
#created_at ⇒ Time
The timestamp of when the app authorization was created.
106 107 108 109 110 111 112 113 114 115 116 117 118 119 |
# File 'lib/aws-sdk-appfabric/types.rb', line 106 class AppAuthorization < Struct.new( :app_authorization_arn, :app_bundle_arn, :app, :tenant, :auth_type, :status, :created_at, :updated_at, :persona, :auth_url) SENSITIVE = [] include Aws::Structure end |
#persona ⇒ String
The user persona of the app authorization.
This field should always be ‘admin`.
106 107 108 109 110 111 112 113 114 115 116 117 118 119 |
# File 'lib/aws-sdk-appfabric/types.rb', line 106 class AppAuthorization < Struct.new( :app_authorization_arn, :app_bundle_arn, :app, :tenant, :auth_type, :status, :created_at, :updated_at, :persona, :auth_url) 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.
106 107 108 109 110 111 112 113 114 115 116 117 118 119 |
# File 'lib/aws-sdk-appfabric/types.rb', line 106 class AppAuthorization < Struct.new( :app_authorization_arn, :app_bundle_arn, :app, :tenant, :auth_type, :status, :created_at, :updated_at, :persona, :auth_url) SENSITIVE = [] include Aws::Structure end |
#tenant ⇒ Types::Tenant
Contains information about an application tenant, such as the application display name and identifier.
106 107 108 109 110 111 112 113 114 115 116 117 118 119 |
# File 'lib/aws-sdk-appfabric/types.rb', line 106 class AppAuthorization < Struct.new( :app_authorization_arn, :app_bundle_arn, :app, :tenant, :auth_type, :status, :created_at, :updated_at, :persona, :auth_url) SENSITIVE = [] include Aws::Structure end |
#updated_at ⇒ Time
The timestamp of when the app authorization was last updated.
106 107 108 109 110 111 112 113 114 115 116 117 118 119 |
# File 'lib/aws-sdk-appfabric/types.rb', line 106 class AppAuthorization < Struct.new( :app_authorization_arn, :app_bundle_arn, :app, :tenant, :auth_type, :status, :created_at, :updated_at, :persona, :auth_url) SENSITIVE = [] include Aws::Structure end |