Class: Aws::DevOpsAgent::Types::GetOperatorAppOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::DevOpsAgent::Types::GetOperatorAppOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-devopsagent/types.rb
Overview
Output containing the Operator App configuration including authentication details.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#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
#iam ⇒ Types::IamAuthConfiguration
Configuration for IAM-based authentication flow for the Operator App.
1383 1384 1385 1386 1387 1388 1389 |
# File 'lib/aws-sdk-devopsagent/types.rb', line 1383 class GetOperatorAppOutput < Struct.new( :iam, :idc, :idp) SENSITIVE = [] include Aws::Structure end |
#idc ⇒ Types::IdcAuthConfiguration
Configuration for AWS Identity Center (IdC) authentication flow for the Operator App.
1383 1384 1385 1386 1387 1388 1389 |
# File 'lib/aws-sdk-devopsagent/types.rb', line 1383 class GetOperatorAppOutput < Struct.new( :iam, :idc, :idp) SENSITIVE = [] include Aws::Structure end |
#idp ⇒ Types::IdpAuthConfiguration
Configuration for external Identity Provider OIDC authentication flow for the Operator App.
1383 1384 1385 1386 1387 1388 1389 |
# File 'lib/aws-sdk-devopsagent/types.rb', line 1383 class GetOperatorAppOutput < Struct.new( :iam, :idc, :idp) SENSITIVE = [] include Aws::Structure end |