CreateBackendAuthenticationConfigRequest(
mapping=None, *, ignore_unknown_fields=False, **kwargs
)Request used by the CreateBackendAuthenticationConfig method.
Attributes |
|
|---|---|
| Name | Description |
parent |
str
Required. The parent resource of the BackendAuthenticationConfig. Must be in the format projects/*/locations/{location}.
|
backend_authentication_config_id |
str
Required. Short name of the BackendAuthenticationConfig 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. "backend-auth-config". |
backend_authentication_config |
google.cloud.network_security_v1alpha1.types.BackendAuthenticationConfig
Required. BackendAuthenticationConfig resource to be created. |