Update-VPASIdentityRole
Synopsis:
UPDATE ROLE IN IDENTITY |
Description:
USE THIS FUNCTION TO ADD OR REMOVE USERS FROM AN EXISTING ROLE IN IDENTITY |
Syntax:
Update-VPASIdentityRole -RoleName <String> -Action <String> -ActionValue <String> [-token <Hashtable>] [<CommonParameters>] |
Update-VPASIdentityRole -RoleID <String> -Action <String> -ActionValue <String> [-token <Hashtable>] [<CommonParameters>] |
Update-VPASIdentityRole -InputParameters <Hashtable> [-token <Hashtable>] [<CommonParameters>] |
Parameters:
-RoleName <String> |
-RoleID <String> |
-Action <String> |
-ActionValue <String> |
-InputParameters <Hashtable> |
-token <Hashtable> |
<CommonParameters> |
Examples:
$UpdateIdentityRole = Update-VPASIdentityRole -Name {NAME VALUE} -Action {ACTION VALUE} -User {USER Value} |
$UpdateIdentityRole = Update-VPASIdentityRole -RoleID {ROLEID VALUE} -Action {ACTION VALUE} -User {USER Value} |
$InputParameters = @{ |
$InputParameters = @{ |
Outputs:
$true if successful |
$false if failed |