Class CreateAuthorizationPolicyRequest (0.4.2)

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

Request used by the CreateAuthorizationPolicy method.

Attributes

NameDescription
parent str
Required. The parent resource of the AuthorizationPolicy. Must be in the format projects/{project}/locations/{location}.
authorization_policy_id str
Required. Short name of the AuthorizationPolicy resource to be created. This value should be 1-63 characters long, containing only letters, numbers, hyphens, and underscores, and should not start with a number. E.g. "authz_policy".
authorization_policy google.cloud.network_security_v1beta1.types.AuthorizationPolicy
Required. AuthorizationPolicy resource to be created.