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)


1534
1535
1536
1537
1538
1539
1540
1541
1542
# File 'lib/aws-sdk-devopsagent/types.rb', line 1534

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.



1534
1535
1536
1537
1538
1539
1540
1541
1542
# File 'lib/aws-sdk-devopsagent/types.rb', line 1534

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.



1534
1535
1536
1537
1538
1539
1540
1541
1542
# File 'lib/aws-sdk-devopsagent/types.rb', line 1534

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.



1534
1535
1536
1537
1538
1539
1540
1541
1542
# File 'lib/aws-sdk-devopsagent/types.rb', line 1534

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)


1534
1535
1536
1537
1538
1539
1540
1541
1542
# File 'lib/aws-sdk-devopsagent/types.rb', line 1534

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