1. Docs
  2. Reference
  3. REST API Docs
  4. Schema
  5. AccessToken

AccessToken

    AccessToken holds a pulumi access token and some associated metadata

    Properties

    • id string required
      Unique identifier for this access token.
    • name string required
      Human-readable name assigned to this access token.
    • description string required
      User-provided description of the token’s purpose.
    • created string required
      Timestamp when the token was created, in ISO 8601 format.
    • lastUsed integer required
      Unix epoch timestamp (seconds) when the token was last used. Zero if never used.
    • expires integer required
      Unix epoch timestamp (seconds) when the token expires. Zero if it never expires.
    • admin boolean required
      Whether this token has Pulumi Cloud admin privileges.
    • createdBy string required
      User.GitHubLogin of the user that created the access token
    • role AccessTokenRole optional
      Role associated with the token, if applicable
    • id string required
      Unique identifier for this role.
    • name string required
      Display name of the role.
    • defaultIdentifier enum required
      The 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