Properties of a BackendRule.
Package
@google-cloud/service-managementProperties
address
address?: (string|null);
BackendRule address
deadline
deadline?: (number|null);
BackendRule deadline
disableAuth
disableAuth?: (boolean|null);
BackendRule disableAuth
jwtAudience
jwtAudience?: (string|null);
BackendRule jwtAudience
minDeadline
minDeadline?: (number|null);
BackendRule minDeadline
operationDeadline
operationDeadline?: (number|null);
BackendRule operationDeadline
pathTranslation
pathTranslation?: (google.api.BackendRule.PathTranslation|keyof typeof google.api.BackendRule.PathTranslation|null);
BackendRule pathTranslation
protocol
protocol?: (string|null);
BackendRule protocol
selector
selector?: (string|null);
BackendRule selector