code
stringlengths
15
9.96M
docstring
stringlengths
1
10.1k
func_name
stringlengths
1
124
language
stringclasses
1 value
repo
stringlengths
7
63
path
stringlengths
6
186
url
stringlengths
50
236
license
stringclasses
4 values
public function setMail($value) { $this->setProperty("Mail", $value, true); }
The SMTP address for the user, for example, "[email protected]". Read-Only. Supports $filter. @var string
setMail
php
vgrem/phpSPO
src/Directory/Users/User.php
https://github.com/vgrem/phpSPO/blob/master/src/Directory/Users/User.php
MIT
public function getMailNickname() { if (!$this->isPropertyAvailable("MailNickname")) { return null; } return $this->getProperty("MailNickname"); }
The mail alias for the user. This property must be specified when a user is created. Supports $filter. @return string
getMailNickname
php
vgrem/phpSPO
src/Directory/Users/User.php
https://github.com/vgrem/phpSPO/blob/master/src/Directory/Users/User.php
MIT
public function setMailNickname($value) { $this->setProperty("MailNickname", $value, true); }
The mail alias for the user. This property must be specified when a user is created. Supports $filter. @var string
setMailNickname
php
vgrem/phpSPO
src/Directory/Users/User.php
https://github.com/vgrem/phpSPO/blob/master/src/Directory/Users/User.php
MIT
public function getMobilePhone() { if (!$this->isPropertyAvailable("MobilePhone")) { return null; } return $this->getProperty("MobilePhone"); }
The primary cellular telephone number for the user. @return string
getMobilePhone
php
vgrem/phpSPO
src/Directory/Users/User.php
https://github.com/vgrem/phpSPO/blob/master/src/Directory/Users/User.php
MIT
public function setMobilePhone($value) { $this->setProperty("MobilePhone", $value, true); }
The primary cellular telephone number for the user. @var string
setMobilePhone
php
vgrem/phpSPO
src/Directory/Users/User.php
https://github.com/vgrem/phpSPO/blob/master/src/Directory/Users/User.php
MIT
public function getOnPremisesDistinguishedName() { if (!$this->isPropertyAvailable("OnPremisesDistinguishedName")) { return null; } return $this->getProperty("OnPremisesDistinguishedName"); }
Contains the on-premises Active Directory `distinguished name` or `DN`. The property is only populated for customers who are synchronizing their on-premises directory to Azure Active Directory via Azure AD Connect. Read-only. @return string
getOnPremisesDistinguishedName
php
vgrem/phpSPO
src/Directory/Users/User.php
https://github.com/vgrem/phpSPO/blob/master/src/Directory/Users/User.php
MIT
public function setOnPremisesDistinguishedName($value) { $this->setProperty("OnPremisesDistinguishedName", $value, true); }
Contains the on-premises Active Directory `distinguished name` or `DN`. The property is only populated for customers who are synchronizing their on-premises directory to Azure Active Directory via Azure AD Connect. Read-only. @var string
setOnPremisesDistinguishedName
php
vgrem/phpSPO
src/Directory/Users/User.php
https://github.com/vgrem/phpSPO/blob/master/src/Directory/Users/User.php
MIT
public function getOnPremisesImmutableId() { return $this->getProperty("OnPremisesImmutableId"); }
This property is used to associate an on-premises Active Directory user account to their Azure AD user object. This property must be specified when creating a new user account in the Graph if you are using a federated domain for the user’s **userPrincipalName** (UPN) property. **Important:** The **$** and **\_** characters cannot be used when specifying this property. Supports $filter. @return string
getOnPremisesImmutableId
php
vgrem/phpSPO
src/Directory/Users/User.php
https://github.com/vgrem/phpSPO/blob/master/src/Directory/Users/User.php
MIT
public function setOnPremisesImmutableId($value) { $this->setProperty("OnPremisesImmutableId", $value, true); }
This property is used to associate an on-premises Active Directory user account to their Azure AD user object. This property must be specified when creating a new user account in the Graph if you are using a federated domain for the user’s **userPrincipalName** (UPN) property. **Important:** The **$** and **\_** characters cannot be used when specifying this property. Supports $filter. @var string
setOnPremisesImmutableId
php
vgrem/phpSPO
src/Directory/Users/User.php
https://github.com/vgrem/phpSPO/blob/master/src/Directory/Users/User.php
MIT
public function getOnPremisesSecurityIdentifier() { return $this->getProperty("OnPremisesSecurityIdentifier"); }
Contains the on-premises security identifier (SID) for the user that was synchronized from on-premises to the cloud. Read-only. @return string
getOnPremisesSecurityIdentifier
php
vgrem/phpSPO
src/Directory/Users/User.php
https://github.com/vgrem/phpSPO/blob/master/src/Directory/Users/User.php
MIT
public function setOnPremisesSecurityIdentifier($value) { $this->setProperty("OnPremisesSecurityIdentifier", $value, true); }
Contains the on-premises security identifier (SID) for the user that was synchronized from on-premises to the cloud. Read-only. @var string
setOnPremisesSecurityIdentifier
php
vgrem/phpSPO
src/Directory/Users/User.php
https://github.com/vgrem/phpSPO/blob/master/src/Directory/Users/User.php
MIT
public function getOnPremisesSyncEnabled() { return $this->getProperty("OnPremisesSyncEnabled"); }
**true** if this object is synced from an on-premises directory; **false** if this object was originally synced from an on-premises directory but is no longer synced; **null** if this object has never been synced from an on-premises directory (default). Read-only @return bool
getOnPremisesSyncEnabled
php
vgrem/phpSPO
src/Directory/Users/User.php
https://github.com/vgrem/phpSPO/blob/master/src/Directory/Users/User.php
MIT
public function setOnPremisesSyncEnabled($value) { $this->setProperty("OnPremisesSyncEnabled", $value, true); }
**true** if this object is synced from an on-premises directory; **false** if this object was originally synced from an on-premises directory but is no longer synced; **null** if this object has never been synced from an on-premises directory (default). Read-only @var bool
setOnPremisesSyncEnabled
php
vgrem/phpSPO
src/Directory/Users/User.php
https://github.com/vgrem/phpSPO/blob/master/src/Directory/Users/User.php
MIT
public function getOnPremisesDomainName() { return $this->getProperty("OnPremisesDomainName"); }
Contains the on-premises `domainFQDN`, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Azure Active Directory via Azure AD Connect. Read-only. @return string
getOnPremisesDomainName
php
vgrem/phpSPO
src/Directory/Users/User.php
https://github.com/vgrem/phpSPO/blob/master/src/Directory/Users/User.php
MIT
public function setOnPremisesDomainName($value) { $this->setProperty("OnPremisesDomainName", $value, true); }
Contains the on-premises `domainFQDN`, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Azure Active Directory via Azure AD Connect. Read-only. @var string
setOnPremisesDomainName
php
vgrem/phpSPO
src/Directory/Users/User.php
https://github.com/vgrem/phpSPO/blob/master/src/Directory/Users/User.php
MIT
public function getOnPremisesSamAccountName() { return $this->getProperty("OnPremisesSamAccountName"); }
Contains the on-premises `samAccountName` synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Azure Active Directory via Azure AD Connect. Read-only. @return string
getOnPremisesSamAccountName
php
vgrem/phpSPO
src/Directory/Users/User.php
https://github.com/vgrem/phpSPO/blob/master/src/Directory/Users/User.php
MIT
public function setOnPremisesSamAccountName($value) { $this->setProperty("OnPremisesSamAccountName", $value, true); }
Contains the on-premises `samAccountName` synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Azure Active Directory via Azure AD Connect. Read-only. @var string
setOnPremisesSamAccountName
php
vgrem/phpSPO
src/Directory/Users/User.php
https://github.com/vgrem/phpSPO/blob/master/src/Directory/Users/User.php
MIT
public function getOnPremisesUserPrincipalName() { if (!$this->isPropertyAvailable("OnPremisesUserPrincipalName")) { return null; } return $this->getProperty("OnPremisesUserPrincipalName"); }
Contains the on-premises `userPrincipalName` synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Azure Active Directory via Azure AD Connect. Read-only. @return string
getOnPremisesUserPrincipalName
php
vgrem/phpSPO
src/Directory/Users/User.php
https://github.com/vgrem/phpSPO/blob/master/src/Directory/Users/User.php
MIT
public function setOnPremisesUserPrincipalName($value) { $this->setProperty("OnPremisesUserPrincipalName", $value, true); }
Contains the on-premises `userPrincipalName` synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Azure Active Directory via Azure AD Connect. Read-only. @var string
setOnPremisesUserPrincipalName
php
vgrem/phpSPO
src/Directory/Users/User.php
https://github.com/vgrem/phpSPO/blob/master/src/Directory/Users/User.php
MIT
public function getOtherMails() { if (!$this->isPropertyAvailable("OtherMails")) { return null; } return $this->getProperty("OtherMails"); }
A list of additional email addresses for the user; for example: `["[email protected]", "[email protected]"]`. Supports $filter. @return array
getOtherMails
php
vgrem/phpSPO
src/Directory/Users/User.php
https://github.com/vgrem/phpSPO/blob/master/src/Directory/Users/User.php
MIT
public function setOtherMails($value) { $this->setProperty("OtherMails", $value, true); }
A list of additional email addresses for the user; for example: `["[email protected]", "[email protected]"]`. Supports $filter. @var array
setOtherMails
php
vgrem/phpSPO
src/Directory/Users/User.php
https://github.com/vgrem/phpSPO/blob/master/src/Directory/Users/User.php
MIT
public function getPasswordPolicies() { return $this->getProperty("PasswordPolicies"); }
Specifies password policies for the user. This value is an enumeration with one possible value being “DisableStrongPassword”, which allows weaker passwords than the default policy to be specified. “DisablePasswordExpiration” can also be specified. The two may be specified together; for example: "DisablePasswordExpiration, DisableStrongPassword". @return string
getPasswordPolicies
php
vgrem/phpSPO
src/Directory/Users/User.php
https://github.com/vgrem/phpSPO/blob/master/src/Directory/Users/User.php
MIT
public function setPasswordPolicies($value) { $this->setProperty("PasswordPolicies", $value, true); }
Specifies password policies for the user. This value is an enumeration with one possible value being “DisableStrongPassword”, which allows weaker passwords than the default policy to be specified. “DisablePasswordExpiration” can also be specified. The two may be specified together; for example: "DisablePasswordExpiration, DisableStrongPassword". @var string
setPasswordPolicies
php
vgrem/phpSPO
src/Directory/Users/User.php
https://github.com/vgrem/phpSPO/blob/master/src/Directory/Users/User.php
MIT
public function getOfficeLocation() { return $this->getProperty("OfficeLocation"); }
The office location in the user's place of business. @return string
getOfficeLocation
php
vgrem/phpSPO
src/Directory/Users/User.php
https://github.com/vgrem/phpSPO/blob/master/src/Directory/Users/User.php
MIT
public function setOfficeLocation($value) { $this->setProperty("OfficeLocation", $value, true); }
The office location in the user's place of business. @var string
setOfficeLocation
php
vgrem/phpSPO
src/Directory/Users/User.php
https://github.com/vgrem/phpSPO/blob/master/src/Directory/Users/User.php
MIT
public function getPostalCode() { return $this->getProperty("PostalCode"); }
The postal code for the user's postal address. The postal code is specific to the user's country/region. In the United States of America, this attribute contains the ZIP code. @return string
getPostalCode
php
vgrem/phpSPO
src/Directory/Users/User.php
https://github.com/vgrem/phpSPO/blob/master/src/Directory/Users/User.php
MIT
public function setPostalCode($value) { $this->setProperty("PostalCode", $value, true); }
The postal code for the user's postal address. The postal code is specific to the user's country/region. In the United States of America, this attribute contains the ZIP code. @var string
setPostalCode
php
vgrem/phpSPO
src/Directory/Users/User.php
https://github.com/vgrem/phpSPO/blob/master/src/Directory/Users/User.php
MIT
public function getPreferredLanguage() { return $this->getProperty("PreferredLanguage"); }
The preferred language for the user. Should follow ISO 639-1 Code; for example "en-US". @return string
getPreferredLanguage
php
vgrem/phpSPO
src/Directory/Users/User.php
https://github.com/vgrem/phpSPO/blob/master/src/Directory/Users/User.php
MIT
public function setPreferredLanguage($value) { $this->setProperty("PreferredLanguage", $value, true); }
The preferred language for the user. Should follow ISO 639-1 Code; for example "en-US". @var string
setPreferredLanguage
php
vgrem/phpSPO
src/Directory/Users/User.php
https://github.com/vgrem/phpSPO/blob/master/src/Directory/Users/User.php
MIT
public function getProxyAddresses() { return $this->getProperty("ProxyAddresses"); }
For example: `["SMTP: [email protected]", "smtp: [email protected]"]` The **any** operator is required for filter expressions on multi-valued properties. Read-only, Not nullable. Supports $filter. @return array
getProxyAddresses
php
vgrem/phpSPO
src/Directory/Users/User.php
https://github.com/vgrem/phpSPO/blob/master/src/Directory/Users/User.php
MIT
public function setProxyAddresses($value) { $this->setProperty("ProxyAddresses", $value, true); }
For example: `["SMTP: [email protected]", "smtp: [email protected]"]` The **any** operator is required for filter expressions on multi-valued properties. Read-only, Not nullable. Supports $filter. @var array
setProxyAddresses
php
vgrem/phpSPO
src/Directory/Users/User.php
https://github.com/vgrem/phpSPO/blob/master/src/Directory/Users/User.php
MIT
public function getShowInAddressList() { return $this->getProperty("ShowInAddressList"); }
**true** if the Outlook global address list should contain this user, otherwise **false**. If not set, this will be treated as **true**. For users invited through the invitation manager, this property will be set to **false**. @return bool
getShowInAddressList
php
vgrem/phpSPO
src/Directory/Users/User.php
https://github.com/vgrem/phpSPO/blob/master/src/Directory/Users/User.php
MIT
public function setShowInAddressList($value) { $this->setProperty("ShowInAddressList", $value, true); }
**true** if the Outlook global address list should contain this user, otherwise **false**. If not set, this will be treated as **true**. For users invited through the invitation manager, this property will be set to **false**. @var bool
setShowInAddressList
php
vgrem/phpSPO
src/Directory/Users/User.php
https://github.com/vgrem/phpSPO/blob/master/src/Directory/Users/User.php
MIT
public function getState() { return $this->getProperty("State"); }
The state or province in the user's address. Supports $filter. @return string
getState
php
vgrem/phpSPO
src/Directory/Users/User.php
https://github.com/vgrem/phpSPO/blob/master/src/Directory/Users/User.php
MIT
public function setState($value) { $this->setProperty("State", $value, true); }
The state or province in the user's address. Supports $filter. @var string
setState
php
vgrem/phpSPO
src/Directory/Users/User.php
https://github.com/vgrem/phpSPO/blob/master/src/Directory/Users/User.php
MIT
public function getStreetAddress() { return $this->getProperty("StreetAddress"); }
The street address of the user's place of business. @return string
getStreetAddress
php
vgrem/phpSPO
src/Directory/Users/User.php
https://github.com/vgrem/phpSPO/blob/master/src/Directory/Users/User.php
MIT
public function setStreetAddress($value) { $this->setProperty("StreetAddress", $value, true); }
The street address of the user's place of business. @var string
setStreetAddress
php
vgrem/phpSPO
src/Directory/Users/User.php
https://github.com/vgrem/phpSPO/blob/master/src/Directory/Users/User.php
MIT
public function getSurname() { return $this->getProperty("Surname"); }
The user's surname (family name or last name). Supports $filter. @return string
getSurname
php
vgrem/phpSPO
src/Directory/Users/User.php
https://github.com/vgrem/phpSPO/blob/master/src/Directory/Users/User.php
MIT
public function setSurname($value) { $this->setProperty("Surname", $value, true); }
The user's surname (family name or last name). Supports $filter. @var string
setSurname
php
vgrem/phpSPO
src/Directory/Users/User.php
https://github.com/vgrem/phpSPO/blob/master/src/Directory/Users/User.php
MIT
public function getUsageLocation() { return $this->getProperty("UsageLocation"); }
A two letter country code (ISO standard 3166). Required for users that will be assigned licenses due to legal requirement to check for availability of services in countries. Examples include: "US", "JP", and "GB". Not nullable. Supports $filter. @return string
getUsageLocation
php
vgrem/phpSPO
src/Directory/Users/User.php
https://github.com/vgrem/phpSPO/blob/master/src/Directory/Users/User.php
MIT
public function setUsageLocation($value) { $this->setProperty("UsageLocation", $value, true); }
A two letter country code (ISO standard 3166). Required for users that will be assigned licenses due to legal requirement to check for availability of services in countries. Examples include: "US", "JP", and "GB". Not nullable. Supports $filter. @var string
setUsageLocation
php
vgrem/phpSPO
src/Directory/Users/User.php
https://github.com/vgrem/phpSPO/blob/master/src/Directory/Users/User.php
MIT
public function getUserPrincipalName() { return $this->getProperty("UserPrincipalName"); }
The user principal name (UPN) of the user. The UPN is an Internet-style login name for the user based on the Internet standard RFC 822. By convention, this should map to the user's email name. The general format is alias@domain, where domain must be present in the tenant’s collection of verified domains. This property is required when a user is created. The verified domains for the tenant can be accessed from the **verifiedDomains** property of [organization](organization.md). Supports $filter and $orderby. @return string
getUserPrincipalName
php
vgrem/phpSPO
src/Directory/Users/User.php
https://github.com/vgrem/phpSPO/blob/master/src/Directory/Users/User.php
MIT
public function setUserPrincipalName($value) { $this->setProperty("UserPrincipalName", $value, true); }
The user principal name (UPN) of the user. The UPN is an Internet-style login name for the user based on the Internet standard RFC 822. By convention, this should map to the user's email name. The general format is alias@domain, where domain must be present in the tenant’s collection of verified domains. This property is required when a user is created. The verified domains for the tenant can be accessed from the **verifiedDomains** property of [organization](organization.md). Supports $filter and $orderby. @var string
setUserPrincipalName
php
vgrem/phpSPO
src/Directory/Users/User.php
https://github.com/vgrem/phpSPO/blob/master/src/Directory/Users/User.php
MIT
public function getUserType() { return $this->getProperty("UserType"); }
A string value that can be used to classify user types in your directory, such as “Member” and “Guest”. Supports $filter. @return string
getUserType
php
vgrem/phpSPO
src/Directory/Users/User.php
https://github.com/vgrem/phpSPO/blob/master/src/Directory/Users/User.php
MIT
public function setUserType($value) { $this->setProperty("UserType", $value, true); }
A string value that can be used to classify user types in your directory, such as “Member” and “Guest”. Supports $filter. @var string
setUserType
php
vgrem/phpSPO
src/Directory/Users/User.php
https://github.com/vgrem/phpSPO/blob/master/src/Directory/Users/User.php
MIT
public function getDeviceEnrollmentLimit() { return $this->getProperty("DeviceEnrollmentLimit"); }
@return integer
getDeviceEnrollmentLimit
php
vgrem/phpSPO
src/Directory/Users/User.php
https://github.com/vgrem/phpSPO/blob/master/src/Directory/Users/User.php
MIT
public function setDeviceEnrollmentLimit($value) { $this->setProperty("DeviceEnrollmentLimit", $value, true); }
@var integer
setDeviceEnrollmentLimit
php
vgrem/phpSPO
src/Directory/Users/User.php
https://github.com/vgrem/phpSPO/blob/master/src/Directory/Users/User.php
MIT
public function getAboutMe() { return $this->getProperty("AboutMe"); }
A freeform text entry field for the user to describe themselves. @return string
getAboutMe
php
vgrem/phpSPO
src/Directory/Users/User.php
https://github.com/vgrem/phpSPO/blob/master/src/Directory/Users/User.php
MIT
public function setAboutMe($value) { $this->setProperty("AboutMe", $value, true); }
A freeform text entry field for the user to describe themselves. @var string
setAboutMe
php
vgrem/phpSPO
src/Directory/Users/User.php
https://github.com/vgrem/phpSPO/blob/master/src/Directory/Users/User.php
MIT
public function getInterests() { return $this->getProperty("Interests"); }
A list for the user to describe their interests. @return array
getInterests
php
vgrem/phpSPO
src/Directory/Users/User.php
https://github.com/vgrem/phpSPO/blob/master/src/Directory/Users/User.php
MIT
public function setInterests($value) { $this->setProperty("Interests", $value, true); }
A list for the user to describe their interests. @var array
setInterests
php
vgrem/phpSPO
src/Directory/Users/User.php
https://github.com/vgrem/phpSPO/blob/master/src/Directory/Users/User.php
MIT
public function getMySite() { return $this->getProperty("MySite"); }
The URL for the user's personal site. @return string
getMySite
php
vgrem/phpSPO
src/Directory/Users/User.php
https://github.com/vgrem/phpSPO/blob/master/src/Directory/Users/User.php
MIT
public function setMySite($value) { $this->setProperty("MySite", $value, true); }
The URL for the user's personal site. @var string
setMySite
php
vgrem/phpSPO
src/Directory/Users/User.php
https://github.com/vgrem/phpSPO/blob/master/src/Directory/Users/User.php
MIT
public function getPastProjects() { return $this->getProperty("PastProjects"); }
A list for the user to enumerate their past projects. @return array
getPastProjects
php
vgrem/phpSPO
src/Directory/Users/User.php
https://github.com/vgrem/phpSPO/blob/master/src/Directory/Users/User.php
MIT
public function setPastProjects($value) { $this->setProperty("PastProjects", $value, true); }
A list for the user to enumerate their past projects. @var array
setPastProjects
php
vgrem/phpSPO
src/Directory/Users/User.php
https://github.com/vgrem/phpSPO/blob/master/src/Directory/Users/User.php
MIT
public function getPreferredName() { return $this->getProperty("PreferredName"); }
The preferred name for the user. @return string
getPreferredName
php
vgrem/phpSPO
src/Directory/Users/User.php
https://github.com/vgrem/phpSPO/blob/master/src/Directory/Users/User.php
MIT
public function setPreferredName($value) { $this->setProperty("PreferredName", $value, true); }
The preferred name for the user. @var string
setPreferredName
php
vgrem/phpSPO
src/Directory/Users/User.php
https://github.com/vgrem/phpSPO/blob/master/src/Directory/Users/User.php
MIT
public function getResponsibilities() { return $this->getProperty("Responsibilities"); }
A list for the user to enumerate their responsibilities. @return array
getResponsibilities
php
vgrem/phpSPO
src/Directory/Users/User.php
https://github.com/vgrem/phpSPO/blob/master/src/Directory/Users/User.php
MIT
public function setResponsibilities($value) { $this->setProperty("Responsibilities", $value, true); }
A list for the user to enumerate their responsibilities. @var array
setResponsibilities
php
vgrem/phpSPO
src/Directory/Users/User.php
https://github.com/vgrem/phpSPO/blob/master/src/Directory/Users/User.php
MIT
public function getSchools() { return $this->getProperty("Schools"); }
A list for the user to enumerate the schools they have attended. @return array
getSchools
php
vgrem/phpSPO
src/Directory/Users/User.php
https://github.com/vgrem/phpSPO/blob/master/src/Directory/Users/User.php
MIT
public function setSchools($value) { return $this->setProperty("Schools", $value, true); }
A list for the user to enumerate the schools they have attended. @return self @var array
setSchools
php
vgrem/phpSPO
src/Directory/Users/User.php
https://github.com/vgrem/phpSPO/blob/master/src/Directory/Users/User.php
MIT
public function getSkills() { return $this->getProperty("Skills"); }
A list for the user to enumerate their skills. @return array
getSkills
php
vgrem/phpSPO
src/Directory/Users/User.php
https://github.com/vgrem/phpSPO/blob/master/src/Directory/Users/User.php
MIT
public function setSkills($value) { $this->setProperty("Skills", $value, true); }
A list for the user to enumerate their skills. @var array
setSkills
php
vgrem/phpSPO
src/Directory/Users/User.php
https://github.com/vgrem/phpSPO/blob/master/src/Directory/Users/User.php
MIT
public function getManager() { return $this->getProperty("Manager", new DirectoryObject($this->getContext(), new ResourcePath("Manager", $this->getResourcePath()))); }
The user or contact that is this user’s manager. Read-only. (HTTP Methods: GET, PUT, DELETE.) @return DirectoryObject
getManager
php
vgrem/phpSPO
src/Directory/Users/User.php
https://github.com/vgrem/phpSPO/blob/master/src/Directory/Users/User.php
MIT
public function getPasswordProfile() { return $this->getProperty("PasswordProfile", new PasswordProfile()); }
Specifies the password profile for the user. The profile contains the user’s password. This property is required when a user is created. The password in the profile must satisfy minimum requirements as specified by the **passwordPolicies** property. By default, a strong password is required. @return PasswordProfile
getPasswordProfile
php
vgrem/phpSPO
src/Directory/Users/User.php
https://github.com/vgrem/phpSPO/blob/master/src/Directory/Users/User.php
MIT
public function setPasswordProfile($value) { return $this->setProperty("PasswordProfile", $value, true); }
Specifies the password profile for the user. The profile contains the user’s password. This property is required when a user is created. The password in the profile must satisfy minimum requirements as specified by the **passwordPolicies** property. By default, a strong password is required. @return self @var PasswordProfile
setPasswordProfile
php
vgrem/phpSPO
src/Directory/Users/User.php
https://github.com/vgrem/phpSPO/blob/master/src/Directory/Users/User.php
MIT
public function getMailboxSettings() { return $this->getProperty("MailboxSettings", new MailboxSettings()); }
Settings for the primary mailbox of the signed-in user. You can [get](../api/user-get-mailboxsettings.md) or [update](../api/user-update-mailboxsettings.md) settings for sending automatic replies to incoming messages, locale and time zone. @return MailboxSettings
getMailboxSettings
php
vgrem/phpSPO
src/Directory/Users/User.php
https://github.com/vgrem/phpSPO/blob/master/src/Directory/Users/User.php
MIT
public function setMailboxSettings($value) { $this->setProperty("MailboxSettings", $value, true); }
Settings for the primary mailbox of the signed-in user. You can [get](../api/user-get-mailboxsettings.md) or [update](../api/user-update-mailboxsettings.md) settings for sending automatic replies to incoming messages, locale and time zone. @var MailboxSettings
setMailboxSettings
php
vgrem/phpSPO
src/Directory/Users/User.php
https://github.com/vgrem/phpSPO/blob/master/src/Directory/Users/User.php
MIT
public function getCalendar() { return $this->getProperty("Calendar", new Calendar($this->getContext(), new ResourcePath("Calendar", $this->getResourcePath()))); }
The user's primary calendar. Read-only. @return Calendar
getCalendar
php
vgrem/phpSPO
src/Directory/Users/User.php
https://github.com/vgrem/phpSPO/blob/master/src/Directory/Users/User.php
MIT
public function getInferenceClassification() { return $this->getProperty("InferenceClassification", new InferenceClassification($this->getContext(), new ResourcePath("InferenceClassification", $this->getResourcePath()))); }
@return InferenceClassification
getInferenceClassification
php
vgrem/phpSPO
src/Directory/Users/User.php
https://github.com/vgrem/phpSPO/blob/master/src/Directory/Users/User.php
MIT
public function getPhoto() { return $this->getProperty("Photo", new ProfilePhoto($this->getContext(), new ResourcePath("Photo", $this->getResourcePath()))); }
The user's profile photo. Read-only. @return ProfilePhoto
getPhoto
php
vgrem/phpSPO
src/Directory/Users/User.php
https://github.com/vgrem/phpSPO/blob/master/src/Directory/Users/User.php
MIT
public function getDrive() { return $this->getProperty("Drive", new Drive($this->getContext(), new ResourcePath("Drive", $this->getResourcePath()))); }
The user's OneDrive. Read-only. @return Drive
getDrive
php
vgrem/phpSPO
src/Directory/Users/User.php
https://github.com/vgrem/phpSPO/blob/master/src/Directory/Users/User.php
MIT
public function getPlanner() { return $this->getProperty("Planner", new PlannerUser($this->getContext(), new ResourcePath("Planner", $this->getResourcePath()))); }
Entry-point to the Planner resource that might exist for a user. Read-only. @return PlannerUser
getPlanner
php
vgrem/phpSPO
src/Directory/Users/User.php
https://github.com/vgrem/phpSPO/blob/master/src/Directory/Users/User.php
MIT
public function getInsights() { return $this->getProperty("Insights", new OfficeGraphInsights($this->getContext(), new ResourcePath("Insights", $this->getResourcePath()))); }
Read-only. Nullable. @return OfficeGraphInsights
getInsights
php
vgrem/phpSPO
src/Directory/Users/User.php
https://github.com/vgrem/phpSPO/blob/master/src/Directory/Users/User.php
MIT
public function getSettings() { return $this->getProperty("Settings", new UserSettings($this->getContext(), new ResourcePath("Settings", $this->getResourcePath()))); }
@return UserSettings
getSettings
php
vgrem/phpSPO
src/Directory/Users/User.php
https://github.com/vgrem/phpSPO/blob/master/src/Directory/Users/User.php
MIT
public function getOnenote() { return $this->getProperty("Onenote", new Onenote($this->getContext(), new ResourcePath("Onenote", $this->getResourcePath()))); }
Read-only. @return Onenote
getOnenote
php
vgrem/phpSPO
src/Directory/Users/User.php
https://github.com/vgrem/phpSPO/blob/master/src/Directory/Users/User.php
MIT
public function getDrives() { return $this->getProperty("Drives", new DriveCollection($this->getContext(), new ResourcePath("Drives", $this->getResourcePath()))); }
A collection of drives available for this user. Read-only. @return DriveCollection
getDrives
php
vgrem/phpSPO
src/Directory/Users/User.php
https://github.com/vgrem/phpSPO/blob/master/src/Directory/Users/User.php
MIT
public function getEvents() { return $this->getProperty("Events", new EntityCollection($this->getContext(), new ResourcePath("Events", $this->getResourcePath()),Event::class)); }
@return EntityCollection
getEvents
php
vgrem/phpSPO
src/Directory/Users/User.php
https://github.com/vgrem/phpSPO/blob/master/src/Directory/Users/User.php
MIT
public function getContacts() { return $this->getProperty("Contacts", new EntityCollection($this->getContext(), new ResourcePath("Contacts", $this->getResourcePath()),Contact::class)); }
@return EntityCollection
getContacts
php
vgrem/phpSPO
src/Directory/Users/User.php
https://github.com/vgrem/phpSPO/blob/master/src/Directory/Users/User.php
MIT
public function getMessages() { return $this->getProperty("Messages", new EntityCollection($this->getContext(), new ResourcePath("Messages", $this->getResourcePath()),Message::class)); }
@return EntityCollection
getMessages
php
vgrem/phpSPO
src/Directory/Users/User.php
https://github.com/vgrem/phpSPO/blob/master/src/Directory/Users/User.php
MIT
public function getJoinedTeams() { return $this->getProperty("JoinedTeams", new TeamCollection($this->getContext(),new ResourcePath("joinedTeams", $this->getResourcePath()))); }
@return TeamCollection
getJoinedTeams
php
vgrem/phpSPO
src/Directory/Users/User.php
https://github.com/vgrem/phpSPO/blob/master/src/Directory/Users/User.php
MIT
public function getMailFolders() { return $this->getProperty("MailFolders", new EntityCollection($this->getContext(), new ResourcePath("MailFolders", $this->getResourcePath()),MailFolder::class)); }
@return EntityCollection
getMailFolders
php
vgrem/phpSPO
src/Directory/Users/User.php
https://github.com/vgrem/phpSPO/blob/master/src/Directory/Users/User.php
MIT
public function getCalendars() { return $this->getProperty("Calendars", new EntityCollection($this->getContext(), new ResourcePath("Calendars", $this->getResourcePath()),Calendar::class)); }
Get all the user's calendars @return EntityCollection
getCalendars
php
vgrem/phpSPO
src/Directory/Users/User.php
https://github.com/vgrem/phpSPO/blob/master/src/Directory/Users/User.php
MIT
public function getCalendarGroups() { return $this->getProperty("CalendarGroups", new EntityCollection($this->getContext(), new ResourcePath("CalendarGroups", $this->getResourcePath()),CalendarGroup::class)); }
Get the user's calendar groups. @return EntityCollection
getCalendarGroups
php
vgrem/phpSPO
src/Directory/Users/User.php
https://github.com/vgrem/phpSPO/blob/master/src/Directory/Users/User.php
MIT
public function getIsSupported() { if (!$this->isPropertyAvailable("IsSupported")) { return null; } return $this->getProperty("IsSupported"); }
@return bool
getIsSupported
php
vgrem/phpSPO
src/Outlook/MailSearchFolder.php
https://github.com/vgrem/phpSPO/blob/master/src/Outlook/MailSearchFolder.php
MIT
public function setIsSupported($value) { $this->setProperty("IsSupported", $value, true); }
@var bool
setIsSupported
php
vgrem/phpSPO
src/Outlook/MailSearchFolder.php
https://github.com/vgrem/phpSPO/blob/master/src/Outlook/MailSearchFolder.php
MIT
public function getIncludeNestedFolders() { if (!$this->isPropertyAvailable("IncludeNestedFolders")) { return null; } return $this->getProperty("IncludeNestedFolders"); }
@return bool
getIncludeNestedFolders
php
vgrem/phpSPO
src/Outlook/MailSearchFolder.php
https://github.com/vgrem/phpSPO/blob/master/src/Outlook/MailSearchFolder.php
MIT
public function setIncludeNestedFolders($value) { $this->setProperty("IncludeNestedFolders", $value, true); }
@var bool
setIncludeNestedFolders
php
vgrem/phpSPO
src/Outlook/MailSearchFolder.php
https://github.com/vgrem/phpSPO/blob/master/src/Outlook/MailSearchFolder.php
MIT
public function getSourceFolderIds() { if (!$this->isPropertyAvailable("SourceFolderIds")) { return null; } return $this->getProperty("SourceFolderIds"); }
@return array
getSourceFolderIds
php
vgrem/phpSPO
src/Outlook/MailSearchFolder.php
https://github.com/vgrem/phpSPO/blob/master/src/Outlook/MailSearchFolder.php
MIT
public function setSourceFolderIds($value) { $this->setProperty("SourceFolderIds", $value, true); }
@var array
setSourceFolderIds
php
vgrem/phpSPO
src/Outlook/MailSearchFolder.php
https://github.com/vgrem/phpSPO/blob/master/src/Outlook/MailSearchFolder.php
MIT
public function getFilterQuery() { if (!$this->isPropertyAvailable("FilterQuery")) { return null; } return $this->getProperty("FilterQuery"); }
@return string
getFilterQuery
php
vgrem/phpSPO
src/Outlook/MailSearchFolder.php
https://github.com/vgrem/phpSPO/blob/master/src/Outlook/MailSearchFolder.php
MIT
public function setFilterQuery($value) { $this->setProperty("FilterQuery", $value, true); }
@var string
setFilterQuery
php
vgrem/phpSPO
src/Outlook/MailSearchFolder.php
https://github.com/vgrem/phpSPO/blob/master/src/Outlook/MailSearchFolder.php
MIT
public function getHeight() { return $this->getProperty("Height"); }
The height of the photo. Read-only. @return integer
getHeight
php
vgrem/phpSPO
src/Outlook/ProfilePhoto.php
https://github.com/vgrem/phpSPO/blob/master/src/Outlook/ProfilePhoto.php
MIT
public function setHeight($value) { return $this->setProperty("Height", $value, true); }
The height of the photo. Read-only. @return self @var integer
setHeight
php
vgrem/phpSPO
src/Outlook/ProfilePhoto.php
https://github.com/vgrem/phpSPO/blob/master/src/Outlook/ProfilePhoto.php
MIT
public function getWidth() { return $this->getProperty("Width"); }
The width of the photo. Read-only. @return integer
getWidth
php
vgrem/phpSPO
src/Outlook/ProfilePhoto.php
https://github.com/vgrem/phpSPO/blob/master/src/Outlook/ProfilePhoto.php
MIT
public function setWidth($value) { return $this->setProperty("Width", $value, true); }
The width of the photo. Read-only. @return self @var integer
setWidth
php
vgrem/phpSPO
src/Outlook/ProfilePhoto.php
https://github.com/vgrem/phpSPO/blob/master/src/Outlook/ProfilePhoto.php
MIT
public function getSchedulingGroupId() { if (!$this->isPropertyAvailable("SchedulingGroupId")) { return null; } return $this->getProperty("SchedulingGroupId"); }
ID for the scheduling group that the open shift belongs to. @return string
getSchedulingGroupId
php
vgrem/phpSPO
src/Outlook/OpenShift.php
https://github.com/vgrem/phpSPO/blob/master/src/Outlook/OpenShift.php
MIT
public function setSchedulingGroupId($value) { $this->setProperty("SchedulingGroupId", $value, true); }
ID for the scheduling group that the open shift belongs to. @var string
setSchedulingGroupId
php
vgrem/phpSPO
src/Outlook/OpenShift.php
https://github.com/vgrem/phpSPO/blob/master/src/Outlook/OpenShift.php
MIT
public function getDisplayName() { if (!$this->isPropertyAvailable("DisplayName")) { return null; } return $this->getProperty("DisplayName"); }
A unique name that identifies a category in the user's mailbox. After a category is created, the name cannot be changed. Read-only. @return string
getDisplayName
php
vgrem/phpSPO
src/Outlook/OutlookCategory.php
https://github.com/vgrem/phpSPO/blob/master/src/Outlook/OutlookCategory.php
MIT
public function setDisplayName($value) { $this->setProperty("DisplayName", $value, true); }
A unique name that identifies a category in the user's mailbox. After a category is created, the name cannot be changed. Read-only. @var string
setDisplayName
php
vgrem/phpSPO
src/Outlook/OutlookCategory.php
https://github.com/vgrem/phpSPO/blob/master/src/Outlook/OutlookCategory.php
MIT