Class VerifyKmsConfigResponse
VerifyKmsConfigResponse contains the information if the config is correctly and error message.
Implements
Inherited Members
Namespace: Google.Apis.NetAppFiles.v1.Data
Assembly: Google.Apis.NetAppFiles.v1.dll
Syntax
public class VerifyKmsConfigResponse : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
HealthError
Output only. Error message if config is not healthy.
Declaration
[JsonProperty("healthError")]
public virtual string HealthError { get; set; }
Property Value
Type | Description |
---|---|
string |
Healthy
Output only. If the customer key configured correctly to the encrypt volume.
Declaration
[JsonProperty("healthy")]
public virtual bool? Healthy { get; set; }
Property Value
Type | Description |
---|---|
bool? |
Instructions
Output only. Instructions for the customers to provide the access to the encryption key.
Declaration
[JsonProperty("instructions")]
public virtual string Instructions { get; set; }
Property Value
Type | Description |
---|---|
string |