ListAccessTokensResponse
ListAccessTokensResponse is the shape of the response when listing access tokens for a user.
Properties
- The list of access tokens
- ↳
idstring requiredUnique identifier for this access token. - ↳
namestring requiredHuman-readable name assigned to this access token. - ↳
descriptionstring requiredUser-provided description of the token’s purpose. - ↳
createdstring requiredTimestamp when the token was created, in ISO 8601 format. - ↳
lastUsedinteger requiredUnix epoch timestamp (seconds) when the token was last used. Zero if never used. - ↳
expiresinteger requiredUnix epoch timestamp (seconds) when the token expires. Zero if it never expires. - ↳
adminboolean requiredWhether this token has Pulumi Cloud admin privileges. - ↳
createdBystring requiredUser.GitHubLogin of the user that created the access token - Role associated with the token, if applicable
Thank you for your feedback!
If you have a question about how to use Pulumi, reach out in Community Slack.
Open an issue on GitHub to report a problem or suggest an improvement.