Show / Hide Table of Contents

Class ShowEffectiveKeyAccessJustificationsEnrollmentConfigResponse

Response message for KeyAccessJustificationsConfig.ShowEffectiveKeyAccessJustificationsEnrollmentConfig

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

Properties

ETag

The ETag of the item.

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

ExternalConfig

The effective KeyAccessJustificationsEnrollmentConfig for external keys.

Declaration
[JsonProperty("externalConfig")]
public virtual KeyAccessJustificationsEnrollmentConfig ExternalConfig { get; set; }
Property Value
Type Description
KeyAccessJustificationsEnrollmentConfig

HardwareConfig

The effective KeyAccessJustificationsEnrollmentConfig for hardware keys.

Declaration
[JsonProperty("hardwareConfig")]
public virtual KeyAccessJustificationsEnrollmentConfig HardwareConfig { get; set; }
Property Value
Type Description
KeyAccessJustificationsEnrollmentConfig

SoftwareConfig

The effective KeyAccessJustificationsEnrollmentConfig for software keys.

Declaration
[JsonProperty("softwareConfig")]
public virtual KeyAccessJustificationsEnrollmentConfig SoftwareConfig { get; set; }
Property Value
Type Description
KeyAccessJustificationsEnrollmentConfig

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX