Class GlobalOrganizationSetPolicyRequest (1.3.1)

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

Attributes

NameDescription
bindings Sequence[google.cloud.compute_v1.types.Binding]
Flatten Policy to create a backward compatible wire-format. Deprecated. Use 'policy' to specify bindings.
etag str
Flatten Policy to create a backward compatible wire-format. Deprecated. Use 'policy' to specify the etag. This field is a member of `oneof`_ ``_etag``.
policy google.cloud.compute_v1.types.Policy
REQUIRED: The complete policy to be applied to the 'resource'. The size of the policy is limited to a few 10s of KB. An empty policy is in general a valid policy but certain services (like Projects) might reject them. This field is a member of `oneof`_ ``_policy``.

Inheritance

builtins.object > proto.message.Message > GlobalOrganizationSetPolicyRequest