Enum Permission
Permission to assign.
Namespace: Bitmovin.Api.Sdk.Models
Assembly: Bitmovin.Api.Sdk.dll
Syntax
public enum Permission
Fields
Name | Description |
---|---|
DELETE | Permission to call http DELETE on the defined resource. |
GET | Permission to call http GET on the defined resource. |
PATCH | Permission to call http PATCH on the defined resource. |
POST | Permission to call http POST on the defined resource. |
PUT | Permission to call http PUT on the defined resource. |