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.
-
#operator_app_url ⇒ String
The URL for operators to access the Operator App.
Instance Attribute Details
#iam ⇒ Types::IamAuthConfiguration
Configuration for IAM-based authentication flow for the Operator App.
2042 2043 2044 2045 2046 2047 2048 2049 |
# File 'lib/aws-sdk-devopsagent/types.rb', line 2042 class GetOperatorAppOutput < Struct.new( :operator_app_url, :iam, :idc, :idp) SENSITIVE = [] include Aws::Structure end |
#idc ⇒ Types::IdcAuthConfiguration
Configuration for AWS Identity Center (IdC) authentication flow for the Operator App.
2042 2043 2044 2045 2046 2047 2048 2049 |
# File 'lib/aws-sdk-devopsagent/types.rb', line 2042 class GetOperatorAppOutput < Struct.new( :operator_app_url, :iam, :idc, :idp) SENSITIVE = [] include Aws::Structure end |
#idp ⇒ Types::IdpAuthConfiguration
Configuration for external Identity Provider OIDC authentication flow for the Operator App.
2042 2043 2044 2045 2046 2047 2048 2049 |
# File 'lib/aws-sdk-devopsagent/types.rb', line 2042 class GetOperatorAppOutput < Struct.new( :operator_app_url, :iam, :idc, :idp) SENSITIVE = [] include Aws::Structure end |
#operator_app_url ⇒ String
The URL for operators to access the Operator App
2042 2043 2044 2045 2046 2047 2048 2049 |
# File 'lib/aws-sdk-devopsagent/types.rb', line 2042 class GetOperatorAppOutput < Struct.new( :operator_app_url, :iam, :idc, :idp) SENSITIVE = [] include Aws::Structure end |