Show / Hide Table of Contents

Class KeyAccessJustificationsPolicyConfig

A singleton configuration for Key Access Justifications policies.

Inheritance
object
KeyAccessJustificationsPolicyConfig
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 KeyAccessJustificationsPolicyConfig : IDirectResponseSchema

Properties

DefaultKeyAccessJustificationPolicy

Optional. The default key access justification policy used when a CryptoKey is created in this folder. This is only used when a Key Access Justifications policy is not provided in the CreateCryptoKeyRequest. This overrides any default policies in its ancestry.

Declaration
[JsonProperty("defaultKeyAccessJustificationPolicy")]
public virtual KeyAccessJustificationsPolicy DefaultKeyAccessJustificationPolicy { get; set; }
Property Value
Type Description
KeyAccessJustificationsPolicy

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Name

Identifier. The resource name for this KeyAccessJustificationsPolicyConfig in the format of "{organizations|folders|projects}/*/kajPolicyConfig".

Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX