Class: Aws::DevOpsAgent::Types::UpdateOperatorAppIdpConfigOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::DevOpsAgent::Types::UpdateOperatorAppIdpConfigOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-devopsagent/types.rb
Overview
Output containing the updated IdP configuration.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#agent_space_id ⇒ String
The unique identifier of the AgentSpace.
-
#idp ⇒ Types::IdpAuthConfiguration
Configuration for external Identity Provider OIDC authentication flow for the Operator App.
Instance Attribute Details
#agent_space_id ⇒ String
The unique identifier of the AgentSpace
4904 4905 4906 4907 4908 4909 |
# File 'lib/aws-sdk-devopsagent/types.rb', line 4904 class UpdateOperatorAppIdpConfigOutput < Struct.new( :agent_space_id, :idp) SENSITIVE = [] include Aws::Structure end |
#idp ⇒ Types::IdpAuthConfiguration
Configuration for external Identity Provider OIDC authentication flow for the Operator App.
4904 4905 4906 4907 4908 4909 |
# File 'lib/aws-sdk-devopsagent/types.rb', line 4904 class UpdateOperatorAppIdpConfigOutput < Struct.new( :agent_space_id, :idp) SENSITIVE = [] include Aws::Structure end |