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.
1965 1966 1967 1968 1969 1970 1971 1972 |
# File 'lib/aws-sdk-devopsagent/types.rb', line 1965 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.
1965 1966 1967 1968 1969 1970 1971 1972 |
# File 'lib/aws-sdk-devopsagent/types.rb', line 1965 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.
1965 1966 1967 1968 1969 1970 1971 1972 |
# File 'lib/aws-sdk-devopsagent/types.rb', line 1965 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
1965 1966 1967 1968 1969 1970 1971 1972 |
# File 'lib/aws-sdk-devopsagent/types.rb', line 1965 class GetOperatorAppOutput < Struct.new( :operator_app_url, :iam, :idc, :idp) SENSITIVE = [] include Aws::Structure end |