Class ApiTokenOptionsContract
Represents an api token options
Namespace: Com.Kendox.Dcis.SubSystem.Service.Contract
Syntax
public class ApiTokenOptionsContract : Object
Name | Description |
---|---|
ApiTokenOptionsContract() |
Fields
Name | Description |
---|---|
ExpirationDate | The expiration date for this api token. Can be set to the value "never" for expiration date. |
HasAdminRights | Defines if, has admin rights for this api token |
RoleNames | The list of RoleNames for this api token |
Scope | The scope option for this api token. |
TokenId | The token id for this api token |
TokenName | The token name for this api token |
WithConnenctionId | Defines with connection id for this api token |