RBACRole - removeAuthProfileFromRoleByName
RBACRole - removeAuthProfileFromRoleByName
Description :
This command removes an authorization profile from a role.
A related command is addAuthProfileToRoleByName . This command returns the name of the role from which the authorization profile was removed.
Return type : String
Command Input :
Variable Name | Variable Type | Description |
---|---|---|
roleName | String | Name of the role from which you want to remove an authorization profile. |
profileName | String | Name of the authorization profile to remove. |
Example
The following example removes a profile called ServerAuths from the role BLAdmins.
Script
blcli RBACRole removeAuthProfileFromRoleByName "BLAdmins" "ServerAuths"
Tip: For faster searching, add an asterisk to the end of your partial query. Example: cert*