Remove-AdminPowerAppConnectionRoleAssignment
Deletes a connection role assignment.
Syntax
Remove-AdminPowerAppConnectionRoleAssignment
[[-ConnectionName] <String>]
[-ConnectorName <String>]
[-EnvironmentName <String>]
[-RoleId <String>]
[-ApiVersion <String>]
[<CommonParameters>]
Description
The Remove-AdminPowerAppConnectionRoleAssignment cmdlet deletes a connection role assignment record.
Examples
EXAMPLE 1
Remove-AdminPowerAppConnectionRoleAssignment -ConnectionName [Guid] -EnvironmentName [Guid] -ConnectorName shared_twitter -RoleId /providers/Microsoft.PowerApps/apis/shared_twitter/connections/[Guid]/permissions/[Guid]
Deletes the app connection role assignment with the specified RoleId from the specified environment.
Parameters
-ApiVersion
Version of Power Apps API to use.
Type: | String |
Position: | Named |
Default value: | 2017-06-01 |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-ConnectionName
ID of the connection.
Type: | String |
Position: | 1 |
Default value: | None |
Accept pipeline input: | True |
Accept wildcard characters: | False |
-ConnectorName
Name of the connector associated with the connection.
Type: | String |
Position: | Named |
Default value: | None |
Accept pipeline input: | True |
Accept wildcard characters: | False |
-EnvironmentName
ID of the environment of the connection.
Type: | String |
Position: | Named |
Default value: | None |
Accept pipeline input: | True |
Accept wildcard characters: | False |
-RoleId
ID of the role assignment to delete.
Type: | String |
Position: | Named |
Default value: | None |
Accept pipeline input: | True |
Accept wildcard characters: | False |