GoogleCloudAssetV1AnalyzeOrgPolicyGovernedAssetsResponseGovernedIamPolicy class
The IAM policies governed by the organization policies of the AnalyzeOrgPolicyGovernedAssetsRequest.constraint.
Constructors
-
GoogleCloudAssetV1AnalyzeOrgPolicyGovernedAssetsResponseGovernedIamPolicy({String? assetType, String? attachedResource, List<
String> ? folders, String? organization, Policy? policy, String? project}) - GoogleCloudAssetV1AnalyzeOrgPolicyGovernedAssetsResponseGovernedIamPolicy.fromJson(Map json_)
Properties
- assetType ↔ String?
-
The asset type of the
AnalyzeOrgPolicyGovernedAssetsResponse.GovernedIamPolicy.attached_resource.
getter/setter pair
- attachedResource ↔ String?
-
The full resource name of the resource on which this IAM policy is set.
getter/setter pair
-
folders
↔ List<
String> ? -
The folder(s) that this IAM policy belongs to, in the format of
folders/{FOLDER_NUMBER}.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- organization ↔ String?
-
The organization that this IAM policy belongs to, in the format 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 this IAM policy belongs to, in the format of
projects/{PROJECT_NUMBER}.
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