Class: Aws::AppFabric::Types::AppAuthorization

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#appString

The name of the application.

Returns:

  • (String)


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_arnString

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

Returns:

  • (String)


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_arnString

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

Returns:

  • (String)


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_typeString

The authorization type.

Returns:

  • (String)


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_urlString

The application URL for the OAuth flow.

Returns:

  • (String)


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_atTime

The timestamp of when the app authorization was created.

Returns:

  • (Time)


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

#personaString

The user persona of the app authorization.

This field should always be ‘admin`.

Returns:

  • (String)


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

#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)


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

#tenantTypes::Tenant

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

Returns:



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_atTime

The timestamp of when the app authorization was last updated.

Returns:

  • (Time)


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