Class CreateTlsInspectionPolicyRequest (0.13.0)

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

Request used by the CreateTlsInspectionPolicy method.

Attributes

Name Description
parent str
Required. The parent resource of the TlsInspectionPolicy. Must be in the format projects/{project}/locations/{location}.
tls_inspection_policy_id str
Required. Short name of the TlsInspectionPolicy 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. "tls_inspection_policy1".
tls_inspection_policy google.cloud.network_security_v1alpha1.types.TlsInspectionPolicy
Required. TlsInspectionPolicy resource to be created.