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 setInitiatedBy($value)
{
$this->setProperty("InitiatedBy", $value, true);
} | Indicates information about the user or app initiated the activity.
@var AuditActivityInitiator | setInitiatedBy | php | vgrem/phpSPO | src/Directory/DirectoryAudit.php | https://github.com/vgrem/phpSPO/blob/master/src/Directory/DirectoryAudit.php | MIT |
public function getDescription()
{
if (!$this->isPropertyAvailable("Description")) {
return null;
}
return $this->getProperty("Description");
} | @return string | getDescription | php | vgrem/phpSPO | src/Directory/DirectoryObjectPartnerReference.php | https://github.com/vgrem/phpSPO/blob/master/src/Directory/DirectoryObjectPartnerReference.php | MIT |
public function setDescription($value)
{
$this->setProperty("Description", $value, true);
} | @var string | setDescription | php | vgrem/phpSPO | src/Directory/DirectoryObjectPartnerReference.php | https://github.com/vgrem/phpSPO/blob/master/src/Directory/DirectoryObjectPartnerReference.php | MIT |
public function getDisplayName()
{
if (!$this->isPropertyAvailable("DisplayName")) {
return null;
}
return $this->getProperty("DisplayName");
} | @return string | getDisplayName | php | vgrem/phpSPO | src/Directory/DirectoryObjectPartnerReference.php | https://github.com/vgrem/phpSPO/blob/master/src/Directory/DirectoryObjectPartnerReference.php | MIT |
public function setDisplayName($value)
{
$this->setProperty("DisplayName", $value, true);
} | @var string | setDisplayName | php | vgrem/phpSPO | src/Directory/DirectoryObjectPartnerReference.php | https://github.com/vgrem/phpSPO/blob/master/src/Directory/DirectoryObjectPartnerReference.php | MIT |
public function getExternalPartnerTenantId()
{
if (!$this->isPropertyAvailable("ExternalPartnerTenantId")) {
return null;
}
return $this->getProperty("ExternalPartnerTenantId");
} | @return string | getExternalPartnerTenantId | php | vgrem/phpSPO | src/Directory/DirectoryObjectPartnerReference.php | https://github.com/vgrem/phpSPO/blob/master/src/Directory/DirectoryObjectPartnerReference.php | MIT |
public function setExternalPartnerTenantId($value)
{
$this->setProperty("ExternalPartnerTenantId", $value, true);
} | @var string | setExternalPartnerTenantId | php | vgrem/phpSPO | src/Directory/DirectoryObjectPartnerReference.php | https://github.com/vgrem/phpSPO/blob/master/src/Directory/DirectoryObjectPartnerReference.php | MIT |
public function getObjectType()
{
if (!$this->isPropertyAvailable("ObjectType")) {
return null;
}
return $this->getProperty("ObjectType");
} | @return string | getObjectType | php | vgrem/phpSPO | src/Directory/DirectoryObjectPartnerReference.php | https://github.com/vgrem/phpSPO/blob/master/src/Directory/DirectoryObjectPartnerReference.php | MIT |
public function setObjectType($value)
{
$this->setProperty("ObjectType", $value, true);
} | @var string | setObjectType | php | vgrem/phpSPO | src/Directory/DirectoryObjectPartnerReference.php | https://github.com/vgrem/phpSPO/blob/master/src/Directory/DirectoryObjectPartnerReference.php | MIT |
public function getDisplayName()
{
return $this->getProperty("DisplayName");
} | @return string | getDisplayName | php | vgrem/phpSPO | src/Directory/Permissions/RoleAssignment.php | https://github.com/vgrem/phpSPO/blob/master/src/Directory/Permissions/RoleAssignment.php | MIT |
public function setDisplayName($value)
{
$this->setProperty("DisplayName", $value, true);
} | @var string | setDisplayName | php | vgrem/phpSPO | src/Directory/Permissions/RoleAssignment.php | https://github.com/vgrem/phpSPO/blob/master/src/Directory/Permissions/RoleAssignment.php | MIT |
public function getDescription()
{
return $this->getProperty("Description");
} | @return string | getDescription | php | vgrem/phpSPO | src/Directory/Permissions/RoleAssignment.php | https://github.com/vgrem/phpSPO/blob/master/src/Directory/Permissions/RoleAssignment.php | MIT |
public function setDescription($value)
{
$this->setProperty("Description", $value, true);
} | @var string | setDescription | php | vgrem/phpSPO | src/Directory/Permissions/RoleAssignment.php | https://github.com/vgrem/phpSPO/blob/master/src/Directory/Permissions/RoleAssignment.php | MIT |
public function getResourceScopes()
{
return $this->getProperty("ResourceScopes");
} | @return array | getResourceScopes | php | vgrem/phpSPO | src/Directory/Permissions/RoleAssignment.php | https://github.com/vgrem/phpSPO/blob/master/src/Directory/Permissions/RoleAssignment.php | MIT |
public function setResourceScopes($value)
{
$this->setProperty("ResourceScopes", $value, true);
} | @var array | setResourceScopes | php | vgrem/phpSPO | src/Directory/Permissions/RoleAssignment.php | https://github.com/vgrem/phpSPO/blob/master/src/Directory/Permissions/RoleAssignment.php | MIT |
public function getRoleDefinition()
{
return $this->getProperty("RoleDefinition",
new RoleDefinition($this->getContext(),
new ResourcePath("RoleDefinition", $this->getResourcePath())));
} | @return RoleDefinition | getRoleDefinition | php | vgrem/phpSPO | src/Directory/Permissions/RoleAssignment.php | https://github.com/vgrem/phpSPO/blob/master/src/Directory/Permissions/RoleAssignment.php | MIT |
public function getDisplayName()
{
if (!$this->isPropertyAvailable("DisplayName")) {
return null;
}
return $this->getProperty("DisplayName");
} | @return string | getDisplayName | php | vgrem/phpSPO | src/Directory/Permissions/RoleDefinition.php | https://github.com/vgrem/phpSPO/blob/master/src/Directory/Permissions/RoleDefinition.php | MIT |
public function setDisplayName($value)
{
$this->setProperty("DisplayName", $value, true);
} | @var string | setDisplayName | php | vgrem/phpSPO | src/Directory/Permissions/RoleDefinition.php | https://github.com/vgrem/phpSPO/blob/master/src/Directory/Permissions/RoleDefinition.php | MIT |
public function getDescription()
{
if (!$this->isPropertyAvailable("Description")) {
return null;
}
return $this->getProperty("Description");
} | @return string | getDescription | php | vgrem/phpSPO | src/Directory/Permissions/RoleDefinition.php | https://github.com/vgrem/phpSPO/blob/master/src/Directory/Permissions/RoleDefinition.php | MIT |
public function setDescription($value)
{
$this->setProperty("Description", $value, true);
} | @var string | setDescription | php | vgrem/phpSPO | src/Directory/Permissions/RoleDefinition.php | https://github.com/vgrem/phpSPO/blob/master/src/Directory/Permissions/RoleDefinition.php | MIT |
public function getIsBuiltIn()
{
if (!$this->isPropertyAvailable("IsBuiltIn")) {
return null;
}
return $this->getProperty("IsBuiltIn");
} | @return bool | getIsBuiltIn | php | vgrem/phpSPO | src/Directory/Permissions/RoleDefinition.php | https://github.com/vgrem/phpSPO/blob/master/src/Directory/Permissions/RoleDefinition.php | MIT |
public function setIsBuiltIn($value)
{
$this->setProperty("IsBuiltIn", $value, true);
} | @var bool | setIsBuiltIn | php | vgrem/phpSPO | src/Directory/Permissions/RoleDefinition.php | https://github.com/vgrem/phpSPO/blob/master/src/Directory/Permissions/RoleDefinition.php | MIT |
public function getValue()
{
if (!$this->isPropertyAvailable("Value")) {
return null;
}
return $this->getProperty("Value");
} | A property value.
@return string | getValue | php | vgrem/phpSPO | src/Directory/Extensions/SingleValueLegacyExtendedProperty.php | https://github.com/vgrem/phpSPO/blob/master/src/Directory/Extensions/SingleValueLegacyExtendedProperty.php | MIT |
public function setValue($value)
{
$this->setProperty("Value", $value, true);
} | A property value.
@var string | setValue | php | vgrem/phpSPO | src/Directory/Extensions/SingleValueLegacyExtendedProperty.php | https://github.com/vgrem/phpSPO/blob/master/src/Directory/Extensions/SingleValueLegacyExtendedProperty.php | MIT |
public function getDescription()
{
if (!$this->isPropertyAvailable("Description")) {
return null;
}
return $this->getProperty("Description");
} | Description for the schema extension.
@return string | getDescription | php | vgrem/phpSPO | src/Directory/Extensions/SchemaExtension.php | https://github.com/vgrem/phpSPO/blob/master/src/Directory/Extensions/SchemaExtension.php | MIT |
public function setDescription($value)
{
$this->setProperty("Description", $value, true);
} | Description for the schema extension.
@var string | setDescription | php | vgrem/phpSPO | src/Directory/Extensions/SchemaExtension.php | https://github.com/vgrem/phpSPO/blob/master/src/Directory/Extensions/SchemaExtension.php | MIT |
public function getTargetTypes()
{
if (!$this->isPropertyAvailable("TargetTypes")) {
return null;
}
return $this->getProperty("TargetTypes");
} | Set of Microsoft Graph types (that can support extensions) that the schema extension can be applied to. Select from **contact**, **device**, **event**, **group**, **message**, **organization**, **post**, or **user**.
@return array | getTargetTypes | php | vgrem/phpSPO | src/Directory/Extensions/SchemaExtension.php | https://github.com/vgrem/phpSPO/blob/master/src/Directory/Extensions/SchemaExtension.php | MIT |
public function setTargetTypes($value)
{
$this->setProperty("TargetTypes", $value, true);
} | Set of Microsoft Graph types (that can support extensions) that the schema extension can be applied to. Select from **contact**, **device**, **event**, **group**, **message**, **organization**, **post**, or **user**.
@var array | setTargetTypes | php | vgrem/phpSPO | src/Directory/Extensions/SchemaExtension.php | https://github.com/vgrem/phpSPO/blob/master/src/Directory/Extensions/SchemaExtension.php | MIT |
public function getStatus()
{
if (!$this->isPropertyAvailable("Status")) {
return null;
}
return $this->getProperty("Status");
} | The lifecycle state of the schema extension. Possible states are **InDevelopment**, **Available**, and **Deprecated**. Automatically set to **InDevelopment** on creation. [Schema extensions](/graph/extensibility-overview#schema-extensions) provides more information on the possible state transitions and behaviors.
@return string | getStatus | php | vgrem/phpSPO | src/Directory/Extensions/SchemaExtension.php | https://github.com/vgrem/phpSPO/blob/master/src/Directory/Extensions/SchemaExtension.php | MIT |
public function setStatus($value)
{
$this->setProperty("Status", $value, true);
} | The lifecycle state of the schema extension. Possible states are **InDevelopment**, **Available**, and **Deprecated**. Automatically set to **InDevelopment** on creation. [Schema extensions](/graph/extensibility-overview#schema-extensions) provides more information on the possible state transitions and behaviors.
@var string | setStatus | php | vgrem/phpSPO | src/Directory/Extensions/SchemaExtension.php | https://github.com/vgrem/phpSPO/blob/master/src/Directory/Extensions/SchemaExtension.php | MIT |
public function getOwner()
{
if (!$this->isPropertyAvailable("Owner")) {
return null;
}
return $this->getProperty("Owner");
} | @return string | getOwner | php | vgrem/phpSPO | src/Directory/Extensions/SchemaExtension.php | https://github.com/vgrem/phpSPO/blob/master/src/Directory/Extensions/SchemaExtension.php | MIT |
public function setOwner($value)
{
$this->setProperty("Owner", $value, true);
} | @var string | setOwner | php | vgrem/phpSPO | src/Directory/Extensions/SchemaExtension.php | https://github.com/vgrem/phpSPO/blob/master/src/Directory/Extensions/SchemaExtension.php | MIT |
public function getExtensionName()
{
if (!$this->isPropertyAvailable("ExtensionName")) {
return null;
}
return $this->getProperty("ExtensionName");
} | A unique text identifier for an open type open extension. Required.
@return string | getExtensionName | php | vgrem/phpSPO | src/Directory/Extensions/OpenTypeExtension.php | https://github.com/vgrem/phpSPO/blob/master/src/Directory/Extensions/OpenTypeExtension.php | MIT |
public function setExtensionName($value)
{
$this->setProperty("ExtensionName", $value, true);
} | A unique text identifier for an open type open extension. Required.
@var string | setExtensionName | php | vgrem/phpSPO | src/Directory/Extensions/OpenTypeExtension.php | https://github.com/vgrem/phpSPO/blob/master/src/Directory/Extensions/OpenTypeExtension.php | MIT |
public function getValue()
{
if (!$this->isPropertyAvailable("Value")) {
return null;
}
return $this->getProperty("Value");
} | A collection of property values.
@return array | getValue | php | vgrem/phpSPO | src/Directory/Extensions/MultiValueLegacyExtendedProperty.php | https://github.com/vgrem/phpSPO/blob/master/src/Directory/Extensions/MultiValueLegacyExtendedProperty.php | MIT |
public function setValue($value)
{
$this->setProperty("Value", $value, true);
} | A collection of property values.
@var array | setValue | php | vgrem/phpSPO | src/Directory/Extensions/MultiValueLegacyExtendedProperty.php | https://github.com/vgrem/phpSPO/blob/master/src/Directory/Extensions/MultiValueLegacyExtendedProperty.php | MIT |
public function getAppDisplayName()
{
if (!$this->isPropertyAvailable("AppDisplayName")) {
return null;
}
return $this->getProperty("AppDisplayName");
} | @return string | getAppDisplayName | php | vgrem/phpSPO | src/Directory/Extensions/ExtensionProperty.php | https://github.com/vgrem/phpSPO/blob/master/src/Directory/Extensions/ExtensionProperty.php | MIT |
public function setAppDisplayName($value)
{
$this->setProperty("AppDisplayName", $value, true);
} | @var string | setAppDisplayName | php | vgrem/phpSPO | src/Directory/Extensions/ExtensionProperty.php | https://github.com/vgrem/phpSPO/blob/master/src/Directory/Extensions/ExtensionProperty.php | MIT |
public function getName()
{
if (!$this->isPropertyAvailable("Name")) {
return null;
}
return $this->getProperty("Name");
} | @return string | getName | php | vgrem/phpSPO | src/Directory/Extensions/ExtensionProperty.php | https://github.com/vgrem/phpSPO/blob/master/src/Directory/Extensions/ExtensionProperty.php | MIT |
public function setName($value)
{
$this->setProperty("Name", $value, true);
} | @var string | setName | php | vgrem/phpSPO | src/Directory/Extensions/ExtensionProperty.php | https://github.com/vgrem/phpSPO/blob/master/src/Directory/Extensions/ExtensionProperty.php | MIT |
public function getDataType()
{
if (!$this->isPropertyAvailable("DataType")) {
return null;
}
return $this->getProperty("DataType");
} | @return string | getDataType | php | vgrem/phpSPO | src/Directory/Extensions/ExtensionProperty.php | https://github.com/vgrem/phpSPO/blob/master/src/Directory/Extensions/ExtensionProperty.php | MIT |
public function setDataType($value)
{
$this->setProperty("DataType", $value, true);
} | @var string | setDataType | php | vgrem/phpSPO | src/Directory/Extensions/ExtensionProperty.php | https://github.com/vgrem/phpSPO/blob/master/src/Directory/Extensions/ExtensionProperty.php | MIT |
public function getIsSyncedFromOnPremises()
{
if (!$this->isPropertyAvailable("IsSyncedFromOnPremises")) {
return null;
}
return $this->getProperty("IsSyncedFromOnPremises");
} | @return bool | getIsSyncedFromOnPremises | php | vgrem/phpSPO | src/Directory/Extensions/ExtensionProperty.php | https://github.com/vgrem/phpSPO/blob/master/src/Directory/Extensions/ExtensionProperty.php | MIT |
public function setIsSyncedFromOnPremises($value)
{
$this->setProperty("IsSyncedFromOnPremises", $value, true);
} | @var bool | setIsSyncedFromOnPremises | php | vgrem/phpSPO | src/Directory/Extensions/ExtensionProperty.php | https://github.com/vgrem/phpSPO/blob/master/src/Directory/Extensions/ExtensionProperty.php | MIT |
public function getTargetObjects()
{
if (!$this->isPropertyAvailable("TargetObjects")) {
return null;
}
return $this->getProperty("TargetObjects");
} | @return array | getTargetObjects | php | vgrem/phpSPO | src/Directory/Extensions/ExtensionProperty.php | https://github.com/vgrem/phpSPO/blob/master/src/Directory/Extensions/ExtensionProperty.php | MIT |
public function setTargetObjects($value)
{
$this->setProperty("TargetObjects", $value, true);
} | @var array | setTargetObjects | php | vgrem/phpSPO | src/Directory/Extensions/ExtensionProperty.php | https://github.com/vgrem/phpSPO/blob/master/src/Directory/Extensions/ExtensionProperty.php | MIT |
public function getDisplayName()
{
return $this->getProperty("DisplayName");
} | The person's display name.
@return string | getDisplayName | php | vgrem/phpSPO | src/Directory/Peoples/Person.php | https://github.com/vgrem/phpSPO/blob/master/src/Directory/Peoples/Person.php | MIT |
public function setDisplayName($value)
{
return $this->setProperty("DisplayName", $value, true);
} | The person's display name.
@return self
@var string | setDisplayName | php | vgrem/phpSPO | src/Directory/Peoples/Person.php | https://github.com/vgrem/phpSPO/blob/master/src/Directory/Peoples/Person.php | MIT |
public function getGivenName()
{
return $this->getProperty("GivenName");
} | The person's given name.
@return string | getGivenName | php | vgrem/phpSPO | src/Directory/Peoples/Person.php | https://github.com/vgrem/phpSPO/blob/master/src/Directory/Peoples/Person.php | MIT |
public function setGivenName($value)
{
$this->setProperty("GivenName", $value, true);
} | The person's given name.
@var string | setGivenName | php | vgrem/phpSPO | src/Directory/Peoples/Person.php | https://github.com/vgrem/phpSPO/blob/master/src/Directory/Peoples/Person.php | MIT |
public function getSurname()
{
return $this->getProperty("Surname");
} | The person's surname.
@return string | getSurname | php | vgrem/phpSPO | src/Directory/Peoples/Person.php | https://github.com/vgrem/phpSPO/blob/master/src/Directory/Peoples/Person.php | MIT |
public function setSurname($value)
{
$this->setProperty("Surname", $value, true);
} | The person's surname.
@var string | setSurname | php | vgrem/phpSPO | src/Directory/Peoples/Person.php | https://github.com/vgrem/phpSPO/blob/master/src/Directory/Peoples/Person.php | MIT |
public function getBirthday()
{
return $this->getProperty("Birthday");
} | The person's birthday.
@return string | getBirthday | php | vgrem/phpSPO | src/Directory/Peoples/Person.php | https://github.com/vgrem/phpSPO/blob/master/src/Directory/Peoples/Person.php | MIT |
public function setBirthday($value)
{
return $this->setProperty("Birthday", $value, true);
} | The person's birthday.
@return self
@var string | setBirthday | php | vgrem/phpSPO | src/Directory/Peoples/Person.php | https://github.com/vgrem/phpSPO/blob/master/src/Directory/Peoples/Person.php | MIT |
public function getPersonNotes()
{
return $this->getProperty("PersonNotes");
} | Free-form notes that the user has taken about this person.
@return string | getPersonNotes | php | vgrem/phpSPO | src/Directory/Peoples/Person.php | https://github.com/vgrem/phpSPO/blob/master/src/Directory/Peoples/Person.php | MIT |
public function setPersonNotes($value)
{
$this->setProperty("PersonNotes", $value, true);
} | Free-form notes that the user has taken about this person.
@var string | setPersonNotes | php | vgrem/phpSPO | src/Directory/Peoples/Person.php | https://github.com/vgrem/phpSPO/blob/master/src/Directory/Peoples/Person.php | MIT |
public function getIsFavorite()
{
if (!$this->isPropertyAvailable("IsFavorite")) {
return null;
}
return $this->getProperty("IsFavorite");
} | `true` if the user has flagged this person as a favorite.
@return bool | getIsFavorite | php | vgrem/phpSPO | src/Directory/Peoples/Person.php | https://github.com/vgrem/phpSPO/blob/master/src/Directory/Peoples/Person.php | MIT |
public function setIsFavorite($value)
{
$this->setProperty("IsFavorite", $value, true);
} | `true` if the user has flagged this person as a favorite.
@var bool | setIsFavorite | php | vgrem/phpSPO | src/Directory/Peoples/Person.php | https://github.com/vgrem/phpSPO/blob/master/src/Directory/Peoples/Person.php | MIT |
public function getJobTitle()
{
return $this->getProperty("JobTitle");
} | The person's job title.
@return string | getJobTitle | php | vgrem/phpSPO | src/Directory/Peoples/Person.php | https://github.com/vgrem/phpSPO/blob/master/src/Directory/Peoples/Person.php | MIT |
public function setJobTitle($value)
{
return $this->setProperty("JobTitle", $value, true);
} | The person's job title.
@return self
@var string | setJobTitle | php | vgrem/phpSPO | src/Directory/Peoples/Person.php | https://github.com/vgrem/phpSPO/blob/master/src/Directory/Peoples/Person.php | MIT |
public function getCompanyName()
{
return $this->getProperty("CompanyName");
} | The name of the person's company.
@return string | getCompanyName | php | vgrem/phpSPO | src/Directory/Peoples/Person.php | https://github.com/vgrem/phpSPO/blob/master/src/Directory/Peoples/Person.php | MIT |
public function setCompanyName($value)
{
return $this->setProperty("CompanyName", $value, true);
} | The name of the person's company.
@return self
@var string | setCompanyName | php | vgrem/phpSPO | src/Directory/Peoples/Person.php | https://github.com/vgrem/phpSPO/blob/master/src/Directory/Peoples/Person.php | MIT |
public function getYomiCompany()
{
return $this->getProperty("YomiCompany");
} | The phonetic Japanese name of the person's company.
@return string | getYomiCompany | php | vgrem/phpSPO | src/Directory/Peoples/Person.php | https://github.com/vgrem/phpSPO/blob/master/src/Directory/Peoples/Person.php | MIT |
public function setYomiCompany($value)
{
$this->setProperty("YomiCompany", $value, true);
} | The phonetic Japanese name of the person's company.
@var string | setYomiCompany | php | vgrem/phpSPO | src/Directory/Peoples/Person.php | https://github.com/vgrem/phpSPO/blob/master/src/Directory/Peoples/Person.php | MIT |
public function getDepartment()
{
return $this->getProperty("Department");
} | The person's department.
@return string | getDepartment | php | vgrem/phpSPO | src/Directory/Peoples/Person.php | https://github.com/vgrem/phpSPO/blob/master/src/Directory/Peoples/Person.php | MIT |
public function setDepartment($value)
{
return $this->setProperty("Department", $value, true);
} | The person's department.
@return self
@var string | setDepartment | php | vgrem/phpSPO | src/Directory/Peoples/Person.php | https://github.com/vgrem/phpSPO/blob/master/src/Directory/Peoples/Person.php | MIT |
public function getOfficeLocation()
{
return $this->getProperty("OfficeLocation");
} | The location of the person's office.
@return string | getOfficeLocation | php | vgrem/phpSPO | src/Directory/Peoples/Person.php | https://github.com/vgrem/phpSPO/blob/master/src/Directory/Peoples/Person.php | MIT |
public function setOfficeLocation($value)
{
$this->setProperty("OfficeLocation", $value, true);
} | The location of the person's office.
@var string | setOfficeLocation | php | vgrem/phpSPO | src/Directory/Peoples/Person.php | https://github.com/vgrem/phpSPO/blob/master/src/Directory/Peoples/Person.php | MIT |
public function getProfession()
{
return $this->getProperty("Profession");
} | The person's profession.
@return string | getProfession | php | vgrem/phpSPO | src/Directory/Peoples/Person.php | https://github.com/vgrem/phpSPO/blob/master/src/Directory/Peoples/Person.php | MIT |
public function setProfession($value)
{
$this->setProperty("Profession", $value, true);
} | The person's profession.
@var string | setProfession | php | vgrem/phpSPO | src/Directory/Peoples/Person.php | https://github.com/vgrem/phpSPO/blob/master/src/Directory/Peoples/Person.php | MIT |
public function getUserPrincipalName()
{
return $this->getProperty("UserPrincipalName");
} | The user principal name (UPN) of the person. The UPN is an Internet-style login name for the person based on the Internet standard [RFC 822](https://www.ietf.org/rfc/rfc0822.txt). By convention, this should map to the person's email name. The general format is alias@domain.
@return string | getUserPrincipalName | php | vgrem/phpSPO | src/Directory/Peoples/Person.php | https://github.com/vgrem/phpSPO/blob/master/src/Directory/Peoples/Person.php | MIT |
public function setUserPrincipalName($value)
{
$this->setProperty("UserPrincipalName", $value, true);
} | The user principal name (UPN) of the person. The UPN is an Internet-style login name for the person based on the Internet standard [RFC 822](https://www.ietf.org/rfc/rfc0822.txt). By convention, this should map to the person's email name. The general format is alias@domain.
@var string | setUserPrincipalName | php | vgrem/phpSPO | src/Directory/Peoples/Person.php | https://github.com/vgrem/phpSPO/blob/master/src/Directory/Peoples/Person.php | MIT |
public function getImAddress()
{
return $this->getProperty("ImAddress");
} | The instant message voice over IP (VOIP) session initiation protocol (SIP) address for the user. Read-only.
@return string | getImAddress | php | vgrem/phpSPO | src/Directory/Peoples/Person.php | https://github.com/vgrem/phpSPO/blob/master/src/Directory/Peoples/Person.php | MIT |
public function setImAddress($value)
{
$this->setProperty("ImAddress", $value, true);
} | The instant message voice over IP (VOIP) session initiation protocol (SIP) address for the user. Read-only.
@var string | setImAddress | php | vgrem/phpSPO | src/Directory/Peoples/Person.php | https://github.com/vgrem/phpSPO/blob/master/src/Directory/Peoples/Person.php | MIT |
public function getPersonType()
{
return $this->getProperty("PersonType", new PersonType());
} | The type of person.
@return PersonType | getPersonType | php | vgrem/phpSPO | src/Directory/Peoples/Person.php | https://github.com/vgrem/phpSPO/blob/master/src/Directory/Peoples/Person.php | MIT |
public function setPersonType($value)
{
$this->setProperty("PersonType", $value, true);
} | The type of person.
@var PersonType | setPersonType | php | vgrem/phpSPO | src/Directory/Peoples/Person.php | https://github.com/vgrem/phpSPO/blob/master/src/Directory/Peoples/Person.php | MIT |
public function getWebsites()
{
return $this->getProperty("websites", new ClientValueCollection(WebSite::class));
} | @return ClientValueCollection | getWebsites | php | vgrem/phpSPO | src/Directory/Peoples/Person.php | https://github.com/vgrem/phpSPO/blob/master/src/Directory/Peoples/Person.php | MIT |
public function getDisplayName()
{
return $this->getProperty("DisplayName");
} | Display name of this group of settings, which comes from the associated template.
@return string | getDisplayName | php | vgrem/phpSPO | src/Directory/Groups/GroupSetting.php | https://github.com/vgrem/phpSPO/blob/master/src/Directory/Groups/GroupSetting.php | MIT |
public function setDisplayName($value)
{
$this->setProperty("DisplayName", $value, true);
} | Display name of this group of settings, which comes from the associated template.
@var string | setDisplayName | php | vgrem/phpSPO | src/Directory/Groups/GroupSetting.php | https://github.com/vgrem/phpSPO/blob/master/src/Directory/Groups/GroupSetting.php | MIT |
public function getTemplateId()
{
return $this->getProperty("TemplateId");
} | Unique identifier for the template used to create this group of settings. Read-only.
@return string | getTemplateId | php | vgrem/phpSPO | src/Directory/Groups/GroupSetting.php | https://github.com/vgrem/phpSPO/blob/master/src/Directory/Groups/GroupSetting.php | MIT |
public function setTemplateId($value)
{
$this->setProperty("TemplateId", $value, true);
} | Unique identifier for the template used to create this group of settings. Read-only.
@var string | setTemplateId | php | vgrem/phpSPO | src/Directory/Groups/GroupSetting.php | https://github.com/vgrem/phpSPO/blob/master/src/Directory/Groups/GroupSetting.php | MIT |
public function getDisplayName()
{
if (!$this->isPropertyAvailable("DisplayName")) {
return null;
}
return $this->getProperty("DisplayName");
} | Display name of the template.
@return string | getDisplayName | php | vgrem/phpSPO | src/Directory/Groups/GroupSettingTemplate.php | https://github.com/vgrem/phpSPO/blob/master/src/Directory/Groups/GroupSettingTemplate.php | MIT |
public function setDisplayName($value)
{
$this->setProperty("DisplayName", $value, true);
} | Display name of the template.
@var string | setDisplayName | php | vgrem/phpSPO | src/Directory/Groups/GroupSettingTemplate.php | https://github.com/vgrem/phpSPO/blob/master/src/Directory/Groups/GroupSettingTemplate.php | MIT |
public function getDescription()
{
if (!$this->isPropertyAvailable("Description")) {
return null;
}
return $this->getProperty("Description");
} | Description of the template.
@return string | getDescription | php | vgrem/phpSPO | src/Directory/Groups/GroupSettingTemplate.php | https://github.com/vgrem/phpSPO/blob/master/src/Directory/Groups/GroupSettingTemplate.php | MIT |
public function setDescription($value)
{
$this->setProperty("Description", $value, true);
} | Description of the template.
@var string | setDescription | php | vgrem/phpSPO | src/Directory/Groups/GroupSettingTemplate.php | https://github.com/vgrem/phpSPO/blob/master/src/Directory/Groups/GroupSettingTemplate.php | MIT |
public function addTeam(){
} | Create a new team under a group. | addTeam | php | vgrem/phpSPO | src/Directory/Groups/Group.php | https://github.com/vgrem/phpSPO/blob/master/src/Directory/Groups/Group.php | MIT |
public function getClassification()
{
return $this->getProperty("Classification");
} | Describes a classification for the group (such as low, medium or high business impact). Valid values for this property are defined by creating a ClassificationList [setting](groupsetting.md) value, based on the [template definition](groupsettingtemplate.md).<br><br>Returned by default.
@return string | getClassification | php | vgrem/phpSPO | src/Directory/Groups/Group.php | https://github.com/vgrem/phpSPO/blob/master/src/Directory/Groups/Group.php | MIT |
public function setClassification($value)
{
$this->setProperty("Classification", $value, true);
} | Describes a classification for the group (such as low, medium or high business impact). Valid values for this property are defined by creating a ClassificationList [setting](groupsetting.md) value, based on the [template definition](groupsettingtemplate.md).<br><br>Returned by default.
@var string | setClassification | php | vgrem/phpSPO | src/Directory/Groups/Group.php | https://github.com/vgrem/phpSPO/blob/master/src/Directory/Groups/Group.php | MIT |
public function getDescription()
{
return $this->getProperty("Description");
} | An optional description for the group. <br><br>Returned by default.
@return string | getDescription | php | vgrem/phpSPO | src/Directory/Groups/Group.php | https://github.com/vgrem/phpSPO/blob/master/src/Directory/Groups/Group.php | MIT |
public function setDescription($value)
{
return $this->setProperty("Description", $value, true);
} | An optional description for the group. <br><br>Returned by default.
@return self
@var string | setDescription | php | vgrem/phpSPO | src/Directory/Groups/Group.php | https://github.com/vgrem/phpSPO/blob/master/src/Directory/Groups/Group.php | MIT |
public function getDisplayName()
{
return $this->getProperty("DisplayName");
} | The display name for the group. This property is required when a group is created and cannot be cleared during updates. <br><br>Returned by default. Supports $filter and $orderby.
@return string | getDisplayName | php | vgrem/phpSPO | src/Directory/Groups/Group.php | https://github.com/vgrem/phpSPO/blob/master/src/Directory/Groups/Group.php | MIT |
public function setDisplayName($value)
{
return $this->setProperty("DisplayName", $value, true);
} | The display name for the group. This property is required when a group is created and cannot be cleared during updates. <br><br>Returned by default. Supports $filter and $orderby.
@return self
@var string | setDisplayName | php | vgrem/phpSPO | src/Directory/Groups/Group.php | https://github.com/vgrem/phpSPO/blob/master/src/Directory/Groups/Group.php | MIT |
public function getHasMembersWithLicenseErrors()
{
return $this->getProperty("HasMembersWithLicenseErrors");
} | Indicates whether there are members in this group that have license errors from its group-based license assignment. <br><br>This property is never returned on a GET operation. You can use it as a $filter argument to get groups that have members with license errors (that is, filter for this property being true). See an [example](../api/group-list.md).
@return bool | getHasMembersWithLicenseErrors | php | vgrem/phpSPO | src/Directory/Groups/Group.php | https://github.com/vgrem/phpSPO/blob/master/src/Directory/Groups/Group.php | MIT |
public function setHasMembersWithLicenseErrors($value)
{
$this->setProperty("HasMembersWithLicenseErrors", $value, true);
} | Indicates whether there are members in this group that have license errors from its group-based license assignment. <br><br>This property is never returned on a GET operation. You can use it as a $filter argument to get groups that have members with license errors (that is, filter for this property being true). See an [example](../api/group-list.md).
@var bool | setHasMembersWithLicenseErrors | php | vgrem/phpSPO | src/Directory/Groups/Group.php | https://github.com/vgrem/phpSPO/blob/master/src/Directory/Groups/Group.php | MIT |
public function getGroupTypes()
{
return $this->getProperty("GroupTypes");
} | Specifies the group type and its membership. <br><br>If the collection contains `Unified` then the group is an Office 365 group; otherwise it's a security group. <br><br>If the collection includes `DynamicMembership`, the group has dynamic membership; otherwise, membership is static. <br><br>Returned by default. Supports $filter.
@return array | getGroupTypes | php | vgrem/phpSPO | src/Directory/Groups/Group.php | https://github.com/vgrem/phpSPO/blob/master/src/Directory/Groups/Group.php | MIT |
public function setGroupTypes($value)
{
$this->setProperty("GroupTypes", $value, true);
} | Specifies the group type and its membership. <br><br>If the collection contains `Unified` then the group is an Office 365 group; otherwise it's a security group. <br><br>If the collection includes `DynamicMembership`, the group has dynamic membership; otherwise, membership is static. <br><br>Returned by default. Supports $filter.
@var array | setGroupTypes | php | vgrem/phpSPO | src/Directory/Groups/Group.php | https://github.com/vgrem/phpSPO/blob/master/src/Directory/Groups/Group.php | MIT |
public function getLicenseProcessingState()
{
return $this->getProperty("LicenseProcessingState", new LicenseProcessingState());
} | Indicates status of the group license assignment to all members of the group. Default value is **false**. Read-only. Possible values: `QueuedForProcessing`, `ProcessingInProgress`, and `ProcessingComplete`.<br><br>Returned only on $select. Read-only.
@return LicenseProcessingState | getLicenseProcessingState | php | vgrem/phpSPO | src/Directory/Groups/Group.php | https://github.com/vgrem/phpSPO/blob/master/src/Directory/Groups/Group.php | MIT |
public function setLicenseProcessingState($value)
{
$this->setProperty("LicenseProcessingState", $value, true);
} | Indicates status of the group license assignment to all members of the group. Default value is **false**. Read-only. Possible values: `QueuedForProcessing`, `ProcessingInProgress`, and `ProcessingComplete`.<br><br>Returned only on $select. Read-only.
@var LicenseProcessingState | setLicenseProcessingState | php | vgrem/phpSPO | src/Directory/Groups/Group.php | https://github.com/vgrem/phpSPO/blob/master/src/Directory/Groups/Group.php | MIT |
public function getMail()
{
return $this->getProperty("Mail");
} | The SMTP address for the group, for example, "[email protected]". <br><br>Returned by default. Read-only. Supports $filter.
@return string | getMail | php | vgrem/phpSPO | src/Directory/Groups/Group.php | https://github.com/vgrem/phpSPO/blob/master/src/Directory/Groups/Group.php | MIT |
public function setMail($value)
{
$this->setProperty("Mail", $value, true);
} | The SMTP address for the group, for example, "[email protected]". <br><br>Returned by default. Read-only. Supports $filter.
@var string | setMail | php | vgrem/phpSPO | src/Directory/Groups/Group.php | https://github.com/vgrem/phpSPO/blob/master/src/Directory/Groups/Group.php | MIT |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.