DataPolicy class
Represents the label-policy binding.
Constructors
-
DataPolicy({DataMaskingPolicy? dataMaskingPolicy, String? dataPolicyId, String? dataPolicyType, String? etag, List<
String> ? grantees, String? name, String? policyTag, String? version}) - DataPolicy.fromJson(Map json_)
Properties
- dataMaskingPolicy ↔ DataMaskingPolicy?
-
The data masking policy that specifies the data masking rule to use.
getter/setter pair
- dataPolicyId ↔ String?
-
User-assigned (human readable) ID of the data policy that needs to be
unique within a project.
getter/setter pair
- dataPolicyType ↔ String?
-
Type of data policy.
getter/setter pair
- etag ↔ String?
-
The etag for this Data Policy.
getter/setter pair
-
grantees
↔ List<
String> ? -
The list of IAM principals that have Fine Grained Access to the underlying
data goverened by this data policy.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- name ↔ String?
-
Identifier.
getter/setter pair
- policyTag ↔ String?
-
Policy tag resource name, in the format of
projects/{project_number}/locations/{location_id}/taxonomies/{taxonomy_id}/policyTags/{policyTag_id}.getter/setter pair - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- version ↔ String?
-
The version of the Data Policy resource.
getter/setter pair
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