< Back

Remove-AdminPowerAppConnectorRoleAssignment

Sat Jan 18, 2020 3:49 pm

NAME Remove-AdminPowerAppConnectorRoleAssignment



SYNOPSIS

Deletes a connector role assignment record.





SYNTAX

Remove-AdminPowerAppConnectorRoleAssignment -EnvironmentName <String> -ConnectorName <String> -RoleId <String>

[-ApiVersion <String>] [<CommonParameters>]



Remove-AdminPowerAppConnectorRoleAssignment -EnvironmentName <String> -ConnectorName <String> -RoleId <String>

[-ApiVersion <String>] [<CommonParameters>]





DESCRIPTION

The Remove-AdminPowerAppConnectorRoleAssignment deletes the specific connector role assignment

Use Get-Help Remove-AdminPowerAppConnectorRoleAssignment -Examples for more detail.





PARAMETERS

-EnvironmentName <String>

The connector's environment.



Required? true

Position? named

Default value

Accept pipeline input? true (ByPropertyName)

Accept wildcard characters? false



-ConnectorName <String>

The connector name



Required? true

Position? named

Default value

Accept pipeline input? true (ByPropertyName)

Accept wildcard characters? false



-RoleId <String>

The id of the role assignment to be deleted.



Required? true

Position? named

Default value

Accept pipeline input? true (ByPropertyName)

Accept wildcard characters? false



-ApiVersion <String>



Required? false

Position? named

Default value 2017-06-01

Accept pipeline input? false

Accept wildcard characters? false



<CommonParameters>

This cmdlet supports the common parameters: Verbose, Debug,

ErrorAction, ErrorVariable, WarningAction, WarningVariable,

OutBuffer, PipelineVariable, and OutVariable. For more information, see

about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).



INPUTS



OUTPUTS



-------------------------- EXAMPLE 1 --------------------------



PS C:\\>Remove-AdminPowerAppConnectorRoleAssignment -EnvironmentName 0fc02431-15fb-4563-a5ab-8211beb2a86f

-ConnectorName shared_testapi.5f0629412a7d1fe83e.5f6f049093c9b7a698 -RoleId /providers/Microsoft.PowerApps/scopes/a

dmin/environments/0fc02431-15fb-4563-a5ab-8211beb2a86f/apis/shared_testapi.5f0629412a7d1fe83e.5f6f049093c9b7a698/pe

rmissions/a9f34b89-b7f2-48ef-a3ca-1c435bc655a0



Deletes the role assignment with an id of /providers/Microsoft.PowerApps/scopes/admin/environments/0fc02431-15fb-45

63-a5ab-8211beb2a86f/apis/shared_testapi.5f0629412a7d1fe83e.5f6f049093c9b7a698/permissions/a9f34b89-b7f2-48ef-a3ca-

1c435bc655a0











RELATED LINKS