Class: Aws::DevOpsAgent::Types::EnableOperatorAppInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::DevOpsAgent::Types::EnableOperatorAppInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-devopsagent/types.rb
Overview
Input for enabling the Operator App for an AgentSpace.
Constant Summary collapse
- SENSITIVE =
[:idp_client_secret]
Instance Attribute Summary collapse
-
#agent_space_id ⇒ String
The unique identifier of the AgentSpace.
-
#auth_flow ⇒ String
The authentication flow configured for the operator App.
-
#idc_instance_arn ⇒ String
The IdC instance Arn used to create an IdC auth application.
-
#idp_client_id ⇒ String
The OIDC client ID for the IdP application.
-
#idp_client_secret ⇒ String
The OIDC client secret for the IdP application.
-
#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).
Instance Attribute Details
#agent_space_id ⇒ String
The unique identifier of the AgentSpace
1048 1049 1050 1051 1052 1053 1054 1055 1056 1057 1058 1059 |
# File 'lib/aws-sdk-devopsagent/types.rb', line 1048 class EnableOperatorAppInput < Struct.new( :agent_space_id, :auth_flow, :operator_app_role_arn, :idc_instance_arn, :issuer_url, :idp_client_id, :idp_client_secret, :provider) SENSITIVE = [:idp_client_secret] include Aws::Structure end |
#auth_flow ⇒ String
The authentication flow configured for the operator App. e.g. iam or idc
1048 1049 1050 1051 1052 1053 1054 1055 1056 1057 1058 1059 |
# File 'lib/aws-sdk-devopsagent/types.rb', line 1048 class EnableOperatorAppInput < Struct.new( :agent_space_id, :auth_flow, :operator_app_role_arn, :idc_instance_arn, :issuer_url, :idp_client_id, :idp_client_secret, :provider) SENSITIVE = [:idp_client_secret] include Aws::Structure end |
#idc_instance_arn ⇒ String
The IdC instance Arn used to create an IdC auth application
1048 1049 1050 1051 1052 1053 1054 1055 1056 1057 1058 1059 |
# File 'lib/aws-sdk-devopsagent/types.rb', line 1048 class EnableOperatorAppInput < Struct.new( :agent_space_id, :auth_flow, :operator_app_role_arn, :idc_instance_arn, :issuer_url, :idp_client_id, :idp_client_secret, :provider) SENSITIVE = [:idp_client_secret] include Aws::Structure end |
#idp_client_id ⇒ String
The OIDC client ID for the IdP application
1048 1049 1050 1051 1052 1053 1054 1055 1056 1057 1058 1059 |
# File 'lib/aws-sdk-devopsagent/types.rb', line 1048 class EnableOperatorAppInput < Struct.new( :agent_space_id, :auth_flow, :operator_app_role_arn, :idc_instance_arn, :issuer_url, :idp_client_id, :idp_client_secret, :provider) SENSITIVE = [:idp_client_secret] include Aws::Structure end |
#idp_client_secret ⇒ String
The OIDC client secret for the IdP application
1048 1049 1050 1051 1052 1053 1054 1055 1056 1057 1058 1059 |
# File 'lib/aws-sdk-devopsagent/types.rb', line 1048 class EnableOperatorAppInput < Struct.new( :agent_space_id, :auth_flow, :operator_app_role_arn, :idc_instance_arn, :issuer_url, :idp_client_id, :idp_client_secret, :provider) SENSITIVE = [:idp_client_secret] include Aws::Structure end |
#issuer_url ⇒ String
The OIDC issuer URL of the external Identity Provider
1048 1049 1050 1051 1052 1053 1054 1055 1056 1057 1058 1059 |
# File 'lib/aws-sdk-devopsagent/types.rb', line 1048 class EnableOperatorAppInput < Struct.new( :agent_space_id, :auth_flow, :operator_app_role_arn, :idc_instance_arn, :issuer_url, :idp_client_id, :idp_client_secret, :provider) SENSITIVE = [:idp_client_secret] include Aws::Structure end |
#operator_app_role_arn ⇒ String
The IAM role end users assume to access AIDevOps APIs
1048 1049 1050 1051 1052 1053 1054 1055 1056 1057 1058 1059 |
# File 'lib/aws-sdk-devopsagent/types.rb', line 1048 class EnableOperatorAppInput < Struct.new( :agent_space_id, :auth_flow, :operator_app_role_arn, :idc_instance_arn, :issuer_url, :idp_client_id, :idp_client_secret, :provider) SENSITIVE = [:idp_client_secret] include Aws::Structure end |
#provider ⇒ String
The Identity Provider name (e.g., Entra, Okta, Google)
1048 1049 1050 1051 1052 1053 1054 1055 1056 1057 1058 1059 |
# File 'lib/aws-sdk-devopsagent/types.rb', line 1048 class EnableOperatorAppInput < Struct.new( :agent_space_id, :auth_flow, :operator_app_role_arn, :idc_instance_arn, :issuer_url, :idp_client_id, :idp_client_secret, :provider) SENSITIVE = [:idp_client_secret] include Aws::Structure end |