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. |
2023-2026 © BI Gorilla. All rights are reserved. Information from Microsoft docs is property of Microsoft Corp. | Privacy Policy