diff --git a/src/Model/AccessPackage.php b/src/Model/AccessPackage.php index 6d19296b40e..f201c07d910 100644 --- a/src/Model/AccessPackage.php +++ b/src/Model/AccessPackage.php @@ -88,7 +88,7 @@ public function setDescription($val) /** * Gets the displayName - * The display name of the access package. + * The display name of the access package. Supports $filter (eq, contains). * * @return string|null The displayName */ @@ -103,7 +103,7 @@ public function getDisplayName() /** * Sets the displayName - * The display name of the access package. + * The display name of the access package. Supports $filter (eq, contains). * * @param string $val The displayName * diff --git a/src/Model/AccessPackageAssignment.php b/src/Model/AccessPackageAssignment.php index 82b1cdd2020..f30e865992e 100644 --- a/src/Model/AccessPackageAssignment.php +++ b/src/Model/AccessPackageAssignment.php @@ -92,7 +92,7 @@ public function setSchedule($val) /** * Gets the state - * The state of the access package assignment. The possible values are: delivering, partiallyDelivered, delivered, expired, deliveryFailed, unknownFutureValue. Read-only. + * The state of the access package assignment. The possible values are: delivering, partiallyDelivered, delivered, expired, deliveryFailed, unknownFutureValue. Read-only. Supports $filter (eq). * * @return AccessPackageAssignmentState|null The state */ @@ -111,7 +111,7 @@ public function getState() /** * Sets the state - * The state of the access package assignment. The possible values are: delivering, partiallyDelivered, delivered, expired, deliveryFailed, unknownFutureValue. Read-only. + * The state of the access package assignment. The possible values are: delivering, partiallyDelivered, delivered, expired, deliveryFailed, unknownFutureValue. Read-only. Supports $filter (eq). * * @param AccessPackageAssignmentState $val The state * @@ -154,7 +154,7 @@ public function setStatus($val) /** * Gets the accessPackage - * Read-only. Nullable. + * Read-only. Nullable. Supports $filter (eq) on the id property and $expand query parameters. * * @return AccessPackage|null The accessPackage */ @@ -173,7 +173,7 @@ public function getAccessPackage() /** * Sets the accessPackage - * Read-only. Nullable. + * Read-only. Nullable. Supports $filter (eq) on the id property and $expand query parameters. * * @param AccessPackage $val The accessPackage * @@ -187,7 +187,7 @@ public function setAccessPackage($val) /** * Gets the target - * The subject of the access package assignment. Read-only. Nullable. + * The subject of the access package assignment. Read-only. Nullable. Supports $expand. Supports $filter (eq) on objectId. * * @return AccessPackageSubject|null The target */ @@ -206,7 +206,7 @@ public function getTarget() /** * Sets the target - * The subject of the access package assignment. Read-only. Nullable. + * The subject of the access package assignment. Read-only. Nullable. Supports $expand. Supports $filter (eq) on objectId. * * @param AccessPackageSubject $val The target * diff --git a/src/Model/AccessReviewSet.php b/src/Model/AccessReviewSet.php index e2e554263be..9ec292872d3 100644 --- a/src/Model/AccessReviewSet.php +++ b/src/Model/AccessReviewSet.php @@ -27,6 +27,7 @@ class AccessReviewSet extends Entity /** * Gets the definitions + * Represents the template and scheduling for an access review. * * @return array|null The definitions */ @@ -41,6 +42,7 @@ public function getDefinitions() /** * Sets the definitions + * Represents the template and scheduling for an access review. * * @param AccessReviewScheduleDefinition[] $val The definitions * diff --git a/src/Model/AgreementFile.php b/src/Model/AgreementFile.php index d0429a7bd30..6f84fe4d29e 100644 --- a/src/Model/AgreementFile.php +++ b/src/Model/AgreementFile.php @@ -27,6 +27,7 @@ class AgreementFile extends AgreementFileProperties /** * Gets the localizations + * The localized version of the terms of use agreement files attached to the agreement. * * @return array|null The localizations */ @@ -41,6 +42,7 @@ public function getLocalizations() /** * Sets the localizations + * The localized version of the terms of use agreement files attached to the agreement. * * @param AgreementFileLocalization[] $val The localizations * diff --git a/src/Model/AgreementFileLocalization.php b/src/Model/AgreementFileLocalization.php index 608233740e2..1e3bf05ca3e 100644 --- a/src/Model/AgreementFileLocalization.php +++ b/src/Model/AgreementFileLocalization.php @@ -27,6 +27,7 @@ class AgreementFileLocalization extends AgreementFileProperties /** * Gets the versions + * Read-only. Customized versions of the terms of use agreement in the Azure AD tenant. * * @return array|null The versions */ @@ -41,6 +42,7 @@ public function getVersions() /** * Sets the versions + * Read-only. Customized versions of the terms of use agreement in the Azure AD tenant. * * @param AgreementFileVersion[] $val The versions * diff --git a/src/Model/AgreementFileProperties.php b/src/Model/AgreementFileProperties.php index 807405a625e..394a2f264f1 100644 --- a/src/Model/AgreementFileProperties.php +++ b/src/Model/AgreementFileProperties.php @@ -26,6 +26,7 @@ class AgreementFileProperties extends Entity { /** * Gets the createdDateTime + * The date time representing when the file was created.The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. * * @return \DateTime|null The createdDateTime */ @@ -44,6 +45,7 @@ public function getCreatedDateTime() /** * Sets the createdDateTime + * The date time representing when the file was created.The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. * * @param \DateTime $val The createdDateTime * @@ -57,6 +59,7 @@ public function setCreatedDateTime($val) /** * Gets the displayName + * Localized display name of the policy file of an agreement. The localized display name is shown to end users who view the agreement. * * @return string|null The displayName */ @@ -71,6 +74,7 @@ public function getDisplayName() /** * Sets the displayName + * Localized display name of the policy file of an agreement. The localized display name is shown to end users who view the agreement. * * @param string $val The displayName * @@ -84,6 +88,7 @@ public function setDisplayName($val) /** * Gets the fileData + * Data that represents the terms of use PDF document. Read-only. * * @return AgreementFileData|null The fileData */ @@ -102,6 +107,7 @@ public function getFileData() /** * Sets the fileData + * Data that represents the terms of use PDF document. Read-only. * * @param AgreementFileData $val The fileData * @@ -115,6 +121,7 @@ public function setFileData($val) /** * Gets the fileName + * Name of the agreement file (for example, TOU.pdf). Read-only. * * @return string|null The fileName */ @@ -129,6 +136,7 @@ public function getFileName() /** * Sets the fileName + * Name of the agreement file (for example, TOU.pdf). Read-only. * * @param string $val The fileName * @@ -142,6 +150,7 @@ public function setFileName($val) /** * Gets the isDefault + * If none of the languages matches the client preference, indicates whether this is the default agreement file . If none of the files are marked as default, the first one is treated as the default. Read-only. * * @return bool|null The isDefault */ @@ -156,6 +165,7 @@ public function getIsDefault() /** * Sets the isDefault + * If none of the languages matches the client preference, indicates whether this is the default agreement file . If none of the files are marked as default, the first one is treated as the default. Read-only. * * @param bool $val The isDefault * @@ -169,6 +179,7 @@ public function setIsDefault($val) /** * Gets the isMajorVersion + * Indicates whether the agreement file is a major version update. Major version updates invalidate the agreement's acceptances on the corresponding language. * * @return bool|null The isMajorVersion */ @@ -183,6 +194,7 @@ public function getIsMajorVersion() /** * Sets the isMajorVersion + * Indicates whether the agreement file is a major version update. Major version updates invalidate the agreement's acceptances on the corresponding language. * * @param bool $val The isMajorVersion * @@ -196,6 +208,7 @@ public function setIsMajorVersion($val) /** * Gets the language + * The language of the agreement file in the format 'languagecode2-country/regioncode2'. 'languagecode2' is a lowercase two-letter code derived from ISO 639-1, while 'country/regioncode2' is derived from ISO 3166 and usually consists of two uppercase letters, or a BCP-47 language tag. For example, U.S. English is en-US. Read-only. * * @return string|null The language */ @@ -210,6 +223,7 @@ public function getLanguage() /** * Sets the language + * The language of the agreement file in the format 'languagecode2-country/regioncode2'. 'languagecode2' is a lowercase two-letter code derived from ISO 639-1, while 'country/regioncode2' is derived from ISO 3166 and usually consists of two uppercase letters, or a BCP-47 language tag. For example, U.S. English is en-US. Read-only. * * @param string $val The language * diff --git a/src/Model/AppConsentApprovalRoute.php b/src/Model/AppConsentApprovalRoute.php index a491cdadeb1..aac38d8e627 100644 --- a/src/Model/AppConsentApprovalRoute.php +++ b/src/Model/AppConsentApprovalRoute.php @@ -27,6 +27,7 @@ class AppConsentApprovalRoute extends Entity /** * Gets the appConsentRequests + * A collection of userConsentRequest objects for a specific application. * * @return array|null The appConsentRequests */ @@ -41,6 +42,7 @@ public function getAppConsentRequests() /** * Sets the appConsentRequests + * A collection of userConsentRequest objects for a specific application. * * @param AppConsentRequest[] $val The appConsentRequests * diff --git a/src/Model/ConnectedOrganization.php b/src/Model/ConnectedOrganization.php index 9b9d69f87e7..65e94455cbd 100644 --- a/src/Model/ConnectedOrganization.php +++ b/src/Model/ConnectedOrganization.php @@ -88,7 +88,7 @@ public function setDescription($val) /** * Gets the displayName - * The display name of the connected organization. + * The display name of the connected organization. Supports $filter (eq). * * @return string|null The displayName */ @@ -103,7 +103,7 @@ public function getDisplayName() /** * Sets the displayName - * The display name of the connected organization. + * The display name of the connected organization. Supports $filter (eq). * * @param string $val The displayName * diff --git a/src/Model/EntitlementManagement.php b/src/Model/EntitlementManagement.php index 9fb466e259d..f1dfdb70346 100644 --- a/src/Model/EntitlementManagement.php +++ b/src/Model/EntitlementManagement.php @@ -55,7 +55,7 @@ public function setAccessPackageAssignmentApprovals($val) /** * Gets the accessPackages - * Access packages. + * Represents access package objects. * * @return array|null The accessPackages */ @@ -70,7 +70,7 @@ public function getAccessPackages() /** * Sets the accessPackages - * Access packages. + * Represents access package objects. * * @param AccessPackage[] $val The accessPackages * @@ -85,7 +85,7 @@ public function setAccessPackages($val) /** * Gets the assignmentRequests - * Access package assignment requests. + * Represents access package assignment requests created by or on behalf of a user. * * @return array|null The assignmentRequests */ @@ -100,7 +100,7 @@ public function getAssignmentRequests() /** * Sets the assignmentRequests - * Access package assignment requests. + * Represents access package assignment requests created by or on behalf of a user. * * @param AccessPackageAssignmentRequest[] $val The assignmentRequests * @@ -115,7 +115,7 @@ public function setAssignmentRequests($val) /** * Gets the assignments - * Access package assignments. + * Represents the grant of an access package to a subject (user or group). * * @return array|null The assignments */ @@ -130,7 +130,7 @@ public function getAssignments() /** * Sets the assignments - * Access package assignments. + * Represents the grant of an access package to a subject (user or group). * * @param AccessPackageAssignment[] $val The assignments * @@ -145,7 +145,7 @@ public function setAssignments($val) /** * Gets the catalogs - * Access package catalogs. + * Represents a group of access packages. * * @return array|null The catalogs */ @@ -160,7 +160,7 @@ public function getCatalogs() /** * Sets the catalogs - * Access package catalogs. + * Represents a group of access packages. * * @param AccessPackageCatalog[] $val The catalogs * @@ -175,7 +175,7 @@ public function setCatalogs($val) /** * Gets the connectedOrganizations - * Connected organizations. + * Represents references to a directory or domain of another organization whose users can request access. * * @return array|null The connectedOrganizations */ @@ -190,7 +190,7 @@ public function getConnectedOrganizations() /** * Sets the connectedOrganizations - * Connected organizations. + * Represents references to a directory or domain of another organization whose users can request access. * * @param ConnectedOrganization[] $val The connectedOrganizations * @@ -204,7 +204,7 @@ public function setConnectedOrganizations($val) /** * Gets the settings - * Entitlement management settings. + * Represents the settings that control the behavior of Azure AD entitlement management. * * @return EntitlementManagementSettings|null The settings */ @@ -223,7 +223,7 @@ public function getSettings() /** * Sets the settings - * Entitlement management settings. + * Represents the settings that control the behavior of Azure AD entitlement management. * * @param EntitlementManagementSettings $val The settings * diff --git a/src/Model/TermsOfUseContainer.php b/src/Model/TermsOfUseContainer.php index d5e89ef9528..054b872a47b 100644 --- a/src/Model/TermsOfUseContainer.php +++ b/src/Model/TermsOfUseContainer.php @@ -27,6 +27,7 @@ class TermsOfUseContainer extends Entity /** * Gets the agreementAcceptances + * Represents the current status of a user's response to a company's customizable terms of use agreement. * * @return array|null The agreementAcceptances */ @@ -41,6 +42,7 @@ public function getAgreementAcceptances() /** * Sets the agreementAcceptances + * Represents the current status of a user's response to a company's customizable terms of use agreement. * * @param AgreementAcceptance[] $val The agreementAcceptances * @@ -55,6 +57,7 @@ public function setAgreementAcceptances($val) /** * Gets the agreements + * Represents a tenant's customizable terms of use agreement that's created and managed with Azure Active Directory (Azure AD). * * @return array|null The agreements */ @@ -69,6 +72,7 @@ public function getAgreements() /** * Sets the agreements + * Represents a tenant's customizable terms of use agreement that's created and managed with Azure Active Directory (Azure AD). * * @param Agreement[] $val The agreements * diff --git a/src/Model/User.php b/src/Model/User.php index 2029729b6cd..e1944381fc1 100644 --- a/src/Model/User.php +++ b/src/Model/User.php @@ -1663,7 +1663,7 @@ public function setUsageLocation($val) /** * Gets the userPrincipalName - * The user principal name (UPN) of the user. The UPN is an Internet-style login name for the user based on the Internet standard RFC 822. By convention, this should map to the user's email name. The general format is alias@domain, where domain must be present in the tenant's collection of verified domains. This property is required when a user is created. The verified domains for the tenant can be accessed from the verifiedDomains property of organization.NOTE: This property cannot contain accent characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderBy. + * The user principal name (UPN) of the user. The UPN is an Internet-style login name for the user based on the Internet standard RFC 822. By convention, this should map to the user's email name. The general format is alias@domain, where domain must be present in the tenant's collection of verified domains. This property is required when a user is created. The verified domains for the tenant can be accessed from the verifiedDomains property of organization.NOTE: This property cannot contain accent characters. Only the following characters are allowed A - Z, a - z, 0 - 9, ' . - _ ! # ^ ~. For the complete list of allowed characters, see username policies. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderBy. * * @return string|null The userPrincipalName */ @@ -1678,7 +1678,7 @@ public function getUserPrincipalName() /** * Sets the userPrincipalName - * The user principal name (UPN) of the user. The UPN is an Internet-style login name for the user based on the Internet standard RFC 822. By convention, this should map to the user's email name. The general format is alias@domain, where domain must be present in the tenant's collection of verified domains. This property is required when a user is created. The verified domains for the tenant can be accessed from the verifiedDomains property of organization.NOTE: This property cannot contain accent characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderBy. + * The user principal name (UPN) of the user. The UPN is an Internet-style login name for the user based on the Internet standard RFC 822. By convention, this should map to the user's email name. The general format is alias@domain, where domain must be present in the tenant's collection of verified domains. This property is required when a user is created. The verified domains for the tenant can be accessed from the verifiedDomains property of organization.NOTE: This property cannot contain accent characters. Only the following characters are allowed A - Z, a - z, 0 - 9, ' . - _ ! # ^ ~. For the complete list of allowed characters, see username policies. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderBy. * * @param string $val The userPrincipalName *