Class CreateClientTlsPolicyRequest (0.7.1)

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

Request used by the CreateClientTlsPolicy method.

Attributes

NameDescription
parent str
Required. The parent resource of the ClientTlsPolicy. Must be in the format ``projects/*/locations/{location}``.
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_v1.types.ClientTlsPolicy
Required. ClientTlsPolicy resource to be created.

Inheritance

builtins.object > proto.message.Message > CreateClientTlsPolicyRequest