- HTTP request
- Path parameters
- Request body
- Response body
- Authorization scopes
- IAM Permissions
- Try it!
Full name: projects.locations.instances.generateSoarAuthJwt
GenerateSoarAuthJwt signs a jwt in order to proceed with jwt exchange based authenticate with soar.
HTTP request
POST https://chronicle.googleapis.com/v1alpha/{name}:generateSoarAuthJwt
Path parameters
Parameters | |
---|---|
name |
Required. The name of the chronicle instance to retrieve a report for. Format: projects/{project_id}/locations/{region}/instances/{instance} |
Request body
The request body must be empty.
Response body
Response with a signed jwt.
If successful, the response body contains data with the following structure:
JSON representation |
---|
{ "signed_jwt": string } |
Fields | |
---|---|
signed_ |
The signed jwt, that can be used to procced with jwt exchange based authentication protocol with Chronicle SOAR. |
Authorization scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/cloud-platform
For more information, see the Authentication Overview.
IAM Permissions
Requires the following IAM permission on the name
resource:
chronicle.instances.generateSoarAuthJwt
For more information, see the IAM documentation.