Class DeleteAuthorizationPolicyRequest (0.7.1)

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

Request used by the DeleteAuthorizationPolicy method.

Attribute

NameDescription
name str
Required. A name of the AuthorizationPolicy to delete. Must be in the format ``projects/{project}/locations/{location}/authorizationPolicies/*``.

Inheritance

builtins.object > proto.message.Message > DeleteAuthorizationPolicyRequest