Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 456 Bytes

File metadata and controls

22 lines (15 loc) · 456 Bytes

AllowActions

Example Usage

using ApideckUnifySdk.Models.Components;

var value = AllowActions.Delete;

// Open enum: use .Of() to create instances from custom string values
var custom = AllowActions.Of("custom_value");

Values

Name Value
Delete delete
Disconnect disconnect
Reauthorize reauthorize
Disable disable