The VaultNamedACLOperations class represents the available named access control list operations.
AddNamedACLAdmin | Adds a new named ACL. Returns the created named ACL, with the ID property set to the real ID value. |
GetMatchingNamedACLForAccessControlList | Returns a named access control list that matches the specified access control list. |
GetMatchingNamedACLForAccessControlListComponent | Returns a named access control list that matches the specified access control list component. |
GetNamedACL | Gets the specified named ACL. |
GetNamedACLAdmin | Gets the specified named ACL (for administrative operations). |
GetNamedACLIDByAlias | Gets the ID of the named ACL with the specified alias. Returns -1000 if a match is not found or if more than one named ACL uses the specified alias. |
GetNamedACLIDByGUID | Gets the ID of the named ACL with the specified GUID. Returns -1000 if a match is not found. |
GetNamedACLs | Gets all named ACLs. |
GetNamedACLsByTypeAdmin | Gets all named ACLs by their type (for administrative operations). |
GetNamedACLsWithRefresh | Gets all named ACLs. |
GetNamedACLWithRefresh | Gets the specified named ACL. |
IsNamedACLUsedInAutomaticPermissionsAdmin | Checks whether the specified named ACL is currently used in automatic permissions. |
RemoveNamedACLWithPropagationAdmin | Deletes the named ACL with the specified ID. |
UpdateNamedACLAdmin | Updates the named ACL. The ID property identifies the named ACL to modify. |
UpdateNamedACLWithPropagationAdmin | Updates the named ACL. The ID property identifies the named ACL to modify. |