Class: Aws::SecurityHub::Types::ConnectorRegistrationsV2Request
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::ConnectorRegistrationsV2Request
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-securityhub/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#auth_code ⇒ String
The authCode retrieved from authUrl to complete the OAuth 2.0 authorization code flow.
-
#auth_state ⇒ String
The authState retrieved from authUrl to complete the OAuth 2.0 authorization code flow.
Instance Attribute Details
#auth_code ⇒ String
The authCode retrieved from authUrl to complete the OAuth 2.0 authorization code flow.
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_state ⇒ String
The authState retrieved from authUrl to complete the OAuth 2.0 authorization code flow.
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 |