< Back
New-IosNotificationSettingsObject
Post
NAME New-IosNotificationSettingsObject
SYNOPSIS
Creates a new object which represents a "microsoft.graph.iosNotificationSettings" (or one of its derived types).
SYNTAX
New-IosNotificationSettingsObject [-alertType <string>] [-appName <string>] [-badgesEnabled <bool>] [-bundleID
<string>] [-enabled <bool>] [-publisher <string>] [-showInNotificationCenter <bool>] [-showOnLockScreen <bool>]
[-soundsEnabled <bool>] [<CommonParameters>]
DESCRIPTION
Creates a new object which represents a "microsoft.graph.iosNotificationSettings" (or one of its derived types).
PARAMETERS
-bundleID <string>
The "bundleID" property, of type "Edm.String".
This property is on the "microsoft.graph.iosNotificationSettings" type.
Bundle id of app to which to apply these notification settings.
Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
-appName <string>
The "appName" property, of type "Edm.String".
This property is on the "microsoft.graph.iosNotificationSettings" type.
Application name to be associated with the bundleID.
Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
-publisher <string>
The "publisher" property, of type "Edm.String".
This property is on the "microsoft.graph.iosNotificationSettings" type.
Publisher to be associated with the bundleID.
Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
-enabled <bool>
The "enabled" property, of type "Edm.Boolean".
This property is on the "microsoft.graph.iosNotificationSettings" type.
Indicates whether notifications are allowed for this app.
Required? false
Position? named
Default value False
Accept pipeline input? false
Accept wildcard characters? false
-showInNotificationCenter <bool>
The "showInNotificationCenter" property, of type "Edm.Boolean".
This property is on the "microsoft.graph.iosNotificationSettings" type.
Indicates whether notifications can be shown in notification center.
Required? false
Position? named
Default value False
Accept pipeline input? false
Accept wildcard characters? false
-showOnLockScreen <bool>
The "showOnLockScreen" property, of type "Edm.Boolean".
This property is on the "microsoft.graph.iosNotificationSettings" type.
Indicates whether notifications can be shown on the lock screen.
Required? false
Position? named
Default value False
Accept pipeline input? false
Accept wildcard characters? false
-alertType <string>
The "alertType" property, of type "microsoft.graph.iosNotificationAlertType".
This property is on the "microsoft.graph.iosNotificationSettings" type.
Indicates the type of alert for notifications for this app.
Valid values: 'deviceDefault', 'banner', 'modal', 'none'
Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
-badgesEnabled <bool>
The "badgesEnabled" property, of type "Edm.Boolean".
This property is on the "microsoft.graph.iosNotificationSettings" type.
Indicates whether badges are allowed for this app.
Required? false
Position? named
Default value False
Accept pipeline input? false
Accept wildcard characters? false
-soundsEnabled <bool>
The "soundsEnabled" property, of type "Edm.Boolean".
This property is on the "microsoft.graph.iosNotificationSettings" type.
Indicates whether sounds are allowed for this app.
Required? false
Position? named
Default value False
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
SYNOPSIS
Creates a new object which represents a "microsoft.graph.iosNotificationSettings" (or one of its derived types).
SYNTAX
New-IosNotificationSettingsObject [-alertType <string>] [-appName <string>] [-badgesEnabled <bool>] [-bundleID
<string>] [-enabled <bool>] [-publisher <string>] [-showInNotificationCenter <bool>] [-showOnLockScreen <bool>]
[-soundsEnabled <bool>] [<CommonParameters>]
DESCRIPTION
Creates a new object which represents a "microsoft.graph.iosNotificationSettings" (or one of its derived types).
PARAMETERS
-bundleID <string>
The "bundleID" property, of type "Edm.String".
This property is on the "microsoft.graph.iosNotificationSettings" type.
Bundle id of app to which to apply these notification settings.
Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
-appName <string>
The "appName" property, of type "Edm.String".
This property is on the "microsoft.graph.iosNotificationSettings" type.
Application name to be associated with the bundleID.
Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
-publisher <string>
The "publisher" property, of type "Edm.String".
This property is on the "microsoft.graph.iosNotificationSettings" type.
Publisher to be associated with the bundleID.
Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
-enabled <bool>
The "enabled" property, of type "Edm.Boolean".
This property is on the "microsoft.graph.iosNotificationSettings" type.
Indicates whether notifications are allowed for this app.
Required? false
Position? named
Default value False
Accept pipeline input? false
Accept wildcard characters? false
-showInNotificationCenter <bool>
The "showInNotificationCenter" property, of type "Edm.Boolean".
This property is on the "microsoft.graph.iosNotificationSettings" type.
Indicates whether notifications can be shown in notification center.
Required? false
Position? named
Default value False
Accept pipeline input? false
Accept wildcard characters? false
-showOnLockScreen <bool>
The "showOnLockScreen" property, of type "Edm.Boolean".
This property is on the "microsoft.graph.iosNotificationSettings" type.
Indicates whether notifications can be shown on the lock screen.
Required? false
Position? named
Default value False
Accept pipeline input? false
Accept wildcard characters? false
-alertType <string>
The "alertType" property, of type "microsoft.graph.iosNotificationAlertType".
This property is on the "microsoft.graph.iosNotificationSettings" type.
Indicates the type of alert for notifications for this app.
Valid values: 'deviceDefault', 'banner', 'modal', 'none'
Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
-badgesEnabled <bool>
The "badgesEnabled" property, of type "Edm.Boolean".
This property is on the "microsoft.graph.iosNotificationSettings" type.
Indicates whether badges are allowed for this app.
Required? false
Position? named
Default value False
Accept pipeline input? false
Accept wildcard characters? false
-soundsEnabled <bool>
The "soundsEnabled" property, of type "Edm.Boolean".
This property is on the "microsoft.graph.iosNotificationSettings" type.
Indicates whether sounds are allowed for this app.
Required? false
Position? named
Default value False
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