Class GoogleCloudAssuredworkloadsV1beta1WorkloadCJISSettings
Settings specific to resources needed for CJIS.
Implements
Inherited Members
Namespace: Google.Apis.Assuredworkloads.v1beta1.Data
Assembly: Google.Apis.Assuredworkloads.v1beta1.dll
Syntax
public class GoogleCloudAssuredworkloadsV1beta1WorkloadCJISSettings : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
KmsSettings
Input only. Immutable. Settings used to create a CMEK crypto key.
Declaration
[JsonProperty("kmsSettings")]
public virtual GoogleCloudAssuredworkloadsV1beta1WorkloadKMSSettings KmsSettings { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudAssuredworkloadsV1beta1WorkloadKMSSettings |