ManagementTokenModel
ManagementTokenModel
Management token details for creating or updating token.
| Name | Type | Description |
|---|---|---|
| Name | string | Name for the management token. |
| Description | string | Description for the management token. |
| ExpiresOn | string | Expiration date of the token in UTC time |
| IsEmailNotificationEnabled | bool | Enable notification for the token expiration before seven days. |
| Scope | List<TokenScope> | List of token scope for stack-level permissions you need to assign to the token. |