Class IamPolicyAnalysisQuery (2.2.1)

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

IAM policy analysis query message.

Attributes

NameDescription
scope str
Required. The relative name of the root asset. Only resources and IAM policies within the scope will be analyzed. This can only be an organization number (such as "organizations/123"), a folder number (such as "folders/123"), a project ID (such as "projects/my-project-id"), or a project number (such as "projects/12345"). To know how to get organization id, visit `here
resource_selector `.asset_service.IamPolicyAnalysisQuery.ResourceSelector`
Optional. Specifies a resource for analysis.
identity_selector `.asset_service.IamPolicyAnalysisQuery.IdentitySelector`
Optional. Specifies an identity for analysis.
access_selector `.asset_service.IamPolicyAnalysisQuery.AccessSelector`
Optional. Specifies roles or permissions for analysis. This is optional.
options `.asset_service.IamPolicyAnalysisQuery.Options`
Optional. The query options.

Inheritance

builtins.object > proto.message.Message > IamPolicyAnalysisQuery

Classes

AccessSelector

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

Specifies roles and/or permissions to analyze, to determine both the identities possessing them and the resources they control. If multiple values are specified, results will include roles or permissions matching any of them. The total number of roles and permissions should be equal or less than 10.

IdentitySelector

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

Specifies an identity for which to determine resource access, based on roles assigned either directly to them or to the groups they belong to, directly or indirectly.

Options

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

Contains query options.

ResourceSelector

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

Specifies the resource to analyze for access policies, which may be set directly on the resource, or on ancestors such as organizations, folders or projects.