tokenStatus property
- @Deprecated('Not supported. Member documentation may have more information.')
getter/setter pair
Deprecated: The field does not contain any token status information.
Output only. 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.Deprecated(
'Not supported. Member documentation may have more information.',
)
core.String? tokenStatus;