Class: Aws::DevOpsAgent::Types::UpdateOperatorAppIdpConfigOutput

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-devopsagent/types.rb

Overview

Output containing the updated IdP configuration.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#agent_space_idString

The unique identifier of the AgentSpace

Returns:

  • (String)


4904
4905
4906
4907
4908
4909
# File 'lib/aws-sdk-devopsagent/types.rb', line 4904

class UpdateOperatorAppIdpConfigOutput < Struct.new(
  :agent_space_id,
  :idp)
  SENSITIVE = []
  include Aws::Structure
end

#idpTypes::IdpAuthConfiguration

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



4904
4905
4906
4907
4908
4909
# File 'lib/aws-sdk-devopsagent/types.rb', line 4904

class UpdateOperatorAppIdpConfigOutput < Struct.new(
  :agent_space_id,
  :idp)
  SENSITIVE = []
  include Aws::Structure
end