Class ShowEffectiveKeyAccessJustificationsEnrollmentConfigResponse
Response message for KeyAccessJustificationsConfig.ShowEffectiveKeyAccessJustificationsEnrollmentConfig
Implements
Inherited Members
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 |