tokenStatus property
Indicates the status of the Git access token. Possible string values are:
- "TOKEN_STATUS_UNSPECIFIED" : Default value. This value is unused.
- "NOT_FOUND" : The token could not be found in Secret Manager (or the Dataform Service Account did not have permission to access it).
- "INVALID" : The token could not be used to authenticate against the Git remote.
- "VALID" : The token was used successfully to authenticate against the Git remote.
Implementation
core.String? tokenStatus;