Class: Aws::SecurityHub::Types::ConnectorRegistrationsV2Request

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#auth_codeString

The authCode retrieved from authUrl to complete the OAuth 2.0 authorization code flow.

Returns:

  • (String)


22813
22814
22815
22816
22817
22818
# File 'lib/aws-sdk-securityhub/types.rb', line 22813

class ConnectorRegistrationsV2Request < Struct.new(
  :auth_code,
  :auth_state)
  SENSITIVE = []
  include Aws::Structure
end

#auth_stateString

The authState retrieved from authUrl to complete the OAuth 2.0 authorization code flow.

Returns:

  • (String)


22813
22814
22815
22816
22817
22818
# File 'lib/aws-sdk-securityhub/types.rb', line 22813

class ConnectorRegistrationsV2Request < Struct.new(
  :auth_code,
  :auth_state)
  SENSITIVE = []
  include Aws::Structure
end