Class: Aws::DevOpsAgent::Types::UpdateOperatorAppIdpConfigInput

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

Overview

Input for updating the external Identity Provider configuration for the Operator App.

Constant Summary collapse

SENSITIVE =
[:idp_client_secret]

Instance Attribute Summary collapse

Instance Attribute Details

#agent_space_idString

The unique identifier of the AgentSpace

Returns:

  • (String)


4884
4885
4886
4887
4888
4889
# File 'lib/aws-sdk-devopsagent/types.rb', line 4884

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

#idp_client_secretString

The OIDC client secret for the IdP application

Returns:

  • (String)


4884
4885
4886
4887
4888
4889
# File 'lib/aws-sdk-devopsagent/types.rb', line 4884

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