Add-AdminAllowedThirdPartyApps
Adds the application to the list of allowed third party applications for the tenant.
Syntax
Add-AdminAllowedThirdPartyApps
[-ApplicationId] <String>
[[-ApiVersion] <String>]
[<CommonParameters>]
Description
The Add-AdminAllowedThirdPartyApps function adds the allowed third party app ID. Use Get-Help Add-AdminAllowedThirdPartyApps -Examples for more detail.
Examples
EXAMPLE 1
Add-AdminAllowedThirdPartyApps -ApplicationId 1ec3c80c-c2c0-4ea6-97a8-31d8c8c3d488
Adds the application Id to the list of allowed third party applications for the tenant.
Parameters
-ApiVersion
The api version to call with. Default 2018-01-01.
Type: | String |
Position: | 2 |
Default value: | 2021-02-01 |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-ApplicationId
The app ID or name of the allowed third party app.
Type: | String |
Position: | 1 |
Default value: | None |
Required: | True |
Accept pipeline input: | True |
Accept wildcard characters: | False |