Class: Aws::DevOpsAgent::Types::EnableOperatorAppOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::DevOpsAgent::Types::EnableOperatorAppOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-devopsagent/types.rb
Overview
Output containing the enabled Operator App configuration.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#agent_space_id ⇒ String
The unique identifier of the AgentSpace.
-
#iam ⇒ Types::IamAuthConfiguration
Configuration for IAM-based authentication flow for the Operator App.
-
#idc ⇒ Types::IdcAuthConfiguration
Configuration for AWS Identity Center (IdC) authentication flow for the Operator App.
-
#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
1084 1085 1086 1087 1088 1089 1090 1091 |
# File 'lib/aws-sdk-devopsagent/types.rb', line 1084 class EnableOperatorAppOutput < Struct.new( :agent_space_id, :iam, :idc, :idp) SENSITIVE = [] include Aws::Structure end |
#iam ⇒ Types::IamAuthConfiguration
Configuration for IAM-based authentication flow for the Operator App.
1084 1085 1086 1087 1088 1089 1090 1091 |
# File 'lib/aws-sdk-devopsagent/types.rb', line 1084 class EnableOperatorAppOutput < Struct.new( :agent_space_id, :iam, :idc, :idp) SENSITIVE = [] include Aws::Structure end |
#idc ⇒ Types::IdcAuthConfiguration
Configuration for AWS Identity Center (IdC) authentication flow for the Operator App.
1084 1085 1086 1087 1088 1089 1090 1091 |
# File 'lib/aws-sdk-devopsagent/types.rb', line 1084 class EnableOperatorAppOutput < Struct.new( :agent_space_id, :iam, :idc, :idp) SENSITIVE = [] include Aws::Structure end |
#idp ⇒ Types::IdpAuthConfiguration
Configuration for external Identity Provider OIDC authentication flow for the Operator App.
1084 1085 1086 1087 1088 1089 1090 1091 |
# File 'lib/aws-sdk-devopsagent/types.rb', line 1084 class EnableOperatorAppOutput < Struct.new( :agent_space_id, :iam, :idc, :idp) SENSITIVE = [] include Aws::Structure end |