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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-devopsagent/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)


1763
1764
1765
1766
1767
1768
1769
# File 'gems/aws-sdk-devopsagent/lib/aws-sdk-devopsagent/types.rb', line 1763

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)


1763
1764
1765
1766
1767
1768
1769
# File 'gems/aws-sdk-devopsagent/lib/aws-sdk-devopsagent/types.rb', line 1763

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)


1763
1764
1765
1766
1767
1768
1769
# File 'gems/aws-sdk-devopsagent/lib/aws-sdk-devopsagent/types.rb', line 1763

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