Set-vRAGroupOrgRole¶
Synopsis¶
Set the group organization role.
Syntax¶
Set-vRAGroupOrgRole [-groupId] <String> [-orgId] <String> [-orgRole] <String> [-ProgressAction <ActionPreference>] [<CommonParameters>]
Description¶
The Set-vRAGroupOrgRole cmdlet sets a group's organization roles in VMware Aria Automation.
Examples¶
Example 1¶
Set-vRAGroupOrgRole -groupId $groupId -orgId $orgId -orgRole org_owner
This example sets the group as an organization owner in VMware Aria Automation by groupId and orgId.
Example 2¶
Set-vRAGroupOrgRole -groupId $groupId -orgId $orgId -orgRole org_member
This example sets the group as an organization member in VMware Aria Automation by groupId and orgId.
Parameters¶
-groupId¶
The groupId to set the organization role for.
Type: String
Parameter Sets: (All)
Aliases:
Required: True
Position: 1
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
-orgId¶
The organization Id to set the organization role for.
Type: String
Parameter Sets: (All)
Aliases:
Required: True
Position: 2
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
-orgRole¶
The organization role to set.
Type: String
Parameter Sets: (All)
Aliases:
Required: True
Position: 3
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
-ProgressAction¶
Progress Action
Type: ActionPreference
Parameter Sets: (All)
Aliases: proga
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
Common Parameters¶
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.