GoogleIamV2Policy class

Data for an IAM policy.

Constructors

GoogleIamV2Policy({Map<String, String>? annotations, String? createTime, String? deleteTime, String? displayName, String? etag, String? kind, String? name, List<GoogleIamV2PolicyRule>? rules, String? uid, String? updateTime})
GoogleIamV2Policy.fromJson(Map json_)

Properties

annotations Map<String, String>?
A key-value map to store arbitrary metadata for the Policy.
getter/setter pair
createTime String?
The time when the Policy was created.
getter/setter pair
deleteTime String?
The time when the Policy was deleted.
getter/setter pair
displayName String?
A user-specified description of the Policy.
getter/setter pair
etag String?
An opaque tag that identifies the current version of the Policy.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
kind String?
The kind of the Policy.
getter/setter pair
name String?
The resource name of the Policy, which must be unique.
getter/setter pair
rules List<GoogleIamV2PolicyRule>?
A list of rules that specify the behavior of the Policy.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
uid String?
The globally unique ID of the Policy.
getter/setter pair
updateTime String?
The time when the Policy was last updated.
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