\Microsoft\Graph\ModelIdentitySet

IdentitySet class

Summary

Methods
Properties
Constants
__construct()
getApplication()
setApplication()
getDevice()
setDevice()
getUser()
setUser()
No public properties found
No constants found
No protected methods found
No protected properties found
N/A
No private methods found
$_propDict
N/A

Properties

$_propDict

$_propDict : \Microsoft\Graph\Model\array(string

The array of properties available to the model

Type

\Microsoft\Graph\Model\array(string — => string)

Methods

__construct()

__construct(array  $propDict = array()) : null

IdentitySet constructor

Parameters

array $propDict

List of properties to set Defaults to an empty array

Returns

null

setApplication()

setApplication(\Microsoft\Graph\Model\Identity  $val) : null

Sets the application

Parameters

\Microsoft\Graph\Model\Identity $val

The value to assign to the application

Returns

null

setDevice()

setDevice(\Microsoft\Graph\Model\Identity  $val) : null

Sets the device

Parameters

\Microsoft\Graph\Model\Identity $val

The value to assign to the device

Returns

null

setUser()

setUser(\Microsoft\Graph\Model\Identity  $val) : null

Sets the user

Parameters

\Microsoft\Graph\Model\Identity $val

The value to assign to the user

Returns

null