Class KeyAccessJustificationsEnrollmentConfig
The configuration of a protection level for a project's Key Access Justifications enrollment.
Implements
Inherited Members
Namespace: Google.Apis.CloudKMS.v1.Data
Assembly: Google.Apis.CloudKMS.v1.dll
Syntax
public class KeyAccessJustificationsEnrollmentConfig : IDirectResponseSchema
Properties
AuditLogging
Whether the project has KAJ logging enabled.
Declaration
[JsonProperty("auditLogging")]
public virtual bool? AuditLogging { get; set; }
Property Value
Type | Description |
---|---|
bool? |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
PolicyEnforcement
Whether the project is enrolled in KAJ policy enforcement.
Declaration
[JsonProperty("policyEnforcement")]
public virtual bool? PolicyEnforcement { get; set; }
Property Value
Type | Description |
---|---|
bool? |