Class RemoveRuleSecurityPolicyRequest

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

A request message for SecurityPolicies.RemoveRule. See the method description for details.

Attributes

NameDescription
priority int
The priority of the rule to remove from the security policy. This field is a member of `oneof`_ ``_priority``.
project str
Project ID for this request.
security_policy str
Name of the security policy to update.

Inheritance

builtins.object > proto.message.Message > RemoveRuleSecurityPolicyRequest