Show / Hide Table of Contents

Class GoogleCloudDataplexV1EncryptionConfigFailureDetails

Details of the failure if anything related to Cmek db fails.

Inheritance
object
GoogleCloudDataplexV1EncryptionConfigFailureDetails
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.CloudDataplex.v1.Data
Assembly: Google.Apis.CloudDataplex.v1.dll
Syntax
public class GoogleCloudDataplexV1EncryptionConfigFailureDetails : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

ErrorCode

Output only. The error code for the failure.

Declaration
[JsonProperty("errorCode")]
public virtual string ErrorCode { get; set; }
Property Value
Type Description
string

ErrorMessage

Output only. The error message will be shown to the user. Set only if the error code is REQUIRE_USER_ACTION.

Declaration
[JsonProperty("errorMessage")]
public virtual string ErrorMessage { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX