Class ExportIamPolicyAnalysisRequest (3.2.1)

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

A request message for AssetService.ExportIamPolicyAnalysis.

Attributes

NameDescription
analysis_query google.cloud.asset_v1p4beta1.types.IamPolicyAnalysisQuery
Required. The request query.
options google.cloud.asset_v1p4beta1.types.ExportIamPolicyAnalysisRequest.Options
Optional. The request options.
output_config google.cloud.asset_v1p4beta1.types.IamPolicyAnalysisOutputConfig
Required. Output configuration indicating where the results will be output to.

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