Class CreateClientTlsPolicyRequest (0.1.5)

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

Request used by the CreateClientTlsPolicy method. .. attribute:: parent

Required. The parent resource of the ClientTlsPolicy. Must be in the format projects/*/locations/{location}.

:type: str

Attributes

NameDescription
client_tls_policy_id str
Required. Short name of the ClientTlsPolicy 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. "client_mtls_policy".
client_tls_policy google.cloud.network_security_v1beta1.types.ClientTlsPolicy
Required. ClientTlsPolicy resource to be created.