AccessControlKind.Type specifies the kind of access control. It was added for a scenario which isn’t relevant any more. Therefore the function doesn’t currently have any practical use.
Enumeration Options
Enumerations simplify the process of selecting options within a function. To specify the AccessControlKind.Type
, users have the option to either input the below Argument description (which provides more information) or the shorter Value (which provides a more concise representation).
Argument | Value | Description |
---|---|---|
AccessControlKind.Deny | 0 | Access is denied. |
AccessControlKind.Allow | 1 | Access is allowed. |
