< Back

Remove-AdminPowerAppRoleAssignment

Sat Jan 18, 2020 3:50 pm

NAME Remove-AdminPowerAppRoleAssignment



SYNOPSIS

Deletes specific role of an app.





SYNTAX

Remove-AdminPowerAppRoleAssignment -RoleId <String> -EnvironmentName <String> -AppName <String> [-ApiVersion

<String>] [<CommonParameters>]





DESCRIPTION

Deletes specific role of an app.

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





PARAMETERS

-RoleId <String>

Specifies the role assignment id.

Remove-AdminPowerAppRoleAssignment -RoleId "4d1f7648-ad60-4871-91cb-b77d7ef3c239" -EnvironmentName

"Default-55abc7e5-2812-4d73-9d2f-8d9017f8c877" -AppName "73691d1f-0ff5-442c-87ce-1e3e2fba58dc"

Deletes the role named 4d1f7648-ad60-4871-91cb-b77d7ef3c239 for app id 73691d1f-0ff5-442c-87ce-1e3e2fba58dc in

Environment Default-55abc7e5-2812-4d73-9d2f-8d9017f8c877



Required? true

Position? named

Default value

Accept pipeline input? true (ByPropertyName)

Accept wildcard characters? false



-EnvironmentName <String>

Limit apps returned to those in a specified environment.



Required? true

Position? named

Default value

Accept pipeline input? true (ByPropertyName)

Accept wildcard characters? false



-AppName <String>

Specifies the app id.



Required? true

Position? named

Default value

Accept pipeline input? true (ByPropertyName)

Accept wildcard characters? false



-ApiVersion <String>



Required? false

Position? named

Default value 2016-11-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





RELATED LINKS