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)


1675
1676
1677
1678
1679
1680
1681
1682
1683
# File 'lib/aws-sdk-devopsagent/types.rb', line 1675

class EnableOperatorAppOutput < Struct.new(
  :agent_space_id,
  :operator_app_url,
  :iam,
  :idc,
  :idp)
  SENSITIVE = []
  include Aws::Structure
end

#iamTypes::IamAuthConfiguration

Configuration for IAM-based authentication flow for the Operator App.



1675
1676
1677
1678
1679
1680
1681
1682
1683
# File 'lib/aws-sdk-devopsagent/types.rb', line 1675

class EnableOperatorAppOutput < Struct.new(
  :agent_space_id,
  :operator_app_url,
  :iam,
  :idc,
  :idp)
  SENSITIVE = []
  include Aws::Structure
end

#idcTypes::IdcAuthConfiguration

Configuration for AWS Identity Center (IdC) authentication flow for the Operator App.



1675
1676
1677
1678
1679
1680
1681
1682
1683
# File 'lib/aws-sdk-devopsagent/types.rb', line 1675

class EnableOperatorAppOutput < Struct.new(
  :agent_space_id,
  :operator_app_url,
  :iam,
  :idc,
  :idp)
  SENSITIVE = []
  include Aws::Structure
end

#idpTypes::IdpAuthConfiguration

Configuration for external Identity Provider OIDC authentication flow for the Operator App.



1675
1676
1677
1678
1679
1680
1681
1682
1683
# File 'lib/aws-sdk-devopsagent/types.rb', line 1675

class EnableOperatorAppOutput < Struct.new(
  :agent_space_id,
  :operator_app_url,
  :iam,
  :idc,
  :idp)
  SENSITIVE = []
  include Aws::Structure
end

#operator_app_urlString

The URL for operators to access the Operator App

Returns:

  • (String)


1675
1676
1677
1678
1679
1680
1681
1682
1683
# File 'lib/aws-sdk-devopsagent/types.rb', line 1675

class EnableOperatorAppOutput < Struct.new(
  :agent_space_id,
  :operator_app_url,
  :iam,
  :idc,
  :idp)
  SENSITIVE = []
  include Aws::Structure
end