Class: Aws::DevOpsAgent::Types::IamAuthConfiguration

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-devopsagent/types.rb

Overview

Configuration for IAM-based authentication flow for the Operator App.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#created_atTime

The timestamp when the Operator App IAM auth flow was enabled.

Returns:

  • (Time)


1727
1728
1729
1730
1731
1732
1733
# File 'lib/aws-sdk-devopsagent/types.rb', line 1727

class IamAuthConfiguration < Struct.new(
  :operator_app_role_arn,
  :created_at,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#operator_app_role_arnString

The IAM role end users assume to access AIDevOps APIs

Returns:

  • (String)


1727
1728
1729
1730
1731
1732
1733
# File 'lib/aws-sdk-devopsagent/types.rb', line 1727

class IamAuthConfiguration < Struct.new(
  :operator_app_role_arn,
  :created_at,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#updated_atTime

The timestamp when the Operator App IAM auth flow was updated.

Returns:

  • (Time)


1727
1728
1729
1730
1731
1732
1733
# File 'lib/aws-sdk-devopsagent/types.rb', line 1727

class IamAuthConfiguration < Struct.new(
  :operator_app_role_arn,
  :created_at,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end