Class AnalyzeOrgPolicyGovernedAssetsResponse (3.26.1)

AnalyzeOrgPolicyGovernedAssetsResponse(
    mapping=None, *, ignore_unknown_fields=False, **kwargs
)

The response message for AssetService.AnalyzeOrgPolicyGovernedAssets.

Attributes

NameDescription
governed_assets MutableSequence[google.cloud.asset_v1.types.AnalyzeOrgPolicyGovernedAssetsResponse.GovernedAsset]
The list of the analyzed governed assets.
constraint google.cloud.asset_v1.types.AnalyzerOrgPolicyConstraint
The definition of the constraint in the request.
next_page_token str
The page token to fetch the next page for AnalyzeOrgPolicyGovernedAssetsResponse.governed_assets.

Classes

GovernedAsset

GovernedAsset(mapping=None, *, ignore_unknown_fields=False, **kwargs)

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

This message has oneof_ fields (mutually exclusive fields). For each oneof, at most one member field can be set at the same time. Setting any member of the oneof automatically clears all other members.

.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields

GovernedIamPolicy

GovernedIamPolicy(mapping=None, *, ignore_unknown_fields=False, **kwargs)

The IAM policies governed by the organization policies of the AnalyzeOrgPolicyGovernedAssetsRequest.constraint.

GovernedResource

GovernedResource(mapping=None, *, ignore_unknown_fields=False, **kwargs)

The Google Cloud resources governed by the organization policies of the AnalyzeOrgPolicyGovernedAssetsRequest.constraint.