- HTTP request
- Path parameters
- Request body
- Response body
- Authorization scopes
- KeyAccessJustificationsEnrollmentConfig
- Try it!
Full name: projects.showEffectiveKeyAccessJustificationsEnrollmentConfig
Returns the KeyAccessJustificationsEnrollmentConfig
of the resource closest to the given project in hierarchy.
HTTP request
The URLs use gRPC Transcoding syntax.
Path parameters
Parameters | |
---|---|
project |
Required. The number or id of the project to get the effective |
Request body
The request body must be empty.
Response body
Response message for KeyAccessJustificationsConfig.ShowEffectiveKeyAccessJustificationsEnrollmentConfig
If successful, the response body contains data with the following structure:
JSON representation |
---|
{ "hardwareConfig": { object ( |
Fields | |
---|---|
hardwareConfig |
The effective |
softwareConfig |
The effective |
externalConfig |
The effective |
Authorization scopes
Requires one of the following OAuth scopes:
https://www.googleapis.com/auth/cloudkms
https://www.googleapis.com/auth/cloud-platform
For more information, see the Authentication Overview.
KeyAccessJustificationsEnrollmentConfig
The configuration of a protection level for a project's Key Access Justifications enrollment.
JSON representation |
---|
{ "auditLogging": boolean, "policyEnforcement": boolean } |
Fields | |
---|---|
auditLogging |
Whether the project has KAJ logging enabled. |
policyEnforcement |
Whether the project is enrolled in KAJ policy enforcement. |