GoogleCloudAssetV1AnalyzeOrgPolicyGovernedAssetsResponseGovernedAsset class

Represents a Google Cloud asset(resource or IAM policy) governed by the organization policies of the AnalyzeOrgPolicyGovernedAssetsRequest.constraint.

Properties

consolidatedPolicy AnalyzerOrgPolicy?
The consolidated policy for the analyzed asset.
getter/setter pair
governedIamPolicy GoogleCloudAssetV1AnalyzeOrgPolicyGovernedAssetsResponseGovernedIamPolicy?
An IAM policy governed by the organization policies of the AnalyzeOrgPolicyGovernedAssetsRequest.constraint.
getter/setter pair
governedResource GoogleCloudAssetV1AnalyzeOrgPolicyGovernedAssetsResponseGovernedResource?
A Google Cloud resource governed by the organization policies of the AnalyzeOrgPolicyGovernedAssetsRequest.constraint.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
policyBundle List<AnalyzerOrgPolicy>?
The ordered list of all organization policies from the AnalyzeOrgPoliciesResponse.OrgPolicyResult.consolidated_policy.attached_resource to the scope specified in the request.
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