IamPolicySearchResult class

A result of IAM Policy search, containing information of an IAM policy.

Constructors

IamPolicySearchResult({String? assetType, Explanation? explanation, List<String>? folders, String? organization, Policy? policy, String? project, String? resource})
IamPolicySearchResult.fromJson(Map json_)

Properties

assetType String?
The type of the resource associated with this IAM policy.
getter/setter pair
explanation Explanation?
Explanation about the IAM policy search result.
getter/setter pair
folders List<String>?
The folder(s) that the IAM policy belongs to, in the form of folders/{FOLDER_NUMBER}.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
organization String?
The organization that the IAM policy belongs to, in the form of organizations/{ORGANIZATION_NUMBER}.
getter/setter pair
policy Policy?
The IAM policy directly set on the given resource.
getter/setter pair
project String?
The project that the associated Google Cloud resource belongs to, in the form of projects/{PROJECT_NUMBER}.
getter/setter pair
resource String?
The full resource name of the resource associated with this IAM policy.
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