GoogleCloudDataplexV1AssetSecurityStatus class
Security policy status of the asset.
Data security policy, i.e., readers, writers & owners, should be specified in the lake/zone/asset IAM policy.
Constructors
- GoogleCloudDataplexV1AssetSecurityStatus({String? message, String? state, String? updateTime})
- GoogleCloudDataplexV1AssetSecurityStatus.fromJson(Map json_)
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- message ↔ String?
-
Additional information about the current state.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- state ↔ String?
-
The current state of the security policy applied to the attached resource.
Possible string values are:
getter/setter pair
- updateTime ↔ String?
-
Last update time of the status.
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