delete_server_acl
Deletes the explicit ACL defined in Qlik Enterprise Manager for the specified server. Inherited ACLs are not affected by this method. Once the explicit ACL is deleted from the server, all ACLs will be automatically inherited from the server's ancestors.
Required User Role: See Required Enterprise Manager permissions.
Syntax
def delete_server_acl(
self,
server
)
Parameters
Parameter | Type | Description |
---|---|---|
server | string | The name of the server whose ACL needs to be deleted. |
Return values
N/A
Errors
All of the general errors as well as the errors listed in the table below.
Error | Message | Description |
---|---|---|
AEM_DELETE_SERVER_ACL_INNER_ERR |
Failed to delete ACL of server "{server}". Error: "{message}". |
Returned if Qlik Enterprise Manager encounters an error/exception when trying to delete the server's ACL. |
AEM_SERVER_HAS_NO_ACL | ACL for server "{server}" could not be found. |
Returned when the specified server has no explicit ACL defined. |