Whether the serving infrastructure will authenticate and
authorize all incoming requests.
If true, the oauth2_client_id and
oauth2_client_secret fields must be non-empty.
:type: bool
Attributes
Name
Description
oauth2_client_id
str
OAuth2 client ID to use for the
authentication flow.
oauth2_client_secret
str
OAuth2 client secret to use for the authentication flow.
For security reasons, this value cannot be retrieved via the
API. Instead, the SHA-256 hash of the value is returned in
the ``oauth2_client_secret_sha256`` field.
@InputOnly
oauth2_client_secret_sha256
str
Hex-encoded SHA-256 hash of the client
secret.
@OutputOnly
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-04 UTC."],[],[]]