LintPolicyRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)
The request to lint a Cloud IAM policy object.
.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields
Attributes |
|
---|---|
Name | Description |
full_resource_name |
str
The full resource name of the policy this lint request is about. The name follows the Google Cloud Platform (GCP) resource format. For example, a GCP project with ID my-project
will be named
//cloudresourcemanager.googleapis.com/projects/my-project .
The resource name is not used to read the policy instance
from the Cloud IAM database. The candidate policy for lint
has to be provided in the same request object.
|
condition |
google.type.expr_pb2.Expr
[google.iam.v1.Binding.condition] [google.iam.v1.Binding.condition] object to be linted. This field is a member of oneof _ lint_object .
|