Class ShowEffectiveAutokeyConfigResponse
Response message for ShowEffectiveAutokeyConfig.
Implements
Inherited Members
Namespace: Google.Apis.CloudKMS.v1.Data
Assembly: Google.Apis.CloudKMS.v1.dll
Syntax
public class ShowEffectiveAutokeyConfigResponse : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
KeyProject
Name of the key project configured in the resource project's folder ancestry.
Declaration
[JsonProperty("keyProject")]
public virtual string KeyProject { get; set; }
Property Value
Type | Description |
---|---|
string |