< Back

New-MobileAppIdentifierObject

Sat Jan 18, 2020 12:40 pm

NAME New-MobileAppIdentifierObject



SYNOPSIS

Creates a new object which represents a "microsoft.graph.mobileAppIdentifier" (or one of its derived types).





SYNTAX

New-MobileAppIdentifierObject -iosMobileAppIdentifier <SwitchParameter> [-bundleId <string>] [<CommonParameters>]



New-MobileAppIdentifierObject -androidMobileAppIdentifier <SwitchParameter> [-packageId <string>]

[<CommonParameters>]





DESCRIPTION

Creates a new object which represents a "microsoft.graph.mobileAppIdentifier" (or one of its derived types).





PARAMETERS

-iosMobileAppIdentifier <SwitchParameter>

A switch parameter for selecting the parameter set which corresponds to the

"microsoft.graph.iosMobileAppIdentifier" type.



Required? true

Position? named

Default value False

Accept pipeline input? false

Accept wildcard characters? false



-bundleId <string>

The "bundleId" property, of type "Edm.String".



This property is on the "microsoft.graph.iosMobileAppIdentifier" type.



The identifier for an app, as specified in the app store.



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-androidMobileAppIdentifier <SwitchParameter>

A switch parameter for selecting the parameter set which corresponds to the

"microsoft.graph.androidMobileAppIdentifier" type.



Required? true

Position? named

Default value False

Accept pipeline input? false

Accept wildcard characters? false



-packageId <string>

The "packageId" property, of type "Edm.String".



This property is on the "microsoft.graph.androidMobileAppIdentifier" type.



The identifier for an app, as specified in the play store.



Required? false

Position? named

Default value

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