Unsupported content

 

This version of the documentation is no longer supported. However, the documentation is available for your convenience. You will not be able to leave comments.

RBACUser - removeAclPolicy

RBACUser - removeAclPolicy

Description :

This command removes an ACL policy from a RBAC User.

When an ACL policy is removed from an object, all access checks through that object's ACL will no longer check against the internal ACL of the ACL policy that was removed. No checks are made to make sure one does not lock themselves out of an object by removing a policy. Returns the DBKey of the modified object.

Return type : DBKey

Command Input :

Variable Name

Variable Type

Description

name

String

RBACUser name.

policyName

String

Name of the ACL policy to remove.

Example

The following example shows how to remove an ACL policy called "Test Policy" from the RBAC User named "RBAC User".

Script





RBACUser removeAclPolicy "RBAC User" "Test Policy" 



Was this page helpful? Yes No Submitting... Thank you

Comments