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 getWorkProfilePasswordRequiredType()
{
if (array_key_exists("workProfilePasswordRequiredType", $this->_propDict)) {
if (is_a($this->_propDict["workProfilePasswordRequiredType"], "\Beta\Microsoft\Graph\Model\AndroidForWorkRequiredPasswordType") || is_null($this->_propDict["workProfilePasswordRequiredType"])) {
return $this->_propDict["workProfilePasswordRequiredType"];
} else {
$this->_propDict["workProfilePasswordRequiredType"] = new AndroidForWorkRequiredPasswordType($this->_propDict["workProfilePasswordRequiredType"]);
return $this->_propDict["workProfilePasswordRequiredType"];
}
}
return null;
} | Gets the workProfilePasswordRequiredType
Type of work profile password that is required. Possible values are: deviceDefault, lowSecurityBiometric, required, atLeastNumeric, numericComplex, atLeastAlphabetic, atLeastAlphanumeric, alphanumericWithSymbols.
@return AndroidForWorkRequiredPasswordType|null The workProfilePasswordRequiredType | getWorkProfilePasswordRequiredType | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/AndroidForWorkGeneralDeviceConfiguration.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/AndroidForWorkGeneralDeviceConfiguration.php | MIT |
public function setWorkProfilePasswordRequiredType($val)
{
$this->_propDict["workProfilePasswordRequiredType"] = $val;
return $this;
} | Sets the workProfilePasswordRequiredType
Type of work profile password that is required. Possible values are: deviceDefault, lowSecurityBiometric, required, atLeastNumeric, numericComplex, atLeastAlphabetic, atLeastAlphanumeric, alphanumericWithSymbols.
@param AndroidForWorkRequiredPasswordType $val The workProfilePasswordRequiredType
@return AndroidForWorkGeneralDeviceConfiguration | setWorkProfilePasswordRequiredType | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/AndroidForWorkGeneralDeviceConfiguration.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/AndroidForWorkGeneralDeviceConfiguration.php | MIT |
public function getWorkProfilePasswordSignInFailureCountBeforeFactoryReset()
{
if (array_key_exists("workProfilePasswordSignInFailureCountBeforeFactoryReset", $this->_propDict)) {
return $this->_propDict["workProfilePasswordSignInFailureCountBeforeFactoryReset"];
} else {
return null;
}
} | Gets the workProfilePasswordSignInFailureCountBeforeFactoryReset
Number of sign in failures allowed before work profile is removed and all corporate data deleted. Valid values 1 to 16
@return int|null The workProfilePasswordSignInFailureCountBeforeFactoryReset | getWorkProfilePasswordSignInFailureCountBeforeFactoryReset | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/AndroidForWorkGeneralDeviceConfiguration.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/AndroidForWorkGeneralDeviceConfiguration.php | MIT |
public function setWorkProfilePasswordSignInFailureCountBeforeFactoryReset($val)
{
$this->_propDict["workProfilePasswordSignInFailureCountBeforeFactoryReset"] = intval($val);
return $this;
} | Sets the workProfilePasswordSignInFailureCountBeforeFactoryReset
Number of sign in failures allowed before work profile is removed and all corporate data deleted. Valid values 1 to 16
@param int $val The workProfilePasswordSignInFailureCountBeforeFactoryReset
@return AndroidForWorkGeneralDeviceConfiguration | setWorkProfilePasswordSignInFailureCountBeforeFactoryReset | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/AndroidForWorkGeneralDeviceConfiguration.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/AndroidForWorkGeneralDeviceConfiguration.php | MIT |
public function getWorkProfileRequiredPasswordComplexity()
{
if (array_key_exists("workProfileRequiredPasswordComplexity", $this->_propDict)) {
if (is_a($this->_propDict["workProfileRequiredPasswordComplexity"], "\Beta\Microsoft\Graph\Model\AndroidRequiredPasswordComplexity") || is_null($this->_propDict["workProfileRequiredPasswordComplexity"])) {
return $this->_propDict["workProfileRequiredPasswordComplexity"];
} else {
$this->_propDict["workProfileRequiredPasswordComplexity"] = new AndroidRequiredPasswordComplexity($this->_propDict["workProfileRequiredPasswordComplexity"]);
return $this->_propDict["workProfileRequiredPasswordComplexity"];
}
}
return null;
} | Gets the workProfileRequiredPasswordComplexity
Indicates the required work profile password complexity on Android. One of: NONE, LOW, MEDIUM, HIGH. This is a new API targeted to Android 12+. Possible values are: none, low, medium, high.
@return AndroidRequiredPasswordComplexity|null The workProfileRequiredPasswordComplexity | getWorkProfileRequiredPasswordComplexity | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/AndroidForWorkGeneralDeviceConfiguration.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/AndroidForWorkGeneralDeviceConfiguration.php | MIT |
public function setWorkProfileRequiredPasswordComplexity($val)
{
$this->_propDict["workProfileRequiredPasswordComplexity"] = $val;
return $this;
} | Sets the workProfileRequiredPasswordComplexity
Indicates the required work profile password complexity on Android. One of: NONE, LOW, MEDIUM, HIGH. This is a new API targeted to Android 12+. Possible values are: none, low, medium, high.
@param AndroidRequiredPasswordComplexity $val The workProfileRequiredPasswordComplexity
@return AndroidForWorkGeneralDeviceConfiguration | setWorkProfileRequiredPasswordComplexity | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/AndroidForWorkGeneralDeviceConfiguration.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/AndroidForWorkGeneralDeviceConfiguration.php | MIT |
public function getWorkProfileRequirePassword()
{
if (array_key_exists("workProfileRequirePassword", $this->_propDict)) {
return $this->_propDict["workProfileRequirePassword"];
} else {
return null;
}
} | Gets the workProfileRequirePassword
Password is required or not for work profile
@return bool|null The workProfileRequirePassword | getWorkProfileRequirePassword | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/AndroidForWorkGeneralDeviceConfiguration.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/AndroidForWorkGeneralDeviceConfiguration.php | MIT |
public function setWorkProfileRequirePassword($val)
{
$this->_propDict["workProfileRequirePassword"] = boolval($val);
return $this;
} | Sets the workProfileRequirePassword
Password is required or not for work profile
@param bool $val The workProfileRequirePassword
@return AndroidForWorkGeneralDeviceConfiguration | setWorkProfileRequirePassword | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/AndroidForWorkGeneralDeviceConfiguration.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/AndroidForWorkGeneralDeviceConfiguration.php | MIT |
public function getEnd()
{
if (array_key_exists("end", $this->_propDict)) {
return $this->_propDict["end"];
} else {
return null;
}
} | Gets the end
The inclusive upper bound of the integer range.
@return int|null The end | getEnd | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IntegerRange.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IntegerRange.php | MIT |
public function setEnd($val)
{
$this->_propDict["end"] = $val;
return $this;
} | Sets the end
The inclusive upper bound of the integer range.
@param int $val The value of the end
@return IntegerRange | setEnd | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IntegerRange.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IntegerRange.php | MIT |
public function getStart()
{
if (array_key_exists("start", $this->_propDict)) {
return $this->_propDict["start"];
} else {
return null;
}
} | Gets the start
The inclusive lower bound of the integer range.
@return int|null The start | getStart | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IntegerRange.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IntegerRange.php | MIT |
public function setStart($val)
{
$this->_propDict["start"] = $val;
return $this;
} | Sets the start
The inclusive lower bound of the integer range.
@param int $val The value of the start
@return IntegerRange | setStart | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IntegerRange.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IntegerRange.php | MIT |
protected function isResponseOk()
{
$status = $this->rawResponse->status;
if ((int)(intval($status) / 100) == 2 || (int)(intval($status)) === 404) {
return true;
}
return false;
} | Judged according to the return HTTP status code, [200-299] that is OK, get the bucket configuration interface,
404 is also considered a valid response
@return bool | isResponseOk | php | xiebruce/PicUploader | vendor/aliyuncs/oss-sdk-php/src/OSS/Result/GetRefererResult.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/aliyuncs/oss-sdk-php/src/OSS/Result/GetRefererResult.php | MIT |
public function getManagementIntentDisplayName()
{
if (array_key_exists("managementIntentDisplayName", $this->_propDict)) {
return $this->_propDict["managementIntentDisplayName"];
} else {
return null;
}
} | Gets the managementIntentDisplayName
The display name for the management intent. Optional. Read-only.
@return string|null The managementIntentDisplayName | getManagementIntentDisplayName | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/ManagedTenants/Model/ManagementIntentInfo.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/ManagedTenants/Model/ManagementIntentInfo.php | MIT |
public function setManagementIntentDisplayName($val)
{
$this->_propDict["managementIntentDisplayName"] = $val;
return $this;
} | Sets the managementIntentDisplayName
The display name for the management intent. Optional. Read-only.
@param string $val The value of the managementIntentDisplayName
@return ManagementIntentInfo | setManagementIntentDisplayName | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/ManagedTenants/Model/ManagementIntentInfo.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/ManagedTenants/Model/ManagementIntentInfo.php | MIT |
public function getManagementIntentId()
{
if (array_key_exists("managementIntentId", $this->_propDict)) {
return $this->_propDict["managementIntentId"];
} else {
return null;
}
} | Gets the managementIntentId
The identifier for the management intent. Required. Read-only.
@return string|null The managementIntentId | getManagementIntentId | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/ManagedTenants/Model/ManagementIntentInfo.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/ManagedTenants/Model/ManagementIntentInfo.php | MIT |
public function setManagementIntentId($val)
{
$this->_propDict["managementIntentId"] = $val;
return $this;
} | Sets the managementIntentId
The identifier for the management intent. Required. Read-only.
@param string $val The value of the managementIntentId
@return ManagementIntentInfo | setManagementIntentId | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/ManagedTenants/Model/ManagementIntentInfo.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/ManagedTenants/Model/ManagementIntentInfo.php | MIT |
public function getManagementTemplates()
{
if (array_key_exists("managementTemplates", $this->_propDict)) {
if (is_a($this->_propDict["managementTemplates"], "\Beta\Microsoft\Graph\ManagedTenants\Model\ManagementTemplateDetailedInfo") || is_null($this->_propDict["managementTemplates"])) {
return $this->_propDict["managementTemplates"];
} else {
$this->_propDict["managementTemplates"] = new ManagementTemplateDetailedInfo($this->_propDict["managementTemplates"]);
return $this->_propDict["managementTemplates"];
}
}
return null;
} | Gets the managementTemplates
The collection of management template information associated with the management intent. Optional. Read-only.
@return ManagementTemplateDetailedInfo|null The managementTemplates | getManagementTemplates | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/ManagedTenants/Model/ManagementIntentInfo.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/ManagedTenants/Model/ManagementIntentInfo.php | MIT |
public function setManagementTemplates($val)
{
$this->_propDict["managementTemplates"] = $val;
return $this;
} | Sets the managementTemplates
The collection of management template information associated with the management intent. Optional. Read-only.
@param ManagementTemplateDetailedInfo $val The value to assign to the managementTemplates
@return ManagementIntentInfo The ManagementIntentInfo | setManagementTemplates | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/ManagedTenants/Model/ManagementIntentInfo.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/ManagedTenants/Model/ManagementIntentInfo.php | MIT |
public function getName()
{
if (array_key_exists("name", $this->_propDict)) {
return $this->_propDict["name"];
} else {
return null;
}
} | Gets the name
The name for this hyperlink.
@return string|null The name | getName | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/SecurityNamespace/Model/Hyperlink.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/SecurityNamespace/Model/Hyperlink.php | MIT |
public function setName($val)
{
$this->_propDict["name"] = $val;
return $this;
} | Sets the name
The name for this hyperlink.
@param string $val The value of the name
@return Hyperlink | setName | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/SecurityNamespace/Model/Hyperlink.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/SecurityNamespace/Model/Hyperlink.php | MIT |
public function getUrl()
{
if (array_key_exists("url", $this->_propDict)) {
return $this->_propDict["url"];
} else {
return null;
}
} | Gets the url
The URL for this hyperlink.
@return string|null The url | getUrl | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/SecurityNamespace/Model/Hyperlink.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/SecurityNamespace/Model/Hyperlink.php | MIT |
public function setUrl($val)
{
$this->_propDict["url"] = $val;
return $this;
} | Sets the url
The URL for this hyperlink.
@param string $val The value of the url
@return Hyperlink | setUrl | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/SecurityNamespace/Model/Hyperlink.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/SecurityNamespace/Model/Hyperlink.php | MIT |
public static function instance()
{
static $instance = false;
if ($instance === false) {
// Late static binding (PHP 5.3+)
$instance = new static();
}
return $instance;
} | Call this method to get singleton | instance | php | xiebruce/PicUploader | vendor/cloudinary/cloudinary_php/src/Utils/Singleton.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/cloudinary/cloudinary_php/src/Utils/Singleton.php | MIT |
private function __construct()
{
} | Make constructor private, so nobody can call "new Class". | __construct | php | xiebruce/PicUploader | vendor/cloudinary/cloudinary_php/src/Utils/Singleton.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/cloudinary/cloudinary_php/src/Utils/Singleton.php | MIT |
private function __clone()
{
} | Make clone magic method private, so nobody can clone instance. | __clone | php | xiebruce/PicUploader | vendor/cloudinary/cloudinary_php/src/Utils/Singleton.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/cloudinary/cloudinary_php/src/Utils/Singleton.php | MIT |
private function __sleep()
{
} | Make sleep magic method private, so nobody can serialize instance. | __sleep | php | xiebruce/PicUploader | vendor/cloudinary/cloudinary_php/src/Utils/Singleton.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/cloudinary/cloudinary_php/src/Utils/Singleton.php | MIT |
private function __wakeup()
{
} | Make wakeup magic method private, so nobody can unserialize instance. | __wakeup | php | xiebruce/PicUploader | vendor/cloudinary/cloudinary_php/src/Utils/Singleton.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/cloudinary/cloudinary_php/src/Utils/Singleton.php | MIT |
public function getMessage()
{
if (array_key_exists("message", $this->_propDict)) {
if (is_a($this->_propDict["message"], "\Microsoft\Graph\Model\ChatMessage") || is_null($this->_propDict["message"])) {
return $this->_propDict["message"];
} else {
$this->_propDict["message"] = new ChatMessage($this->_propDict["message"]);
return $this->_propDict["message"];
}
}
return null;
} | Gets the message
Represents details about the chat message that is pinned.
@return ChatMessage|null The message | getMessage | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Model/PinnedChatMessageInfo.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Model/PinnedChatMessageInfo.php | MIT |
public function setMessage($val)
{
$this->_propDict["message"] = $val;
return $this;
} | Sets the message
Represents details about the chat message that is pinned.
@param ChatMessage $val The message
@return PinnedChatMessageInfo | setMessage | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Model/PinnedChatMessageInfo.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Model/PinnedChatMessageInfo.php | MIT |
public function getDynamicallyAdjustTopicCount()
{
if (array_key_exists("dynamicallyAdjustTopicCount", $this->_propDict)) {
return $this->_propDict["dynamicallyAdjustTopicCount"];
} else {
return null;
}
} | Gets the dynamicallyAdjustTopicCount
Indicates whether the themes model should dynamically optimize the number of generated topics. To learn more, see Adjust maximum number of themes dynamically.
@return bool|null The dynamicallyAdjustTopicCount | getDynamicallyAdjustTopicCount | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/SecurityNamespace/Model/TopicModelingSettings.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/SecurityNamespace/Model/TopicModelingSettings.php | MIT |
public function setDynamicallyAdjustTopicCount($val)
{
$this->_propDict["dynamicallyAdjustTopicCount"] = $val;
return $this;
} | Sets the dynamicallyAdjustTopicCount
Indicates whether the themes model should dynamically optimize the number of generated topics. To learn more, see Adjust maximum number of themes dynamically.
@param bool $val The value of the dynamicallyAdjustTopicCount
@return TopicModelingSettings | setDynamicallyAdjustTopicCount | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/SecurityNamespace/Model/TopicModelingSettings.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/SecurityNamespace/Model/TopicModelingSettings.php | MIT |
public function getIgnoreNumbers()
{
if (array_key_exists("ignoreNumbers", $this->_propDict)) {
return $this->_propDict["ignoreNumbers"];
} else {
return null;
}
} | Gets the ignoreNumbers
Indicates whether the themes model should exclude numbers while parsing document texts. To learn more, see Include numbers in themes.
@return bool|null The ignoreNumbers | getIgnoreNumbers | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/SecurityNamespace/Model/TopicModelingSettings.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/SecurityNamespace/Model/TopicModelingSettings.php | MIT |
public function setIgnoreNumbers($val)
{
$this->_propDict["ignoreNumbers"] = $val;
return $this;
} | Sets the ignoreNumbers
Indicates whether the themes model should exclude numbers while parsing document texts. To learn more, see Include numbers in themes.
@param bool $val The value of the ignoreNumbers
@return TopicModelingSettings | setIgnoreNumbers | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/SecurityNamespace/Model/TopicModelingSettings.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/SecurityNamespace/Model/TopicModelingSettings.php | MIT |
public function getIsEnabled()
{
if (array_key_exists("isEnabled", $this->_propDict)) {
return $this->_propDict["isEnabled"];
} else {
return null;
}
} | Gets the isEnabled
Indicates whether themes model is enabled for the case.
@return bool|null The isEnabled | getIsEnabled | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/SecurityNamespace/Model/TopicModelingSettings.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/SecurityNamespace/Model/TopicModelingSettings.php | MIT |
public function setIsEnabled($val)
{
$this->_propDict["isEnabled"] = $val;
return $this;
} | Sets the isEnabled
Indicates whether themes model is enabled for the case.
@param bool $val The value of the isEnabled
@return TopicModelingSettings | setIsEnabled | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/SecurityNamespace/Model/TopicModelingSettings.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/SecurityNamespace/Model/TopicModelingSettings.php | MIT |
public function getTopicCount()
{
if (array_key_exists("topicCount", $this->_propDict)) {
return $this->_propDict["topicCount"];
} else {
return null;
}
} | Gets the topicCount
The total number of topics that the themes model will generate for a review set. To learn more, see Maximum number of themes.
@return int|null The topicCount | getTopicCount | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/SecurityNamespace/Model/TopicModelingSettings.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/SecurityNamespace/Model/TopicModelingSettings.php | MIT |
public function setTopicCount($val)
{
$this->_propDict["topicCount"] = $val;
return $this;
} | Sets the topicCount
The total number of topics that the themes model will generate for a review set. To learn more, see Maximum number of themes.
@param int $val The value of the topicCount
@return TopicModelingSettings | setTopicCount | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/SecurityNamespace/Model/TopicModelingSettings.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/SecurityNamespace/Model/TopicModelingSettings.php | MIT |
public function getAllowedAbstractImplementationDefinitionIds()
{
if (array_key_exists("allowedAbstractImplementationDefinitionIds", $this->_propDict)) {
return $this->_propDict["allowedAbstractImplementationDefinitionIds"];
} else {
return null;
}
} | Gets the allowedAbstractImplementationDefinitionIds
List of value which means not configured for the setting
@return string|null The allowedAbstractImplementationDefinitionIds | getAllowedAbstractImplementationDefinitionIds | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/DeviceManagementSettingAbstractImplementationConstraint.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/DeviceManagementSettingAbstractImplementationConstraint.php | MIT |
public function setAllowedAbstractImplementationDefinitionIds($val)
{
$this->_propDict["allowedAbstractImplementationDefinitionIds"] = $val;
return $this;
} | Sets the allowedAbstractImplementationDefinitionIds
List of value which means not configured for the setting
@param string $val The value of the allowedAbstractImplementationDefinitionIds
@return DeviceManagementSettingAbstractImplementationConstraint | setAllowedAbstractImplementationDefinitionIds | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/DeviceManagementSettingAbstractImplementationConstraint.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/DeviceManagementSettingAbstractImplementationConstraint.php | MIT |
public function getDataType()
{
if (array_key_exists("dataType", $this->_propDict)) {
if (is_a($this->_propDict["dataType"], "\Beta\Microsoft\Graph\Model\IdentityUserFlowAttributeDataType") || is_null($this->_propDict["dataType"])) {
return $this->_propDict["dataType"];
} else {
$this->_propDict["dataType"] = new IdentityUserFlowAttributeDataType($this->_propDict["dataType"]);
return $this->_propDict["dataType"];
}
}
return null;
} | Gets the dataType
The data type of the user flow attribute. This cannot be modified after the custom user flow attribute is created. The supported values for dataType are: string , boolean , int64 , stringCollection , dateTime.
@return IdentityUserFlowAttributeDataType|null The dataType | getDataType | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IdentityUserFlowAttribute.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IdentityUserFlowAttribute.php | MIT |
public function setDataType($val)
{
$this->_propDict["dataType"] = $val;
return $this;
} | Sets the dataType
The data type of the user flow attribute. This cannot be modified after the custom user flow attribute is created. The supported values for dataType are: string , boolean , int64 , stringCollection , dateTime.
@param IdentityUserFlowAttributeDataType $val The dataType
@return IdentityUserFlowAttribute | setDataType | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IdentityUserFlowAttribute.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IdentityUserFlowAttribute.php | MIT |
public function getDescription()
{
if (array_key_exists("description", $this->_propDict)) {
return $this->_propDict["description"];
} else {
return null;
}
} | Gets the description
The description of the user flow attribute that's shown to the user at the time of sign-up.
@return string|null The description | getDescription | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IdentityUserFlowAttribute.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IdentityUserFlowAttribute.php | MIT |
public function setDescription($val)
{
$this->_propDict["description"] = $val;
return $this;
} | Sets the description
The description of the user flow attribute that's shown to the user at the time of sign-up.
@param string $val The description
@return IdentityUserFlowAttribute | setDescription | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IdentityUserFlowAttribute.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IdentityUserFlowAttribute.php | MIT |
public function getDisplayName()
{
if (array_key_exists("displayName", $this->_propDict)) {
return $this->_propDict["displayName"];
} else {
return null;
}
} | Gets the displayName
The display name of the user flow attribute.
@return string|null The displayName | getDisplayName | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IdentityUserFlowAttribute.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IdentityUserFlowAttribute.php | MIT |
public function setDisplayName($val)
{
$this->_propDict["displayName"] = $val;
return $this;
} | Sets the displayName
The display name of the user flow attribute.
@param string $val The displayName
@return IdentityUserFlowAttribute | setDisplayName | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IdentityUserFlowAttribute.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IdentityUserFlowAttribute.php | MIT |
public function getUserFlowAttributeType()
{
if (array_key_exists("userFlowAttributeType", $this->_propDict)) {
if (is_a($this->_propDict["userFlowAttributeType"], "\Beta\Microsoft\Graph\Model\IdentityUserFlowAttributeType") || is_null($this->_propDict["userFlowAttributeType"])) {
return $this->_propDict["userFlowAttributeType"];
} else {
$this->_propDict["userFlowAttributeType"] = new IdentityUserFlowAttributeType($this->_propDict["userFlowAttributeType"]);
return $this->_propDict["userFlowAttributeType"];
}
}
return null;
} | Gets the userFlowAttributeType
The type of the user flow attribute. This is a read-only attribute that is automatically set. Depending on the type of attribute, the values for this property will be builtIn, custom, or required.
@return IdentityUserFlowAttributeType|null The userFlowAttributeType | getUserFlowAttributeType | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IdentityUserFlowAttribute.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IdentityUserFlowAttribute.php | MIT |
public function setUserFlowAttributeType($val)
{
$this->_propDict["userFlowAttributeType"] = $val;
return $this;
} | Sets the userFlowAttributeType
The type of the user flow attribute. This is a read-only attribute that is automatically set. Depending on the type of attribute, the values for this property will be builtIn, custom, or required.
@param IdentityUserFlowAttributeType $val The userFlowAttributeType
@return IdentityUserFlowAttribute | setUserFlowAttributeType | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IdentityUserFlowAttribute.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IdentityUserFlowAttribute.php | MIT |
public function getEnabled()
{
if (array_key_exists("enabled", $this->_propDict)) {
return $this->_propDict["enabled"];
} else {
return null;
}
} | Gets the enabled
Indicates whether the tenant is enabled for Tenant Attach with role management. TRUE if enabled, FALSE if the Tenant Attach with rolemanagement is disabled.
@return bool|null The enabled | getEnabled | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/TenantAttachRBACState.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/TenantAttachRBACState.php | MIT |
public function setEnabled($val)
{
$this->_propDict["enabled"] = $val;
return $this;
} | Sets the enabled
Indicates whether the tenant is enabled for Tenant Attach with role management. TRUE if enabled, FALSE if the Tenant Attach with rolemanagement is disabled.
@param bool $val The value of the enabled
@return TenantAttachRBACState | setEnabled | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/TenantAttachRBACState.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/TenantAttachRBACState.php | MIT |
public function getOmaSettings()
{
if (array_key_exists("omaSettings", $this->_propDict)) {
return $this->_propDict["omaSettings"];
} else {
return null;
}
} | Gets the omaSettings
OMA settings. This collection can contain a maximum of 1000 elements.
@return array|null The omaSettings | getOmaSettings | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/Windows10CustomConfiguration.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/Windows10CustomConfiguration.php | MIT |
public function setOmaSettings($val)
{
$this->_propDict["omaSettings"] = $val;
return $this;
} | Sets the omaSettings
OMA settings. This collection can contain a maximum of 1000 elements.
@param OmaSetting[] $val The omaSettings
@return Windows10CustomConfiguration | setOmaSettings | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/Windows10CustomConfiguration.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/Windows10CustomConfiguration.php | MIT |
public function getUserPrincipalName()
{
if (array_key_exists("userPrincipalName", $this->_propDict)) {
return $this->_propDict["userPrincipalName"];
} else {
return null;
}
} | Gets the userPrincipalName
User principal name of the user to be deleted
@return string|null The userPrincipalName | getUserPrincipalName | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/DeleteUserFromSharedAppleDeviceActionResult.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/DeleteUserFromSharedAppleDeviceActionResult.php | MIT |
public function setUserPrincipalName($val)
{
$this->_propDict["userPrincipalName"] = $val;
return $this;
} | Sets the userPrincipalName
User principal name of the user to be deleted
@param string $val The value of the userPrincipalName
@return DeleteUserFromSharedAppleDeviceActionResult | setUserPrincipalName | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/DeleteUserFromSharedAppleDeviceActionResult.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/DeleteUserFromSharedAppleDeviceActionResult.php | MIT |
public function getActionSteps()
{
if (array_key_exists("actionSteps", $this->_propDict)) {
return $this->_propDict["actionSteps"];
} else {
return null;
}
} | Gets the actionSteps
List of actions to take to complete a recommendation.
@return array|null The actionSteps | getActionSteps | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/RecommendationBase.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/RecommendationBase.php | MIT |
public function setActionSteps($val)
{
$this->_propDict["actionSteps"] = $val;
return $this;
} | Sets the actionSteps
List of actions to take to complete a recommendation.
@param ActionStep[] $val The actionSteps
@return RecommendationBase | setActionSteps | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/RecommendationBase.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/RecommendationBase.php | MIT |
public function getBenefits()
{
if (array_key_exists("benefits", $this->_propDict)) {
return $this->_propDict["benefits"];
} else {
return null;
}
} | Gets the benefits
An explanation of why completing the recommendation will benefit you. Corresponds to the Value section of a recommendation shown in the Azure AD portal.
@return string|null The benefits | getBenefits | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/RecommendationBase.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/RecommendationBase.php | MIT |
public function setBenefits($val)
{
$this->_propDict["benefits"] = $val;
return $this;
} | Sets the benefits
An explanation of why completing the recommendation will benefit you. Corresponds to the Value section of a recommendation shown in the Azure AD portal.
@param string $val The benefits
@return RecommendationBase | setBenefits | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/RecommendationBase.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/RecommendationBase.php | MIT |
public function getCategory()
{
if (array_key_exists("category", $this->_propDict)) {
if (is_a($this->_propDict["category"], "\Beta\Microsoft\Graph\Model\RecommendationCategory") || is_null($this->_propDict["category"])) {
return $this->_propDict["category"];
} else {
$this->_propDict["category"] = new RecommendationCategory($this->_propDict["category"]);
return $this->_propDict["category"];
}
}
return null;
} | Gets the category
Indicates the category of intelligent guidance that the recommendation falls under. The possible values are: identityBestPractice, identitySecureScore, unknownFutureValue.
@return RecommendationCategory|null The category | getCategory | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/RecommendationBase.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/RecommendationBase.php | MIT |
public function setCategory($val)
{
$this->_propDict["category"] = $val;
return $this;
} | Sets the category
Indicates the category of intelligent guidance that the recommendation falls under. The possible values are: identityBestPractice, identitySecureScore, unknownFutureValue.
@param RecommendationCategory $val The category
@return RecommendationBase | setCategory | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/RecommendationBase.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/RecommendationBase.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 when the recommendation was detected as applicable to your directory.
@return \DateTime|null The createdDateTime | getCreatedDateTime | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/RecommendationBase.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/RecommendationBase.php | MIT |
public function setCreatedDateTime($val)
{
$this->_propDict["createdDateTime"] = $val;
return $this;
} | Sets the createdDateTime
The date and time when the recommendation was detected as applicable to your directory.
@param \DateTime $val The createdDateTime
@return RecommendationBase | setCreatedDateTime | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/RecommendationBase.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/RecommendationBase.php | MIT |
public function getCurrentScore()
{
if (array_key_exists("currentScore", $this->_propDict)) {
return $this->_propDict["currentScore"];
} else {
return null;
}
} | Gets the currentScore
The number of points the tenant has attained. Only applies to recommendations with category set to identitySecureScore.
@return float|null The currentScore | getCurrentScore | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/RecommendationBase.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/RecommendationBase.php | MIT |
public function setCurrentScore($val)
{
$this->_propDict["currentScore"] = floatval($val);
return $this;
} | Sets the currentScore
The number of points the tenant has attained. Only applies to recommendations with category set to identitySecureScore.
@param float $val The currentScore
@return RecommendationBase | setCurrentScore | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/RecommendationBase.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/RecommendationBase.php | MIT |
public function getDisplayName()
{
if (array_key_exists("displayName", $this->_propDict)) {
return $this->_propDict["displayName"];
} else {
return null;
}
} | Gets the displayName
The title of the recommendation.
@return string|null The displayName | getDisplayName | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/RecommendationBase.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/RecommendationBase.php | MIT |
public function setDisplayName($val)
{
$this->_propDict["displayName"] = $val;
return $this;
} | Sets the displayName
The title of the recommendation.
@param string $val The displayName
@return RecommendationBase | setDisplayName | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/RecommendationBase.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/RecommendationBase.php | MIT |
public function getFeatureAreas()
{
if (array_key_exists("featureAreas", $this->_propDict)) {
return $this->_propDict["featureAreas"];
} else {
return null;
}
} | Gets the featureAreas
The directory feature that the recommendation is related to.
@return array|null The featureAreas | getFeatureAreas | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/RecommendationBase.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/RecommendationBase.php | MIT |
public function setFeatureAreas($val)
{
$this->_propDict["featureAreas"] = $val;
return $this;
} | Sets the featureAreas
The directory feature that the recommendation is related to.
@param RecommendationFeatureAreas[] $val The featureAreas
@return RecommendationBase | setFeatureAreas | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/RecommendationBase.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/RecommendationBase.php | MIT |
public function getImpactStartDateTime()
{
if (array_key_exists("impactStartDateTime", $this->_propDict)) {
if (is_a($this->_propDict["impactStartDateTime"], "\DateTime") || is_null($this->_propDict["impactStartDateTime"])) {
return $this->_propDict["impactStartDateTime"];
} else {
$this->_propDict["impactStartDateTime"] = new \DateTime($this->_propDict["impactStartDateTime"]);
return $this->_propDict["impactStartDateTime"];
}
}
return null;
} | Gets the impactStartDateTime
The future date and time when a recommendation should be completed.
@return \DateTime|null The impactStartDateTime | getImpactStartDateTime | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/RecommendationBase.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/RecommendationBase.php | MIT |
public function setImpactStartDateTime($val)
{
$this->_propDict["impactStartDateTime"] = $val;
return $this;
} | Sets the impactStartDateTime
The future date and time when a recommendation should be completed.
@param \DateTime $val The impactStartDateTime
@return RecommendationBase | setImpactStartDateTime | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/RecommendationBase.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/RecommendationBase.php | MIT |
public function getImpactType()
{
if (array_key_exists("impactType", $this->_propDict)) {
return $this->_propDict["impactType"];
} else {
return null;
}
} | Gets the impactType
Indicates the scope of impact of a recommendation. Tenant level indicates that the recommendation impacts the whole tenant. Other possible values include users, applications.
@return string|null The impactType | getImpactType | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/RecommendationBase.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/RecommendationBase.php | MIT |
public function setImpactType($val)
{
$this->_propDict["impactType"] = $val;
return $this;
} | Sets the impactType
Indicates the scope of impact of a recommendation. Tenant level indicates that the recommendation impacts the whole tenant. Other possible values include users, applications.
@param string $val The impactType
@return RecommendationBase | setImpactType | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/RecommendationBase.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/RecommendationBase.php | MIT |
public function getInsights()
{
if (array_key_exists("insights", $this->_propDict)) {
return $this->_propDict["insights"];
} else {
return null;
}
} | Gets the insights
Describes why a recommendation uniquely applies to your directory. Corresponds to the Description section of a recommendation shown in the Azure AD portal.
@return string|null The insights | getInsights | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/RecommendationBase.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/RecommendationBase.php | MIT |
public function setInsights($val)
{
$this->_propDict["insights"] = $val;
return $this;
} | Sets the insights
Describes why a recommendation uniquely applies to your directory. Corresponds to the Description section of a recommendation shown in the Azure AD portal.
@param string $val The insights
@return RecommendationBase | setInsights | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/RecommendationBase.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/RecommendationBase.php | MIT |
public function getLastCheckedDateTime()
{
if (array_key_exists("lastCheckedDateTime", $this->_propDict)) {
if (is_a($this->_propDict["lastCheckedDateTime"], "\DateTime") || is_null($this->_propDict["lastCheckedDateTime"])) {
return $this->_propDict["lastCheckedDateTime"];
} else {
$this->_propDict["lastCheckedDateTime"] = new \DateTime($this->_propDict["lastCheckedDateTime"]);
return $this->_propDict["lastCheckedDateTime"];
}
}
return null;
} | Gets the lastCheckedDateTime
The most recent date and time a recommendation was deemed applicable to your directory.
@return \DateTime|null The lastCheckedDateTime | getLastCheckedDateTime | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/RecommendationBase.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/RecommendationBase.php | MIT |
public function setLastCheckedDateTime($val)
{
$this->_propDict["lastCheckedDateTime"] = $val;
return $this;
} | Sets the lastCheckedDateTime
The most recent date and time a recommendation was deemed applicable to your directory.
@param \DateTime $val The lastCheckedDateTime
@return RecommendationBase | setLastCheckedDateTime | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/RecommendationBase.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/RecommendationBase.php | MIT |
public function getLastModifiedBy()
{
if (array_key_exists("lastModifiedBy", $this->_propDict)) {
return $this->_propDict["lastModifiedBy"];
} else {
return null;
}
} | Gets the lastModifiedBy
Name of the user who last updated the status of the recommendation.
@return string|null The lastModifiedBy | getLastModifiedBy | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/RecommendationBase.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/RecommendationBase.php | MIT |
public function setLastModifiedBy($val)
{
$this->_propDict["lastModifiedBy"] = $val;
return $this;
} | Sets the lastModifiedBy
Name of the user who last updated the status of the recommendation.
@param string $val The lastModifiedBy
@return RecommendationBase | setLastModifiedBy | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/RecommendationBase.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/RecommendationBase.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 the status of a recommendation was last updated.
@return \DateTime|null The lastModifiedDateTime | getLastModifiedDateTime | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/RecommendationBase.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/RecommendationBase.php | MIT |
public function setLastModifiedDateTime($val)
{
$this->_propDict["lastModifiedDateTime"] = $val;
return $this;
} | Sets the lastModifiedDateTime
The date and time the status of a recommendation was last updated.
@param \DateTime $val The lastModifiedDateTime
@return RecommendationBase | setLastModifiedDateTime | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/RecommendationBase.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/RecommendationBase.php | MIT |
public function getMaxScore()
{
if (array_key_exists("maxScore", $this->_propDict)) {
return $this->_propDict["maxScore"];
} else {
return null;
}
} | Gets the maxScore
The maximum number of points attainable. Only applies to recommendations with category set to identitySecureScore.
@return float|null The maxScore | getMaxScore | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/RecommendationBase.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/RecommendationBase.php | MIT |
public function setMaxScore($val)
{
$this->_propDict["maxScore"] = floatval($val);
return $this;
} | Sets the maxScore
The maximum number of points attainable. Only applies to recommendations with category set to identitySecureScore.
@param float $val The maxScore
@return RecommendationBase | setMaxScore | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/RecommendationBase.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/RecommendationBase.php | MIT |
public function getPostponeUntilDateTime()
{
if (array_key_exists("postponeUntilDateTime", $this->_propDict)) {
if (is_a($this->_propDict["postponeUntilDateTime"], "\DateTime") || is_null($this->_propDict["postponeUntilDateTime"])) {
return $this->_propDict["postponeUntilDateTime"];
} else {
$this->_propDict["postponeUntilDateTime"] = new \DateTime($this->_propDict["postponeUntilDateTime"]);
return $this->_propDict["postponeUntilDateTime"];
}
}
return null;
} | Gets the postponeUntilDateTime
The future date and time when the status of a postponed recommendation will be active again.
@return \DateTime|null The postponeUntilDateTime | getPostponeUntilDateTime | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/RecommendationBase.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/RecommendationBase.php | MIT |
public function setPostponeUntilDateTime($val)
{
$this->_propDict["postponeUntilDateTime"] = $val;
return $this;
} | Sets the postponeUntilDateTime
The future date and time when the status of a postponed recommendation will be active again.
@param \DateTime $val The postponeUntilDateTime
@return RecommendationBase | setPostponeUntilDateTime | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/RecommendationBase.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/RecommendationBase.php | MIT |
public function getPriority()
{
if (array_key_exists("priority", $this->_propDict)) {
if (is_a($this->_propDict["priority"], "\Beta\Microsoft\Graph\Model\RecommendationPriority") || is_null($this->_propDict["priority"])) {
return $this->_propDict["priority"];
} else {
$this->_propDict["priority"] = new RecommendationPriority($this->_propDict["priority"]);
return $this->_propDict["priority"];
}
}
return null;
} | Gets the priority
Indicates the time sensitivity for a recommendation to be completed. Microsoft auto assigns this value. The possible values are: low, medium, high.
@return RecommendationPriority|null The priority | getPriority | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/RecommendationBase.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/RecommendationBase.php | MIT |
public function setPriority($val)
{
$this->_propDict["priority"] = $val;
return $this;
} | Sets the priority
Indicates the time sensitivity for a recommendation to be completed. Microsoft auto assigns this value. The possible values are: low, medium, high.
@param RecommendationPriority $val The priority
@return RecommendationBase | setPriority | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/RecommendationBase.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/RecommendationBase.php | MIT |
public function getRecommendationType()
{
if (array_key_exists("recommendationType", $this->_propDict)) {
if (is_a($this->_propDict["recommendationType"], "\Beta\Microsoft\Graph\Model\RecommendationType") || is_null($this->_propDict["recommendationType"])) {
return $this->_propDict["recommendationType"];
} else {
$this->_propDict["recommendationType"] = new RecommendationType($this->_propDict["recommendationType"]);
return $this->_propDict["recommendationType"];
}
}
return null;
} | Gets the recommendationType
Friendly shortname to identify the recommendation. The possible values are: adfsAppsMigration, enableDesktopSSO, enablePHS, enableProvisioning, switchFromPerUserMFA, tenantMFA, thirdPartyApps, turnOffPerUserMFA, useAuthenticatorApp, useMyApps, staleApps, staleAppCreds, applicationCredentialExpiry, servicePrincipalKeyExpiry, adminMFAV2, blockLegacyAuthentication, integratedApps, mfaRegistrationV2, pwagePolicyNew, passwordHashSync, oneAdmin, roleOverlap, selfServicePasswordReset, signinRiskPolicy, userRiskPolicy, verifyAppPublisher, privateLinkForAAD, appRoleAssignmentsGroups, appRoleAssignmentsUsers, managedIdentity, overprivilegedApps, unknownFutureValue.
@return RecommendationType|null The recommendationType | getRecommendationType | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/RecommendationBase.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/RecommendationBase.php | MIT |
public function setRecommendationType($val)
{
$this->_propDict["recommendationType"] = $val;
return $this;
} | Sets the recommendationType
Friendly shortname to identify the recommendation. The possible values are: adfsAppsMigration, enableDesktopSSO, enablePHS, enableProvisioning, switchFromPerUserMFA, tenantMFA, thirdPartyApps, turnOffPerUserMFA, useAuthenticatorApp, useMyApps, staleApps, staleAppCreds, applicationCredentialExpiry, servicePrincipalKeyExpiry, adminMFAV2, blockLegacyAuthentication, integratedApps, mfaRegistrationV2, pwagePolicyNew, passwordHashSync, oneAdmin, roleOverlap, selfServicePasswordReset, signinRiskPolicy, userRiskPolicy, verifyAppPublisher, privateLinkForAAD, appRoleAssignmentsGroups, appRoleAssignmentsUsers, managedIdentity, overprivilegedApps, unknownFutureValue.
@param RecommendationType $val The recommendationType
@return RecommendationBase | setRecommendationType | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/RecommendationBase.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/RecommendationBase.php | MIT |
public function getRemediationImpact()
{
if (array_key_exists("remediationImpact", $this->_propDict)) {
return $this->_propDict["remediationImpact"];
} else {
return null;
}
} | Gets the remediationImpact
Description of the impact on users of the remediation. Only applies to recommendations with category set to identitySecureScore.
@return string|null The remediationImpact | getRemediationImpact | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/RecommendationBase.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/RecommendationBase.php | MIT |
public function setRemediationImpact($val)
{
$this->_propDict["remediationImpact"] = $val;
return $this;
} | Sets the remediationImpact
Description of the impact on users of the remediation. Only applies to recommendations with category set to identitySecureScore.
@param string $val The remediationImpact
@return RecommendationBase | setRemediationImpact | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/RecommendationBase.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/RecommendationBase.php | MIT |
public function getStatus()
{
if (array_key_exists("status", $this->_propDict)) {
if (is_a($this->_propDict["status"], "\Beta\Microsoft\Graph\Model\RecommendationStatus") || is_null($this->_propDict["status"])) {
return $this->_propDict["status"];
} else {
$this->_propDict["status"] = new RecommendationStatus($this->_propDict["status"]);
return $this->_propDict["status"];
}
}
return null;
} | Gets the status
Indicates the status of the recommendation based on user or system action. The possible values are: active, completedBySystem, completedByUser, dismissed, postponed, unknownFutureValue. By default, a recommendation's status is set to active when the recommendation is first generated. Status is set to completedBySystem when our service detects that a recommendation which was previously active no longer applies.
@return RecommendationStatus|null The status | getStatus | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/RecommendationBase.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/RecommendationBase.php | MIT |
public function setStatus($val)
{
$this->_propDict["status"] = $val;
return $this;
} | Sets the status
Indicates the status of the recommendation based on user or system action. The possible values are: active, completedBySystem, completedByUser, dismissed, postponed, unknownFutureValue. By default, a recommendation's status is set to active when the recommendation is first generated. Status is set to completedBySystem when our service detects that a recommendation which was previously active no longer applies.
@param RecommendationStatus $val The status
@return RecommendationBase | setStatus | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/RecommendationBase.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/RecommendationBase.php | MIT |
public function getImpactedResources()
{
if (array_key_exists("impactedResources", $this->_propDict)) {
return $this->_propDict["impactedResources"];
} else {
return null;
}
} | Gets the impactedResources
The list of directory objects associated with the recommendation.
@return array|null The impactedResources | getImpactedResources | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/RecommendationBase.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/RecommendationBase.php | MIT |
public function setImpactedResources($val)
{
$this->_propDict["impactedResources"] = $val;
return $this;
} | Sets the impactedResources
The list of directory objects associated with the recommendation.
@param ImpactedResource[] $val The impactedResources
@return RecommendationBase | setImpactedResources | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/RecommendationBase.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/RecommendationBase.php | MIT |
public function getIncludedSources()
{
if (array_key_exists("includedSources", $this->_propDict)) {
if (is_a($this->_propDict["includedSources"], "\Microsoft\Graph\SecurityNamespace\Model\SourceType") || is_null($this->_propDict["includedSources"])) {
return $this->_propDict["includedSources"];
} else {
$this->_propDict["includedSources"] = new SourceType($this->_propDict["includedSources"]);
return $this->_propDict["includedSources"];
}
}
return null;
} | Gets the includedSources
Specifies which sources are included in this group. Possible values are: mailbox, site.
@return SourceType|null The includedSources | getIncludedSources | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/SecurityNamespace/Model/UnifiedGroupSource.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/SecurityNamespace/Model/UnifiedGroupSource.php | MIT |
public function setIncludedSources($val)
{
$this->_propDict["includedSources"] = $val;
return $this;
} | Sets the includedSources
Specifies which sources are included in this group. Possible values are: mailbox, site.
@param SourceType $val The includedSources
@return UnifiedGroupSource | setIncludedSources | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/SecurityNamespace/Model/UnifiedGroupSource.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/SecurityNamespace/Model/UnifiedGroupSource.php | MIT |
public function getGroup()
{
if (array_key_exists("group", $this->_propDict)) {
if (is_a($this->_propDict["group"], "\Microsoft\Graph\Model\Group") || is_null($this->_propDict["group"])) {
return $this->_propDict["group"];
} else {
$this->_propDict["group"] = new \Microsoft\Graph\Model\Group($this->_propDict["group"]);
return $this->_propDict["group"];
}
}
return null;
} | Gets the group
Represents a group.
@return \Microsoft\Graph\Model\Group|null The group | getGroup | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/SecurityNamespace/Model/UnifiedGroupSource.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/SecurityNamespace/Model/UnifiedGroupSource.php | MIT |
public function setGroup($val)
{
$this->_propDict["group"] = $val;
return $this;
} | Sets the group
Represents a group.
@param \Microsoft\Graph\Model\Group $val The group
@return UnifiedGroupSource | setGroup | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/SecurityNamespace/Model/UnifiedGroupSource.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/SecurityNamespace/Model/UnifiedGroupSource.php | MIT |
public function getFormat()
{
if (array_key_exists("format", $this->_propDict)) {
return $this->_propDict["format"];
} else {
return null;
}
} | Gets the format
For dateTime output types, the format of the value. Must be one of dateOnly or dateTime.
@return string|null The format | getFormat | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Model/CalculatedColumn.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Model/CalculatedColumn.php | MIT |
public function setFormat($val)
{
$this->_propDict["format"] = $val;
return $this;
} | Sets the format
For dateTime output types, the format of the value. Must be one of dateOnly or dateTime.
@param string $val The value of the format
@return CalculatedColumn | setFormat | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Model/CalculatedColumn.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Model/CalculatedColumn.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.