AuthorizationToken
Contains authorization information for accessing third-party repositories.
Contents
- CreationTime
-
The time when the authorization token was created.
Type: Timestamp
Required: Yes
- Scopes
-
The access scopes granted by the authorization token.
Type: Array of strings
Array Members: Minimum number of 1 item. Maximum number of 10 items.
Length Constraints: Minimum length of 1. Maximum length of 1024.
Required: Yes
- Token
-
The authorization token value.
Type: String
Length Constraints: Minimum length of 8. Maximum length of 2048.
Pattern:
\S+
Required: Yes
- User
-
The user associated with the authorization token.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 100.
Pattern:
^\S(.*\S)?$
Required: Yes
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: