Class CreateServerTlsPolicyRequest (0.6.1)

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

Request used by the CreateServerTlsPolicy method.

Attributes

NameDescription
parent str
Required. The parent resource of the ServerTlsPolicy. Must be in the format projects/*/locations/{location}.
server_tls_policy_id str
Required. Short name of the ServerTlsPolicy 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. "server_mtls_policy".
server_tls_policy google.cloud.network_security_v1beta1.types.ServerTlsPolicy
Required. ServerTlsPolicy resource to be created.