Class: Aws::DevOpsAgent::Types::UpdateOperatorAppIdpConfigInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::DevOpsAgent::Types::UpdateOperatorAppIdpConfigInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-devopsagent/types.rb
Overview
Input for updating the external Identity Provider configuration for the Operator App.
Constant Summary collapse
- SENSITIVE =
[:idp_client_secret]
Instance Attribute Summary collapse
-
#agent_space_id ⇒ String
The unique identifier of the AgentSpace.
-
#idp_client_secret ⇒ String
The OIDC client secret for the IdP application.
Instance Attribute Details
#agent_space_id ⇒ String
The unique identifier of the AgentSpace
4884 4885 4886 4887 4888 4889 |
# File 'lib/aws-sdk-devopsagent/types.rb', line 4884 class UpdateOperatorAppIdpConfigInput < Struct.new( :agent_space_id, :idp_client_secret) SENSITIVE = [:idp_client_secret] include Aws::Structure end |
#idp_client_secret ⇒ String
The OIDC client secret for the IdP application
4884 4885 4886 4887 4888 4889 |
# File 'lib/aws-sdk-devopsagent/types.rb', line 4884 class UpdateOperatorAppIdpConfigInput < Struct.new( :agent_space_id, :idp_client_secret) SENSITIVE = [:idp_client_secret] include Aws::Structure end |