\Microsoft\Graph\ModelPasswordProfile

PasswordProfile class

Summary

Methods
Properties
Constants
__construct()
getPassword()
setPassword()
getForceChangePasswordNextSignIn()
setForceChangePasswordNextSignIn()
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

PasswordProfile constructor

Parameters

array $propDict

List of properties to set Defaults to an empty array

Returns

null

getPassword()

getPassword() : string

Gets the password

Returns

string —

The password

setPassword()

setPassword(string  $val) : null

Sets the password

Parameters

string $val

The value of the password

Returns

null

getForceChangePasswordNextSignIn()

getForceChangePasswordNextSignIn() : boolean

Gets the forceChangePasswordNextSignIn

Returns

boolean —

The forceChangePasswordNextSignIn

setForceChangePasswordNextSignIn()

setForceChangePasswordNextSignIn(boolean  $val) : null

Sets the forceChangePasswordNextSignIn

Parameters

boolean $val

The value of the forceChangePasswordNextSignIn

Returns

null