code
stringlengths 17
247k
| 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 getPasswordRequireActiveDirectoryComplexity()
{
if (array_key_exists("passwordRequireActiveDirectoryComplexity", $this->_propDict)) {
return $this->_propDict["passwordRequireActiveDirectoryComplexity"];
} else {
return null;
}
} | Gets the passwordRequireActiveDirectoryComplexity
Enables or disables whether passwords must meet Active Directory's complexity requirements.
@return bool|null The passwordRequireActiveDirectoryComplexity | getPasswordRequireActiveDirectoryComplexity | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/MacOSKerberosSingleSignOnExtension.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/MacOSKerberosSingleSignOnExtension.php | MIT |
public function setPasswordRequireActiveDirectoryComplexity($val)
{
$this->_propDict["passwordRequireActiveDirectoryComplexity"] = $val;
return $this;
} | Sets the passwordRequireActiveDirectoryComplexity
Enables or disables whether passwords must meet Active Directory's complexity requirements.
@param bool $val The value of the passwordRequireActiveDirectoryComplexity
@return MacOSKerberosSingleSignOnExtension | setPasswordRequireActiveDirectoryComplexity | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/MacOSKerberosSingleSignOnExtension.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/MacOSKerberosSingleSignOnExtension.php | MIT |
public function getPasswordRequirementsDescription()
{
if (array_key_exists("passwordRequirementsDescription", $this->_propDict)) {
return $this->_propDict["passwordRequirementsDescription"];
} else {
return null;
}
} | Gets the passwordRequirementsDescription
Gets or sets a description of the password complexity requirements.
@return string|null The passwordRequirementsDescription | getPasswordRequirementsDescription | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/MacOSKerberosSingleSignOnExtension.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/MacOSKerberosSingleSignOnExtension.php | MIT |
public function setPasswordRequirementsDescription($val)
{
$this->_propDict["passwordRequirementsDescription"] = $val;
return $this;
} | Sets the passwordRequirementsDescription
Gets or sets a description of the password complexity requirements.
@param string $val The value of the passwordRequirementsDescription
@return MacOSKerberosSingleSignOnExtension | setPasswordRequirementsDescription | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/MacOSKerberosSingleSignOnExtension.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/MacOSKerberosSingleSignOnExtension.php | MIT |
public function getPreferredKDCs()
{
if (array_key_exists("preferredKDCs", $this->_propDict)) {
return $this->_propDict["preferredKDCs"];
} else {
return null;
}
} | Gets the preferredKDCs
Add creates an ordered list of preferred Key Distribution Centers (KDCs) to use for Kerberos traffic. This list is used when the servers are not discoverable using DNS. When the servers are discoverable, the list is used for both connectivity checks, and used first for Kerberos traffic. If the servers don’t respond, then the device uses DNS discovery. Delete removes an existing list, and devices use DNS discovery. Available for devices running macOS versions 12 and later.
@return string|null The preferredKDCs | getPreferredKDCs | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/MacOSKerberosSingleSignOnExtension.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/MacOSKerberosSingleSignOnExtension.php | MIT |
public function setPreferredKDCs($val)
{
$this->_propDict["preferredKDCs"] = $val;
return $this;
} | Sets the preferredKDCs
Add creates an ordered list of preferred Key Distribution Centers (KDCs) to use for Kerberos traffic. This list is used when the servers are not discoverable using DNS. When the servers are discoverable, the list is used for both connectivity checks, and used first for Kerberos traffic. If the servers don’t respond, then the device uses DNS discovery. Delete removes an existing list, and devices use DNS discovery. Available for devices running macOS versions 12 and later.
@param string $val The value of the preferredKDCs
@return MacOSKerberosSingleSignOnExtension | setPreferredKDCs | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/MacOSKerberosSingleSignOnExtension.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/MacOSKerberosSingleSignOnExtension.php | MIT |
public function getRequireUserPresence()
{
if (array_key_exists("requireUserPresence", $this->_propDict)) {
return $this->_propDict["requireUserPresence"];
} else {
return null;
}
} | Gets the requireUserPresence
Gets or sets whether to require authentication via Touch ID, Face ID, or a passcode to access the keychain entry.
@return bool|null The requireUserPresence | getRequireUserPresence | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/MacOSKerberosSingleSignOnExtension.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/MacOSKerberosSingleSignOnExtension.php | MIT |
public function setRequireUserPresence($val)
{
$this->_propDict["requireUserPresence"] = $val;
return $this;
} | Sets the requireUserPresence
Gets or sets whether to require authentication via Touch ID, Face ID, or a passcode to access the keychain entry.
@param bool $val The value of the requireUserPresence
@return MacOSKerberosSingleSignOnExtension | setRequireUserPresence | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/MacOSKerberosSingleSignOnExtension.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/MacOSKerberosSingleSignOnExtension.php | MIT |
public function getSignInHelpText()
{
if (array_key_exists("signInHelpText", $this->_propDict)) {
return $this->_propDict["signInHelpText"];
} else {
return null;
}
} | Gets the signInHelpText
Text displayed to the user at the Kerberos sign in window. Available for devices running iOS and iPadOS versions 14 and later.
@return string|null The signInHelpText | getSignInHelpText | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/MacOSKerberosSingleSignOnExtension.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/MacOSKerberosSingleSignOnExtension.php | MIT |
public function setSignInHelpText($val)
{
$this->_propDict["signInHelpText"] = $val;
return $this;
} | Sets the signInHelpText
Text displayed to the user at the Kerberos sign in window. Available for devices running iOS and iPadOS versions 14 and later.
@param string $val The value of the signInHelpText
@return MacOSKerberosSingleSignOnExtension | setSignInHelpText | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/MacOSKerberosSingleSignOnExtension.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/MacOSKerberosSingleSignOnExtension.php | MIT |
public function getTlsForLDAPRequired()
{
if (array_key_exists("tlsForLDAPRequired", $this->_propDict)) {
return $this->_propDict["tlsForLDAPRequired"];
} else {
return null;
}
} | Gets the tlsForLDAPRequired
When set to True, LDAP connections are required to use Transport Layer Security (TLS). Available for devices running macOS versions 11 and later.
@return bool|null The tlsForLDAPRequired | getTlsForLDAPRequired | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/MacOSKerberosSingleSignOnExtension.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/MacOSKerberosSingleSignOnExtension.php | MIT |
public function setTlsForLDAPRequired($val)
{
$this->_propDict["tlsForLDAPRequired"] = $val;
return $this;
} | Sets the tlsForLDAPRequired
When set to True, LDAP connections are required to use Transport Layer Security (TLS). Available for devices running macOS versions 11 and later.
@param bool $val The value of the tlsForLDAPRequired
@return MacOSKerberosSingleSignOnExtension | setTlsForLDAPRequired | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/MacOSKerberosSingleSignOnExtension.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/MacOSKerberosSingleSignOnExtension.php | MIT |
public function getUsernameLabelCustom()
{
if (array_key_exists("usernameLabelCustom", $this->_propDict)) {
return $this->_propDict["usernameLabelCustom"];
} else {
return null;
}
} | Gets the usernameLabelCustom
This label replaces the user name shown in the Kerberos extension. You can enter a name to match the name of your company or organization. Available for devices running macOS versions 11 and later.
@return string|null The usernameLabelCustom | getUsernameLabelCustom | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/MacOSKerberosSingleSignOnExtension.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/MacOSKerberosSingleSignOnExtension.php | MIT |
public function setUsernameLabelCustom($val)
{
$this->_propDict["usernameLabelCustom"] = $val;
return $this;
} | Sets the usernameLabelCustom
This label replaces the user name shown in the Kerberos extension. You can enter a name to match the name of your company or organization. Available for devices running macOS versions 11 and later.
@param string $val The value of the usernameLabelCustom
@return MacOSKerberosSingleSignOnExtension | setUsernameLabelCustom | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/MacOSKerberosSingleSignOnExtension.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/MacOSKerberosSingleSignOnExtension.php | MIT |
public function getUserSetupDelayed()
{
if (array_key_exists("userSetupDelayed", $this->_propDict)) {
return $this->_propDict["userSetupDelayed"];
} else {
return null;
}
} | Gets the userSetupDelayed
When set to True, the user isn’t prompted to set up the Kerberos extension until the extension is enabled by the admin, or a Kerberos challenge is received. Available for devices running macOS versions 11 and later.
@return bool|null The userSetupDelayed | getUserSetupDelayed | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/MacOSKerberosSingleSignOnExtension.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/MacOSKerberosSingleSignOnExtension.php | MIT |
public function setUserSetupDelayed($val)
{
$this->_propDict["userSetupDelayed"] = $val;
return $this;
} | Sets the userSetupDelayed
When set to True, the user isn’t prompted to set up the Kerberos extension until the extension is enabled by the admin, or a Kerberos challenge is received. Available for devices running macOS versions 11 and later.
@param bool $val The value of the userSetupDelayed
@return MacOSKerberosSingleSignOnExtension | setUserSetupDelayed | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/MacOSKerberosSingleSignOnExtension.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/MacOSKerberosSingleSignOnExtension.php | MIT |
public function getIconType()
{
if (array_key_exists("iconType", $this->_propDict)) {
if (is_a($this->_propDict["iconType"], "\Microsoft\Graph\Model\TimeOffReasonIconType") || is_null($this->_propDict["iconType"])) {
return $this->_propDict["iconType"];
} else {
$this->_propDict["iconType"] = new TimeOffReasonIconType($this->_propDict["iconType"]);
return $this->_propDict["iconType"];
}
}
return null;
} | Gets the iconType
Supported icon types are: none, car, calendar, running, plane, firstAid, doctor, notWorking, clock, juryDuty, globe, cup, phone, weather, umbrella, piggyBank, dog, cake, trafficCone, pin, sunny. Required.
@return TimeOffReasonIconType|null The iconType | getIconType | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Model/TimeOffReason.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Model/TimeOffReason.php | MIT |
public function setIconType($val)
{
$this->_propDict["iconType"] = $val;
return $this;
} | Sets the iconType
Supported icon types are: none, car, calendar, running, plane, firstAid, doctor, notWorking, clock, juryDuty, globe, cup, phone, weather, umbrella, piggyBank, dog, cake, trafficCone, pin, sunny. Required.
@param TimeOffReasonIconType $val The iconType
@return TimeOffReason | setIconType | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Model/TimeOffReason.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Model/TimeOffReason.php | MIT |
public function getType()
{
if (array_key_exists("type", $this->_propDict)) {
if (is_a($this->_propDict["type"], "\Microsoft\Graph\ExternalConnectors\Model\ExternalActivityType") || is_null($this->_propDict["type"])) {
return $this->_propDict["type"];
} else {
$this->_propDict["type"] = new ExternalActivityType($this->_propDict["type"]);
return $this->_propDict["type"];
}
}
return null;
} | Gets the type
The type of activity performed. The possible values are: viewed, modified, created, commented, unknownFutureValue.
@return ExternalActivityType|null The type | getType | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/ExternalConnectors/Model/ExternalActivity.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/ExternalConnectors/Model/ExternalActivity.php | MIT |
public function getPerformedBy()
{
if (array_key_exists("performedBy", $this->_propDict)) {
if (is_a($this->_propDict["performedBy"], "\Microsoft\Graph\ExternalConnectors\Model\Identity") || is_null($this->_propDict["performedBy"])) {
return $this->_propDict["performedBy"];
} else {
$this->_propDict["performedBy"] = new Identity($this->_propDict["performedBy"]);
return $this->_propDict["performedBy"];
}
}
return null;
} | Gets the performedBy
Represents an identity used to identify who is responsible for the activity.
@return Identity|null The performedBy | getPerformedBy | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/ExternalConnectors/Model/ExternalActivity.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/ExternalConnectors/Model/ExternalActivity.php | MIT |
public function setPerformedBy($val)
{
$this->_propDict["performedBy"] = $val;
return $this;
} | Sets the performedBy
Represents an identity used to identify who is responsible for the activity.
@param Identity $val The performedBy
@return ExternalActivity | setPerformedBy | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/ExternalConnectors/Model/ExternalActivity.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/ExternalConnectors/Model/ExternalActivity.php | MIT |
public function getEditable()
{
if (array_key_exists("editable", $this->_propDict)) {
return $this->_propDict["editable"];
} else {
return null;
}
} | Gets the editable
true if the synchronization rule can be customized; false if this rule is read-only and should not be changed.
@return bool|null The editable | getEditable | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/SynchronizationRule.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/SynchronizationRule.php | MIT |
public function setEditable($val)
{
$this->_propDict["editable"] = $val;
return $this;
} | Sets the editable
true if the synchronization rule can be customized; false if this rule is read-only and should not be changed.
@param bool $val The value of the editable
@return SynchronizationRule | setEditable | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/SynchronizationRule.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/SynchronizationRule.php | MIT |
public function getMetadata()
{
if (array_key_exists("metadata", $this->_propDict)) {
if (is_a($this->_propDict["metadata"], "\Beta\Microsoft\Graph\Model\StringKeyStringValuePair") || is_null($this->_propDict["metadata"])) {
return $this->_propDict["metadata"];
} else {
$this->_propDict["metadata"] = new StringKeyStringValuePair($this->_propDict["metadata"]);
return $this->_propDict["metadata"];
}
}
return null;
} | Gets the metadata
Additional extension properties. Unless instructed explicitly by the support team, metadata values should not be changed.
@return StringKeyStringValuePair|null The metadata | getMetadata | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/SynchronizationRule.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/SynchronizationRule.php | MIT |
public function getObjectMappings()
{
if (array_key_exists("objectMappings", $this->_propDict)) {
if (is_a($this->_propDict["objectMappings"], "\Beta\Microsoft\Graph\Model\ObjectMapping") || is_null($this->_propDict["objectMappings"])) {
return $this->_propDict["objectMappings"];
} else {
$this->_propDict["objectMappings"] = new ObjectMapping($this->_propDict["objectMappings"]);
return $this->_propDict["objectMappings"];
}
}
return null;
} | Gets the objectMappings
Collection of object mappings supported by the rule. Tells the synchronization engine which objects should be synchronized.
@return ObjectMapping|null The objectMappings | getObjectMappings | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/SynchronizationRule.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/SynchronizationRule.php | MIT |
public function setObjectMappings($val)
{
$this->_propDict["objectMappings"] = $val;
return $this;
} | Sets the objectMappings
Collection of object mappings supported by the rule. Tells the synchronization engine which objects should be synchronized.
@param ObjectMapping $val The value to assign to the objectMappings
@return SynchronizationRule The SynchronizationRule | setObjectMappings | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/SynchronizationRule.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/SynchronizationRule.php | MIT |
public function getSourceDirectoryName()
{
if (array_key_exists("sourceDirectoryName", $this->_propDict)) {
return $this->_propDict["sourceDirectoryName"];
} else {
return null;
}
} | Gets the sourceDirectoryName
Name of the source directory. Must match one of the directory definitions in synchronizationSchema.
@return string|null The sourceDirectoryName | getSourceDirectoryName | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/SynchronizationRule.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/SynchronizationRule.php | MIT |
public function setSourceDirectoryName($val)
{
$this->_propDict["sourceDirectoryName"] = $val;
return $this;
} | Sets the sourceDirectoryName
Name of the source directory. Must match one of the directory definitions in synchronizationSchema.
@param string $val The value of the sourceDirectoryName
@return SynchronizationRule | setSourceDirectoryName | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/SynchronizationRule.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/SynchronizationRule.php | MIT |
public function getTargetDirectoryName()
{
if (array_key_exists("targetDirectoryName", $this->_propDict)) {
return $this->_propDict["targetDirectoryName"];
} else {
return null;
}
} | Gets the targetDirectoryName
Name of the target directory. Must match one of the directory definitions in synchronizationSchema.
@return string|null The targetDirectoryName | getTargetDirectoryName | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/SynchronizationRule.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/SynchronizationRule.php | MIT |
public function setTargetDirectoryName($val)
{
$this->_propDict["targetDirectoryName"] = $val;
return $this;
} | Sets the targetDirectoryName
Name of the target directory. Must match one of the directory definitions in synchronizationSchema.
@param string $val The value of the targetDirectoryName
@return SynchronizationRule | setTargetDirectoryName | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/SynchronizationRule.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/SynchronizationRule.php | MIT |
public function getIsSingleLineQuestion()
{
if (array_key_exists("isSingleLineQuestion", $this->_propDict)) {
return $this->_propDict["isSingleLineQuestion"];
} else {
return null;
}
} | Gets the isSingleLineQuestion
Indicates whether the answer will be in single or multiple line format.
@return bool|null The isSingleLineQuestion | getIsSingleLineQuestion | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/AccessPackageTextInputQuestion.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/AccessPackageTextInputQuestion.php | MIT |
public function setIsSingleLineQuestion($val)
{
$this->_propDict["isSingleLineQuestion"] = $val;
return $this;
} | Sets the isSingleLineQuestion
Indicates whether the answer will be in single or multiple line format.
@param bool $val The value of the isSingleLineQuestion
@return AccessPackageTextInputQuestion | setIsSingleLineQuestion | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/AccessPackageTextInputQuestion.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/AccessPackageTextInputQuestion.php | MIT |
public function getRegexPattern()
{
if (array_key_exists("regexPattern", $this->_propDict)) {
return $this->_propDict["regexPattern"];
} else {
return null;
}
} | Gets the regexPattern
This is the regex pattern that the corresponding text answer must follow.
@return string|null The regexPattern | getRegexPattern | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/AccessPackageTextInputQuestion.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/AccessPackageTextInputQuestion.php | MIT |
public function setRegexPattern($val)
{
$this->_propDict["regexPattern"] = $val;
return $this;
} | Sets the regexPattern
This is the regex pattern that the corresponding text answer must follow.
@param string $val The value of the regexPattern
@return AccessPackageTextInputQuestion | setRegexPattern | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/AccessPackageTextInputQuestion.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/AccessPackageTextInputQuestion.php | MIT |
public function setStatus($val)
{
$this->_propDict["status"] = boolval($val);
return $this;
} | Sets the status
Status of imported device identity
@param bool $val The status
@return ImportedAppleDeviceIdentityResult | setStatus | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/ImportedAppleDeviceIdentityResult.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/ImportedAppleDeviceIdentityResult.php | MIT |
public function getItem()
{
if (array_key_exists("item", $this->_propDict)) {
if (is_a($this->_propDict["item"], "\Microsoft\Graph\Model\OutlookItem") || is_null($this->_propDict["item"])) {
return $this->_propDict["item"];
} else {
$this->_propDict["item"] = new OutlookItem($this->_propDict["item"]);
return $this->_propDict["item"];
}
}
return null;
} | Gets the item
The attached message or event. Navigation property.
@return OutlookItem|null The item | getItem | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Model/ItemAttachment.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Model/ItemAttachment.php | MIT |
public function getConnectorServerName()
{
if (array_key_exists("connectorServerName", $this->_propDict)) {
return $this->_propDict["connectorServerName"];
} else {
return null;
}
} | Gets the connectorServerName
The name of the server hosting the Exchange Connector.
@return string|null The connectorServerName | getConnectorServerName | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Model/DeviceManagementExchangeConnector.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Model/DeviceManagementExchangeConnector.php | MIT |
public function setConnectorServerName($val)
{
$this->_propDict["connectorServerName"] = $val;
return $this;
} | Sets the connectorServerName
The name of the server hosting the Exchange Connector.
@param string $val The connectorServerName
@return DeviceManagementExchangeConnector | setConnectorServerName | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Model/DeviceManagementExchangeConnector.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Model/DeviceManagementExchangeConnector.php | MIT |
public function getExchangeAlias()
{
if (array_key_exists("exchangeAlias", $this->_propDict)) {
return $this->_propDict["exchangeAlias"];
} else {
return null;
}
} | Gets the exchangeAlias
An alias assigned to the Exchange server
@return string|null The exchangeAlias | getExchangeAlias | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Model/DeviceManagementExchangeConnector.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Model/DeviceManagementExchangeConnector.php | MIT |
public function setExchangeAlias($val)
{
$this->_propDict["exchangeAlias"] = $val;
return $this;
} | Sets the exchangeAlias
An alias assigned to the Exchange server
@param string $val The exchangeAlias
@return DeviceManagementExchangeConnector | setExchangeAlias | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Model/DeviceManagementExchangeConnector.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Model/DeviceManagementExchangeConnector.php | MIT |
public function getExchangeConnectorType()
{
if (array_key_exists("exchangeConnectorType", $this->_propDict)) {
if (is_a($this->_propDict["exchangeConnectorType"], "\Microsoft\Graph\Model\DeviceManagementExchangeConnectorType") || is_null($this->_propDict["exchangeConnectorType"])) {
return $this->_propDict["exchangeConnectorType"];
} else {
$this->_propDict["exchangeConnectorType"] = new DeviceManagementExchangeConnectorType($this->_propDict["exchangeConnectorType"]);
return $this->_propDict["exchangeConnectorType"];
}
}
return null;
} | Gets the exchangeConnectorType
The type of Exchange Connector Configured. Possible values are: onPremises, hosted, serviceToService, dedicated, unknownFutureValue.
@return DeviceManagementExchangeConnectorType|null The exchangeConnectorType | getExchangeConnectorType | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Model/DeviceManagementExchangeConnector.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Model/DeviceManagementExchangeConnector.php | MIT |
public function setExchangeConnectorType($val)
{
$this->_propDict["exchangeConnectorType"] = $val;
return $this;
} | Sets the exchangeConnectorType
The type of Exchange Connector Configured. Possible values are: onPremises, hosted, serviceToService, dedicated, unknownFutureValue.
@param DeviceManagementExchangeConnectorType $val The exchangeConnectorType
@return DeviceManagementExchangeConnector | setExchangeConnectorType | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Model/DeviceManagementExchangeConnector.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Model/DeviceManagementExchangeConnector.php | MIT |
public function getExchangeOrganization()
{
if (array_key_exists("exchangeOrganization", $this->_propDict)) {
return $this->_propDict["exchangeOrganization"];
} else {
return null;
}
} | Gets the exchangeOrganization
Exchange Organization to the Exchange server
@return string|null The exchangeOrganization | getExchangeOrganization | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Model/DeviceManagementExchangeConnector.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Model/DeviceManagementExchangeConnector.php | MIT |
public function setExchangeOrganization($val)
{
$this->_propDict["exchangeOrganization"] = $val;
return $this;
} | Sets the exchangeOrganization
Exchange Organization to the Exchange server
@param string $val The exchangeOrganization
@return DeviceManagementExchangeConnector | setExchangeOrganization | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Model/DeviceManagementExchangeConnector.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Model/DeviceManagementExchangeConnector.php | MIT |
public function getPrimarySmtpAddress()
{
if (array_key_exists("primarySmtpAddress", $this->_propDict)) {
return $this->_propDict["primarySmtpAddress"];
} else {
return null;
}
} | Gets the primarySmtpAddress
Email address used to configure the Service To Service Exchange Connector.
@return string|null The primarySmtpAddress | getPrimarySmtpAddress | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Model/DeviceManagementExchangeConnector.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Model/DeviceManagementExchangeConnector.php | MIT |
public function setPrimarySmtpAddress($val)
{
$this->_propDict["primarySmtpAddress"] = $val;
return $this;
} | Sets the primarySmtpAddress
Email address used to configure the Service To Service Exchange Connector.
@param string $val The primarySmtpAddress
@return DeviceManagementExchangeConnector | setPrimarySmtpAddress | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Model/DeviceManagementExchangeConnector.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Model/DeviceManagementExchangeConnector.php | MIT |
public function getServerName()
{
if (array_key_exists("serverName", $this->_propDict)) {
return $this->_propDict["serverName"];
} else {
return null;
}
} | Gets the serverName
The name of the Exchange server.
@return string|null The serverName | getServerName | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Model/DeviceManagementExchangeConnector.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Model/DeviceManagementExchangeConnector.php | MIT |
public function setServerName($val)
{
$this->_propDict["serverName"] = $val;
return $this;
} | Sets the serverName
The name of the Exchange server.
@param string $val The serverName
@return DeviceManagementExchangeConnector | setServerName | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Model/DeviceManagementExchangeConnector.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Model/DeviceManagementExchangeConnector.php | MIT |
public function getStatus()
{
if (array_key_exists("status", $this->_propDict)) {
if (is_a($this->_propDict["status"], "\Microsoft\Graph\Model\DeviceManagementExchangeConnectorStatus") || is_null($this->_propDict["status"])) {
return $this->_propDict["status"];
} else {
$this->_propDict["status"] = new DeviceManagementExchangeConnectorStatus($this->_propDict["status"]);
return $this->_propDict["status"];
}
}
return null;
} | Gets the status
Exchange Connector Status. Possible values are: none, connectionPending, connected, disconnected, unknownFutureValue.
@return DeviceManagementExchangeConnectorStatus|null The status | getStatus | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Model/DeviceManagementExchangeConnector.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Model/DeviceManagementExchangeConnector.php | MIT |
public function getIsExpirationRequired()
{
if (array_key_exists("isExpirationRequired", $this->_propDict)) {
return $this->_propDict["isExpirationRequired"];
} else {
return null;
}
} | Gets the isExpirationRequired
Indicates whether expiration is required or if it's a permanently active assignment or eligibility.
@return bool|null The isExpirationRequired | getIsExpirationRequired | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/UnifiedRoleManagementPolicyExpirationRule.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/UnifiedRoleManagementPolicyExpirationRule.php | MIT |
public function setIsExpirationRequired($val)
{
$this->_propDict["isExpirationRequired"] = boolval($val);
return $this;
} | Sets the isExpirationRequired
Indicates whether expiration is required or if it's a permanently active assignment or eligibility.
@param bool $val The isExpirationRequired
@return UnifiedRoleManagementPolicyExpirationRule | setIsExpirationRequired | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/UnifiedRoleManagementPolicyExpirationRule.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/UnifiedRoleManagementPolicyExpirationRule.php | MIT |
public function getMaximumDuration()
{
if (array_key_exists("maximumDuration", $this->_propDict)) {
if (is_a($this->_propDict["maximumDuration"], "\DateInterval") || is_null($this->_propDict["maximumDuration"])) {
return $this->_propDict["maximumDuration"];
} else {
$this->_propDict["maximumDuration"] = new \DateInterval($this->_propDict["maximumDuration"]);
return $this->_propDict["maximumDuration"];
}
}
return null;
} | Gets the maximumDuration
The maximum duration allowed for eligibility or assignment which is not permanent. Required when isExpirationRequired is true.
@return \DateInterval|null The maximumDuration | getMaximumDuration | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/UnifiedRoleManagementPolicyExpirationRule.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/UnifiedRoleManagementPolicyExpirationRule.php | MIT |
public function setMaximumDuration($val)
{
$this->_propDict["maximumDuration"] = $val;
return $this;
} | Sets the maximumDuration
The maximum duration allowed for eligibility or assignment which is not permanent. Required when isExpirationRequired is true.
@param \DateInterval $val The maximumDuration
@return UnifiedRoleManagementPolicyExpirationRule | setMaximumDuration | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/UnifiedRoleManagementPolicyExpirationRule.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/UnifiedRoleManagementPolicyExpirationRule.php | MIT |
public function getEffectiveValue()
{
if (array_key_exists("effectiveValue", $this->_propDict)) {
if (is_a($this->_propDict["effectiveValue"], "\Beta\Microsoft\Graph\WindowsUpdates\Model\DeploymentStateValue") || is_null($this->_propDict["effectiveValue"])) {
return $this->_propDict["effectiveValue"];
} else {
$this->_propDict["effectiveValue"] = new DeploymentStateValue($this->_propDict["effectiveValue"]);
return $this->_propDict["effectiveValue"];
}
}
return null;
} | Gets the effectiveValue
Specifies the state of the deployment. Supports a subset of the values for deploymentStateValue. Possible values are: scheduled, offering, paused, unknownFutureValue. Read-only.
@return DeploymentStateValue|null The effectiveValue | getEffectiveValue | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/WindowsUpdates/Model/DeploymentState.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/WindowsUpdates/Model/DeploymentState.php | MIT |
public function setEffectiveValue($val)
{
$this->_propDict["effectiveValue"] = $val;
return $this;
} | Sets the effectiveValue
Specifies the state of the deployment. Supports a subset of the values for deploymentStateValue. Possible values are: scheduled, offering, paused, unknownFutureValue. Read-only.
@param DeploymentStateValue $val The value to assign to the effectiveValue
@return DeploymentState The DeploymentState | setEffectiveValue | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/WindowsUpdates/Model/DeploymentState.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/WindowsUpdates/Model/DeploymentState.php | MIT |
public function getReasons()
{
if (array_key_exists("reasons", $this->_propDict)) {
if (is_a($this->_propDict["reasons"], "\Beta\Microsoft\Graph\WindowsUpdates\Model\DeploymentStateReason") || is_null($this->_propDict["reasons"])) {
return $this->_propDict["reasons"];
} else {
$this->_propDict["reasons"] = new DeploymentStateReason($this->_propDict["reasons"]);
return $this->_propDict["reasons"];
}
}
return null;
} | Gets the reasons
Specifies the reasons the deployment has its state value. Read-only.
@return DeploymentStateReason|null The reasons | getReasons | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/WindowsUpdates/Model/DeploymentState.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/WindowsUpdates/Model/DeploymentState.php | MIT |
public function setReasons($val)
{
$this->_propDict["reasons"] = $val;
return $this;
} | Sets the reasons
Specifies the reasons the deployment has its state value. Read-only.
@param DeploymentStateReason $val The value to assign to the reasons
@return DeploymentState The DeploymentState | setReasons | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/WindowsUpdates/Model/DeploymentState.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/WindowsUpdates/Model/DeploymentState.php | MIT |
public function getRequestedValue()
{
if (array_key_exists("requestedValue", $this->_propDict)) {
if (is_a($this->_propDict["requestedValue"], "\Beta\Microsoft\Graph\WindowsUpdates\Model\RequestedDeploymentStateValue") || is_null($this->_propDict["requestedValue"])) {
return $this->_propDict["requestedValue"];
} else {
$this->_propDict["requestedValue"] = new RequestedDeploymentStateValue($this->_propDict["requestedValue"]);
return $this->_propDict["requestedValue"];
}
}
return null;
} | Gets the requestedValue
Specifies the requested state of the deployment. Supports a subset of the values for requestedDeploymentStateValue. Possible values are: none, paused, unknownFutureValue.
@return RequestedDeploymentStateValue|null The requestedValue | getRequestedValue | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/WindowsUpdates/Model/DeploymentState.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/WindowsUpdates/Model/DeploymentState.php | MIT |
public function setRequestedValue($val)
{
$this->_propDict["requestedValue"] = $val;
return $this;
} | Sets the requestedValue
Specifies the requested state of the deployment. Supports a subset of the values for requestedDeploymentStateValue. Possible values are: none, paused, unknownFutureValue.
@param RequestedDeploymentStateValue $val The value to assign to the requestedValue
@return DeploymentState The DeploymentState | setRequestedValue | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/WindowsUpdates/Model/DeploymentState.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/WindowsUpdates/Model/DeploymentState.php | MIT |
public function getState()
{
if (array_key_exists("state", $this->_propDict)) {
if (is_a($this->_propDict["state"], "\Microsoft\Graph\ExternalConnectors\Model\ConnectionState") || is_null($this->_propDict["state"])) {
return $this->_propDict["state"];
} else {
$this->_propDict["state"] = new ConnectionState($this->_propDict["state"]);
return $this->_propDict["state"];
}
}
return null;
} | Gets the state
Indicates the current state of the connection. Possible values are: draft, ready, obsolete, limitExceeded, unknownFutureValue.
@return ConnectionState|null The state | getState | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/ExternalConnectors/Model/ExternalConnection.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/ExternalConnectors/Model/ExternalConnection.php | MIT |
public function getCallEndSubReason()
{
if (array_key_exists("callEndSubReason", $this->_propDict)) {
return $this->_propDict["callEndSubReason"];
} else {
return null;
}
} | Gets the callEndSubReason
In addition to the SIP codes, Microsoft has own subcodes that indicate the specific issue.
@return int|null The callEndSubReason | getCallEndSubReason | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/CallRecords/Model/DirectRoutingLogRow.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/CallRecords/Model/DirectRoutingLogRow.php | MIT |
public function setCallEndSubReason($val)
{
$this->_propDict["callEndSubReason"] = $val;
return $this;
} | Sets the callEndSubReason
In addition to the SIP codes, Microsoft has own subcodes that indicate the specific issue.
@param int $val The value of the callEndSubReason
@return DirectRoutingLogRow | setCallEndSubReason | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/CallRecords/Model/DirectRoutingLogRow.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/CallRecords/Model/DirectRoutingLogRow.php | MIT |
public function getFailureDateTime()
{
if (array_key_exists("failureDateTime", $this->_propDict)) {
if (is_a($this->_propDict["failureDateTime"], "\DateTime") || is_null($this->_propDict["failureDateTime"])) {
return $this->_propDict["failureDateTime"];
} else {
$this->_propDict["failureDateTime"] = new \DateTime($this->_propDict["failureDateTime"]);
return $this->_propDict["failureDateTime"];
}
}
return null;
} | Gets the failureDateTime
Only exists for failed (not fully established) calls.
@return \DateTime|null The failureDateTime | getFailureDateTime | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/CallRecords/Model/DirectRoutingLogRow.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/CallRecords/Model/DirectRoutingLogRow.php | MIT |
public function setFailureDateTime($val)
{
$this->_propDict["failureDateTime"] = $val;
return $this;
} | Sets the failureDateTime
Only exists for failed (not fully established) calls.
@param \DateTime $val The value to assign to the failureDateTime
@return DirectRoutingLogRow The DirectRoutingLogRow | setFailureDateTime | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/CallRecords/Model/DirectRoutingLogRow.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/CallRecords/Model/DirectRoutingLogRow.php | MIT |
public function getFinalSipCode()
{
if (array_key_exists("finalSipCode", $this->_propDict)) {
return $this->_propDict["finalSipCode"];
} else {
return null;
}
} | Gets the finalSipCode
The code with which the call ended, RFC 3261.
@return int|null The finalSipCode | getFinalSipCode | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/CallRecords/Model/DirectRoutingLogRow.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/CallRecords/Model/DirectRoutingLogRow.php | MIT |
public function setFinalSipCode($val)
{
$this->_propDict["finalSipCode"] = $val;
return $this;
} | Sets the finalSipCode
The code with which the call ended, RFC 3261.
@param int $val The value of the finalSipCode
@return DirectRoutingLogRow | setFinalSipCode | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/CallRecords/Model/DirectRoutingLogRow.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/CallRecords/Model/DirectRoutingLogRow.php | MIT |
public function getFinalSipCodePhrase()
{
if (array_key_exists("finalSipCodePhrase", $this->_propDict)) {
return $this->_propDict["finalSipCodePhrase"];
} else {
return null;
}
} | Gets the finalSipCodePhrase
Description of the SIP code and Microsoft subcode.
@return string|null The finalSipCodePhrase | getFinalSipCodePhrase | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/CallRecords/Model/DirectRoutingLogRow.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/CallRecords/Model/DirectRoutingLogRow.php | MIT |
public function setFinalSipCodePhrase($val)
{
$this->_propDict["finalSipCodePhrase"] = $val;
return $this;
} | Sets the finalSipCodePhrase
Description of the SIP code and Microsoft subcode.
@param string $val The value of the finalSipCodePhrase
@return DirectRoutingLogRow | setFinalSipCodePhrase | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/CallRecords/Model/DirectRoutingLogRow.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/CallRecords/Model/DirectRoutingLogRow.php | MIT |
public function getInviteDateTime()
{
if (array_key_exists("inviteDateTime", $this->_propDict)) {
if (is_a($this->_propDict["inviteDateTime"], "\DateTime") || is_null($this->_propDict["inviteDateTime"])) {
return $this->_propDict["inviteDateTime"];
} else {
$this->_propDict["inviteDateTime"] = new \DateTime($this->_propDict["inviteDateTime"]);
return $this->_propDict["inviteDateTime"];
}
}
return null;
} | Gets the inviteDateTime
When the initial invite was sent.
@return \DateTime|null The inviteDateTime | getInviteDateTime | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/CallRecords/Model/DirectRoutingLogRow.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/CallRecords/Model/DirectRoutingLogRow.php | MIT |
public function setInviteDateTime($val)
{
$this->_propDict["inviteDateTime"] = $val;
return $this;
} | Sets the inviteDateTime
When the initial invite was sent.
@param \DateTime $val The value to assign to the inviteDateTime
@return DirectRoutingLogRow The DirectRoutingLogRow | setInviteDateTime | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/CallRecords/Model/DirectRoutingLogRow.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/CallRecords/Model/DirectRoutingLogRow.php | MIT |
public function getMediaBypassEnabled()
{
if (array_key_exists("mediaBypassEnabled", $this->_propDict)) {
return $this->_propDict["mediaBypassEnabled"];
} else {
return null;
}
} | Gets the mediaBypassEnabled
Indicates if the trunk was enabled for media bypass or not.
@return bool|null The mediaBypassEnabled | getMediaBypassEnabled | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/CallRecords/Model/DirectRoutingLogRow.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/CallRecords/Model/DirectRoutingLogRow.php | MIT |
public function setMediaBypassEnabled($val)
{
$this->_propDict["mediaBypassEnabled"] = $val;
return $this;
} | Sets the mediaBypassEnabled
Indicates if the trunk was enabled for media bypass or not.
@param bool $val The value of the mediaBypassEnabled
@return DirectRoutingLogRow | setMediaBypassEnabled | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/CallRecords/Model/DirectRoutingLogRow.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/CallRecords/Model/DirectRoutingLogRow.php | MIT |
public function getMediaPathLocation()
{
if (array_key_exists("mediaPathLocation", $this->_propDict)) {
return $this->_propDict["mediaPathLocation"];
} else {
return null;
}
} | Gets the mediaPathLocation
The datacenter used for media path in non-bypass call.
@return string|null The mediaPathLocation | getMediaPathLocation | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/CallRecords/Model/DirectRoutingLogRow.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/CallRecords/Model/DirectRoutingLogRow.php | MIT |
public function setMediaPathLocation($val)
{
$this->_propDict["mediaPathLocation"] = $val;
return $this;
} | Sets the mediaPathLocation
The datacenter used for media path in non-bypass call.
@param string $val The value of the mediaPathLocation
@return DirectRoutingLogRow | setMediaPathLocation | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/CallRecords/Model/DirectRoutingLogRow.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/CallRecords/Model/DirectRoutingLogRow.php | MIT |
public function getSignalingLocation()
{
if (array_key_exists("signalingLocation", $this->_propDict)) {
return $this->_propDict["signalingLocation"];
} else {
return null;
}
} | Gets the signalingLocation
The datacenter used for signaling for both bypass and non-bypass calls.
@return string|null The signalingLocation | getSignalingLocation | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/CallRecords/Model/DirectRoutingLogRow.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/CallRecords/Model/DirectRoutingLogRow.php | MIT |
public function setSignalingLocation($val)
{
$this->_propDict["signalingLocation"] = $val;
return $this;
} | Sets the signalingLocation
The datacenter used for signaling for both bypass and non-bypass calls.
@param string $val The value of the signalingLocation
@return DirectRoutingLogRow | setSignalingLocation | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/CallRecords/Model/DirectRoutingLogRow.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/CallRecords/Model/DirectRoutingLogRow.php | MIT |
public function getSuccessfulCall()
{
if (array_key_exists("successfulCall", $this->_propDict)) {
return $this->_propDict["successfulCall"];
} else {
return null;
}
} | Gets the successfulCall
Success or attempt.
@return bool|null The successfulCall | getSuccessfulCall | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/CallRecords/Model/DirectRoutingLogRow.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/CallRecords/Model/DirectRoutingLogRow.php | MIT |
public function setSuccessfulCall($val)
{
$this->_propDict["successfulCall"] = $val;
return $this;
} | Sets the successfulCall
Success or attempt.
@param bool $val The value of the successfulCall
@return DirectRoutingLogRow | setSuccessfulCall | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/CallRecords/Model/DirectRoutingLogRow.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/CallRecords/Model/DirectRoutingLogRow.php | MIT |
public function getTrunkFullyQualifiedDomainName()
{
if (array_key_exists("trunkFullyQualifiedDomainName", $this->_propDict)) {
return $this->_propDict["trunkFullyQualifiedDomainName"];
} else {
return null;
}
} | Gets the trunkFullyQualifiedDomainName
Fully qualified domain name of the session border controller.
@return string|null The trunkFullyQualifiedDomainName | getTrunkFullyQualifiedDomainName | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/CallRecords/Model/DirectRoutingLogRow.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/CallRecords/Model/DirectRoutingLogRow.php | MIT |
public function setTrunkFullyQualifiedDomainName($val)
{
$this->_propDict["trunkFullyQualifiedDomainName"] = $val;
return $this;
} | Sets the trunkFullyQualifiedDomainName
Fully qualified domain name of the session border controller.
@param string $val The value of the trunkFullyQualifiedDomainName
@return DirectRoutingLogRow | setTrunkFullyQualifiedDomainName | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/CallRecords/Model/DirectRoutingLogRow.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/CallRecords/Model/DirectRoutingLogRow.php | MIT |
public function setStage($val)
{
$this->_propDict["stage"] = $val;
return $this;
} | Sets the stage
Indicates the stage of the access package assignment request workflow when the access package custom extension runs. The possible values are: assignmentRequestCreated, assignmentRequestApproved, assignmentRequestGranted, assignmentRequestRemoved, assignmentFourteenDaysBeforeExpiration, assignmentOneDayBeforeExpiration, unknownFutureValue.
@param AccessPackageCustomExtensionStage $val The stage
@return CustomExtensionStageSetting | setStage | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/CustomExtensionStageSetting.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/CustomExtensionStageSetting.php | MIT |
public function getCustomExtension()
{
if (array_key_exists("customExtension", $this->_propDict)) {
if (is_a($this->_propDict["customExtension"], "\Beta\Microsoft\Graph\Model\CustomCalloutExtension") || is_null($this->_propDict["customExtension"])) {
return $this->_propDict["customExtension"];
} else {
$this->_propDict["customExtension"] = new CustomCalloutExtension($this->_propDict["customExtension"]);
return $this->_propDict["customExtension"];
}
}
return null;
} | Gets the customExtension
Indicates the custom workflow extension that will be executed at this stage. Nullable. Supports $expand.
@return CustomCalloutExtension|null The customExtension | getCustomExtension | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/CustomExtensionStageSetting.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/CustomExtensionStageSetting.php | MIT |
public function setCustomExtension($val)
{
$this->_propDict["customExtension"] = $val;
return $this;
} | Sets the customExtension
Indicates the custom workflow extension that will be executed at this stage. Nullable. Supports $expand.
@param CustomCalloutExtension $val The customExtension
@return CustomExtensionStageSetting | setCustomExtension | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/CustomExtensionStageSetting.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/CustomExtensionStageSetting.php | MIT |
public function getAnonymousGuestId()
{
if (array_key_exists("anonymousGuestId", $this->_propDict)) {
return $this->_propDict["anonymousGuestId"];
} else {
return null;
}
} | Gets the anonymousGuestId
Unique ID that represents the user. Note: This ID can change if the user leaves and rejoins the meeting, or joins from a different device.
@return string|null The anonymousGuestId | getAnonymousGuestId | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Model/AnonymousGuestConversationMember.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Model/AnonymousGuestConversationMember.php | MIT |
public function setAnonymousGuestId($val)
{
$this->_propDict["anonymousGuestId"] = $val;
return $this;
} | Sets the anonymousGuestId
Unique ID that represents the user. Note: This ID can change if the user leaves and rejoins the meeting, or joins from a different device.
@param string $val The anonymousGuestId
@return AnonymousGuestConversationMember | setAnonymousGuestId | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Model/AnonymousGuestConversationMember.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Model/AnonymousGuestConversationMember.php | MIT |
public function getRootCertificate()
{
if (array_key_exists("rootCertificate", $this->_propDict)) {
if (is_a($this->_propDict["rootCertificate"], "\Beta\Microsoft\Graph\Model\AospDeviceOwnerTrustedRootCertificate") || is_null($this->_propDict["rootCertificate"])) {
return $this->_propDict["rootCertificate"];
} else {
$this->_propDict["rootCertificate"] = new AospDeviceOwnerTrustedRootCertificate($this->_propDict["rootCertificate"]);
return $this->_propDict["rootCertificate"];
}
}
return null;
} | Gets the rootCertificate
Trusted Root Certificate.
@return AospDeviceOwnerTrustedRootCertificate|null The rootCertificate | getRootCertificate | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/AospDeviceOwnerCertificateProfileBase.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/AospDeviceOwnerCertificateProfileBase.php | MIT |
public function getPreviousEndDateTime()
{
if (array_key_exists("previousEndDateTime", $this->_propDict)) {
if (is_a($this->_propDict["previousEndDateTime"], "\Beta\Microsoft\Graph\Model\DateTimeTimeZone") || is_null($this->_propDict["previousEndDateTime"])) {
return $this->_propDict["previousEndDateTime"];
} else {
$this->_propDict["previousEndDateTime"] = new DateTimeTimeZone($this->_propDict["previousEndDateTime"]);
return $this->_propDict["previousEndDateTime"];
}
}
return null;
} | Gets the previousEndDateTime
If the meeting update changes the meeting end time, this property specifies the previous meeting end time.
@return DateTimeTimeZone|null The previousEndDateTime | getPreviousEndDateTime | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/EventMessageRequest.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/EventMessageRequest.php | MIT |
public function setPreviousEndDateTime($val)
{
$this->_propDict["previousEndDateTime"] = $val;
return $this;
} | Sets the previousEndDateTime
If the meeting update changes the meeting end time, this property specifies the previous meeting end time.
@param DateTimeTimeZone $val The previousEndDateTime
@return EventMessageRequest | setPreviousEndDateTime | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/EventMessageRequest.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/EventMessageRequest.php | MIT |
public function getPreviousLocation()
{
if (array_key_exists("previousLocation", $this->_propDict)) {
if (is_a($this->_propDict["previousLocation"], "\Beta\Microsoft\Graph\Model\Location") || is_null($this->_propDict["previousLocation"])) {
return $this->_propDict["previousLocation"];
} else {
$this->_propDict["previousLocation"] = new Location($this->_propDict["previousLocation"]);
return $this->_propDict["previousLocation"];
}
}
return null;
} | Gets the previousLocation
If the meeting update changes the meeting location, this property specifies the previous meeting location.
@return Location|null The previousLocation | getPreviousLocation | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/EventMessageRequest.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/EventMessageRequest.php | MIT |
public function setPreviousLocation($val)
{
$this->_propDict["previousLocation"] = $val;
return $this;
} | Sets the previousLocation
If the meeting update changes the meeting location, this property specifies the previous meeting location.
@param Location $val The previousLocation
@return EventMessageRequest | setPreviousLocation | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/EventMessageRequest.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/EventMessageRequest.php | MIT |
public function getPreviousStartDateTime()
{
if (array_key_exists("previousStartDateTime", $this->_propDict)) {
if (is_a($this->_propDict["previousStartDateTime"], "\Beta\Microsoft\Graph\Model\DateTimeTimeZone") || is_null($this->_propDict["previousStartDateTime"])) {
return $this->_propDict["previousStartDateTime"];
} else {
$this->_propDict["previousStartDateTime"] = new DateTimeTimeZone($this->_propDict["previousStartDateTime"]);
return $this->_propDict["previousStartDateTime"];
}
}
return null;
} | Gets the previousStartDateTime
If the meeting update changes the meeting start time, this property specifies the previous meeting start time.
@return DateTimeTimeZone|null The previousStartDateTime | getPreviousStartDateTime | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/EventMessageRequest.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/EventMessageRequest.php | MIT |
public function setPreviousStartDateTime($val)
{
$this->_propDict["previousStartDateTime"] = $val;
return $this;
} | Sets the previousStartDateTime
If the meeting update changes the meeting start time, this property specifies the previous meeting start time.
@param DateTimeTimeZone $val The previousStartDateTime
@return EventMessageRequest | setPreviousStartDateTime | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/EventMessageRequest.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/EventMessageRequest.php | MIT |
public function getResponseRequested()
{
if (array_key_exists("responseRequested", $this->_propDict)) {
return $this->_propDict["responseRequested"];
} else {
return null;
}
} | Gets the responseRequested
Set to true if the sender would like the invitee to send a response to the requested meeting.
@return bool|null The responseRequested | getResponseRequested | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/EventMessageRequest.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/EventMessageRequest.php | MIT |
public function setResponseRequested($val)
{
$this->_propDict["responseRequested"] = boolval($val);
return $this;
} | Sets the responseRequested
Set to true if the sender would like the invitee to send a response to the requested meeting.
@param bool $val The responseRequested
@return EventMessageRequest | setResponseRequested | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/EventMessageRequest.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/EventMessageRequest.php | MIT |
public function getActionType()
{
if (array_key_exists("actionType", $this->_propDict)) {
return $this->_propDict["actionType"];
} else {
return null;
}
} | Gets the actionType
Control action type (Config, Review, Behavior).
@return string|null The actionType | getActionType | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/SecureScoreControlProfile.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/SecureScoreControlProfile.php | MIT |
public function getActionUrl()
{
if (array_key_exists("actionUrl", $this->_propDict)) {
return $this->_propDict["actionUrl"];
} else {
return null;
}
} | Gets the actionUrl
URL to where the control can be actioned.
@return string|null The actionUrl | getActionUrl | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/SecureScoreControlProfile.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/SecureScoreControlProfile.php | MIT |
public function setActionUrl($val)
{
$this->_propDict["actionUrl"] = $val;
return $this;
} | Sets the actionUrl
URL to where the control can be actioned.
@param string $val The actionUrl
@return SecureScoreControlProfile | setActionUrl | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/SecureScoreControlProfile.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/SecureScoreControlProfile.php | MIT |
public function getAzureTenantId()
{
if (array_key_exists("azureTenantId", $this->_propDict)) {
return $this->_propDict["azureTenantId"];
} else {
return null;
}
} | Gets the azureTenantId
GUID string for tenant ID.
@return string|null The azureTenantId | getAzureTenantId | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/SecureScoreControlProfile.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/SecureScoreControlProfile.php | MIT |
public function setAzureTenantId($val)
{
$this->_propDict["azureTenantId"] = $val;
return $this;
} | Sets the azureTenantId
GUID string for tenant ID.
@param string $val The azureTenantId
@return SecureScoreControlProfile | setAzureTenantId | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/SecureScoreControlProfile.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/SecureScoreControlProfile.php | MIT |
public function getComplianceInformation()
{
if (array_key_exists("complianceInformation", $this->_propDict)) {
return $this->_propDict["complianceInformation"];
} else {
return null;
}
} | Gets the complianceInformation
The collection of compliance information associated with secure score control
@return array|null The complianceInformation | getComplianceInformation | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/SecureScoreControlProfile.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/SecureScoreControlProfile.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.