codecatalyst_create_access_token: Creates a personal access token (PAT) for the current user

View source: R/codecatalyst_operations.R

codecatalyst_create_access_tokenR Documentation

Creates a personal access token (PAT) for the current user

Description

Creates a personal access token (PAT) for the current user. A personal access token (PAT) is similar to a password. It is associated with your user identity for use across all spaces and projects in Amazon CodeCatalyst. You use PATs to access CodeCatalyst from resources that include integrated development environments (IDEs) and Git-based source repositories. PATs represent you in Amazon CodeCatalyst and you can manage them in your user settings.For more information, see Managing personal access tokens in Amazon CodeCatalyst.

See https://www.paws-r-sdk.com/docs/codecatalyst_create_access_token/ for full documentation.

Usage

codecatalyst_create_access_token(name, expiresTime = NULL)

Arguments

name

[required] The friendly name of the personal access token.

expiresTime

The date and time the personal access token expires, in coordinated universal time (UTC) timestamp format as specified in RFC 3339.


paws.developer.tools documentation built on Sept. 12, 2024, 6:46 a.m.