Register Connector V2
| securityhub_register_connector_v2 | R Documentation |
Grants permission to complete the authorization based on input parameters¶
Description¶
Grants permission to complete the authorization based on input parameters.
Usage¶
securityhub_register_connector_v2(AuthCode, AuthState)
Arguments¶
AuthCode |
[required] The authCode retrieved from authUrl to complete the OAuth 2.0 authorization code flow. |
AuthState |
[required] The authState retrieved from authUrl to complete the OAuth 2.0 authorization code flow. |
Value¶
A list with the following syntax:
list(
ConnectorArn = "string",
ConnectorId = "string"
)
Request syntax¶
svc$register_connector_v2(
AuthCode = "string",
AuthState = "string"
)