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

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


1854
1855
1856
1857
1858
1859
1860
1861
1862
1863
# File 'gems/aws-sdk-devopsagent/lib/aws-sdk-devopsagent/types.rb', line 1854

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)


1854
1855
1856
1857
1858
1859
1860
1861
1862
1863
# File 'gems/aws-sdk-devopsagent/lib/aws-sdk-devopsagent/types.rb', line 1854

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)


1854
1855
1856
1857
1858
1859
1860
1861
1862
1863
# File 'gems/aws-sdk-devopsagent/lib/aws-sdk-devopsagent/types.rb', line 1854

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)


1854
1855
1856
1857
1858
1859
1860
1861
1862
1863
# File 'gems/aws-sdk-devopsagent/lib/aws-sdk-devopsagent/types.rb', line 1854

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)


1854
1855
1856
1857
1858
1859
1860
1861
1862
1863
# File 'gems/aws-sdk-devopsagent/lib/aws-sdk-devopsagent/types.rb', line 1854

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)


1854
1855
1856
1857
1858
1859
1860
1861
1862
1863
# File 'gems/aws-sdk-devopsagent/lib/aws-sdk-devopsagent/types.rb', line 1854

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