Class: Aws::AppFabric::Types::AppAuthorizationSummary

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-appfabric/lib/aws-sdk-appfabric/types.rb

Overview

Contains a summary of an app authorization.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#appString

The name of the application.

Returns:

  • (String)


169
170
171
172
173
174
175
176
177
178
# File 'gems/aws-sdk-appfabric/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_arnString

The Amazon Resource Name (ARN) of the app authorization.

Returns:

  • (String)


169
170
171
172
173
174
175
176
177
178
# File 'gems/aws-sdk-appfabric/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_arnString

The Amazon Resource Name (ARN) of the app bundle for the app authorization.

Returns:

  • (String)


169
170
171
172
173
174
175
176
177
178
# File 'gems/aws-sdk-appfabric/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

#statusString

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.

Returns:

  • (String)


169
170
171
172
173
174
175
176
177
178
# File 'gems/aws-sdk-appfabric/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

#tenantTypes::Tenant

Contains information about an application tenant, such as the application display name and identifier.

Returns:



169
170
171
172
173
174
175
176
177
178
# File 'gems/aws-sdk-appfabric/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_atTime

Timestamp for when the app authorization was last updated.

Returns:

  • (Time)


169
170
171
172
173
174
175
176
177
178
# File 'gems/aws-sdk-appfabric/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