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