Class AnalyzeIamPolicyRequest (3.1.0)

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

A request message for AssetService.AnalyzeIamPolicy.

Attributes

NameDescription
analysis_query google.cloud.asset_v1p4beta1.types.IamPolicyAnalysisQuery
Required. The request query.
options google.cloud.asset_v1p4beta1.types.AnalyzeIamPolicyRequest.Options
Optional. The request options.

Classes

Options

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

Contains request options. .. attribute:: expand_groups

Optional. If true, the identities section of the result will expand any Google groups appearing in an IAM policy binding.

If [identity_selector][] is specified, the identity in the result will be determined by the selector, and this flag will have no effect.

Default is false.

:type: bool