AccessToken
AccessToken holds a pulumi access token and some associated metadata
Properties
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
- ↳
idstring requiredUnique identifier for this role. - ↳
namestring requiredDisplay name of the role. - ↳
defaultIdentifierenum requiredThe default identity to assume when using a token with this role.Values:member,admin,billing-manager,stack-read,stack-write,stack-admin,environment-read,environment-write,environment-admin,environment-open,insights-account-read,insights-account-write,insights-account-admin
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.