Class GoogleCloudDataplexV1RequestDataProductAccessRequest
Message for requesting access to a Data Product.
Implements
Inherited Members
Namespace: Google.Apis.CloudDataplex.v1.Data
Assembly: Google.Apis.CloudDataplex.v1.dll
Syntax
public class GoogleCloudDataplexV1RequestDataProductAccessRequest : IDirectResponseSchema
Properties
ChangeRequest
Required. The change request for the data product access request.
Declaration
[JsonProperty("changeRequest")]
public virtual GoogleCloudDataplexV1ChangeRequest ChangeRequest { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleCloudDataplexV1ChangeRequest |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ValidateOnly
Optional. Validates the request without actually creating the access change request. Defaults to false.
Declaration
[JsonProperty("validateOnly")]
public virtual bool? ValidateOnly { get; set; }
Property Value
| Type | Description |
|---|---|
| bool? |