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 ancestry of the project or folder.
Declaration
[JsonProperty("keyProject")]
public virtual string KeyProject { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
KeyProjectResolutionMode
The KeyProjectResolutionMode for the AutokeyConfig.
Declaration
[JsonProperty("keyProjectResolutionMode")]
public virtual string KeyProjectResolutionMode { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Source
Source of the effective AutokeyConfig.
Declaration
[JsonProperty("source")]
public virtual Source Source { get; set; }
Property Value
| Type | Description |
|---|---|
| Source |