KB442014: REST API Object Management PUT Statement List of Parameters and What They Correspond to for “acl” Section
The following KB article describes a List of Parameters and What They Correspond to for “acl” Section in REST API Object Management PUT Statement
- deny (boolean) -> value = Specifies whether access is denied.
- type (int) -> value = Access control entry type (1 for object access). See EnumDSSXMLAccessEntryType for possible values.
- rights (int) -> value = Rights assigned to the designated trustee. See EnumDSSXMLAccessRightFlags for possible values.
- trusteeId (String) -> value = User ID of the designated trustee.
- trusteeName (String) -> value = User name of the designated trustee.
- trusteeType (int) -> value = Type of the designated trustee.
- trusteeSubtype (int) -> value = Sub-type of the designated trustee.
- inheritable (boolean) -> value = Specifies whether access control is inherited.
KB442014