RBACRole - setAgentAclUserEquiv

RBACRole - setAgentAclUserEquiv

Description :

This command sets the user equivalence on the AgentAcl of a role. Set os to either 1 (for Windows) or 999 (for unix)

Return type : com.bladelogic.om.infra.model.rbac.RBACRole

Command Input :

Variable Name

Variable Type

Description

roleName

String

Name of the role to modify.

userEquivalency

String

Name of the user equivalency you want to set.

os

Integer

The operating system the setting is for.

Example

This example assumes that a role named "SuperAdmin" is present in the system. It also assumes that a login named "EquivUser" is to be used for the equivalency on Windows servers.

Script





RBACRole setAgentAclUserEquiv SuperAdmin EquivUser 1 



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

Comments