Class: Aws::DevOpsAgent::Types::IdpAuthConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::DevOpsAgent::Types::IdpAuthConfiguration
- 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
-
#client_id ⇒ String
The OIDC client ID for the IdP application.
-
#created_at ⇒ Time
The timestamp when the Operator App IdP auth flow was enabled.
-
#issuer_url ⇒ String
The OIDC issuer URL of the external Identity Provider.
-
#operator_app_role_arn ⇒ String
The IAM role end users assume to access AIDevOps APIs.
-
#provider ⇒ String
The Identity Provider name (e.g., Entra, Okta, Google).
-
#updated_at ⇒ Time
The timestamp when the Operator App IdP auth flow was updated.
Instance Attribute Details
#client_id ⇒ String
The OIDC client ID for the IdP application
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_at ⇒ Time
The timestamp when the Operator App IdP auth flow was enabled.
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_url ⇒ String
The OIDC issuer URL of the external Identity Provider
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_arn ⇒ String
The IAM role end users assume to access AIDevOps APIs
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 |
#provider ⇒ String
The Identity Provider name (e.g., Entra, Okta, Google)
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_at ⇒ Time
The timestamp when the Operator App IdP auth flow was updated.
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 |