Class: Aws::DevOpsAgent::Types::IdcAuthConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::DevOpsAgent::Types::IdcAuthConfiguration
- Defined in:
- gems/aws-sdk-devopsagent/lib/aws-sdk-devopsagent/types.rb
Overview
Configuration for AWS Identity Center (IdC) authentication flow for the Operator App.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#created_at ⇒ Time
The timestamp when the Operator App IdC auth flow was enabled.
-
#idc_application_arn ⇒ String
The IdC application Arn created for IdC auth.
-
#idc_instance_arn ⇒ String
The IdC instance Arn used to create an IdC auth application.
-
#operator_app_role_arn ⇒ String
The IAM role end users assume to access AIDevOps APIs.
-
#updated_at ⇒ Time
The timestamp when the Operator App IdC auth flow was updated.
Instance Attribute Details
#created_at ⇒ Time
The timestamp when the Operator App IdC auth flow was enabled.
1796 1797 1798 1799 1800 1801 1802 1803 1804 |
# File 'gems/aws-sdk-devopsagent/lib/aws-sdk-devopsagent/types.rb', line 1796 class IdcAuthConfiguration < Struct.new( :operator_app_role_arn, :idc_instance_arn, :idc_application_arn, :created_at, :updated_at) SENSITIVE = [] include Aws::Structure end |
#idc_application_arn ⇒ String
The IdC application Arn created for IdC auth
1796 1797 1798 1799 1800 1801 1802 1803 1804 |
# File 'gems/aws-sdk-devopsagent/lib/aws-sdk-devopsagent/types.rb', line 1796 class IdcAuthConfiguration < Struct.new( :operator_app_role_arn, :idc_instance_arn, :idc_application_arn, :created_at, :updated_at) SENSITIVE = [] include Aws::Structure end |
#idc_instance_arn ⇒ String
The IdC instance Arn used to create an IdC auth application
1796 1797 1798 1799 1800 1801 1802 1803 1804 |
# File 'gems/aws-sdk-devopsagent/lib/aws-sdk-devopsagent/types.rb', line 1796 class IdcAuthConfiguration < Struct.new( :operator_app_role_arn, :idc_instance_arn, :idc_application_arn, :created_at, :updated_at) SENSITIVE = [] include Aws::Structure end |
#operator_app_role_arn ⇒ String
The IAM role end users assume to access AIDevOps APIs
1796 1797 1798 1799 1800 1801 1802 1803 1804 |
# File 'gems/aws-sdk-devopsagent/lib/aws-sdk-devopsagent/types.rb', line 1796 class IdcAuthConfiguration < Struct.new( :operator_app_role_arn, :idc_instance_arn, :idc_application_arn, :created_at, :updated_at) SENSITIVE = [] include Aws::Structure end |
#updated_at ⇒ Time
The timestamp when the Operator App IdC auth flow was updated.
1796 1797 1798 1799 1800 1801 1802 1803 1804 |
# File 'gems/aws-sdk-devopsagent/lib/aws-sdk-devopsagent/types.rb', line 1796 class IdcAuthConfiguration < Struct.new( :operator_app_role_arn, :idc_instance_arn, :idc_application_arn, :created_at, :updated_at) SENSITIVE = [] include Aws::Structure end |