code
stringlengths 17
296k
| docstring
stringlengths 30
30.3k
| func_name
stringlengths 1
89
| language
stringclasses 1
value | repo
stringlengths 7
63
| path
stringlengths 7
153
| url
stringlengths 51
209
| license
stringclasses 4
values |
---|---|---|---|---|---|---|---|
public function getOperations()
{
if (array_key_exists("operations", $this->_propDict)) {
return $this->_propDict["operations"];
} else {
return null;
}
} | Gets the operations
The long running operations associated with the delegated admin relationship.
@return array|null The operations | getOperations | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Model/DelegatedAdminRelationship.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Model/DelegatedAdminRelationship.php | MIT |
public function setOperations($val)
{
$this->_propDict["operations"] = $val;
return $this;
} | Sets the operations
The long running operations associated with the delegated admin relationship.
@param DelegatedAdminRelationshipOperation[] $val The operations
@return DelegatedAdminRelationship | setOperations | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Model/DelegatedAdminRelationship.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Model/DelegatedAdminRelationship.php | MIT |
public function getRequests()
{
if (array_key_exists("requests", $this->_propDict)) {
return $this->_propDict["requests"];
} else {
return null;
}
} | Gets the requests
The requests associated with the delegated admin relationship.
@return array|null The requests | getRequests | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Model/DelegatedAdminRelationship.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Model/DelegatedAdminRelationship.php | MIT |
public function setRequests($val)
{
$this->_propDict["requests"] = $val;
return $this;
} | Sets the requests
The requests associated with the delegated admin relationship.
@param DelegatedAdminRelationshipRequest[] $val The requests
@return DelegatedAdminRelationship | setRequests | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Model/DelegatedAdminRelationship.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Model/DelegatedAdminRelationship.php | MIT |
public function getScope()
{
if (array_key_exists("scope", $this->_propDict)) {
if (is_a($this->_propDict["scope"], "\Beta\Microsoft\Graph\Model\SubjectSet") || is_null($this->_propDict["scope"])) {
return $this->_propDict["scope"];
} else {
$this->_propDict["scope"] = new \Beta\Microsoft\Graph\Model\SubjectSet($this->_propDict["scope"]);
return $this->_propDict["scope"];
}
}
return null;
} | Gets the scope
Defines who the workflow runs for.
@return \Beta\Microsoft\Graph\Model\SubjectSet|null The scope | getScope | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/IdentityGovernanceNamespace/Model/TriggerAndScopeBasedConditions.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/IdentityGovernanceNamespace/Model/TriggerAndScopeBasedConditions.php | MIT |
public function setScope($val)
{
$this->_propDict["scope"] = $val;
return $this;
} | Sets the scope
Defines who the workflow runs for.
@param \Beta\Microsoft\Graph\Model\SubjectSet $val The value to assign to the scope
@return TriggerAndScopeBasedConditions The TriggerAndScopeBasedConditions | setScope | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/IdentityGovernanceNamespace/Model/TriggerAndScopeBasedConditions.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/IdentityGovernanceNamespace/Model/TriggerAndScopeBasedConditions.php | MIT |
public function getTrigger()
{
if (array_key_exists("trigger", $this->_propDict)) {
if (is_a($this->_propDict["trigger"], "\Beta\Microsoft\Graph\IdentityGovernanceNamespace\Model\WorkflowExecutionTrigger") || is_null($this->_propDict["trigger"])) {
return $this->_propDict["trigger"];
} else {
$this->_propDict["trigger"] = new WorkflowExecutionTrigger($this->_propDict["trigger"]);
return $this->_propDict["trigger"];
}
}
return null;
} | Gets the trigger
What triggers a workflow to run.
@return WorkflowExecutionTrigger|null The trigger | getTrigger | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/IdentityGovernanceNamespace/Model/TriggerAndScopeBasedConditions.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/IdentityGovernanceNamespace/Model/TriggerAndScopeBasedConditions.php | MIT |
public function setTrigger($val)
{
$this->_propDict["trigger"] = $val;
return $this;
} | Sets the trigger
What triggers a workflow to run.
@param WorkflowExecutionTrigger $val The value to assign to the trigger
@return TriggerAndScopeBasedConditions The TriggerAndScopeBasedConditions | setTrigger | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/IdentityGovernanceNamespace/Model/TriggerAndScopeBasedConditions.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/IdentityGovernanceNamespace/Model/TriggerAndScopeBasedConditions.php | MIT |
public function getAzureResourceGroupName()
{
if (array_key_exists("azureResourceGroupName", $this->_propDict)) {
return $this->_propDict["azureResourceGroupName"];
} else {
return null;
}
} | Gets the azureResourceGroupName
The name of the Azure resource group that contains the Log Analytics workspace.
@return string|null The azureResourceGroupName | getAzureResourceGroupName | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/WindowsUpdates/Model/OperationalInsightsConnection.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/WindowsUpdates/Model/OperationalInsightsConnection.php | MIT |
public function setAzureResourceGroupName($val)
{
$this->_propDict["azureResourceGroupName"] = $val;
return $this;
} | Sets the azureResourceGroupName
The name of the Azure resource group that contains the Log Analytics workspace.
@param string $val The azureResourceGroupName
@return OperationalInsightsConnection | setAzureResourceGroupName | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/WindowsUpdates/Model/OperationalInsightsConnection.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/WindowsUpdates/Model/OperationalInsightsConnection.php | MIT |
public function getAzureSubscriptionId()
{
if (array_key_exists("azureSubscriptionId", $this->_propDict)) {
return $this->_propDict["azureSubscriptionId"];
} else {
return null;
}
} | Gets the azureSubscriptionId
The Azure subscription ID that contains the Log Analytics workspace.
@return string|null The azureSubscriptionId | getAzureSubscriptionId | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/WindowsUpdates/Model/OperationalInsightsConnection.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/WindowsUpdates/Model/OperationalInsightsConnection.php | MIT |
public function setAzureSubscriptionId($val)
{
$this->_propDict["azureSubscriptionId"] = $val;
return $this;
} | Sets the azureSubscriptionId
The Azure subscription ID that contains the Log Analytics workspace.
@param string $val The azureSubscriptionId
@return OperationalInsightsConnection | setAzureSubscriptionId | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/WindowsUpdates/Model/OperationalInsightsConnection.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/WindowsUpdates/Model/OperationalInsightsConnection.php | MIT |
public function getWorkspaceName()
{
if (array_key_exists("workspaceName", $this->_propDict)) {
return $this->_propDict["workspaceName"];
} else {
return null;
}
} | Gets the workspaceName
The name of the Log Analytics workspace.
@return string|null The workspaceName | getWorkspaceName | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/WindowsUpdates/Model/OperationalInsightsConnection.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/WindowsUpdates/Model/OperationalInsightsConnection.php | MIT |
public function setWorkspaceName($val)
{
$this->_propDict["workspaceName"] = $val;
return $this;
} | Sets the workspaceName
The name of the Log Analytics workspace.
@param string $val The workspaceName
@return OperationalInsightsConnection | setWorkspaceName | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/WindowsUpdates/Model/OperationalInsightsConnection.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/WindowsUpdates/Model/OperationalInsightsConnection.php | MIT |
public function getMatchTolerancesToInclude()
{
if (array_key_exists("matchTolerancesToInclude", $this->_propDict)) {
if (is_a($this->_propDict["matchTolerancesToInclude"], "\Beta\Microsoft\Graph\Model\MlClassificationMatchTolerance") || is_null($this->_propDict["matchTolerancesToInclude"])) {
return $this->_propDict["matchTolerancesToInclude"];
} else {
$this->_propDict["matchTolerancesToInclude"] = new MlClassificationMatchTolerance($this->_propDict["matchTolerancesToInclude"]);
return $this->_propDict["matchTolerancesToInclude"];
}
}
return null;
} | Gets the matchTolerancesToInclude
@return MlClassificationMatchTolerance|null The matchTolerancesToInclude | getMatchTolerancesToInclude | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/TextClassificationRequest.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/TextClassificationRequest.php | MIT |
public function setMatchTolerancesToInclude($val)
{
$this->_propDict["matchTolerancesToInclude"] = $val;
return $this;
} | Sets the matchTolerancesToInclude
@param MlClassificationMatchTolerance $val The matchTolerancesToInclude
@return TextClassificationRequest | setMatchTolerancesToInclude | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/TextClassificationRequest.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/TextClassificationRequest.php | MIT |
public function getAppStoreUrl()
{
if (array_key_exists("appStoreUrl", $this->_propDict)) {
return $this->_propDict["appStoreUrl"];
} else {
return null;
}
} | Gets the appStoreUrl
The Windows Phone 8.1 app store URL.
@return string|null The appStoreUrl | getAppStoreUrl | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/WindowsPhone81StoreApp.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/WindowsPhone81StoreApp.php | MIT |
public function setAppStoreUrl($val)
{
$this->_propDict["appStoreUrl"] = $val;
return $this;
} | Sets the appStoreUrl
The Windows Phone 8.1 app store URL.
@param string $val The appStoreUrl
@return WindowsPhone81StoreApp | setAppStoreUrl | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/WindowsPhone81StoreApp.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/WindowsPhone81StoreApp.php | MIT |
public function getDefaultLength()
{
if (array_key_exists("defaultLength", $this->_propDict)) {
return $this->_propDict["defaultLength"];
} else {
return null;
}
} | Gets the defaultLength
Default length in characters of a Temporary Access Pass object. Must be between 8 and 48 characters.
@return int|null The defaultLength | getDefaultLength | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Model/TemporaryAccessPassAuthenticationMethodConfiguration.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Model/TemporaryAccessPassAuthenticationMethodConfiguration.php | MIT |
public function setDefaultLength($val)
{
$this->_propDict["defaultLength"] = intval($val);
return $this;
} | Sets the defaultLength
Default length in characters of a Temporary Access Pass object. Must be between 8 and 48 characters.
@param int $val The defaultLength
@return TemporaryAccessPassAuthenticationMethodConfiguration | setDefaultLength | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Model/TemporaryAccessPassAuthenticationMethodConfiguration.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Model/TemporaryAccessPassAuthenticationMethodConfiguration.php | MIT |
public function getDefaultLifetimeInMinutes()
{
if (array_key_exists("defaultLifetimeInMinutes", $this->_propDict)) {
return $this->_propDict["defaultLifetimeInMinutes"];
} else {
return null;
}
} | Gets the defaultLifetimeInMinutes
Default lifetime in minutes for a Temporary Access Pass. Value can be any integer between the minimumLifetimeInMinutes and maximumLifetimeInMinutes.
@return int|null The defaultLifetimeInMinutes | getDefaultLifetimeInMinutes | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Model/TemporaryAccessPassAuthenticationMethodConfiguration.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Model/TemporaryAccessPassAuthenticationMethodConfiguration.php | MIT |
public function setDefaultLifetimeInMinutes($val)
{
$this->_propDict["defaultLifetimeInMinutes"] = intval($val);
return $this;
} | Sets the defaultLifetimeInMinutes
Default lifetime in minutes for a Temporary Access Pass. Value can be any integer between the minimumLifetimeInMinutes and maximumLifetimeInMinutes.
@param int $val The defaultLifetimeInMinutes
@return TemporaryAccessPassAuthenticationMethodConfiguration | setDefaultLifetimeInMinutes | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Model/TemporaryAccessPassAuthenticationMethodConfiguration.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Model/TemporaryAccessPassAuthenticationMethodConfiguration.php | MIT |
public function getIsUsableOnce()
{
if (array_key_exists("isUsableOnce", $this->_propDict)) {
return $this->_propDict["isUsableOnce"];
} else {
return null;
}
} | Gets the isUsableOnce
If true, all the passes in the tenant will be restricted to one-time use. If false, passes in the tenant can be created to be either one-time use or reusable.
@return bool|null The isUsableOnce | getIsUsableOnce | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Model/TemporaryAccessPassAuthenticationMethodConfiguration.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Model/TemporaryAccessPassAuthenticationMethodConfiguration.php | MIT |
public function setIsUsableOnce($val)
{
$this->_propDict["isUsableOnce"] = boolval($val);
return $this;
} | Sets the isUsableOnce
If true, all the passes in the tenant will be restricted to one-time use. If false, passes in the tenant can be created to be either one-time use or reusable.
@param bool $val The isUsableOnce
@return TemporaryAccessPassAuthenticationMethodConfiguration | setIsUsableOnce | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Model/TemporaryAccessPassAuthenticationMethodConfiguration.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Model/TemporaryAccessPassAuthenticationMethodConfiguration.php | MIT |
public function getMaximumLifetimeInMinutes()
{
if (array_key_exists("maximumLifetimeInMinutes", $this->_propDict)) {
return $this->_propDict["maximumLifetimeInMinutes"];
} else {
return null;
}
} | Gets the maximumLifetimeInMinutes
Maximum lifetime in minutes for any Temporary Access Pass created in the tenant. Value can be between 10 and 43200 minutes (equivalent to 30 days).
@return int|null The maximumLifetimeInMinutes | getMaximumLifetimeInMinutes | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Model/TemporaryAccessPassAuthenticationMethodConfiguration.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Model/TemporaryAccessPassAuthenticationMethodConfiguration.php | MIT |
public function setMaximumLifetimeInMinutes($val)
{
$this->_propDict["maximumLifetimeInMinutes"] = intval($val);
return $this;
} | Sets the maximumLifetimeInMinutes
Maximum lifetime in minutes for any Temporary Access Pass created in the tenant. Value can be between 10 and 43200 minutes (equivalent to 30 days).
@param int $val The maximumLifetimeInMinutes
@return TemporaryAccessPassAuthenticationMethodConfiguration | setMaximumLifetimeInMinutes | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Model/TemporaryAccessPassAuthenticationMethodConfiguration.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Model/TemporaryAccessPassAuthenticationMethodConfiguration.php | MIT |
public function getMinimumLifetimeInMinutes()
{
if (array_key_exists("minimumLifetimeInMinutes", $this->_propDict)) {
return $this->_propDict["minimumLifetimeInMinutes"];
} else {
return null;
}
} | Gets the minimumLifetimeInMinutes
Minimum lifetime in minutes for any Temporary Access Pass created in the tenant. Value can be between 10 and 43200 minutes (equivalent to 30 days).
@return int|null The minimumLifetimeInMinutes | getMinimumLifetimeInMinutes | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Model/TemporaryAccessPassAuthenticationMethodConfiguration.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Model/TemporaryAccessPassAuthenticationMethodConfiguration.php | MIT |
public function setMinimumLifetimeInMinutes($val)
{
$this->_propDict["minimumLifetimeInMinutes"] = intval($val);
return $this;
} | Sets the minimumLifetimeInMinutes
Minimum lifetime in minutes for any Temporary Access Pass created in the tenant. Value can be between 10 and 43200 minutes (equivalent to 30 days).
@param int $val The minimumLifetimeInMinutes
@return TemporaryAccessPassAuthenticationMethodConfiguration | setMinimumLifetimeInMinutes | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Model/TemporaryAccessPassAuthenticationMethodConfiguration.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Model/TemporaryAccessPassAuthenticationMethodConfiguration.php | MIT |
public function getIncludeTargets()
{
if (array_key_exists("includeTargets", $this->_propDict)) {
return $this->_propDict["includeTargets"];
} else {
return null;
}
} | Gets the includeTargets
A collection of groups that are enabled to use the authentication method.
@return array|null The includeTargets | getIncludeTargets | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Model/TemporaryAccessPassAuthenticationMethodConfiguration.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Model/TemporaryAccessPassAuthenticationMethodConfiguration.php | MIT |
public function setIncludeTargets($val)
{
$this->_propDict["includeTargets"] = $val;
return $this;
} | Sets the includeTargets
A collection of groups that are enabled to use the authentication method.
@param AuthenticationMethodTarget[] $val The includeTargets
@return TemporaryAccessPassAuthenticationMethodConfiguration | setIncludeTargets | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Model/TemporaryAccessPassAuthenticationMethodConfiguration.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Model/TemporaryAccessPassAuthenticationMethodConfiguration.php | MIT |
public function getContent()
{
if (array_key_exists("content", $this->_propDict)) {
return $this->_propDict["content"];
} else {
return null;
}
} | Gets the content
The Group Policy Object file content.
@return string|null The content | getContent | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/GroupPolicyObjectFile.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/GroupPolicyObjectFile.php | MIT |
public function setContent($val)
{
$this->_propDict["content"] = $val;
return $this;
} | Sets the content
The Group Policy Object file content.
@param string $val The content
@return GroupPolicyObjectFile | setContent | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/GroupPolicyObjectFile.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/GroupPolicyObjectFile.php | MIT |
public function getCreatedDateTime()
{
if (array_key_exists("createdDateTime", $this->_propDict)) {
if (is_a($this->_propDict["createdDateTime"], "\DateTime") || is_null($this->_propDict["createdDateTime"])) {
return $this->_propDict["createdDateTime"];
} else {
$this->_propDict["createdDateTime"] = new \DateTime($this->_propDict["createdDateTime"]);
return $this->_propDict["createdDateTime"];
}
}
return null;
} | Gets the createdDateTime
The date and time at which the GroupPolicy was first uploaded.
@return \DateTime|null The createdDateTime | getCreatedDateTime | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/GroupPolicyObjectFile.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/GroupPolicyObjectFile.php | MIT |
public function setCreatedDateTime($val)
{
$this->_propDict["createdDateTime"] = $val;
return $this;
} | Sets the createdDateTime
The date and time at which the GroupPolicy was first uploaded.
@param \DateTime $val The createdDateTime
@return GroupPolicyObjectFile | setCreatedDateTime | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/GroupPolicyObjectFile.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/GroupPolicyObjectFile.php | MIT |
public function getGroupPolicyObjectId()
{
if (array_key_exists("groupPolicyObjectId", $this->_propDict)) {
return $this->_propDict["groupPolicyObjectId"];
} else {
return null;
}
} | Gets the groupPolicyObjectId
The Group Policy Object GUID from GPO Xml content
@return string|null The groupPolicyObjectId | getGroupPolicyObjectId | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/GroupPolicyObjectFile.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/GroupPolicyObjectFile.php | MIT |
public function setGroupPolicyObjectId($val)
{
$this->_propDict["groupPolicyObjectId"] = $val;
return $this;
} | Sets the groupPolicyObjectId
The Group Policy Object GUID from GPO Xml content
@param string $val The groupPolicyObjectId
@return GroupPolicyObjectFile | setGroupPolicyObjectId | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/GroupPolicyObjectFile.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/GroupPolicyObjectFile.php | MIT |
public function getLastModifiedDateTime()
{
if (array_key_exists("lastModifiedDateTime", $this->_propDict)) {
if (is_a($this->_propDict["lastModifiedDateTime"], "\DateTime") || is_null($this->_propDict["lastModifiedDateTime"])) {
return $this->_propDict["lastModifiedDateTime"];
} else {
$this->_propDict["lastModifiedDateTime"] = new \DateTime($this->_propDict["lastModifiedDateTime"]);
return $this->_propDict["lastModifiedDateTime"];
}
}
return null;
} | Gets the lastModifiedDateTime
The date and time at which the GroupPolicyObjectFile was last modified.
@return \DateTime|null The lastModifiedDateTime | getLastModifiedDateTime | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/GroupPolicyObjectFile.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/GroupPolicyObjectFile.php | MIT |
public function setLastModifiedDateTime($val)
{
$this->_propDict["lastModifiedDateTime"] = $val;
return $this;
} | Sets the lastModifiedDateTime
The date and time at which the GroupPolicyObjectFile was last modified.
@param \DateTime $val The lastModifiedDateTime
@return GroupPolicyObjectFile | setLastModifiedDateTime | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/GroupPolicyObjectFile.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/GroupPolicyObjectFile.php | MIT |
public function getOuDistinguishedName()
{
if (array_key_exists("ouDistinguishedName", $this->_propDict)) {
return $this->_propDict["ouDistinguishedName"];
} else {
return null;
}
} | Gets the ouDistinguishedName
The distinguished name of the OU.
@return string|null The ouDistinguishedName | getOuDistinguishedName | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/GroupPolicyObjectFile.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/GroupPolicyObjectFile.php | MIT |
public function setOuDistinguishedName($val)
{
$this->_propDict["ouDistinguishedName"] = $val;
return $this;
} | Sets the ouDistinguishedName
The distinguished name of the OU.
@param string $val The ouDistinguishedName
@return GroupPolicyObjectFile | setOuDistinguishedName | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/GroupPolicyObjectFile.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/GroupPolicyObjectFile.php | MIT |
public function getRoleScopeTagIds()
{
if (array_key_exists("roleScopeTagIds", $this->_propDict)) {
return $this->_propDict["roleScopeTagIds"];
} else {
return null;
}
} | Gets the roleScopeTagIds
The list of scope tags for the configuration.
@return array|null The roleScopeTagIds | getRoleScopeTagIds | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/GroupPolicyObjectFile.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/GroupPolicyObjectFile.php | MIT |
public function setRoleScopeTagIds($val)
{
$this->_propDict["roleScopeTagIds"] = $val;
return $this;
} | Sets the roleScopeTagIds
The list of scope tags for the configuration.
@param string[] $val The roleScopeTagIds
@return GroupPolicyObjectFile | setRoleScopeTagIds | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/GroupPolicyObjectFile.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/GroupPolicyObjectFile.php | MIT |
public function getOrganizer()
{
if (array_key_exists("organizer", $this->_propDict)) {
if (is_a($this->_propDict["organizer"], "\Microsoft\Graph\Model\IdentitySet") || is_null($this->_propDict["organizer"])) {
return $this->_propDict["organizer"];
} else {
$this->_propDict["organizer"] = new IdentitySet($this->_propDict["organizer"]);
return $this->_propDict["organizer"];
}
}
return null;
} | Gets the organizer
The organizer Azure Active Directory identity.
@return IdentitySet|null The organizer | getOrganizer | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Model/OrganizerMeetingInfo.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Model/OrganizerMeetingInfo.php | MIT |
public function setOrganizer($val)
{
$this->_propDict["organizer"] = $val;
return $this;
} | Sets the organizer
The organizer Azure Active Directory identity.
@param IdentitySet $val The value to assign to the organizer
@return OrganizerMeetingInfo The OrganizerMeetingInfo | setOrganizer | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Model/OrganizerMeetingInfo.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Model/OrganizerMeetingInfo.php | MIT |
public function getSignInActivity()
{
if (array_key_exists("signInActivity", $this->_propDict)) {
if (is_a($this->_propDict["signInActivity"], "\Beta\Microsoft\Graph\Model\SignInActivity") || is_null($this->_propDict["signInActivity"])) {
return $this->_propDict["signInActivity"];
} else {
$this->_propDict["signInActivity"] = new SignInActivity($this->_propDict["signInActivity"]);
return $this->_propDict["signInActivity"];
}
}
return null;
} | Gets the signInActivity
Get the last signed-in date and request ID of the sign-in for a given user. Read-only.Returned only on $select. Supports $filter (eq, ne, not, ge, le) but not with any other filterable properties. Note: Details for this property require an Azure AD Premium P1/P2 license and the AuditLog.Read.All permission.This property is not returned for a user who has never signed in or last signed in before April 2020.
@return SignInActivity|null The signInActivity | getSignInActivity | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/User.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/User.php | MIT |
public function setSignInActivity($val)
{
$this->_propDict["signInActivity"] = $val;
return $this;
} | Sets the signInActivity
Get the last signed-in date and request ID of the sign-in for a given user. Read-only.Returned only on $select. Supports $filter (eq, ne, not, ge, le) but not with any other filterable properties. Note: Details for this property require an Azure AD Premium P1/P2 license and the AuditLog.Read.All permission.This property is not returned for a user who has never signed in or last signed in before April 2020.
@param SignInActivity $val The signInActivity
@return User | setSignInActivity | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/User.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/User.php | MIT |
public function getAccountEnabled()
{
if (array_key_exists("accountEnabled", $this->_propDict)) {
return $this->_propDict["accountEnabled"];
} else {
return null;
}
} | Gets the accountEnabled
true if the account is enabled; otherwise, false. This property is required when a user is created. Supports $filter (eq, ne, not, and in).
@return bool|null The accountEnabled | getAccountEnabled | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/User.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/User.php | MIT |
public function setAccountEnabled($val)
{
$this->_propDict["accountEnabled"] = boolval($val);
return $this;
} | Sets the accountEnabled
true if the account is enabled; otherwise, false. This property is required when a user is created. Supports $filter (eq, ne, not, and in).
@param bool $val The accountEnabled
@return User | setAccountEnabled | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/User.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/User.php | MIT |
public function getAgeGroup()
{
if (array_key_exists("ageGroup", $this->_propDict)) {
return $this->_propDict["ageGroup"];
} else {
return null;
}
} | Gets the ageGroup
Sets the age group of the user. Allowed values: null, Minor, NotAdult and Adult. Refer to the legal age group property definitions for further information. Supports $filter (eq, ne, not, and in).
@return string|null The ageGroup | getAgeGroup | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/User.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/User.php | MIT |
public function setAgeGroup($val)
{
$this->_propDict["ageGroup"] = $val;
return $this;
} | Sets the ageGroup
Sets the age group of the user. Allowed values: null, Minor, NotAdult and Adult. Refer to the legal age group property definitions for further information. Supports $filter (eq, ne, not, and in).
@param string $val The ageGroup
@return User | setAgeGroup | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/User.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/User.php | MIT |
public function getAssignedLicenses()
{
if (array_key_exists("assignedLicenses", $this->_propDict)) {
return $this->_propDict["assignedLicenses"];
} else {
return null;
}
} | Gets the assignedLicenses
The licenses that are assigned to the user, including inherited (group-based) licenses. This property doesn't differentiate directly-assigned and inherited licenses. Use the licenseAssignmentStates property to identify the directly-assigned and inherited licenses. Not nullable. Supports $filter (eq, not, /$count eq 0, /$count ne 0).
@return array|null The assignedLicenses | getAssignedLicenses | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/User.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/User.php | MIT |
public function setAssignedLicenses($val)
{
$this->_propDict["assignedLicenses"] = $val;
return $this;
} | Sets the assignedLicenses
The licenses that are assigned to the user, including inherited (group-based) licenses. This property doesn't differentiate directly-assigned and inherited licenses. Use the licenseAssignmentStates property to identify the directly-assigned and inherited licenses. Not nullable. Supports $filter (eq, not, /$count eq 0, /$count ne 0).
@param AssignedLicense[] $val The assignedLicenses
@return User | setAssignedLicenses | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/User.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/User.php | MIT |
public function getAssignedPlans()
{
if (array_key_exists("assignedPlans", $this->_propDict)) {
return $this->_propDict["assignedPlans"];
} else {
return null;
}
} | Gets the assignedPlans
The plans that are assigned to the user. Read-only. Not nullable.Supports $filter (eq and not).
@return array|null The assignedPlans | getAssignedPlans | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/User.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/User.php | MIT |
public function setAssignedPlans($val)
{
$this->_propDict["assignedPlans"] = $val;
return $this;
} | Sets the assignedPlans
The plans that are assigned to the user. Read-only. Not nullable.Supports $filter (eq and not).
@param AssignedPlan[] $val The assignedPlans
@return User | setAssignedPlans | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/User.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/User.php | MIT |
public function getAuthorizationInfo()
{
if (array_key_exists("authorizationInfo", $this->_propDict)) {
if (is_a($this->_propDict["authorizationInfo"], "\Beta\Microsoft\Graph\Model\AuthorizationInfo") || is_null($this->_propDict["authorizationInfo"])) {
return $this->_propDict["authorizationInfo"];
} else {
$this->_propDict["authorizationInfo"] = new AuthorizationInfo($this->_propDict["authorizationInfo"]);
return $this->_propDict["authorizationInfo"];
}
}
return null;
} | Gets the authorizationInfo
Identifiers that can be used to identify and authenticate a user in non-Azure AD environments. This property can be used to store identifiers for smartcard-based certificates that a user uses for access to on-premises Active Directory deployments or for federated access. It can also be used to store the Subject Alternate Name (SAN) that's associated with a Common Access Card (CAC). Nullable.Supports $filter (eq and startsWith).
@return AuthorizationInfo|null The authorizationInfo | getAuthorizationInfo | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/User.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/User.php | MIT |
public function setAuthorizationInfo($val)
{
$this->_propDict["authorizationInfo"] = $val;
return $this;
} | Sets the authorizationInfo
Identifiers that can be used to identify and authenticate a user in non-Azure AD environments. This property can be used to store identifiers for smartcard-based certificates that a user uses for access to on-premises Active Directory deployments or for federated access. It can also be used to store the Subject Alternate Name (SAN) that's associated with a Common Access Card (CAC). Nullable.Supports $filter (eq and startsWith).
@param AuthorizationInfo $val The authorizationInfo
@return User | setAuthorizationInfo | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/User.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/User.php | MIT |
public function getBusinessPhones()
{
if (array_key_exists("businessPhones", $this->_propDict)) {
return $this->_propDict["businessPhones"];
} else {
return null;
}
} | Gets the businessPhones
The telephone numbers for the user. Only one number can be set for this property. Read-only for users synced from on-premises directory. Supports $filter (eq, not, ge, le, startsWith).
@return array|null The businessPhones | getBusinessPhones | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/User.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/User.php | MIT |
public function setBusinessPhones($val)
{
$this->_propDict["businessPhones"] = $val;
return $this;
} | Sets the businessPhones
The telephone numbers for the user. Only one number can be set for this property. Read-only for users synced from on-premises directory. Supports $filter (eq, not, ge, le, startsWith).
@param string[] $val The businessPhones
@return User | setBusinessPhones | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/User.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/User.php | MIT |
public function getCity()
{
if (array_key_exists("city", $this->_propDict)) {
return $this->_propDict["city"];
} else {
return null;
}
} | Gets the city
The city in which the user is located. Maximum length is 128 characters. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values).
@return string|null The city | getCity | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/User.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/User.php | MIT |
public function setCity($val)
{
$this->_propDict["city"] = $val;
return $this;
} | Sets the city
The city in which the user is located. Maximum length is 128 characters. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values).
@param string $val The city
@return User | setCity | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/User.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/User.php | MIT |
public function getCompanyName()
{
if (array_key_exists("companyName", $this->_propDict)) {
return $this->_propDict["companyName"];
} else {
return null;
}
} | Gets the companyName
The company name which the user is associated. This property can be useful for describing the company that an external user comes from. The maximum length is 64 characters.Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values).
@return string|null The companyName | getCompanyName | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/User.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/User.php | MIT |
public function setCompanyName($val)
{
$this->_propDict["companyName"] = $val;
return $this;
} | Sets the companyName
The company name which the user is associated. This property can be useful for describing the company that an external user comes from. The maximum length is 64 characters.Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values).
@param string $val The companyName
@return User | setCompanyName | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/User.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/User.php | MIT |
public function getConsentProvidedForMinor()
{
if (array_key_exists("consentProvidedForMinor", $this->_propDict)) {
return $this->_propDict["consentProvidedForMinor"];
} else {
return null;
}
} | Gets the consentProvidedForMinor
Sets whether consent has been obtained for minors. Allowed values: null, Granted, Denied and NotRequired. Refer to the legal age group property definitions for further information. Supports $filter (eq, ne, not, and in).
@return string|null The consentProvidedForMinor | getConsentProvidedForMinor | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/User.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/User.php | MIT |
public function setConsentProvidedForMinor($val)
{
$this->_propDict["consentProvidedForMinor"] = $val;
return $this;
} | Sets the consentProvidedForMinor
Sets whether consent has been obtained for minors. Allowed values: null, Granted, Denied and NotRequired. Refer to the legal age group property definitions for further information. Supports $filter (eq, ne, not, and in).
@param string $val The consentProvidedForMinor
@return User | setConsentProvidedForMinor | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/User.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/User.php | MIT |
public function getCountry()
{
if (array_key_exists("country", $this->_propDict)) {
return $this->_propDict["country"];
} else {
return null;
}
} | Gets the country
The country/region in which the user is located; for example, US or UK. Maximum length is 128 characters. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values).
@return string|null The country | getCountry | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/User.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/User.php | MIT |
public function setCountry($val)
{
$this->_propDict["country"] = $val;
return $this;
} | Sets the country
The country/region in which the user is located; for example, US or UK. Maximum length is 128 characters. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values).
@param string $val The country
@return User | setCountry | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/User.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/User.php | MIT |
public function getCreatedDateTime()
{
if (array_key_exists("createdDateTime", $this->_propDict)) {
if (is_a($this->_propDict["createdDateTime"], "\DateTime") || is_null($this->_propDict["createdDateTime"])) {
return $this->_propDict["createdDateTime"];
} else {
$this->_propDict["createdDateTime"] = new \DateTime($this->_propDict["createdDateTime"]);
return $this->_propDict["createdDateTime"];
}
}
return null;
} | Gets the createdDateTime
The date and time the user was created, in ISO 8601 format and in UTC time. The value cannot be modified and is automatically populated when the entity is created. Nullable. For on-premises users, the value represents when they were first created in Azure AD. Property is null for some users created before June 2018 and on-premises users that were synced to Azure AD before June 2018. Read-only. Supports $filter (eq, ne, not , ge, le, in).
@return \DateTime|null The createdDateTime | getCreatedDateTime | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/User.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/User.php | MIT |
public function setCreatedDateTime($val)
{
$this->_propDict["createdDateTime"] = $val;
return $this;
} | Sets the createdDateTime
The date and time the user was created, in ISO 8601 format and in UTC time. The value cannot be modified and is automatically populated when the entity is created. Nullable. For on-premises users, the value represents when they were first created in Azure AD. Property is null for some users created before June 2018 and on-premises users that were synced to Azure AD before June 2018. Read-only. Supports $filter (eq, ne, not , ge, le, in).
@param \DateTime $val The createdDateTime
@return User | setCreatedDateTime | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/User.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/User.php | MIT |
public function getCreationType()
{
if (array_key_exists("creationType", $this->_propDict)) {
return $this->_propDict["creationType"];
} else {
return null;
}
} | Gets the creationType
Indicates whether the user account was created through one of the following methods: As a regular school or work account (null). As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by an external user signing up through a link that is part of a user flow (SelfServiceSignUp). Read-only.Supports $filter (eq, ne, not, and in).
@return string|null The creationType | getCreationType | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/User.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/User.php | MIT |
public function setCreationType($val)
{
$this->_propDict["creationType"] = $val;
return $this;
} | Sets the creationType
Indicates whether the user account was created through one of the following methods: As a regular school or work account (null). As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by an external user signing up through a link that is part of a user flow (SelfServiceSignUp). Read-only.Supports $filter (eq, ne, not, and in).
@param string $val The creationType
@return User | setCreationType | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/User.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/User.php | MIT |
public function getCustomSecurityAttributes()
{
if (array_key_exists("customSecurityAttributes", $this->_propDict)) {
if (is_a($this->_propDict["customSecurityAttributes"], "\Beta\Microsoft\Graph\Model\CustomSecurityAttributeValue") || is_null($this->_propDict["customSecurityAttributes"])) {
return $this->_propDict["customSecurityAttributes"];
} else {
$this->_propDict["customSecurityAttributes"] = new CustomSecurityAttributeValue($this->_propDict["customSecurityAttributes"]);
return $this->_propDict["customSecurityAttributes"];
}
}
return null;
} | Gets the customSecurityAttributes
An open complex type that holds the value of a custom security attribute that is assigned to a directory object. Nullable. Returned only on $select. Supports $filter (eq, ne, not, startsWith). Filter value is case sensitive.
@return CustomSecurityAttributeValue|null The customSecurityAttributes | getCustomSecurityAttributes | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/User.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/User.php | MIT |
public function setCustomSecurityAttributes($val)
{
$this->_propDict["customSecurityAttributes"] = $val;
return $this;
} | Sets the customSecurityAttributes
An open complex type that holds the value of a custom security attribute that is assigned to a directory object. Nullable. Returned only on $select. Supports $filter (eq, ne, not, startsWith). Filter value is case sensitive.
@param CustomSecurityAttributeValue $val The customSecurityAttributes
@return User | setCustomSecurityAttributes | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/User.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/User.php | MIT |
public function getDepartment()
{
if (array_key_exists("department", $this->_propDict)) {
return $this->_propDict["department"];
} else {
return null;
}
} | Gets the department
The name for the department in which the user works. Maximum length is 64 characters.Supports $filter (eq, ne, not , ge, le, in, and eq on null values).
@return string|null The department | getDepartment | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/User.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/User.php | MIT |
public function setDepartment($val)
{
$this->_propDict["department"] = $val;
return $this;
} | Sets the department
The name for the department in which the user works. Maximum length is 64 characters.Supports $filter (eq, ne, not , ge, le, in, and eq on null values).
@param string $val The department
@return User | setDepartment | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/User.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/User.php | MIT |
public function getDisplayName()
{
if (array_key_exists("displayName", $this->_propDict)) {
return $this->_propDict["displayName"];
} else {
return null;
}
} | Gets the displayName
The name displayed in the address book for the user. This value is usually the combination of the user's first name, middle initial, and last name. This property is required when a user is created and it cannot be cleared during updates. Maximum length is 256 characters. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values), $orderBy, and $search.
@return string|null The displayName | getDisplayName | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/User.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/User.php | MIT |
public function setDisplayName($val)
{
$this->_propDict["displayName"] = $val;
return $this;
} | Sets the displayName
The name displayed in the address book for the user. This value is usually the combination of the user's first name, middle initial, and last name. This property is required when a user is created and it cannot be cleared during updates. Maximum length is 256 characters. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values), $orderBy, and $search.
@param string $val The displayName
@return User | setDisplayName | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/User.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/User.php | MIT |
public function getEmployeeHireDate()
{
if (array_key_exists("employeeHireDate", $this->_propDict)) {
if (is_a($this->_propDict["employeeHireDate"], "\DateTime") || is_null($this->_propDict["employeeHireDate"])) {
return $this->_propDict["employeeHireDate"];
} else {
$this->_propDict["employeeHireDate"] = new \DateTime($this->_propDict["employeeHireDate"]);
return $this->_propDict["employeeHireDate"];
}
}
return null;
} | Gets the employeeHireDate
The date and time when the user was hired or will start work in case of a future hire. Supports $filter (eq, ne, not , ge, le, in).
@return \DateTime|null The employeeHireDate | getEmployeeHireDate | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/User.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/User.php | MIT |
public function setEmployeeHireDate($val)
{
$this->_propDict["employeeHireDate"] = $val;
return $this;
} | Sets the employeeHireDate
The date and time when the user was hired or will start work in case of a future hire. Supports $filter (eq, ne, not , ge, le, in).
@param \DateTime $val The employeeHireDate
@return User | setEmployeeHireDate | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/User.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/User.php | MIT |
public function getEmployeeId()
{
if (array_key_exists("employeeId", $this->_propDict)) {
return $this->_propDict["employeeId"];
} else {
return null;
}
} | Gets the employeeId
The employee identifier assigned to the user by the organization. The maximum length is 16 characters.Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values).
@return string|null The employeeId | getEmployeeId | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/User.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/User.php | MIT |
public function setEmployeeId($val)
{
$this->_propDict["employeeId"] = $val;
return $this;
} | Sets the employeeId
The employee identifier assigned to the user by the organization. The maximum length is 16 characters.Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values).
@param string $val The employeeId
@return User | setEmployeeId | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/User.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/User.php | MIT |
public function getEmployeeLeaveDateTime()
{
if (array_key_exists("employeeLeaveDateTime", $this->_propDict)) {
if (is_a($this->_propDict["employeeLeaveDateTime"], "\DateTime") || is_null($this->_propDict["employeeLeaveDateTime"])) {
return $this->_propDict["employeeLeaveDateTime"];
} else {
$this->_propDict["employeeLeaveDateTime"] = new \DateTime($this->_propDict["employeeLeaveDateTime"]);
return $this->_propDict["employeeLeaveDateTime"];
}
}
return null;
} | Gets the employeeLeaveDateTime
The date and time when the user left or will leave the organization. To read this property, the calling app must be assigned the User-LifeCycleInfo.Read.All permission. To write this property, the calling app must be assigned the User.Read.All and User-LifeCycleInfo.ReadWrite.All permissions. To read this property in delegated scenarios, the admin needs one of the following Azure AD roles: Lifecycle Workflows Administrator, Global Reader, or Global Administrator. To write this property in delegated scenarios, the admin needs the Global Administrator role. Supports $filter (eq, ne, not , ge, le, in). For more information, see Configure the employeeLeaveDateTime property for a user.
@return \DateTime|null The employeeLeaveDateTime | getEmployeeLeaveDateTime | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/User.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/User.php | MIT |
public function setEmployeeLeaveDateTime($val)
{
$this->_propDict["employeeLeaveDateTime"] = $val;
return $this;
} | Sets the employeeLeaveDateTime
The date and time when the user left or will leave the organization. To read this property, the calling app must be assigned the User-LifeCycleInfo.Read.All permission. To write this property, the calling app must be assigned the User.Read.All and User-LifeCycleInfo.ReadWrite.All permissions. To read this property in delegated scenarios, the admin needs one of the following Azure AD roles: Lifecycle Workflows Administrator, Global Reader, or Global Administrator. To write this property in delegated scenarios, the admin needs the Global Administrator role. Supports $filter (eq, ne, not , ge, le, in). For more information, see Configure the employeeLeaveDateTime property for a user.
@param \DateTime $val The employeeLeaveDateTime
@return User | setEmployeeLeaveDateTime | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/User.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/User.php | MIT |
public function getEmployeeOrgData()
{
if (array_key_exists("employeeOrgData", $this->_propDict)) {
if (is_a($this->_propDict["employeeOrgData"], "\Beta\Microsoft\Graph\Model\EmployeeOrgData") || is_null($this->_propDict["employeeOrgData"])) {
return $this->_propDict["employeeOrgData"];
} else {
$this->_propDict["employeeOrgData"] = new EmployeeOrgData($this->_propDict["employeeOrgData"]);
return $this->_propDict["employeeOrgData"];
}
}
return null;
} | Gets the employeeOrgData
Represents organization data (e.g. division and costCenter) associated with a user. Supports $filter (eq, ne, not , ge, le, in).
@return EmployeeOrgData|null The employeeOrgData | getEmployeeOrgData | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/User.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/User.php | MIT |
public function setEmployeeOrgData($val)
{
$this->_propDict["employeeOrgData"] = $val;
return $this;
} | Sets the employeeOrgData
Represents organization data (e.g. division and costCenter) associated with a user. Supports $filter (eq, ne, not , ge, le, in).
@param EmployeeOrgData $val The employeeOrgData
@return User | setEmployeeOrgData | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/User.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/User.php | MIT |
public function getEmployeeType()
{
if (array_key_exists("employeeType", $this->_propDict)) {
return $this->_propDict["employeeType"];
} else {
return null;
}
} | Gets the employeeType
Captures enterprise worker type. For example, Employee, Contractor, Consultant, or Vendor. Supports $filter (eq, ne, not , ge, le, in, startsWith).
@return string|null The employeeType | getEmployeeType | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/User.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/User.php | MIT |
public function setEmployeeType($val)
{
$this->_propDict["employeeType"] = $val;
return $this;
} | Sets the employeeType
Captures enterprise worker type. For example, Employee, Contractor, Consultant, or Vendor. Supports $filter (eq, ne, not , ge, le, in, startsWith).
@param string $val The employeeType
@return User | setEmployeeType | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/User.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/User.php | MIT |
public function getExternalUserState()
{
if (array_key_exists("externalUserState", $this->_propDict)) {
return $this->_propDict["externalUserState"];
} else {
return null;
}
} | Gets the externalUserState
For an external user invited to the tenant using the invitation API, this property represents the invited user's invitation status. For invited users, the state can be PendingAcceptance or Accepted, or null for all other users. Supports $filter (eq, ne, not , in).
@return string|null The externalUserState | getExternalUserState | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/User.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/User.php | MIT |
public function setExternalUserState($val)
{
$this->_propDict["externalUserState"] = $val;
return $this;
} | Sets the externalUserState
For an external user invited to the tenant using the invitation API, this property represents the invited user's invitation status. For invited users, the state can be PendingAcceptance or Accepted, or null for all other users. Supports $filter (eq, ne, not , in).
@param string $val The externalUserState
@return User | setExternalUserState | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/User.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/User.php | MIT |
public function getExternalUserStateChangeDateTime()
{
if (array_key_exists("externalUserStateChangeDateTime", $this->_propDict)) {
return $this->_propDict["externalUserStateChangeDateTime"];
} else {
return null;
}
} | Gets the externalUserStateChangeDateTime
Shows the timestamp for the latest change to the externalUserState property. Supports $filter (eq, ne, not , in).
@return string|null The externalUserStateChangeDateTime | getExternalUserStateChangeDateTime | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/User.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/User.php | MIT |
public function setExternalUserStateChangeDateTime($val)
{
$this->_propDict["externalUserStateChangeDateTime"] = $val;
return $this;
} | Sets the externalUserStateChangeDateTime
Shows the timestamp for the latest change to the externalUserState property. Supports $filter (eq, ne, not , in).
@param string $val The externalUserStateChangeDateTime
@return User | setExternalUserStateChangeDateTime | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/User.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/User.php | MIT |
public function getFaxNumber()
{
if (array_key_exists("faxNumber", $this->_propDict)) {
return $this->_propDict["faxNumber"];
} else {
return null;
}
} | Gets the faxNumber
The fax number of the user. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values).
@return string|null The faxNumber | getFaxNumber | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/User.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/User.php | MIT |
public function setFaxNumber($val)
{
$this->_propDict["faxNumber"] = $val;
return $this;
} | Sets the faxNumber
The fax number of the user. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values).
@param string $val The faxNumber
@return User | setFaxNumber | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/User.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/User.php | MIT |
public function getGivenName()
{
if (array_key_exists("givenName", $this->_propDict)) {
return $this->_propDict["givenName"];
} else {
return null;
}
} | Gets the givenName
The given name (first name) of the user. Maximum length is 64 characters. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values).
@return string|null The givenName | getGivenName | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/User.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/User.php | MIT |
public function setGivenName($val)
{
$this->_propDict["givenName"] = $val;
return $this;
} | Sets the givenName
The given name (first name) of the user. Maximum length is 64 characters. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values).
@param string $val The givenName
@return User | setGivenName | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/User.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/User.php | MIT |
public function getIdentities()
{
if (array_key_exists("identities", $this->_propDict)) {
return $this->_propDict["identities"];
} else {
return null;
}
} | Gets the identities
Represents the identities that can be used to sign in to this user account. An identity can be provided by Microsoft (also known as a local account), by organizations, or by social identity providers such as Facebook, Google, and Microsoft, and tied to a user account. May contain multiple items with the same signInType value. Supports $filter (eq) including on null values, only where the signInType is not userPrincipalName.
@return array|null The identities | getIdentities | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/User.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/User.php | MIT |
public function setIdentities($val)
{
$this->_propDict["identities"] = $val;
return $this;
} | Sets the identities
Represents the identities that can be used to sign in to this user account. An identity can be provided by Microsoft (also known as a local account), by organizations, or by social identity providers such as Facebook, Google, and Microsoft, and tied to a user account. May contain multiple items with the same signInType value. Supports $filter (eq) including on null values, only where the signInType is not userPrincipalName.
@param ObjectIdentity[] $val The identities
@return User | setIdentities | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/User.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/User.php | MIT |
public function getImAddresses()
{
if (array_key_exists("imAddresses", $this->_propDict)) {
return $this->_propDict["imAddresses"];
} else {
return null;
}
} | Gets the imAddresses
The instant message voice over IP (VOIP) session initiation protocol (SIP) addresses for the user. Read-only. Supports $filter (eq, not, ge, le, startsWith).
@return array|null The imAddresses | getImAddresses | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/User.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/User.php | MIT |
public function setImAddresses($val)
{
$this->_propDict["imAddresses"] = $val;
return $this;
} | Sets the imAddresses
The instant message voice over IP (VOIP) session initiation protocol (SIP) addresses for the user. Read-only. Supports $filter (eq, not, ge, le, startsWith).
@param string[] $val The imAddresses
@return User | setImAddresses | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/User.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/User.php | MIT |
public function getInfoCatalogs()
{
if (array_key_exists("infoCatalogs", $this->_propDict)) {
return $this->_propDict["infoCatalogs"];
} else {
return null;
}
} | Gets the infoCatalogs
Identifies the info segments assigned to the user. Supports $filter (eq, not, ge, le, startsWith).
@return array|null The infoCatalogs | getInfoCatalogs | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/User.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/User.php | MIT |
public function setInfoCatalogs($val)
{
$this->_propDict["infoCatalogs"] = $val;
return $this;
} | Sets the infoCatalogs
Identifies the info segments assigned to the user. Supports $filter (eq, not, ge, le, startsWith).
@param string[] $val The infoCatalogs
@return User | setInfoCatalogs | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/User.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/User.php | MIT |
Subsets and Splits
No saved queries yet
Save your SQL queries to embed, download, and access them later. Queries will appear here once saved.