File manager - Edit - /home/premiey/www/wp-content/plugins/ameliabooking/vendor/microsoft/microsoft-graph/src/Model/UserIdentity.php
Back
<?php /** * Copyright (c) Microsoft Corporation. All Rights Reserved. Licensed under the MIT License. See License in the project root for license information. * * UserIdentity File * PHP version 7 * * @category Library * @package Microsoft.Graph * @copyright © Microsoft Corporation. All rights reserved. * @license https://opensource.org/licenses/MIT MIT License * @version GIT: 1.4.0 * @link https://graph.microsoft.io/ */ namespace Microsoft\Graph\Model; /** * UserIdentity class * * @category Model * @package Microsoft.Graph * @copyright © Microsoft Corporation. All rights reserved. * @license https://opensource.org/licenses/MIT MIT License * @version Release: 1.4.0 * @link https://graph.microsoft.io/ */ class UserIdentity extends Entity { /** * Gets the id * Unique identifier for the identity. * * @return string The id */ public function getId() { if (array_key_exists("id", $this->_propDict)) { return $this->_propDict["id"]; } else { return null; } } /** * Sets the id * Unique identifier for the identity. * * @param string $val The value of the id * * @return UserIdentity */ public function setId($val) { $this->_propDict["id"] = $val; return $this; } /** * Gets the displayName * The identity's display name. Note that this may not always be available or up-to-date. * * @return string The displayName */ public function getDisplayName() { if (array_key_exists("displayName", $this->_propDict)) { return $this->_propDict["displayName"]; } else { return null; } } /** * Sets the displayName * The identity's display name. Note that this may not always be available or up-to-date. * * @param string $val The value of the displayName * * @return UserIdentity */ public function setDisplayName($val) { $this->_propDict["displayName"] = $val; return $this; } /** * Gets the ipAddress * Indicates the client IP address used by user performing the activity (audit log only). * * @return string The ipAddress */ public function getIpAddress() { if (array_key_exists("ipAddress", $this->_propDict)) { return $this->_propDict["ipAddress"]; } else { return null; } } /** * Sets the ipAddress * Indicates the client IP address used by user performing the activity (audit log only). * * @param string $val The value of the ipAddress * * @return UserIdentity */ public function setIpAddress($val) { $this->_propDict["ipAddress"] = $val; return $this; } /** * Gets the userPrincipalName * The userPrincipalName attribute of the user. * * @return string The userPrincipalName */ public function getUserPrincipalName() { if (array_key_exists("userPrincipalName", $this->_propDict)) { return $this->_propDict["userPrincipalName"]; } else { return null; } } /** * Sets the userPrincipalName * The userPrincipalName attribute of the user. * * @param string $val The value of the userPrincipalName * * @return UserIdentity */ public function setUserPrincipalName($val) { $this->_propDict["userPrincipalName"] = $val; return $this; } }
| ver. 1.4 |
Github
|
.
| PHP 5.4.45 | Generation time: 0 |
proxy
|
phpinfo
|
Settings