Show / Hide Table of Contents

Class KeyAccessJustificationsEnrollmentConfig

The configuration of a protection level for a project's Key Access Justifications enrollment.

Inheritance
object
KeyAccessJustificationsEnrollmentConfig
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX