< Back

New-IdentitySetObject

Sat Jan 18, 2020 12:31 pm

NAME New-IdentitySetObject



SYNOPSIS

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





SYNTAX

New-IdentitySetObject [-application <object>] [-device <object>] [-user <object>] [<CommonParameters>]





DESCRIPTION

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





PARAMETERS

-application <object>

The "application" property, of type "microsoft.graph.identity".



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



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-device <object>

The "device" property, of type "microsoft.graph.identity".



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



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-user <object>

The "user" property, of type "microsoft.graph.identity".



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



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