GoogleCloudDataplexV1DataProductAccessRequest class

Message for requesting access to a Data Product.

This will be used to create a ChangeRequest of type REQUEST_DATA_PRODUCT_ACCESS.

Constructors

GoogleCloudDataplexV1DataProductAccessRequest({String? accessGroupDisplayName, String? accessGroupId, String? parent, String? requestedPrincipal})
GoogleCloudDataplexV1DataProductAccessRequest.fromJson(Map json_)

Properties

accessGroupDisplayName String?
The display name of the access group defined in the Data Product for which access is being requested.
getter/setter pair
accessGroupId String?
The ID of the access group for which access is being requested.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
parent String?
The resource name of the data product.
getter/setter pair
requestedPrincipal String?
The principal for which access is being requested in IAM format.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited