Class: Aws::DevOpsAgent::Types::IdpAuthConfiguration

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

Overview

Configuration for external Identity Provider OIDC authentication flow for the Operator App.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#client_idString

The OIDC client ID for the IdP application

Returns:

  • (String)


1818
1819
1820
1821
1822
1823
1824
1825
1826
1827
# File 'lib/aws-sdk-devopsagent/types.rb', line 1818

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

#created_atTime

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

Returns:

  • (Time)


1818
1819
1820
1821
1822
1823
1824
1825
1826
1827
# File 'lib/aws-sdk-devopsagent/types.rb', line 1818

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

#issuer_urlString

The OIDC issuer URL of the external Identity Provider

Returns:

  • (String)


1818
1819
1820
1821
1822
1823
1824
1825
1826
1827
# File 'lib/aws-sdk-devopsagent/types.rb', line 1818

class IdpAuthConfiguration < Struct.new(
  :issuer_url,
  :client_id,
  :operator_app_role_arn,
  :provider,
  :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)


1818
1819
1820
1821
1822
1823
1824
1825
1826
1827
# File 'lib/aws-sdk-devopsagent/types.rb', line 1818

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

#providerString

The Identity Provider name (e.g., Entra, Okta, Google)

Returns:

  • (String)


1818
1819
1820
1821
1822
1823
1824
1825
1826
1827
# File 'lib/aws-sdk-devopsagent/types.rb', line 1818

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

#updated_atTime

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

Returns:

  • (Time)


1818
1819
1820
1821
1822
1823
1824
1825
1826
1827
# File 'lib/aws-sdk-devopsagent/types.rb', line 1818

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