Class: Aws::DevOpsAgent::Types::EnableOperatorAppOutput

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#agent_space_idString

The unique identifier of the AgentSpace

Returns:

  • (String)


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

#iamTypes::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

#idcTypes::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

#idpTypes::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