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 - applyAclPolicy

RBACUser - applyAclPolicy

Description :

This command applies an ACL policy to a RBAC User.

When an ACL policy is applied to an object, all access checks on that object will check both the permissions in its ACL along with the permissions of the associated ACL 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 use.

Example

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

Script





RBACUser applyAclPolicy "RBAC User" "Test Policy" 



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

Comments