diff --git a/src/CallRecords/Model/PstnCallLogRow.php b/src/CallRecords/Model/PstnCallLogRow.php index c2727d6e899..d92951c106c 100644 --- a/src/CallRecords/Model/PstnCallLogRow.php +++ b/src/CallRecords/Model/PstnCallLogRow.php @@ -638,7 +638,7 @@ public function setUserDisplayName($val) } /** * Gets the userId - * Calling user's ID in Graph. GUID. This and other user info will be null/empty for bot call types (ucap_in, ucap_out). + * Calling user's ID in Graph. GUID. This and other user info will be null/empty for bot call types (ucapin, ucapout). * * @return string|null The userId */ @@ -653,7 +653,7 @@ public function getUserId() /** * Sets the userId - * Calling user's ID in Graph. GUID. This and other user info will be null/empty for bot call types (ucap_in, ucap_out). + * Calling user's ID in Graph. GUID. This and other user info will be null/empty for bot call types (ucapin, ucapout). * * @param string $val The value of the userId * diff --git a/src/Model/AccessPackage.php b/src/Model/AccessPackage.php index fc1588bf894..4a98015be9e 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. Supports $filter (eq, contains). + * Required. 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. Supports $filter (eq, contains). + * Required. The display name of the access package. Supports $filter (eq, contains). * * @param string $val The displayName * @@ -210,6 +210,7 @@ public function setAccessPackagesIncompatibleWith($val) /** * Gets the assignmentPolicies + * Read-only. Nullable. Supports $expand. * * @return array|null The assignmentPolicies */ @@ -224,6 +225,7 @@ public function getAssignmentPolicies() /** * Sets the assignmentPolicies + * Read-only. Nullable. Supports $expand. * * @param AccessPackageAssignmentPolicy[] $val The assignmentPolicies * @@ -237,6 +239,7 @@ public function setAssignmentPolicies($val) /** * Gets the catalog + * Required when creating the access package. Read-only. Nullable. * * @return AccessPackageCatalog|null The catalog */ @@ -255,6 +258,7 @@ public function getCatalog() /** * Sets the catalog + * Required when creating the access package. Read-only. Nullable. * * @param AccessPackageCatalog $val The catalog * @@ -329,6 +333,7 @@ public function setIncompatibleGroups($val) /** * Gets the resourceRoleScopes + * The resource roles and scopes in this access package. * * @return array|null The resourceRoleScopes */ @@ -343,6 +348,7 @@ public function getResourceRoleScopes() /** * Sets the resourceRoleScopes + * The resource roles and scopes in this access package. * * @param AccessPackageResourceRoleScope[] $val The resourceRoleScopes * diff --git a/src/Model/AccessPackageAssignment.php b/src/Model/AccessPackageAssignment.php index 9fdb7979ee7..03b53a0e881 100644 --- a/src/Model/AccessPackageAssignment.php +++ b/src/Model/AccessPackageAssignment.php @@ -27,6 +27,7 @@ class AccessPackageAssignment extends Entity /** * Gets the customExtensionCalloutInstances + * Information about all the custom extension calls that were made during the access package assignment workflow. * * @return array|null The customExtensionCalloutInstances */ @@ -41,6 +42,7 @@ public function getCustomExtensionCalloutInstances() /** * Sets the customExtensionCalloutInstances + * Information about all the custom extension calls that were made during the access package assignment workflow. * * @param CustomExtensionCalloutInstance[] $val The customExtensionCalloutInstances * diff --git a/src/Model/AccessPackageAssignmentPolicy.php b/src/Model/AccessPackageAssignmentPolicy.php index 315fc7b5569..dda2aaa4c31 100644 --- a/src/Model/AccessPackageAssignmentPolicy.php +++ b/src/Model/AccessPackageAssignmentPolicy.php @@ -378,7 +378,7 @@ public function setSpecificAllowedTargets($val) /** * Gets the accessPackage - * Access package containing this policy. Read-only. + * Access package containing this policy. Read-only. Supports $expand. * * @return AccessPackage|null The accessPackage */ @@ -397,7 +397,7 @@ public function getAccessPackage() /** * Sets the accessPackage - * Access package containing this policy. Read-only. + * Access package containing this policy. Read-only. Supports $expand. * * @param AccessPackage $val The accessPackage * @@ -445,6 +445,7 @@ public function setCatalog($val) /** * Gets the customExtensionStageSettings + * The collection of stages when to execute one or more custom access package workflow extensions. Supports $expand. * * @return array|null The customExtensionStageSettings */ @@ -459,6 +460,7 @@ public function getCustomExtensionStageSettings() /** * Sets the customExtensionStageSettings + * The collection of stages when to execute one or more custom access package workflow extensions. Supports $expand. * * @param CustomExtensionStageSetting[] $val The customExtensionStageSettings * diff --git a/src/Model/AccessPackageAssignmentRequest.php b/src/Model/AccessPackageAssignmentRequest.php index 6cd5b4be385..bdeb0ed6e2d 100644 --- a/src/Model/AccessPackageAssignmentRequest.php +++ b/src/Model/AccessPackageAssignmentRequest.php @@ -123,6 +123,7 @@ public function setCreatedDateTime($val) /** * Gets the customExtensionCalloutInstances + * Information about all the custom extension calls that were made during the access package assignment workflow. * * @return array|null The customExtensionCalloutInstances */ @@ -137,6 +138,7 @@ public function getCustomExtensionCalloutInstances() /** * Sets the customExtensionCalloutInstances + * Information about all the custom extension calls that were made during the access package assignment workflow. * * @param CustomExtensionCalloutInstance[] $val The customExtensionCalloutInstances * diff --git a/src/Model/AccessPackageAssignmentRequestCallbackData.php b/src/Model/AccessPackageAssignmentRequestCallbackData.php index b3258780ddd..9f8d2ba2a45 100644 --- a/src/Model/AccessPackageAssignmentRequestCallbackData.php +++ b/src/Model/AccessPackageAssignmentRequestCallbackData.php @@ -25,6 +25,7 @@ class AccessPackageAssignmentRequestCallbackData extends CustomExtensionData { /** * Gets the customExtensionStageInstanceDetail + * Details for the callback. * * @return string|null The customExtensionStageInstanceDetail */ @@ -39,6 +40,7 @@ public function getCustomExtensionStageInstanceDetail() /** * Sets the customExtensionStageInstanceDetail + * Details for the callback. * * @param string $val The value of the customExtensionStageInstanceDetail * @@ -51,6 +53,7 @@ public function setCustomExtensionStageInstanceDetail($val) } /** * Gets the customExtensionStageInstanceId + * Unique identifier of the callout to the custom extension. * * @return string|null The customExtensionStageInstanceId */ @@ -65,6 +68,7 @@ public function getCustomExtensionStageInstanceId() /** * Sets the customExtensionStageInstanceId + * Unique identifier of the callout to the custom extension. * * @param string $val The value of the customExtensionStageInstanceId * @@ -78,6 +82,7 @@ public function setCustomExtensionStageInstanceId($val) /** * Gets the stage + * Indicates the stage at which the custom callout extension will be executed. The possible values are: assignmentRequestCreated, assignmentRequestApproved, assignmentRequestGranted, assignmentRequestRemoved, assignmentFourteenDaysBeforeExpiration, assignmentOneDayBeforeExpiration, unknownFutureValue. * * @return AccessPackageCustomExtensionStage|null The stage */ @@ -96,6 +101,7 @@ public function getStage() /** * Sets the stage + * Indicates the stage at which the custom callout extension will be executed. The possible values are: assignmentRequestCreated, assignmentRequestApproved, assignmentRequestGranted, assignmentRequestRemoved, assignmentFourteenDaysBeforeExpiration, assignmentOneDayBeforeExpiration, unknownFutureValue. * * @param AccessPackageCustomExtensionStage $val The value to assign to the stage * @@ -108,6 +114,7 @@ public function setStage($val) } /** * Gets the state + * Allow the extension to be able to deny or cancel the request submitted by the requestor. The supported values are Denied and Canceled. This property can only be set for an assignmentRequestCreated stage. * * @return string|null The state */ @@ -122,6 +129,7 @@ public function getState() /** * Sets the state + * Allow the extension to be able to deny or cancel the request submitted by the requestor. The supported values are Denied and Canceled. This property can only be set for an assignmentRequestCreated stage. * * @param string $val The value of the state * diff --git a/src/Model/AccessPackageAssignmentRequestWorkflowExtension.php b/src/Model/AccessPackageAssignmentRequestWorkflowExtension.php index 982484d4730..d18048fadd8 100644 --- a/src/Model/AccessPackageAssignmentRequestWorkflowExtension.php +++ b/src/Model/AccessPackageAssignmentRequestWorkflowExtension.php @@ -26,6 +26,7 @@ class AccessPackageAssignmentRequestWorkflowExtension extends CustomCalloutExten { /** * Gets the callbackConfiguration + * The callback configuration for a custom extension. * * @return CustomExtensionCallbackConfiguration|null The callbackConfiguration */ @@ -44,6 +45,7 @@ public function getCallbackConfiguration() /** * Sets the callbackConfiguration + * The callback configuration for a custom extension. * * @param CustomExtensionCallbackConfiguration $val The callbackConfiguration * @@ -57,6 +59,7 @@ public function setCallbackConfiguration($val) /** * Gets the createdBy + * The userPrincipalName of the user or identity of the subject that created this resource. Read-only. * * @return string|null The createdBy */ @@ -71,6 +74,7 @@ public function getCreatedBy() /** * Sets the createdBy + * The userPrincipalName of the user or identity of the subject that created this resource. Read-only. * * @param string $val The createdBy * @@ -84,6 +88,7 @@ public function setCreatedBy($val) /** * Gets the createdDateTime + * When the object was created. * * @return \DateTime|null The createdDateTime */ @@ -102,6 +107,7 @@ public function getCreatedDateTime() /** * Sets the createdDateTime + * When the object was created. * * @param \DateTime $val The createdDateTime * @@ -115,6 +121,7 @@ public function setCreatedDateTime($val) /** * Gets the lastModifiedBy + * The userPrincipalName of the identity that last modified the object. * * @return string|null The lastModifiedBy */ @@ -129,6 +136,7 @@ public function getLastModifiedBy() /** * Sets the lastModifiedBy + * The userPrincipalName of the identity that last modified the object. * * @param string $val The lastModifiedBy * @@ -142,6 +150,7 @@ public function setLastModifiedBy($val) /** * Gets the lastModifiedDateTime + * When the object was last modified. * * @return \DateTime|null The lastModifiedDateTime */ @@ -160,6 +169,7 @@ public function getLastModifiedDateTime() /** * Sets the lastModifiedDateTime + * When the object was last modified. * * @param \DateTime $val The lastModifiedDateTime * diff --git a/src/Model/AccessPackageAssignmentWorkflowExtension.php b/src/Model/AccessPackageAssignmentWorkflowExtension.php index 9ef5e71cdad..ab53e374a0b 100644 --- a/src/Model/AccessPackageAssignmentWorkflowExtension.php +++ b/src/Model/AccessPackageAssignmentWorkflowExtension.php @@ -26,6 +26,7 @@ class AccessPackageAssignmentWorkflowExtension extends CustomCalloutExtension { /** * Gets the callbackConfiguration + * The callback configuration for a custom extension. * * @return CustomExtensionCallbackConfiguration|null The callbackConfiguration */ @@ -44,6 +45,7 @@ public function getCallbackConfiguration() /** * Sets the callbackConfiguration + * The callback configuration for a custom extension. * * @param CustomExtensionCallbackConfiguration $val The callbackConfiguration * @@ -57,6 +59,7 @@ public function setCallbackConfiguration($val) /** * Gets the createdBy + * The userPrincipalName of the user or identity of the subject that created this resource. Read-only. * * @return string|null The createdBy */ @@ -71,6 +74,7 @@ public function getCreatedBy() /** * Sets the createdBy + * The userPrincipalName of the user or identity of the subject that created this resource. Read-only. * * @param string $val The createdBy * @@ -84,6 +88,7 @@ public function setCreatedBy($val) /** * Gets the createdDateTime + * When the entity was created. * * @return \DateTime|null The createdDateTime */ @@ -102,6 +107,7 @@ public function getCreatedDateTime() /** * Sets the createdDateTime + * When the entity was created. * * @param \DateTime $val The createdDateTime * @@ -115,6 +121,7 @@ public function setCreatedDateTime($val) /** * Gets the lastModifiedBy + * The userPrincipalName of the identity that last modified the entity. * * @return string|null The lastModifiedBy */ @@ -129,6 +136,7 @@ public function getLastModifiedBy() /** * Sets the lastModifiedBy + * The userPrincipalName of the identity that last modified the entity. * * @param string $val The lastModifiedBy * @@ -142,6 +150,7 @@ public function setLastModifiedBy($val) /** * Gets the lastModifiedDateTime + * When the entity was last modified. * * @return \DateTime|null The lastModifiedDateTime */ @@ -160,6 +169,7 @@ public function getLastModifiedDateTime() /** * Sets the lastModifiedDateTime + * When the entity was last modified. * * @param \DateTime $val The lastModifiedDateTime * diff --git a/src/Model/AccessPackageCatalog.php b/src/Model/AccessPackageCatalog.php index 8c12367dd86..55ddbb6d8b4 100644 --- a/src/Model/AccessPackageCatalog.php +++ b/src/Model/AccessPackageCatalog.php @@ -332,6 +332,7 @@ public function setResourceRoles($val) /** * Gets the resources + * Access package resources in this catalog. * * @return array|null The resources */ @@ -346,6 +347,7 @@ public function getResources() /** * Sets the resources + * Access package resources in this catalog. * * @param AccessPackageResource[] $val The resources * diff --git a/src/Model/AccessPackageResource.php b/src/Model/AccessPackageResource.php index acc89d2881b..131ee0eec42 100644 --- a/src/Model/AccessPackageResource.php +++ b/src/Model/AccessPackageResource.php @@ -26,6 +26,7 @@ class AccessPackageResource extends Entity { /** * Gets the createdDateTime + * 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. Read-only. * * @return \DateTime|null The createdDateTime */ @@ -44,6 +45,7 @@ public function getCreatedDateTime() /** * Sets the createdDateTime + * 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. Read-only. * * @param \DateTime $val The createdDateTime * @@ -57,6 +59,7 @@ public function setCreatedDateTime($val) /** * Gets the description + * A description for the resource. * * @return string|null The description */ @@ -71,6 +74,7 @@ public function getDescription() /** * Sets the description + * A description for the resource. * * @param string $val The description * @@ -84,6 +88,7 @@ public function setDescription($val) /** * Gets the displayName + * The display name of the resource, such as the application name, group name or site name. * * @return string|null The displayName */ @@ -98,6 +103,7 @@ public function getDisplayName() /** * Sets the displayName + * The display name of the resource, such as the application name, group name or site name. * * @param string $val The displayName * @@ -111,6 +117,7 @@ public function setDisplayName($val) /** * Gets the modifiedDateTime + * 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. Read-only. * * @return \DateTime|null The modifiedDateTime */ @@ -129,6 +136,7 @@ public function getModifiedDateTime() /** * Sets the modifiedDateTime + * 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. Read-only. * * @param \DateTime $val The modifiedDateTime * @@ -142,6 +150,7 @@ public function setModifiedDateTime($val) /** * Gets the originId + * The unique identifier of the resource in the origin system. In the case of an Azure AD group, this is the identifier of the group. * * @return string|null The originId */ @@ -156,6 +165,7 @@ public function getOriginId() /** * Sets the originId + * The unique identifier of the resource in the origin system. In the case of an Azure AD group, this is the identifier of the group. * * @param string $val The originId * @@ -169,6 +179,7 @@ public function setOriginId($val) /** * Gets the originSystem + * The type of the resource in the origin system, such as SharePointOnline, AadApplication or AadGroup. * * @return string|null The originSystem */ @@ -183,6 +194,7 @@ public function getOriginSystem() /** * Sets the originSystem + * The type of the resource in the origin system, such as SharePointOnline, AadApplication or AadGroup. * * @param string $val The originSystem * @@ -196,6 +208,7 @@ public function setOriginSystem($val) /** * Gets the environment + * Contains the environment information for the resource. This can be set using either the @odata.bind annotation or the environment's originId.Supports $expand. * * @return AccessPackageResourceEnvironment|null The environment */ @@ -214,6 +227,7 @@ public function getEnvironment() /** * Sets the environment + * Contains the environment information for the resource. This can be set using either the @odata.bind annotation or the environment's originId.Supports $expand. * * @param AccessPackageResourceEnvironment $val The environment * @@ -228,6 +242,7 @@ public function setEnvironment($val) /** * Gets the roles + * Read-only. Nullable. Supports $expand. * * @return array|null The roles */ @@ -242,6 +257,7 @@ public function getRoles() /** * Sets the roles + * Read-only. Nullable. Supports $expand. * * @param AccessPackageResourceRole[] $val The roles * @@ -256,6 +272,7 @@ public function setRoles($val) /** * Gets the scopes + * Read-only. Nullable. Supports $expand. * * @return array|null The scopes */ @@ -270,6 +287,7 @@ public function getScopes() /** * Sets the scopes + * Read-only. Nullable. Supports $expand. * * @param AccessPackageResourceScope[] $val The scopes * diff --git a/src/Model/AccessPackageResourceEnvironment.php b/src/Model/AccessPackageResourceEnvironment.php index ff221b0ff9d..c73bfed3683 100644 --- a/src/Model/AccessPackageResourceEnvironment.php +++ b/src/Model/AccessPackageResourceEnvironment.php @@ -26,6 +26,7 @@ class AccessPackageResourceEnvironment extends Entity { /** * Gets the createdDateTime + * The date and time that this object was created. The DateTimeOffset 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 and time that this object was created. The DateTimeOffset 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 description + * The description of this object. * * @return string|null The description */ @@ -71,6 +74,7 @@ public function getDescription() /** * Sets the description + * The description of this object. * * @param string $val The description * @@ -84,6 +88,7 @@ public function setDescription($val) /** * Gets the displayName + * The display name of this object. * * @return string|null The displayName */ @@ -98,6 +103,7 @@ public function getDisplayName() /** * Sets the displayName + * The display name of this object. * * @param string $val The displayName * @@ -111,6 +117,7 @@ public function setDisplayName($val) /** * Gets the isDefaultEnvironment + * Determines whether this is default environment or not. It is set to true for all static origin systems, such as Azure AD groups and Azure AD Applications. * * @return bool|null The isDefaultEnvironment */ @@ -125,6 +132,7 @@ public function getIsDefaultEnvironment() /** * Sets the isDefaultEnvironment + * Determines whether this is default environment or not. It is set to true for all static origin systems, such as Azure AD groups and Azure AD Applications. * * @param bool $val The isDefaultEnvironment * @@ -138,6 +146,7 @@ public function setIsDefaultEnvironment($val) /** * Gets the modifiedDateTime + * The date and time that this object was last modified. The DateTimeOffset 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 modifiedDateTime */ @@ -156,6 +165,7 @@ public function getModifiedDateTime() /** * Sets the modifiedDateTime + * The date and time that this object was last modified. The DateTimeOffset 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 modifiedDateTime * @@ -169,6 +179,7 @@ public function setModifiedDateTime($val) /** * Gets the originId + * The unique identifier of this environment in the origin system. * * @return string|null The originId */ @@ -183,6 +194,7 @@ public function getOriginId() /** * Sets the originId + * The unique identifier of this environment in the origin system. * * @param string $val The originId * @@ -196,6 +208,7 @@ public function setOriginId($val) /** * Gets the originSystem + * The type of the resource in the origin system, that is, SharePointOnline. Requires $filter (eq). * * @return string|null The originSystem */ @@ -210,6 +223,7 @@ public function getOriginSystem() /** * Sets the originSystem + * The type of the resource in the origin system, that is, SharePointOnline. Requires $filter (eq). * * @param string $val The originSystem * @@ -224,6 +238,7 @@ public function setOriginSystem($val) /** * Gets the resources + * Read-only. Required. * * @return array|null The resources */ @@ -238,6 +253,7 @@ public function getResources() /** * Sets the resources + * Read-only. Required. * * @param AccessPackageResource[] $val The resources * diff --git a/src/Model/AccessPackageResourceRequest.php b/src/Model/AccessPackageResourceRequest.php index 6701f465164..bf6f00b198c 100644 --- a/src/Model/AccessPackageResourceRequest.php +++ b/src/Model/AccessPackageResourceRequest.php @@ -26,6 +26,7 @@ class AccessPackageResourceRequest extends Entity { /** * Gets the createdDateTime + * 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. Read-only. * * @return \DateTime|null The createdDateTime */ @@ -44,6 +45,7 @@ public function getCreatedDateTime() /** * Sets the createdDateTime + * 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. Read-only. * * @param \DateTime $val The createdDateTime * @@ -57,6 +59,7 @@ public function setCreatedDateTime($val) /** * Gets the requestType + * The type of the request. Use adminAdd to add a resource, if the caller is an administrator or resource owner, adminUpdate to update a resource, or adminRemove to remove a resource. * * @return AccessPackageRequestType|null The requestType */ @@ -75,6 +78,7 @@ public function getRequestType() /** * Sets the requestType + * The type of the request. Use adminAdd to add a resource, if the caller is an administrator or resource owner, adminUpdate to update a resource, or adminRemove to remove a resource. * * @param AccessPackageRequestType $val The requestType * @@ -88,6 +92,7 @@ public function setRequestType($val) /** * Gets the state + * The outcome of whether the service was able to add the resource to the catalog. The value is delivered if the resource was added or removed. Read-only. * * @return AccessPackageRequestState|null The state */ @@ -106,6 +111,7 @@ public function getState() /** * Sets the state + * The outcome of whether the service was able to add the resource to the catalog. The value is delivered if the resource was added or removed. Read-only. * * @param AccessPackageRequestState $val The state * diff --git a/src/Model/AccessPackageResourceRole.php b/src/Model/AccessPackageResourceRole.php index 8f2d7386424..4257ff24b09 100644 --- a/src/Model/AccessPackageResourceRole.php +++ b/src/Model/AccessPackageResourceRole.php @@ -26,6 +26,7 @@ class AccessPackageResourceRole extends Entity { /** * Gets the description + * A description for the resource role. * * @return string|null The description */ @@ -40,6 +41,7 @@ public function getDescription() /** * Sets the description + * A description for the resource role. * * @param string $val The description * @@ -53,6 +55,7 @@ public function setDescription($val) /** * Gets the displayName + * The display name of the resource role such as the role defined by the application. * * @return string|null The displayName */ @@ -67,6 +70,7 @@ public function getDisplayName() /** * Sets the displayName + * The display name of the resource role such as the role defined by the application. * * @param string $val The displayName * @@ -80,6 +84,7 @@ public function setDisplayName($val) /** * Gets the originId + * The unique identifier of the resource role in the origin system. For a SharePoint Online site, the originId will be the sequence number of the role in the site. * * @return string|null The originId */ @@ -94,6 +99,7 @@ public function getOriginId() /** * Sets the originId + * The unique identifier of the resource role in the origin system. For a SharePoint Online site, the originId will be the sequence number of the role in the site. * * @param string $val The originId * @@ -107,6 +113,7 @@ public function setOriginId($val) /** * Gets the originSystem + * The type of the resource in the origin system, such as SharePointOnline, AadApplication or AadGroup. * * @return string|null The originSystem */ @@ -121,6 +128,7 @@ public function getOriginSystem() /** * Sets the originSystem + * The type of the resource in the origin system, such as SharePointOnline, AadApplication or AadGroup. * * @param string $val The originSystem * diff --git a/src/Model/AccessPackageResourceRoleScope.php b/src/Model/AccessPackageResourceRoleScope.php index 2997d6644f8..0a0ee194e23 100644 --- a/src/Model/AccessPackageResourceRoleScope.php +++ b/src/Model/AccessPackageResourceRoleScope.php @@ -26,6 +26,7 @@ class AccessPackageResourceRoleScope extends Entity { /** * Gets the createdDateTime + * 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 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 * diff --git a/src/Model/AccessPackageResourceScope.php b/src/Model/AccessPackageResourceScope.php index e3da594a8d3..70ed881234d 100644 --- a/src/Model/AccessPackageResourceScope.php +++ b/src/Model/AccessPackageResourceScope.php @@ -26,6 +26,7 @@ class AccessPackageResourceScope extends Entity { /** * Gets the description + * The description of the scope. * * @return string|null The description */ @@ -40,6 +41,7 @@ public function getDescription() /** * Sets the description + * The description of the scope. * * @param string $val The description * @@ -53,6 +55,7 @@ public function setDescription($val) /** * Gets the displayName + * The display name of the scope. * * @return string|null The displayName */ @@ -67,6 +70,7 @@ public function getDisplayName() /** * Sets the displayName + * The display name of the scope. * * @param string $val The displayName * @@ -80,6 +84,7 @@ public function setDisplayName($val) /** * Gets the isRootScope + * True if the scopes are arranged in a hierarchy and this is the top or root scope of the resource. * * @return bool|null The isRootScope */ @@ -94,6 +99,7 @@ public function getIsRootScope() /** * Sets the isRootScope + * True if the scopes are arranged in a hierarchy and this is the top or root scope of the resource. * * @param bool $val The isRootScope * @@ -107,6 +113,7 @@ public function setIsRootScope($val) /** * Gets the originId + * The unique identifier for the scope in the resource as defined in the origin system. * * @return string|null The originId */ @@ -121,6 +128,7 @@ public function getOriginId() /** * Sets the originId + * The unique identifier for the scope in the resource as defined in the origin system. * * @param string $val The originId * @@ -134,6 +142,7 @@ public function setOriginId($val) /** * Gets the originSystem + * The origin system for the scope. * * @return string|null The originSystem */ @@ -148,6 +157,7 @@ public function getOriginSystem() /** * Sets the originSystem + * The origin system for the scope. * * @param string $val The originSystem * diff --git a/src/Model/ArchivedPrintJob.php b/src/Model/ArchivedPrintJob.php index 0ca93e912a8..c175112df57 100644 --- a/src/Model/ArchivedPrintJob.php +++ b/src/Model/ArchivedPrintJob.php @@ -267,6 +267,34 @@ public function setPrinterId($val) $this->_propDict["printerId"] = $val; return $this; } + /** + * Gets the printerName + * The printer name that the job was queued for. Read-only. + * + * @return string|null The printerName + */ + public function getPrinterName() + { + if (array_key_exists("printerName", $this->_propDict)) { + return $this->_propDict["printerName"]; + } else { + return null; + } + } + + /** + * Sets the printerName + * The printer name that the job was queued for. Read-only. + * + * @param string $val The value of the printerName + * + * @return ArchivedPrintJob + */ + public function setPrinterName($val) + { + $this->_propDict["printerName"] = $val; + return $this; + } /** * Gets the processingState diff --git a/src/Model/AudioRoutingGroup.php b/src/Model/AudioRoutingGroup.php index a454f3b4957..5ec4a9ef058 100644 --- a/src/Model/AudioRoutingGroup.php +++ b/src/Model/AudioRoutingGroup.php @@ -26,6 +26,7 @@ class AudioRoutingGroup extends Entity { /** * Gets the receivers + * List of receiving participant ids. * * @return array|null The receivers */ @@ -40,6 +41,7 @@ public function getReceivers() /** * Sets the receivers + * List of receiving participant ids. * * @param string[] $val The receivers * @@ -53,6 +55,7 @@ public function setReceivers($val) /** * Gets the routingMode + * Routing group mode. Possible values are: oneToOne, multicast. * * @return RoutingMode|null The routingMode */ @@ -71,6 +74,7 @@ public function getRoutingMode() /** * Sets the routingMode + * Routing group mode. Possible values are: oneToOne, multicast. * * @param RoutingMode $val The routingMode * @@ -84,6 +88,7 @@ public function setRoutingMode($val) /** * Gets the sources + * List of source participant ids. * * @return array|null The sources */ @@ -98,6 +103,7 @@ public function getSources() /** * Sets the sources + * List of source participant ids. * * @param string[] $val The sources * diff --git a/src/Model/Chat.php b/src/Model/Chat.php index 2b7f58b48f9..2a265c94a4f 100644 --- a/src/Model/Chat.php +++ b/src/Model/Chat.php @@ -400,6 +400,34 @@ public function setMessages($val) } + /** + * Gets the permissionGrants + * + * @return array|null The permissionGrants + */ + public function getPermissionGrants() + { + if (array_key_exists("permissionGrants", $this->_propDict)) { + return $this->_propDict["permissionGrants"]; + } else { + return null; + } + } + + /** + * Sets the permissionGrants + * + * @param ResourceSpecificPermissionGrant[] $val The permissionGrants + * + * @return Chat + */ + public function setPermissionGrants($val) + { + $this->_propDict["permissionGrants"] = $val; + return $this; + } + + /** * Gets the pinnedMessages * A collection of all the pinned messages in the chat. Nullable. diff --git a/src/Model/CustomExtensionCalloutInstance.php b/src/Model/CustomExtensionCalloutInstance.php index 197201e98a5..290010f9ca7 100644 --- a/src/Model/CustomExtensionCalloutInstance.php +++ b/src/Model/CustomExtensionCalloutInstance.php @@ -25,6 +25,7 @@ class CustomExtensionCalloutInstance extends Entity { /** * Gets the customExtensionId + * Identification of the custom extension that was triggered at this instance. * * @return string|null The customExtensionId */ @@ -39,6 +40,7 @@ public function getCustomExtensionId() /** * Sets the customExtensionId + * Identification of the custom extension that was triggered at this instance. * * @param string $val The value of the customExtensionId * @@ -51,6 +53,7 @@ public function setCustomExtensionId($val) } /** * Gets the detail + * Details provided by the logic app during the callback of the request instance. * * @return string|null The detail */ @@ -65,6 +68,7 @@ public function getDetail() /** * Sets the detail + * Details provided by the logic app during the callback of the request instance. * * @param string $val The value of the detail * @@ -77,6 +81,7 @@ public function setDetail($val) } /** * Gets the externalCorrelationId + * The unique run identifier for the logic app. * * @return string|null The externalCorrelationId */ @@ -91,6 +96,7 @@ public function getExternalCorrelationId() /** * Sets the externalCorrelationId + * The unique run identifier for the logic app. * * @param string $val The value of the externalCorrelationId * @@ -103,6 +109,7 @@ public function setExternalCorrelationId($val) } /** * Gets the id + * Unique identifier for the callout instance. Read-only. * * @return string|null The id */ @@ -117,6 +124,7 @@ public function getId() /** * Sets the id + * Unique identifier for the callout instance. Read-only. * * @param string $val The value of the id * @@ -130,6 +138,7 @@ public function setId($val) /** * Gets the status + * The status of the request to the custom extension. The possible values are: calloutSent, callbackReceived, calloutFailed, callbackTimedOut, waitingForCallback, unknownFutureValue. * * @return CustomExtensionCalloutInstanceStatus|null The status */ @@ -148,6 +157,7 @@ public function getStatus() /** * Sets the status + * The status of the request to the custom extension. The possible values are: calloutSent, callbackReceived, calloutFailed, callbackTimedOut, waitingForCallback, unknownFutureValue. * * @param CustomExtensionCalloutInstanceStatus $val The value to assign to the status * diff --git a/src/Model/CustomExtensionStageSetting.php b/src/Model/CustomExtensionStageSetting.php index 4f68a0a512c..b83d1e01288 100644 --- a/src/Model/CustomExtensionStageSetting.php +++ b/src/Model/CustomExtensionStageSetting.php @@ -26,6 +26,7 @@ class CustomExtensionStageSetting extends Entity { /** * Gets 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. * * @return AccessPackageCustomExtensionStage|null The stage */ @@ -44,6 +45,7 @@ public function getStage() /** * 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 * @@ -57,6 +59,7 @@ public function setStage($val) /** * Gets the customExtension + * Indicates the custom workflow extension that will be executed at this stage. Nullable. Supports $expand. * * @return CustomCalloutExtension|null The customExtension */ @@ -75,6 +78,7 @@ public function getCustomExtension() /** * Sets the customExtension + * Indicates the custom workflow extension that will be executed at this stage. Nullable. Supports $expand. * * @param CustomCalloutExtension $val The customExtension * diff --git a/src/Model/CustomSecurityAttributeValue.php b/src/Model/CustomSecurityAttributeValue.php new file mode 100644 index 00000000000..ccb6d974eb3 --- /dev/null +++ b/src/Model/CustomSecurityAttributeValue.php @@ -0,0 +1,26 @@ +_propDict)) { + return $this->_propDict["allowParticipantsToChangeName"]; + } else { + return null; + } + } + + /** + * Sets the allowParticipantsToChangeName + * Specifies if participants are allowed to rename themselves in an instance of the meeting. + * + * @param bool $val The allowParticipantsToChangeName + * + * @return OnlineMeeting + */ + public function setAllowParticipantsToChangeName($val) + { + $this->_propDict["allowParticipantsToChangeName"] = boolval($val); + return $this; + } + /** * Gets the allowTeamworkReactions * Indicates whether Teams reactions are enabled for the meeting. @@ -650,6 +679,39 @@ public function setRecordAutomatically($val) return $this; } + /** + * Gets the shareMeetingChatHistoryDefault + * Specifies whether meeting chat history is shared with participants. Possible values are: all, none, unknownFutureValue. + * + * @return MeetingChatHistoryDefaultMode|null The shareMeetingChatHistoryDefault + */ + public function getShareMeetingChatHistoryDefault() + { + if (array_key_exists("shareMeetingChatHistoryDefault", $this->_propDict)) { + if (is_a($this->_propDict["shareMeetingChatHistoryDefault"], "\Microsoft\Graph\Model\MeetingChatHistoryDefaultMode") || is_null($this->_propDict["shareMeetingChatHistoryDefault"])) { + return $this->_propDict["shareMeetingChatHistoryDefault"]; + } else { + $this->_propDict["shareMeetingChatHistoryDefault"] = new MeetingChatHistoryDefaultMode($this->_propDict["shareMeetingChatHistoryDefault"]); + return $this->_propDict["shareMeetingChatHistoryDefault"]; + } + } + return null; + } + + /** + * Sets the shareMeetingChatHistoryDefault + * Specifies whether meeting chat history is shared with participants. Possible values are: all, none, unknownFutureValue. + * + * @param MeetingChatHistoryDefaultMode $val The shareMeetingChatHistoryDefault + * + * @return OnlineMeeting + */ + public function setShareMeetingChatHistoryDefault($val) + { + $this->_propDict["shareMeetingChatHistoryDefault"] = $val; + return $this; + } + /** * Gets the startDateTime * The meeting start time in UTC. diff --git a/src/Model/OrganizationalBrandingProperties.php b/src/Model/OrganizationalBrandingProperties.php index eb62a354113..84ae5602432 100644 --- a/src/Model/OrganizationalBrandingProperties.php +++ b/src/Model/OrganizationalBrandingProperties.php @@ -26,7 +26,7 @@ class OrganizationalBrandingProperties extends Entity { /** * Gets the backgroundColor - * Color that will appear in place of the background image in low-bandwidth connections. We recommend that you use the primary color of your banner logo or your organization color. Specify this in hexadecimal format, for example, white is #FFFFFF. + * Color that appears in place of the background image in low-bandwidth connections. We recommend that you use the primary color of your banner logo or your organization color. Specify this in hexadecimal format, for example, white is #FFFFFF. * * @return string|null The backgroundColor */ @@ -41,7 +41,7 @@ public function getBackgroundColor() /** * Sets the backgroundColor - * Color that will appear in place of the background image in low-bandwidth connections. We recommend that you use the primary color of your banner logo or your organization color. Specify this in hexadecimal format, for example, white is #FFFFFF. + * Color that appears in place of the background image in low-bandwidth connections. We recommend that you use the primary color of your banner logo or your organization color. Specify this in hexadecimal format, for example, white is #FFFFFF. * * @param string $val The backgroundColor * @@ -117,7 +117,7 @@ public function setBackgroundImageRelativeUrl($val) /** * Gets the bannerLogo - * A banner version of your company logo that appears on the sign-in page. The allowed types are PNG or JPEG no larger than 36 × 245 pixels. We recommend using a transparent image with no padding around the logo. + * A banner version of your company logo that appears on the sign-in page. The allowed types are PNG or JPEG not larger than 36 × 245 pixels. We recommend using a transparent image with no padding around the logo. * * @return \GuzzleHttp\Psr7\Stream|null The bannerLogo */ @@ -136,7 +136,7 @@ public function getBannerLogo() /** * Sets the bannerLogo - * A banner version of your company logo that appears on the sign-in page. The allowed types are PNG or JPEG no larger than 36 × 245 pixels. We recommend using a transparent image with no padding around the logo. + * A banner version of your company logo that appears on the sign-in page. The allowed types are PNG or JPEG not larger than 36 × 245 pixels. We recommend using a transparent image with no padding around the logo. * * @param \GuzzleHttp\Psr7\Stream $val The bannerLogo * @@ -150,7 +150,7 @@ public function setBannerLogo($val) /** * Gets the bannerLogoRelativeUrl - * A relative url for the bannerLogo property that is combined with a CDN base URL from the cdnList to provide the read-only version served by a CDN. Read-only. + * A relative URL for the bannerLogo property that is combined with a CDN base URL from the cdnList to provide the read-only version served by a CDN. Read-only. * * @return string|null The bannerLogoRelativeUrl */ @@ -165,7 +165,7 @@ public function getBannerLogoRelativeUrl() /** * Sets the bannerLogoRelativeUrl - * A relative url for the bannerLogo property that is combined with a CDN base URL from the cdnList to provide the read-only version served by a CDN. Read-only. + * A relative URL for the bannerLogo property that is combined with a CDN base URL from the cdnList to provide the read-only version served by a CDN. Read-only. * * @param string $val The bannerLogoRelativeUrl * @@ -208,6 +208,7 @@ public function setCdnList($val) /** * Gets the customAccountResetCredentialsUrl + * A custom URL for resetting account credentials. This URL must be in ASCII format or non-ASCII characters must be URL encoded, and not exceed 128 characters. * * @return string|null The customAccountResetCredentialsUrl */ @@ -222,6 +223,7 @@ public function getCustomAccountResetCredentialsUrl() /** * Sets the customAccountResetCredentialsUrl + * A custom URL for resetting account credentials. This URL must be in ASCII format or non-ASCII characters must be URL encoded, and not exceed 128 characters. * * @param string $val The customAccountResetCredentialsUrl * @@ -235,6 +237,7 @@ public function setCustomAccountResetCredentialsUrl($val) /** * Gets the customCannotAccessYourAccountText + * A string to replace the default 'Can't access your account?' self-service password reset (SSPR) hyperlink text on the sign-in page. This text must be in Unicode format and not exceed 256 characters. * * @return string|null The customCannotAccessYourAccountText */ @@ -249,6 +252,7 @@ public function getCustomCannotAccessYourAccountText() /** * Sets the customCannotAccessYourAccountText + * A string to replace the default 'Can't access your account?' self-service password reset (SSPR) hyperlink text on the sign-in page. This text must be in Unicode format and not exceed 256 characters. * * @param string $val The customCannotAccessYourAccountText * @@ -262,6 +266,7 @@ public function setCustomCannotAccessYourAccountText($val) /** * Gets the customCannotAccessYourAccountUrl + * A custom URL to replace the default URL of the self-service password reset (SSPR) 'Can't access your account?' hyperlink on the sign-in page. This URL must be in ASCII format or non-ASCII characters must be URL encoded, and not exceed 128 characters. DO NOT USE. Use customAccountResetCredentialsUrl instead. * * @return string|null The customCannotAccessYourAccountUrl */ @@ -276,6 +281,7 @@ public function getCustomCannotAccessYourAccountUrl() /** * Sets the customCannotAccessYourAccountUrl + * A custom URL to replace the default URL of the self-service password reset (SSPR) 'Can't access your account?' hyperlink on the sign-in page. This URL must be in ASCII format or non-ASCII characters must be URL encoded, and not exceed 128 characters. DO NOT USE. Use customAccountResetCredentialsUrl instead. * * @param string $val The customCannotAccessYourAccountUrl * @@ -289,6 +295,7 @@ public function setCustomCannotAccessYourAccountUrl($val) /** * Gets the customCSS + * CSS styling that appears on the sign-in page. The allowed format is .css format only and not larger than 25 KB. * * @return \GuzzleHttp\Psr7\Stream|null The customCSS */ @@ -307,6 +314,7 @@ public function getCustomCSS() /** * Sets the customCSS + * CSS styling that appears on the sign-in page. The allowed format is .css format only and not larger than 25 KB. * * @param \GuzzleHttp\Psr7\Stream $val The customCSS * @@ -320,6 +328,7 @@ public function setCustomCSS($val) /** * Gets the customCSSRelativeUrl + * A relative URL for the customCSS property that is combined with a CDN base URL from the cdnList to provide the version served by a CDN. Read-only. * * @return string|null The customCSSRelativeUrl */ @@ -334,6 +343,7 @@ public function getCustomCSSRelativeUrl() /** * Sets the customCSSRelativeUrl + * A relative URL for the customCSS property that is combined with a CDN base URL from the cdnList to provide the version served by a CDN. Read-only. * * @param string $val The customCSSRelativeUrl * @@ -347,6 +357,7 @@ public function setCustomCSSRelativeUrl($val) /** * Gets the customForgotMyPasswordText + * A string to replace the default 'Forgot my password' hyperlink text on the sign-in form. This text must be in Unicode format and not exceed 256 characters. * * @return string|null The customForgotMyPasswordText */ @@ -361,6 +372,7 @@ public function getCustomForgotMyPasswordText() /** * Sets the customForgotMyPasswordText + * A string to replace the default 'Forgot my password' hyperlink text on the sign-in form. This text must be in Unicode format and not exceed 256 characters. * * @param string $val The customForgotMyPasswordText * @@ -374,6 +386,7 @@ public function setCustomForgotMyPasswordText($val) /** * Gets the customPrivacyAndCookiesText + * A string to replace the default 'Privacy and Cookies' hyperlink text in the footer. This text must be in Unicode format and not exceed 256 characters. * * @return string|null The customPrivacyAndCookiesText */ @@ -388,6 +401,7 @@ public function getCustomPrivacyAndCookiesText() /** * Sets the customPrivacyAndCookiesText + * A string to replace the default 'Privacy and Cookies' hyperlink text in the footer. This text must be in Unicode format and not exceed 256 characters. * * @param string $val The customPrivacyAndCookiesText * @@ -401,6 +415,7 @@ public function setCustomPrivacyAndCookiesText($val) /** * Gets the customPrivacyAndCookiesUrl + * A custom URL to replace the default URL of the 'Privacy and Cookies' hyperlink in the footer. This URL must be in ASCII format or non-ASCII characters must be URL encoded, and not exceed 128 characters. * * @return string|null The customPrivacyAndCookiesUrl */ @@ -415,6 +430,7 @@ public function getCustomPrivacyAndCookiesUrl() /** * Sets the customPrivacyAndCookiesUrl + * A custom URL to replace the default URL of the 'Privacy and Cookies' hyperlink in the footer. This URL must be in ASCII format or non-ASCII characters must be URL encoded, and not exceed 128 characters. * * @param string $val The customPrivacyAndCookiesUrl * @@ -428,6 +444,7 @@ public function setCustomPrivacyAndCookiesUrl($val) /** * Gets the customResetItNowText + * A string to replace the default 'reset it now' hyperlink text on the sign-in form. This text must be in Unicode format and not exceed 256 characters. DO NOT USE: Customization of the 'reset it now' hyperlink text is currently not supported. * * @return string|null The customResetItNowText */ @@ -442,6 +459,7 @@ public function getCustomResetItNowText() /** * Sets the customResetItNowText + * A string to replace the default 'reset it now' hyperlink text on the sign-in form. This text must be in Unicode format and not exceed 256 characters. DO NOT USE: Customization of the 'reset it now' hyperlink text is currently not supported. * * @param string $val The customResetItNowText * @@ -455,6 +473,7 @@ public function setCustomResetItNowText($val) /** * Gets the customTermsOfUseText + * A string to replace the the default 'Terms of Use' hyperlink text in the footer. This text must be in Unicode format and not exceed 256 characters. * * @return string|null The customTermsOfUseText */ @@ -469,6 +488,7 @@ public function getCustomTermsOfUseText() /** * Sets the customTermsOfUseText + * A string to replace the the default 'Terms of Use' hyperlink text in the footer. This text must be in Unicode format and not exceed 256 characters. * * @param string $val The customTermsOfUseText * @@ -482,6 +502,7 @@ public function setCustomTermsOfUseText($val) /** * Gets the customTermsOfUseUrl + * A custom URL to replace the default URL of the 'Terms of Use' hyperlink in the footer. This URL must be in ASCII format or non-ASCII characters must be URL encoded, and not exceed 128characters. * * @return string|null The customTermsOfUseUrl */ @@ -496,6 +517,7 @@ public function getCustomTermsOfUseUrl() /** * Sets the customTermsOfUseUrl + * A custom URL to replace the default URL of the 'Terms of Use' hyperlink in the footer. This URL must be in ASCII format or non-ASCII characters must be URL encoded, and not exceed 128characters. * * @param string $val The customTermsOfUseUrl * @@ -509,6 +531,7 @@ public function setCustomTermsOfUseUrl($val) /** * Gets the favicon + * A custom icon (favicon) to replace a default Microsoft product favicon on an Azure AD tenant. * * @return \GuzzleHttp\Psr7\Stream|null The favicon */ @@ -527,6 +550,7 @@ public function getFavicon() /** * Sets the favicon + * A custom icon (favicon) to replace a default Microsoft product favicon on an Azure AD tenant. * * @param \GuzzleHttp\Psr7\Stream $val The favicon * @@ -540,6 +564,7 @@ public function setFavicon($val) /** * Gets the faviconRelativeUrl + * A relative url for the favicon above that is combined with a CDN base URL from the cdnList to provide the version served by a CDN. Read-only. * * @return string|null The faviconRelativeUrl */ @@ -554,6 +579,7 @@ public function getFaviconRelativeUrl() /** * Sets the faviconRelativeUrl + * A relative url for the favicon above that is combined with a CDN base URL from the cdnList to provide the version served by a CDN. Read-only. * * @param string $val The faviconRelativeUrl * @@ -567,6 +593,7 @@ public function setFaviconRelativeUrl($val) /** * Gets the headerBackgroundColor + * The RGB color to apply to customize the color of the header. * * @return string|null The headerBackgroundColor */ @@ -581,6 +608,7 @@ public function getHeaderBackgroundColor() /** * Sets the headerBackgroundColor + * The RGB color to apply to customize the color of the header. * * @param string $val The headerBackgroundColor * @@ -594,6 +622,7 @@ public function setHeaderBackgroundColor($val) /** * Gets the headerLogo + * A company logo that appears in the header of the sign-in page. The allowed types are PNG or JPEG not larger than 36 × 245 pixels. We recommend using a transparent image with no padding around the logo. * * @return \GuzzleHttp\Psr7\Stream|null The headerLogo */ @@ -612,6 +641,7 @@ public function getHeaderLogo() /** * Sets the headerLogo + * A company logo that appears in the header of the sign-in page. The allowed types are PNG or JPEG not larger than 36 × 245 pixels. We recommend using a transparent image with no padding around the logo. * * @param \GuzzleHttp\Psr7\Stream $val The headerLogo * @@ -625,6 +655,7 @@ public function setHeaderLogo($val) /** * Gets the headerLogoRelativeUrl + * A relative URL for the headerLogo property that is combined with a CDN base URL from the cdnList to provide the read-only version served by a CDN. Read-only. * * @return string|null The headerLogoRelativeUrl */ @@ -639,6 +670,7 @@ public function getHeaderLogoRelativeUrl() /** * Sets the headerLogoRelativeUrl + * A relative URL for the headerLogo property that is combined with a CDN base URL from the cdnList to provide the read-only version served by a CDN. Read-only. * * @param string $val The headerLogoRelativeUrl * @@ -652,6 +684,7 @@ public function setHeaderLogoRelativeUrl($val) /** * Gets the loginPageLayoutConfiguration + * Represents the layout configuration to be displayed on the login page for a tenant. * * @return LoginPageLayoutConfiguration|null The loginPageLayoutConfiguration */ @@ -670,6 +703,7 @@ public function getLoginPageLayoutConfiguration() /** * Sets the loginPageLayoutConfiguration + * Represents the layout configuration to be displayed on the login page for a tenant. * * @param LoginPageLayoutConfiguration $val The loginPageLayoutConfiguration * @@ -683,6 +717,7 @@ public function setLoginPageLayoutConfiguration($val) /** * Gets the loginPageTextVisibilitySettings + * Represents the various texts that can be hidden on the login page for a tenant. * * @return LoginPageTextVisibilitySettings|null The loginPageTextVisibilitySettings */ @@ -701,6 +736,7 @@ public function getLoginPageTextVisibilitySettings() /** * Sets the loginPageTextVisibilitySettings + * Represents the various texts that can be hidden on the login page for a tenant. * * @param LoginPageTextVisibilitySettings $val The loginPageTextVisibilitySettings * @@ -714,7 +750,7 @@ public function setLoginPageTextVisibilitySettings($val) /** * Gets the signInPageText - * Text that appears at the bottom of the sign-in box. You can use this to communicate additional information, such as the phone number to your help desk or a legal statement. This text must be Unicode and not exceed 1024 characters. + * Text that appears at the bottom of the sign-in box. Use this to communicate additional information, such as the phone number to your help desk or a legal statement. This text must be in Unicode format and not exceed 1024 characters. * * @return string|null The signInPageText */ @@ -729,7 +765,7 @@ public function getSignInPageText() /** * Sets the signInPageText - * Text that appears at the bottom of the sign-in box. You can use this to communicate additional information, such as the phone number to your help desk or a legal statement. This text must be Unicode and not exceed 1024 characters. + * Text that appears at the bottom of the sign-in box. Use this to communicate additional information, such as the phone number to your help desk or a legal statement. This text must be in Unicode format and not exceed 1024 characters. * * @param string $val The signInPageText * @@ -743,7 +779,7 @@ public function setSignInPageText($val) /** * Gets the squareLogo - * A square version of your company logo that appears in Windows 10 out-of-box experiences (OOBE) and when Windows Autopilot is enabled for deployment. Allowed types are PNG or JPEG no larger than 240 x 240 pixels and no more than 10 KB in size. We recommend using a transparent image with no padding around the logo. + * A square version of your company logo that appears in Windows 10 out-of-box experiences (OOBE) and when Windows Autopilot is enabled for deployment. Allowed types are PNG or JPEG not larger than 240 x 240 pixels and not more than 10 KB in size. We recommend using a transparent image with no padding around the logo. * * @return \GuzzleHttp\Psr7\Stream|null The squareLogo */ @@ -762,7 +798,7 @@ public function getSquareLogo() /** * Sets the squareLogo - * A square version of your company logo that appears in Windows 10 out-of-box experiences (OOBE) and when Windows Autopilot is enabled for deployment. Allowed types are PNG or JPEG no larger than 240 x 240 pixels and no more than 10 KB in size. We recommend using a transparent image with no padding around the logo. + * A square version of your company logo that appears in Windows 10 out-of-box experiences (OOBE) and when Windows Autopilot is enabled for deployment. Allowed types are PNG or JPEG not larger than 240 x 240 pixels and not more than 10 KB in size. We recommend using a transparent image with no padding around the logo. * * @param \GuzzleHttp\Psr7\Stream $val The squareLogo * @@ -776,6 +812,7 @@ public function setSquareLogo($val) /** * Gets the squareLogoDark + * A square dark version of your company logo that appears in Windows 10 out-of-box experiences (OOBE) and when Windows Autopilot is enabled for deployment. Allowed types are PNG or JPEG not larger than 240 x 240 pixels and not more than 10 KB in size. We recommend using a transparent image with no padding around the logo. * * @return \GuzzleHttp\Psr7\Stream|null The squareLogoDark */ @@ -794,6 +831,7 @@ public function getSquareLogoDark() /** * Sets the squareLogoDark + * A square dark version of your company logo that appears in Windows 10 out-of-box experiences (OOBE) and when Windows Autopilot is enabled for deployment. Allowed types are PNG or JPEG not larger than 240 x 240 pixels and not more than 10 KB in size. We recommend using a transparent image with no padding around the logo. * * @param \GuzzleHttp\Psr7\Stream $val The squareLogoDark * @@ -807,6 +845,7 @@ public function setSquareLogoDark($val) /** * Gets the squareLogoDarkRelativeUrl + * A relative URL for the squareLogoDark property that is combined with a CDN base URL from the cdnList to provide the version served by a CDN. Read-only. * * @return string|null The squareLogoDarkRelativeUrl */ @@ -821,6 +860,7 @@ public function getSquareLogoDarkRelativeUrl() /** * Sets the squareLogoDarkRelativeUrl + * A relative URL for the squareLogoDark property that is combined with a CDN base URL from the cdnList to provide the version served by a CDN. Read-only. * * @param string $val The squareLogoDarkRelativeUrl * @@ -834,7 +874,7 @@ public function setSquareLogoDarkRelativeUrl($val) /** * Gets the squareLogoRelativeUrl - * A relative url for the squareLogo property that is combined with a CDN base URL from the cdnList to provide the version served by a CDN. Read-only. + * A relative URL for the squareLogo property that is combined with a CDN base URL from the cdnList to provide the version served by a CDN. Read-only. * * @return string|null The squareLogoRelativeUrl */ @@ -849,7 +889,7 @@ public function getSquareLogoRelativeUrl() /** * Sets the squareLogoRelativeUrl - * A relative url for the squareLogo property that is combined with a CDN base URL from the cdnList to provide the version served by a CDN. Read-only. + * A relative URL for the squareLogo property that is combined with a CDN base URL from the cdnList to provide the version served by a CDN. Read-only. * * @param string $val The squareLogoRelativeUrl * @@ -863,7 +903,7 @@ public function setSquareLogoRelativeUrl($val) /** * Gets the usernameHintText - * String that shows as the hint in the username textbox on the sign-in screen. This text must be a Unicode, without links or code, and can't exceed 64 characters. + * A string that shows as the hint in the username textbox on the sign-in screen. This text must be a Unicode, without links or code, and can't exceed 64 characters. * * @return string|null The usernameHintText */ @@ -878,7 +918,7 @@ public function getUsernameHintText() /** * Sets the usernameHintText - * String that shows as the hint in the username textbox on the sign-in screen. This text must be a Unicode, without links or code, and can't exceed 64 characters. + * A string that shows as the hint in the username textbox on the sign-in screen. This text must be a Unicode, without links or code, and can't exceed 64 characters. * * @param string $val The usernameHintText * diff --git a/src/Model/PasswordProfile.php b/src/Model/PasswordProfile.php index c85053cb24c..ab362cebf4a 100644 --- a/src/Model/PasswordProfile.php +++ b/src/Model/PasswordProfile.php @@ -81,7 +81,7 @@ public function setForceChangePasswordNextSignInWithMfa($val) } /** * Gets the password - * The password for the user. This property is required when a user is created. It can be updated, but the user will be required to change the password on the next login. The password must satisfy minimum requirements as specified by the user’s passwordPolicies property. By default, a strong password is required. + * The password for the user. This property is required when a user is created. It can be updated, but the user will be required to change the password on the next login. The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required. * * @return string|null The password */ @@ -96,7 +96,7 @@ public function getPassword() /** * Sets the password - * The password for the user. This property is required when a user is created. It can be updated, but the user will be required to change the password on the next login. The password must satisfy minimum requirements as specified by the user’s passwordPolicies property. By default, a strong password is required. + * The password for the user. This property is required when a user is created. It can be updated, but the user will be required to change the password on the next login. The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required. * * @param string $val The value of the password * diff --git a/src/Model/Permission.php b/src/Model/Permission.php index fe8f43b82f9..66da543f9f4 100644 --- a/src/Model/Permission.php +++ b/src/Model/Permission.php @@ -338,7 +338,7 @@ public function setRoles($val) /** * Gets the shareId - * A unique token that can be used to access this shared item via the **shares** API. Read-only. + * A unique token that can be used to access this shared item via the shares API. Read-only. * * @return string|null The shareId */ @@ -353,7 +353,7 @@ public function getShareId() /** * Sets the shareId - * A unique token that can be used to access this shared item via the **shares** API. Read-only. + * A unique token that can be used to access this shared item via the shares API. Read-only. * * @param string $val The shareId * diff --git a/src/Model/PermissionGrantConditionSet.php b/src/Model/PermissionGrantConditionSet.php index 8b662c3eeaf..1479b24a6bb 100644 --- a/src/Model/PermissionGrantConditionSet.php +++ b/src/Model/PermissionGrantConditionSet.php @@ -171,7 +171,7 @@ public function setPermissionClassification($val) /** * Gets the permissions - * The list of id values for the specific permissions to match with, or a list with the single value all to match with any permission. The id of delegated permissions can be found in the oauth2PermissionScopes property of the API's **servicePrincipal** object. The id of application permissions can be found in the appRoles property of the API's **servicePrincipal** object. The id of resource-specific application permissions can be found in the resourceSpecificApplicationPermissions property of the API's **servicePrincipal** object. Default is the single value all. + * The list of id values for the specific permissions to match with, or a list with the single value all to match with any permission. The id of delegated permissions can be found in the oauth2PermissionScopes property of the API's servicePrincipal object. The id of application permissions can be found in the appRoles property of the API's servicePrincipal object. The id of resource-specific application permissions can be found in the resourceSpecificApplicationPermissions property of the API's servicePrincipal object. Default is the single value all. * * @return array|null The permissions */ @@ -186,7 +186,7 @@ public function getPermissions() /** * Sets the permissions - * The list of id values for the specific permissions to match with, or a list with the single value all to match with any permission. The id of delegated permissions can be found in the oauth2PermissionScopes property of the API's **servicePrincipal** object. The id of application permissions can be found in the appRoles property of the API's **servicePrincipal** object. The id of resource-specific application permissions can be found in the resourceSpecificApplicationPermissions property of the API's **servicePrincipal** object. Default is the single value all. + * The list of id values for the specific permissions to match with, or a list with the single value all to match with any permission. The id of delegated permissions can be found in the oauth2PermissionScopes property of the API's servicePrincipal object. The id of application permissions can be found in the appRoles property of the API's servicePrincipal object. The id of resource-specific application permissions can be found in the resourceSpecificApplicationPermissions property of the API's servicePrincipal object. Default is the single value all. * * @param string[] $val The permissions * diff --git a/src/Model/PrintUsageByPrinter.php b/src/Model/PrintUsageByPrinter.php index 10b48bdd532..8bc54b452b2 100644 --- a/src/Model/PrintUsageByPrinter.php +++ b/src/Model/PrintUsageByPrinter.php @@ -51,4 +51,33 @@ public function setPrinterId($val) return $this; } + /** + * Gets the printerName + * The name of the printer represented by these statistics. + * + * @return string|null The printerName + */ + public function getPrinterName() + { + if (array_key_exists("printerName", $this->_propDict)) { + return $this->_propDict["printerName"]; + } else { + return null; + } + } + + /** + * Sets the printerName + * The name of the printer represented by these statistics. + * + * @param string $val The printerName + * + * @return PrintUsageByPrinter + */ + public function setPrinterName($val) + { + $this->_propDict["printerName"] = $val; + return $this; + } + } diff --git a/src/Model/ProvisionedIdentity.php b/src/Model/ProvisionedIdentity.php index c09c19c8e67..a850ba495cb 100644 --- a/src/Model/ProvisionedIdentity.php +++ b/src/Model/ProvisionedIdentity.php @@ -58,7 +58,7 @@ public function setDetails($val) } /** * Gets the identityType - * Type of identity that has been provisioned, such as 'user' or 'group'. + * Type of identity that has been provisioned, such as 'user' or 'group'. Supports $filter (eq, contains). * * @return string|null The identityType */ @@ -73,7 +73,7 @@ public function getIdentityType() /** * Sets the identityType - * Type of identity that has been provisioned, such as 'user' or 'group'. + * Type of identity that has been provisioned, such as 'user' or 'group'. Supports $filter (eq, contains). * * @param string $val The value of the identityType * diff --git a/src/Model/ProvisioningObjectSummary.php b/src/Model/ProvisioningObjectSummary.php index 26c294a6273..e7efcd9d1e6 100644 --- a/src/Model/ProvisioningObjectSummary.php +++ b/src/Model/ProvisioningObjectSummary.php @@ -26,7 +26,7 @@ class ProvisioningObjectSummary extends Entity { /** * Gets the activityDateTime - * 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 + * 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. SUpports $filter (eq, gt, lt) and orderby. * * @return \DateTime|null The activityDateTime */ @@ -45,7 +45,7 @@ public function getActivityDateTime() /** * Sets the activityDateTime - * 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 + * 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. SUpports $filter (eq, gt, lt) and orderby. * * @param \DateTime $val The activityDateTime * @@ -59,7 +59,7 @@ public function setActivityDateTime($val) /** * Gets the changeId - * Unique ID of this change in this cycle. + * Unique ID of this change in this cycle. Supports $filter (eq, contains). * * @return string|null The changeId */ @@ -74,7 +74,7 @@ public function getChangeId() /** * Sets the changeId - * Unique ID of this change in this cycle. + * Unique ID of this change in this cycle. Supports $filter (eq, contains). * * @param string $val The changeId * @@ -88,7 +88,7 @@ public function setChangeId($val) /** * Gets the cycleId - * Unique ID per job iteration. + * Unique ID per job iteration. Supports $filter (eq, contains). * * @return string|null The cycleId */ @@ -103,7 +103,7 @@ public function getCycleId() /** * Sets the cycleId - * Unique ID per job iteration. + * Unique ID per job iteration. Supports $filter (eq, contains). * * @param string $val The cycleId * @@ -146,7 +146,7 @@ public function setDurationInMilliseconds($val) /** * Gets the initiatedBy - * Details of who initiated this provisioning. + * Details of who initiated this provisioning. Supports $filter (eq, contains). * * @return Initiator|null The initiatedBy */ @@ -165,7 +165,7 @@ public function getInitiatedBy() /** * Sets the initiatedBy - * Details of who initiated this provisioning. + * Details of who initiated this provisioning. Supports $filter (eq, contains). * * @param Initiator $val The initiatedBy * @@ -179,7 +179,7 @@ public function setInitiatedBy($val) /** * Gets the jobId - * The unique ID for the whole provisioning job. + * The unique ID for the whole provisioning job. Supports $filter (eq, contains). * * @return string|null The jobId */ @@ -194,7 +194,7 @@ public function getJobId() /** * Sets the jobId - * The unique ID for the whole provisioning job. + * The unique ID for the whole provisioning job. Supports $filter (eq, contains). * * @param string $val The jobId * @@ -238,7 +238,7 @@ public function setModifiedProperties($val) /** * Gets the provisioningAction - * Indicates the activity name or the operation name. Possible values are: create, update, delete, stageddelete, disable, other and unknownFutureValue. For a list of activities logged, refer to Azure AD activity list. + * Indicates the activity name or the operation name. Possible values are: create, update, delete, stageddelete, disable, other and unknownFutureValue. For a list of activities logged, refer to Azure AD activity list. Supports $filter (eq, contains). * * @return ProvisioningAction|null The provisioningAction */ @@ -257,7 +257,7 @@ public function getProvisioningAction() /** * Sets the provisioningAction - * Indicates the activity name or the operation name. Possible values are: create, update, delete, stageddelete, disable, other and unknownFutureValue. For a list of activities logged, refer to Azure AD activity list. + * Indicates the activity name or the operation name. Possible values are: create, update, delete, stageddelete, disable, other and unknownFutureValue. For a list of activities logged, refer to Azure AD activity list. Supports $filter (eq, contains). * * @param ProvisioningAction $val The provisioningAction * @@ -334,7 +334,7 @@ public function setProvisioningSteps($val) /** * Gets the servicePrincipal - * Represents the service principal used for provisioning. + * Represents the service principal used for provisioning. Supports $filter (eq) for id and name. * * @return ProvisioningServicePrincipal|null The servicePrincipal */ @@ -353,7 +353,7 @@ public function getServicePrincipal() /** * Sets the servicePrincipal - * Represents the service principal used for provisioning. + * Represents the service principal used for provisioning. Supports $filter (eq) for id and name. * * @param ProvisioningServicePrincipal $val The servicePrincipal * @@ -367,7 +367,7 @@ public function setServicePrincipal($val) /** * Gets the sourceIdentity - * Details of source object being provisioned. + * Details of source object being provisioned. Supports $filter (eq, contains) for identityType, id, and displayName. * * @return ProvisionedIdentity|null The sourceIdentity */ @@ -386,7 +386,7 @@ public function getSourceIdentity() /** * Sets the sourceIdentity - * Details of source object being provisioned. + * Details of source object being provisioned. Supports $filter (eq, contains) for identityType, id, and displayName. * * @param ProvisionedIdentity $val The sourceIdentity * @@ -400,7 +400,7 @@ public function setSourceIdentity($val) /** * Gets the sourceSystem - * Details of source system of the object being provisioned. + * Details of source system of the object being provisioned. Supports $filter (eq, contains) for displayName. * * @return ProvisioningSystem|null The sourceSystem */ @@ -419,7 +419,7 @@ public function getSourceSystem() /** * Sets the sourceSystem - * Details of source system of the object being provisioned. + * Details of source system of the object being provisioned. Supports $filter (eq, contains) for displayName. * * @param ProvisioningSystem $val The sourceSystem * @@ -433,7 +433,7 @@ public function setSourceSystem($val) /** * Gets the targetIdentity - * Details of target object being provisioned. + * Details of target object being provisioned. Supports $filter (eq, contains) for identityType, id, and displayName. * * @return ProvisionedIdentity|null The targetIdentity */ @@ -452,7 +452,7 @@ public function getTargetIdentity() /** * Sets the targetIdentity - * Details of target object being provisioned. + * Details of target object being provisioned. Supports $filter (eq, contains) for identityType, id, and displayName. * * @param ProvisionedIdentity $val The targetIdentity * @@ -466,7 +466,7 @@ public function setTargetIdentity($val) /** * Gets the targetSystem - * Details of target system of the object being provisioned. + * Details of target system of the object being provisioned. Supports $filter (eq, contains) for displayName. * * @return ProvisioningSystem|null The targetSystem */ @@ -485,7 +485,7 @@ public function getTargetSystem() /** * Sets the targetSystem - * Details of target system of the object being provisioned. + * Details of target system of the object being provisioned. Supports $filter (eq, contains) for displayName. * * @param ProvisioningSystem $val The targetSystem * @@ -499,7 +499,7 @@ public function setTargetSystem($val) /** * Gets the tenantId - * Unique Azure AD tenant ID. + * Unique Azure AD tenant ID. Supports $filter (eq, contains). * * @return string|null The tenantId */ @@ -514,7 +514,7 @@ public function getTenantId() /** * Sets the tenantId - * Unique Azure AD tenant ID. + * Unique Azure AD tenant ID. Supports $filter (eq, contains). * * @param string $val The tenantId * diff --git a/src/Model/RegistryKeyState.php b/src/Model/RegistryKeyState.php index 5ca2515499f..12e422f25e1 100644 --- a/src/Model/RegistryKeyState.php +++ b/src/Model/RegistryKeyState.php @@ -26,7 +26,7 @@ class RegistryKeyState extends Entity /** * Gets the hive - * A Windows registry hive : HKEY_CURRENT_CONFIG HKEY_CURRENT_USER HKEY_LOCAL_MACHINE/SAM HKEY_LOCAL_MACHINE/Security HKEY_LOCAL_MACHINE/Software HKEY_LOCAL_MACHINE/System HKEY_USERS/.Default. Possible values are: unknown, currentConfig, currentUser, localMachineSam, localMachineSecurity, localMachineSoftware, localMachineSystem, usersDefault. + * A Windows registry hive : HKEYCURRENTCONFIG HKEYCURRENTUSER HKEYLOCALMACHINE/SAM HKEYLOCALMACHINE/Security HKEYLOCALMACHINE/Software HKEYLOCALMACHINE/System HKEY_USERS/.Default. Possible values are: unknown, currentConfig, currentUser, localMachineSam, localMachineSecurity, localMachineSoftware, localMachineSystem, usersDefault. * * @return RegistryHive|null The hive */ @@ -45,7 +45,7 @@ public function getHive() /** * Sets the hive - * A Windows registry hive : HKEY_CURRENT_CONFIG HKEY_CURRENT_USER HKEY_LOCAL_MACHINE/SAM HKEY_LOCAL_MACHINE/Security HKEY_LOCAL_MACHINE/Software HKEY_LOCAL_MACHINE/System HKEY_USERS/.Default. Possible values are: unknown, currentConfig, currentUser, localMachineSam, localMachineSecurity, localMachineSoftware, localMachineSystem, usersDefault. + * A Windows registry hive : HKEYCURRENTCONFIG HKEYCURRENTUSER HKEYLOCALMACHINE/SAM HKEYLOCALMACHINE/Security HKEYLOCALMACHINE/Software HKEYLOCALMACHINE/System HKEY_USERS/.Default. Possible values are: unknown, currentConfig, currentUser, localMachineSam, localMachineSecurity, localMachineSoftware, localMachineSystem, usersDefault. * * @param RegistryHive $val The value to assign to the hive * @@ -288,7 +288,7 @@ public function setValueName($val) /** * Gets the valueType - * Registry key value type REG_BINARY REG_DWORD REG_DWORD_LITTLE_ENDIAN REG_DWORD_BIG_ENDIANREG_EXPAND_SZ REG_LINK REG_MULTI_SZ REG_NONE REG_QWORD REG_QWORD_LITTLE_ENDIAN REG_SZ Possible values are: unknown, binary, dword, dwordLittleEndian, dwordBigEndian, expandSz, link, multiSz, none, qword, qwordlittleEndian, sz. + * Registry key value type REGBINARY REGDWORD REGDWORDLITTLEENDIAN REGDWORDBIGENDIANREGEXPANDSZ REGLINK REGMULTISZ REGNONE REGQWORD REGQWORDLITTLEENDIAN REG_SZ Possible values are: unknown, binary, dword, dwordLittleEndian, dwordBigEndian, expandSz, link, multiSz, none, qword, qwordlittleEndian, sz. * * @return RegistryValueType|null The valueType */ @@ -307,7 +307,7 @@ public function getValueType() /** * Sets the valueType - * Registry key value type REG_BINARY REG_DWORD REG_DWORD_LITTLE_ENDIAN REG_DWORD_BIG_ENDIANREG_EXPAND_SZ REG_LINK REG_MULTI_SZ REG_NONE REG_QWORD REG_QWORD_LITTLE_ENDIAN REG_SZ Possible values are: unknown, binary, dword, dwordLittleEndian, dwordBigEndian, expandSz, link, multiSz, none, qword, qwordlittleEndian, sz. + * Registry key value type REGBINARY REGDWORD REGDWORDLITTLEENDIAN REGDWORDBIGENDIANREGEXPANDSZ REGLINK REGMULTISZ REGNONE REGQWORD REGQWORDLITTLEENDIAN REG_SZ Possible values are: unknown, binary, dword, dwordLittleEndian, dwordBigEndian, expandSz, link, multiSz, none, qword, qwordlittleEndian, sz. * * @param RegistryValueType $val The value to assign to the valueType * diff --git a/src/Model/ServicePrincipal.php b/src/Model/ServicePrincipal.php index a68f28a926e..791136b4e14 100644 --- a/src/Model/ServicePrincipal.php +++ b/src/Model/ServicePrincipal.php @@ -316,6 +316,37 @@ public function setAppRoles($val) return $this; } + /** + * Gets the customSecurityAttributes + * + * @return CustomSecurityAttributeValue|null The customSecurityAttributes + */ + public function getCustomSecurityAttributes() + { + if (array_key_exists("customSecurityAttributes", $this->_propDict)) { + if (is_a($this->_propDict["customSecurityAttributes"], "\Microsoft\Graph\Model\CustomSecurityAttributeValue") || is_null($this->_propDict["customSecurityAttributes"])) { + return $this->_propDict["customSecurityAttributes"]; + } else { + $this->_propDict["customSecurityAttributes"] = new CustomSecurityAttributeValue($this->_propDict["customSecurityAttributes"]); + return $this->_propDict["customSecurityAttributes"]; + } + } + return null; + } + + /** + * Sets the customSecurityAttributes + * + * @param CustomSecurityAttributeValue $val The customSecurityAttributes + * + * @return ServicePrincipal + */ + public function setCustomSecurityAttributes($val) + { + $this->_propDict["customSecurityAttributes"] = $val; + return $this; + } + /** * Gets the description * Free text field to provide an internal end-user facing description of the service principal. End-user portals such MyApps will display the application description in this field. The maximum allowed size is 1024 characters. Supports $filter (eq, ne, not, ge, le, startsWith) and $search. @@ -852,7 +883,7 @@ public function setServicePrincipalNames($val) /** * Gets the servicePrincipalType - * Identifies whether the service principal represents an application, a managed identity, or a legacy application. This is set by Azure AD internally. The servicePrincipalType property can be set to three different values: __Application - A service principal that represents an application or service. The appId property identifies the associated app registration, and matches the appId of an application, possibly from a different tenant. If the associated app registration is missing, tokens are not issued for the service principal.__ManagedIdentity - A service principal that represents a managed identity. Service principals representing managed identities can be granted access and permissions, but cannot be updated or modified directly.__Legacy - A service principal that represents an app created before app registrations, or through legacy experiences. Legacy service principal can have credentials, service principal names, reply URLs, and other properties which are editable by an authorized user, but does not have an associated app registration. The appId value does not associate the service principal with an app registration. The service principal can only be used in the tenant where it was created.__SocialIdp - For internal use. + * Identifies whether the service principal represents an application, a managed identity, or a legacy application. This is set by Azure AD internally. The servicePrincipalType property can be set to three different values: Application - A service principal that represents an application or service. The appId property identifies the associated app registration, and matches the appId of an application, possibly from a different tenant. If the associated app registration is missing, tokens are not issued for the service principal.ManagedIdentity - A service principal that represents a managed identity. Service principals representing managed identities can be granted access and permissions, but cannot be updated or modified directly.Legacy - A service principal that represents an app created before app registrations, or through legacy experiences. Legacy service principal can have credentials, service principal names, reply URLs, and other properties which are editable by an authorized user, but does not have an associated app registration. The appId value does not associate the service principal with an app registration. The service principal can only be used in the tenant where it was created.SocialIdp - For internal use. * * @return string|null The servicePrincipalType */ @@ -867,7 +898,7 @@ public function getServicePrincipalType() /** * Sets the servicePrincipalType - * Identifies whether the service principal represents an application, a managed identity, or a legacy application. This is set by Azure AD internally. The servicePrincipalType property can be set to three different values: __Application - A service principal that represents an application or service. The appId property identifies the associated app registration, and matches the appId of an application, possibly from a different tenant. If the associated app registration is missing, tokens are not issued for the service principal.__ManagedIdentity - A service principal that represents a managed identity. Service principals representing managed identities can be granted access and permissions, but cannot be updated or modified directly.__Legacy - A service principal that represents an app created before app registrations, or through legacy experiences. Legacy service principal can have credentials, service principal names, reply URLs, and other properties which are editable by an authorized user, but does not have an associated app registration. The appId value does not associate the service principal with an app registration. The service principal can only be used in the tenant where it was created.__SocialIdp - For internal use. + * Identifies whether the service principal represents an application, a managed identity, or a legacy application. This is set by Azure AD internally. The servicePrincipalType property can be set to three different values: Application - A service principal that represents an application or service. The appId property identifies the associated app registration, and matches the appId of an application, possibly from a different tenant. If the associated app registration is missing, tokens are not issued for the service principal.ManagedIdentity - A service principal that represents a managed identity. Service principals representing managed identities can be granted access and permissions, but cannot be updated or modified directly.Legacy - A service principal that represents an app created before app registrations, or through legacy experiences. Legacy service principal can have credentials, service principal names, reply URLs, and other properties which are editable by an authorized user, but does not have an associated app registration. The appId value does not associate the service principal with an app registration. The service principal can only be used in the tenant where it was created.SocialIdp - For internal use. * * @param string $val The servicePrincipalType * diff --git a/src/Model/SignIn.php b/src/Model/SignIn.php index 1b1c1ea4be1..fa23552de92 100644 --- a/src/Model/SignIn.php +++ b/src/Model/SignIn.php @@ -26,7 +26,7 @@ class SignIn extends Entity { /** * Gets the appDisplayName - * App name displayed in the Azure Portal. Supports $filter (eq and startsWith operators only). + * App name displayed in the Azure Portal. Supports $filter (eq, startsWith). * * @return string|null The appDisplayName */ @@ -41,7 +41,7 @@ public function getAppDisplayName() /** * Sets the appDisplayName - * App name displayed in the Azure Portal. Supports $filter (eq and startsWith operators only). + * App name displayed in the Azure Portal. Supports $filter (eq, startsWith). * * @param string $val The appDisplayName * @@ -55,7 +55,7 @@ public function setAppDisplayName($val) /** * Gets the appId - * Unique GUID representing the app ID in the Azure Active Directory. Supports $filter (eq operator only). + * Unique GUID representing the app ID in the Azure Active Directory. Supports $filter (eq). * * @return string|null The appId */ @@ -70,7 +70,7 @@ public function getAppId() /** * Sets the appId - * Unique GUID representing the app ID in the Azure Active Directory. Supports $filter (eq operator only). + * Unique GUID representing the app ID in the Azure Active Directory. Supports $filter (eq). * * @param string $val The appId * @@ -114,7 +114,7 @@ public function setAppliedConditionalAccessPolicies($val) /** * Gets the clientAppUsed - * Identifies the client used for the sign-in activity. Modern authentication clients include Browser and modern clients. Legacy authentication clients include Exchange ActiveSync, IMAP, MAPI, SMTP, POP, and other clients. Supports $filter (eq operator only). + * Identifies the client used for the sign-in activity. Modern authentication clients include Browser, modern clients. Legacy authentication clients include Exchange ActiveSync, IMAP, MAPI, SMTP, POP, and other clients. Supports $filter (eq). * * @return string|null The clientAppUsed */ @@ -129,7 +129,7 @@ public function getClientAppUsed() /** * Sets the clientAppUsed - * Identifies the client used for the sign-in activity. Modern authentication clients include Browser and modern clients. Legacy authentication clients include Exchange ActiveSync, IMAP, MAPI, SMTP, POP, and other clients. Supports $filter (eq operator only). + * Identifies the client used for the sign-in activity. Modern authentication clients include Browser, modern clients. Legacy authentication clients include Exchange ActiveSync, IMAP, MAPI, SMTP, POP, and other clients. Supports $filter (eq). * * @param string $val The clientAppUsed * @@ -143,7 +143,7 @@ public function setClientAppUsed($val) /** * Gets the conditionalAccessStatus - * Reports status of an activated conditional access policy. Possible values are: success, failure, notApplied, and unknownFutureValue. Supports $filter (eq operator only). + * Reports status of an activated conditional access policy. Possible values are: success, failure, notApplied, and unknownFutureValue. Supports $filter (eq). * * @return ConditionalAccessStatus|null The conditionalAccessStatus */ @@ -162,7 +162,7 @@ public function getConditionalAccessStatus() /** * Sets the conditionalAccessStatus - * Reports status of an activated conditional access policy. Possible values are: success, failure, notApplied, and unknownFutureValue. Supports $filter (eq operator only). + * Reports status of an activated conditional access policy. Possible values are: success, failure, notApplied, and unknownFutureValue. Supports $filter (eq). * * @param ConditionalAccessStatus $val The conditionalAccessStatus * @@ -176,7 +176,7 @@ public function setConditionalAccessStatus($val) /** * Gets the correlationId - * The request ID sent from the client when the sign-in is initiated; used to troubleshoot sign-in activity. Supports $filter (eq operator only). + * The request ID sent from the client when the sign-in is initiated; used to troubleshoot sign-in activity. Supports $filter (eq). * * @return string|null The correlationId */ @@ -191,7 +191,7 @@ public function getCorrelationId() /** * Sets the correlationId - * The request ID sent from the client when the sign-in is initiated; used to troubleshoot sign-in activity. Supports $filter (eq operator only). + * The request ID sent from the client when the sign-in is initiated; used to troubleshoot sign-in activity. Supports $filter (eq). * * @param string $val The correlationId * @@ -205,7 +205,7 @@ public function setCorrelationId($val) /** * Gets the createdDateTime - * Date and time (UTC) the sign-in was initiated. Example: midnight on Jan 1, 2014 is reported as 2014-01-01T00:00:00Z. Supports $orderby and $filter (eq, le, and ge operators only). + * Date and time (UTC) the sign-in was initiated. Example: midnight on Jan 1, 2014 is reported as 2014-01-01T00:00:00Z. Supports $orderby, $filter (eq, le, and ge). * * @return \DateTime|null The createdDateTime */ @@ -224,7 +224,7 @@ public function getCreatedDateTime() /** * Sets the createdDateTime - * Date and time (UTC) the sign-in was initiated. Example: midnight on Jan 1, 2014 is reported as 2014-01-01T00:00:00Z. Supports $orderby and $filter (eq, le, and ge operators only). + * Date and time (UTC) the sign-in was initiated. Example: midnight on Jan 1, 2014 is reported as 2014-01-01T00:00:00Z. Supports $orderby, $filter (eq, le, and ge). * * @param \DateTime $val The createdDateTime * @@ -238,7 +238,7 @@ public function setCreatedDateTime($val) /** * Gets the deviceDetail - * Device information from where the sign-in occurred; includes device ID, operating system, and browser. Supports $filter (eq and startsWith operators only) on browser and operatingSytem properties. + * Device information from where the sign-in occurred; includes device ID, operating system, and browser. Supports $filter (eq, startsWith) on browser and operatingSytem properties. * * @return DeviceDetail|null The deviceDetail */ @@ -257,7 +257,7 @@ public function getDeviceDetail() /** * Sets the deviceDetail - * Device information from where the sign-in occurred; includes device ID, operating system, and browser. Supports $filter (eq and startsWith operators only) on browser and operatingSytem properties. + * Device information from where the sign-in occurred; includes device ID, operating system, and browser. Supports $filter (eq, startsWith) on browser and operatingSytem properties. * * @param DeviceDetail $val The deviceDetail * @@ -271,7 +271,7 @@ public function setDeviceDetail($val) /** * Gets the ipAddress - * IP address of the client used to sign in. Supports $filter (eq and startsWith operators only). + * IP address of the client used to sign in. Supports $filter (eq, startsWith). * * @return string|null The ipAddress */ @@ -286,7 +286,7 @@ public function getIpAddress() /** * Sets the ipAddress - * IP address of the client used to sign in. Supports $filter (eq and startsWith operators only). + * IP address of the client used to sign in. Supports $filter (eq, startsWith). * * @param string $val The ipAddress * @@ -329,7 +329,7 @@ public function setIsInteractive($val) /** * Gets the location - * Provides the city, state, and country code where the sign-in originated. Supports $filter (eq and startsWith operators only) on city, state, and countryOrRegion properties. + * Provides the city, state, and country code where the sign-in originated. Supports $filter (eq, startsWith) on city, state, and countryOrRegion properties. * * @return SignInLocation|null The location */ @@ -348,7 +348,7 @@ public function getLocation() /** * Sets the location - * Provides the city, state, and country code where the sign-in originated. Supports $filter (eq and startsWith operators only) on city, state, and countryOrRegion properties. + * Provides the city, state, and country code where the sign-in originated. Supports $filter (eq, startsWith) on city, state, and countryOrRegion properties. * * @param SignInLocation $val The location * @@ -362,7 +362,7 @@ public function setLocation($val) /** * Gets the resourceDisplayName - * Name of the resource the user signed into. Supports $filter (eq operator only). + * Name of the resource the user signed into. Supports $filter (eq). * * @return string|null The resourceDisplayName */ @@ -377,7 +377,7 @@ public function getResourceDisplayName() /** * Sets the resourceDisplayName - * Name of the resource the user signed into. Supports $filter (eq operator only). + * Name of the resource the user signed into. Supports $filter (eq). * * @param string $val The resourceDisplayName * @@ -391,7 +391,7 @@ public function setResourceDisplayName($val) /** * Gets the resourceId - * ID of the resource that the user signed into. Supports $filter (eq operator only). + * ID of the resource that the user signed into. Supports $filter (eq). * * @return string|null The resourceId */ @@ -406,7 +406,7 @@ public function getResourceId() /** * Sets the resourceId - * ID of the resource that the user signed into. Supports $filter (eq operator only). + * ID of the resource that the user signed into. Supports $filter (eq). * * @param string $val The resourceId * @@ -420,7 +420,7 @@ public function setResourceId($val) /** * Gets the riskDetail - * Provides the 'reason' behind a specific state of a risky user, sign-in or a risk event. The possible values are: none, adminGeneratedTemporaryPassword, userPerformedSecuredPasswordChange, userPerformedSecuredPasswordReset, adminConfirmedSigninSafe, aiConfirmedSigninSafe, userPassedMFADrivenByRiskBasedPolicy, adminDismissedAllRiskForUser, adminConfirmedSigninCompromised, unknownFutureValue. The value none means that no action has been performed on the user or sign-in so far. Supports $filter (eq operator only).Note: Details for this property require an Azure AD Premium P2 license. Other licenses return the value hidden. + * Provides the 'reason' behind a specific state of a risky user, sign-in or a risk event. The possible values are: none, adminGeneratedTemporaryPassword, userPerformedSecuredPasswordChange, userPerformedSecuredPasswordReset, adminConfirmedSigninSafe, aiConfirmedSigninSafe, userPassedMFADrivenByRiskBasedPolicy, adminDismissedAllRiskForUser, adminConfirmedSigninCompromised, unknownFutureValue. The value none means that no action has been performed on the user or sign-in so far. Supports $filter (eq).Note: Details for this property require an Azure AD Premium P2 license. Other licenses return the value hidden. * * @return RiskDetail|null The riskDetail */ @@ -439,7 +439,7 @@ public function getRiskDetail() /** * Sets the riskDetail - * Provides the 'reason' behind a specific state of a risky user, sign-in or a risk event. The possible values are: none, adminGeneratedTemporaryPassword, userPerformedSecuredPasswordChange, userPerformedSecuredPasswordReset, adminConfirmedSigninSafe, aiConfirmedSigninSafe, userPassedMFADrivenByRiskBasedPolicy, adminDismissedAllRiskForUser, adminConfirmedSigninCompromised, unknownFutureValue. The value none means that no action has been performed on the user or sign-in so far. Supports $filter (eq operator only).Note: Details for this property require an Azure AD Premium P2 license. Other licenses return the value hidden. + * Provides the 'reason' behind a specific state of a risky user, sign-in or a risk event. The possible values are: none, adminGeneratedTemporaryPassword, userPerformedSecuredPasswordChange, userPerformedSecuredPasswordReset, adminConfirmedSigninSafe, aiConfirmedSigninSafe, userPassedMFADrivenByRiskBasedPolicy, adminDismissedAllRiskForUser, adminConfirmedSigninCompromised, unknownFutureValue. The value none means that no action has been performed on the user or sign-in so far. Supports $filter (eq).Note: Details for this property require an Azure AD Premium P2 license. Other licenses return the value hidden. * * @param RiskDetail $val The riskDetail * @@ -454,7 +454,7 @@ public function setRiskDetail($val) /** * Gets the riskEventTypes - * Risk event types associated with the sign-in. The possible values are: unlikelyTravel, anonymizedIPAddress, maliciousIPAddress, unfamiliarFeatures, malwareInfectedIPAddress, suspiciousIPAddress, leakedCredentials, investigationsThreatIntelligence, generic, and unknownFutureValue. Supports $filter (eq operator only). + * Risk event types associated with the sign-in. The possible values are: unlikelyTravel, anonymizedIPAddress, maliciousIPAddress, unfamiliarFeatures, malwareInfectedIPAddress, suspiciousIPAddress, leakedCredentials, investigationsThreatIntelligence, generic, and unknownFutureValue. Supports $filter (eq). * * @return array|null The riskEventTypes */ @@ -469,7 +469,7 @@ public function getRiskEventTypes() /** * Sets the riskEventTypes - * Risk event types associated with the sign-in. The possible values are: unlikelyTravel, anonymizedIPAddress, maliciousIPAddress, unfamiliarFeatures, malwareInfectedIPAddress, suspiciousIPAddress, leakedCredentials, investigationsThreatIntelligence, generic, and unknownFutureValue. Supports $filter (eq operator only). + * Risk event types associated with the sign-in. The possible values are: unlikelyTravel, anonymizedIPAddress, maliciousIPAddress, unfamiliarFeatures, malwareInfectedIPAddress, suspiciousIPAddress, leakedCredentials, investigationsThreatIntelligence, generic, and unknownFutureValue. Supports $filter (eq). * * @param RiskEventType[] $val The riskEventTypes * @@ -483,7 +483,7 @@ public function setRiskEventTypes($val) /** * Gets the riskEventTypesV2 - * The list of risk event types associated with the sign-in. Possible values: unlikelyTravel, anonymizedIPAddress, maliciousIPAddress, unfamiliarFeatures, malwareInfectedIPAddress, suspiciousIPAddress, leakedCredentials, investigationsThreatIntelligence, generic, or unknownFutureValue. Supports $filter (eq and startsWith operators only). + * The list of risk event types associated with the sign-in. Possible values: unlikelyTravel, anonymizedIPAddress, maliciousIPAddress, unfamiliarFeatures, malwareInfectedIPAddress, suspiciousIPAddress, leakedCredentials, investigationsThreatIntelligence, generic, or unknownFutureValue. Supports $filter (eq, startsWith). * * @return array|null The riskEventTypesV2 */ @@ -498,7 +498,7 @@ public function getRiskEventTypesV2() /** * Sets the riskEventTypesV2 - * The list of risk event types associated with the sign-in. Possible values: unlikelyTravel, anonymizedIPAddress, maliciousIPAddress, unfamiliarFeatures, malwareInfectedIPAddress, suspiciousIPAddress, leakedCredentials, investigationsThreatIntelligence, generic, or unknownFutureValue. Supports $filter (eq and startsWith operators only). + * The list of risk event types associated with the sign-in. Possible values: unlikelyTravel, anonymizedIPAddress, maliciousIPAddress, unfamiliarFeatures, malwareInfectedIPAddress, suspiciousIPAddress, leakedCredentials, investigationsThreatIntelligence, generic, or unknownFutureValue. Supports $filter (eq, startsWith). * * @param string[] $val The riskEventTypesV2 * @@ -512,7 +512,7 @@ public function setRiskEventTypesV2($val) /** * Gets the riskLevelAggregated - * Aggregated risk level. The possible values are: none, low, medium, high, hidden, and unknownFutureValue. The value hidden means the user or sign-in was not enabled for Azure AD Identity Protection. Supports $filter (eq operator only). Note: Details for this property are only available for Azure AD Premium P2 customers. All other customers will be returned hidden. + * Aggregated risk level. The possible values are: none, low, medium, high, hidden, and unknownFutureValue. The value hidden means the user or sign-in was not enabled for Azure AD Identity Protection. Supports $filter (eq). Note: Details for this property are only available for Azure AD Premium P2 customers. All other customers will be returned hidden. * * @return RiskLevel|null The riskLevelAggregated */ @@ -531,7 +531,7 @@ public function getRiskLevelAggregated() /** * Sets the riskLevelAggregated - * Aggregated risk level. The possible values are: none, low, medium, high, hidden, and unknownFutureValue. The value hidden means the user or sign-in was not enabled for Azure AD Identity Protection. Supports $filter (eq operator only). Note: Details for this property are only available for Azure AD Premium P2 customers. All other customers will be returned hidden. + * Aggregated risk level. The possible values are: none, low, medium, high, hidden, and unknownFutureValue. The value hidden means the user or sign-in was not enabled for Azure AD Identity Protection. Supports $filter (eq). Note: Details for this property are only available for Azure AD Premium P2 customers. All other customers will be returned hidden. * * @param RiskLevel $val The riskLevelAggregated * @@ -545,7 +545,7 @@ public function setRiskLevelAggregated($val) /** * Gets the riskLevelDuringSignIn - * Risk level during sign-in. The possible values are: none, low, medium, high, hidden, and unknownFutureValue. The value hidden means the user or sign-in was not enabled for Azure AD Identity Protection. Supports $filter (eq operator only). Note: Details for this property are only available for Azure AD Premium P2 customers. All other customers will be returned hidden. + * Risk level during sign-in. The possible values are: none, low, medium, high, hidden, and unknownFutureValue. The value hidden means the user or sign-in was not enabled for Azure AD Identity Protection. Supports $filter (eq). Note: Details for this property are only available for Azure AD Premium P2 customers. All other customers will be returned hidden. * * @return RiskLevel|null The riskLevelDuringSignIn */ @@ -564,7 +564,7 @@ public function getRiskLevelDuringSignIn() /** * Sets the riskLevelDuringSignIn - * Risk level during sign-in. The possible values are: none, low, medium, high, hidden, and unknownFutureValue. The value hidden means the user or sign-in was not enabled for Azure AD Identity Protection. Supports $filter (eq operator only). Note: Details for this property are only available for Azure AD Premium P2 customers. All other customers will be returned hidden. + * Risk level during sign-in. The possible values are: none, low, medium, high, hidden, and unknownFutureValue. The value hidden means the user or sign-in was not enabled for Azure AD Identity Protection. Supports $filter (eq). Note: Details for this property are only available for Azure AD Premium P2 customers. All other customers will be returned hidden. * * @param RiskLevel $val The riskLevelDuringSignIn * @@ -578,7 +578,7 @@ public function setRiskLevelDuringSignIn($val) /** * Gets the riskState - * Reports status of the risky user, sign-in, or a risk event. The possible values are: none, confirmedSafe, remediated, dismissed, atRisk, confirmedCompromised, unknownFutureValue. Supports $filter (eq operator only). + * Reports status of the risky user, sign-in, or a risk event. The possible values are: none, confirmedSafe, remediated, dismissed, atRisk, confirmedCompromised, unknownFutureValue. Supports $filter (eq). * * @return RiskState|null The riskState */ @@ -597,7 +597,7 @@ public function getRiskState() /** * Sets the riskState - * Reports status of the risky user, sign-in, or a risk event. The possible values are: none, confirmedSafe, remediated, dismissed, atRisk, confirmedCompromised, unknownFutureValue. Supports $filter (eq operator only). + * Reports status of the risky user, sign-in, or a risk event. The possible values are: none, confirmedSafe, remediated, dismissed, atRisk, confirmedCompromised, unknownFutureValue. Supports $filter (eq). * * @param RiskState $val The riskState * @@ -611,7 +611,7 @@ public function setRiskState($val) /** * Gets the status - * Sign-in status. Includes the error code and description of the error (in case of a sign-in failure). Supports $filter (eq operator only) on errorCode property. + * Sign-in status. Includes the error code and description of the error (in case of a sign-in failure). Supports $filter (eq) on errorCode property. * * @return SignInStatus|null The status */ @@ -630,7 +630,7 @@ public function getStatus() /** * Sets the status - * Sign-in status. Includes the error code and description of the error (in case of a sign-in failure). Supports $filter (eq operator only) on errorCode property. + * Sign-in status. Includes the error code and description of the error (in case of a sign-in failure). Supports $filter (eq) on errorCode property. * * @param SignInStatus $val The status * @@ -644,7 +644,7 @@ public function setStatus($val) /** * Gets the userDisplayName - * Display name of the user that initiated the sign-in. Supports $filter (eq and startsWith operators only). + * Display name of the user that initiated the sign-in. Supports $filter (eq, startsWith). * * @return string|null The userDisplayName */ @@ -659,7 +659,7 @@ public function getUserDisplayName() /** * Sets the userDisplayName - * Display name of the user that initiated the sign-in. Supports $filter (eq and startsWith operators only). + * Display name of the user that initiated the sign-in. Supports $filter (eq, startsWith). * * @param string $val The userDisplayName * @@ -673,7 +673,7 @@ public function setUserDisplayName($val) /** * Gets the userId - * ID of the user that initiated the sign-in. Supports $filter (eq operator only). + * ID of the user that initiated the sign-in. Supports $filter (eq). * * @return string|null The userId */ @@ -688,7 +688,7 @@ public function getUserId() /** * Sets the userId - * ID of the user that initiated the sign-in. Supports $filter (eq operator only). + * ID of the user that initiated the sign-in. Supports $filter (eq). * * @param string $val The userId * @@ -702,7 +702,7 @@ public function setUserId($val) /** * Gets the userPrincipalName - * User principal name of the user that initiated the sign-in. Supports $filter (eq and startsWith operators only). + * User principal name of the user that initiated the sign-in. Supports $filter (eq, startsWith). * * @return string|null The userPrincipalName */ @@ -717,7 +717,7 @@ public function getUserPrincipalName() /** * Sets the userPrincipalName - * User principal name of the user that initiated the sign-in. Supports $filter (eq and startsWith operators only). + * User principal name of the user that initiated the sign-in. Supports $filter (eq, startsWith). * * @param string $val The userPrincipalName * diff --git a/src/Model/SocialIdentityProvider.php b/src/Model/SocialIdentityProvider.php index be520d522e2..b75f26e03d0 100644 --- a/src/Model/SocialIdentityProvider.php +++ b/src/Model/SocialIdentityProvider.php @@ -55,7 +55,7 @@ public function setClientId($val) /** * Gets the clientSecret - * The client secret for the application that is obtained when the application is registered with the identity provider. This is write-only. A read operation returns ****. Required. + * The client secret for the application that is obtained when the application is registered with the identity provider. This is write-only. A read operation returns . Required. * * @return string|null The clientSecret */ @@ -70,7 +70,7 @@ public function getClientSecret() /** * Sets the clientSecret - * The client secret for the application that is obtained when the application is registered with the identity provider. This is write-only. A read operation returns ****. Required. + * The client secret for the application that is obtained when the application is registered with the identity provider. This is write-only. A read operation returns . Required. * * @param string $val The clientSecret * diff --git a/src/Model/Subscription.php b/src/Model/Subscription.php index 44ff1ca1c1e..9fc39c42fb2 100644 --- a/src/Model/Subscription.php +++ b/src/Model/Subscription.php @@ -262,7 +262,7 @@ public function setIncludeResourceData($val) /** * Gets the latestSupportedTlsVersion - * Optional. Specifies the latest version of Transport Layer Security (TLS) that the notification endpoint, specified by notificationUrl, supports. The possible values are: v1_0, v1_1, v1_2, v1_3. For subscribers whose notification endpoint supports a version lower than the currently recommended version (TLS 1.2), specifying this property by a set timeline allows them to temporarily use their deprecated version of TLS before completing their upgrade to TLS 1.2. For these subscribers, not setting this property per the timeline would result in subscription operations failing. For subscribers whose notification endpoint already supports TLS 1.2, setting this property is optional. In such cases, Microsoft Graph defaults the property to v1_2. + * Optional. Specifies the latest version of Transport Layer Security (TLS) that the notification endpoint, specified by notificationUrl, supports. The possible values are: v10, v11, v12, v13. For subscribers whose notification endpoint supports a version lower than the currently recommended version (TLS 1.2), specifying this property by a set timeline allows them to temporarily use their deprecated version of TLS before completing their upgrade to TLS 1.2. For these subscribers, not setting this property per the timeline would result in subscription operations failing. For subscribers whose notification endpoint already supports TLS 1.2, setting this property is optional. In such cases, Microsoft Graph defaults the property to v1_2. * * @return string|null The latestSupportedTlsVersion */ @@ -277,7 +277,7 @@ public function getLatestSupportedTlsVersion() /** * Sets the latestSupportedTlsVersion - * Optional. Specifies the latest version of Transport Layer Security (TLS) that the notification endpoint, specified by notificationUrl, supports. The possible values are: v1_0, v1_1, v1_2, v1_3. For subscribers whose notification endpoint supports a version lower than the currently recommended version (TLS 1.2), specifying this property by a set timeline allows them to temporarily use their deprecated version of TLS before completing their upgrade to TLS 1.2. For these subscribers, not setting this property per the timeline would result in subscription operations failing. For subscribers whose notification endpoint already supports TLS 1.2, setting this property is optional. In such cases, Microsoft Graph defaults the property to v1_2. + * Optional. Specifies the latest version of Transport Layer Security (TLS) that the notification endpoint, specified by notificationUrl, supports. The possible values are: v10, v11, v12, v13. For subscribers whose notification endpoint supports a version lower than the currently recommended version (TLS 1.2), specifying this property by a set timeline allows them to temporarily use their deprecated version of TLS before completing their upgrade to TLS 1.2. For these subscribers, not setting this property per the timeline would result in subscription operations failing. For subscribers whose notification endpoint already supports TLS 1.2, setting this property is optional. In such cases, Microsoft Graph defaults the property to v1_2. * * @param string $val The latestSupportedTlsVersion * @@ -291,7 +291,7 @@ public function setLatestSupportedTlsVersion($val) /** * Gets the lifecycleNotificationUrl - * Optional. The URL of the endpoint that receives lifecycle notifications, including subscriptionRemoved, reauthorizationRequired, and missed notifications. This URL must make use of the HTTPS protocol. + * Required for Teams resources if the expirationDateTime value is more than 1 hour from now; optional otherwise. The URL of the endpoint that receives lifecycle notifications, including subscriptionRemoved, reauthorizationRequired, and missed notifications. This URL must make use of the HTTPS protocol. For more information, see Reduce missing subscriptions and change notifications. * * @return string|null The lifecycleNotificationUrl */ @@ -306,7 +306,7 @@ public function getLifecycleNotificationUrl() /** * Sets the lifecycleNotificationUrl - * Optional. The URL of the endpoint that receives lifecycle notifications, including subscriptionRemoved, reauthorizationRequired, and missed notifications. This URL must make use of the HTTPS protocol. + * Required for Teams resources if the expirationDateTime value is more than 1 hour from now; optional otherwise. The URL of the endpoint that receives lifecycle notifications, including subscriptionRemoved, reauthorizationRequired, and missed notifications. This URL must make use of the HTTPS protocol. For more information, see Reduce missing subscriptions and change notifications. * * @param string $val The lifecycleNotificationUrl * diff --git a/src/Model/Team.php b/src/Model/Team.php index 99993119c6f..2d50e455ef4 100644 --- a/src/Model/Team.php +++ b/src/Model/Team.php @@ -702,6 +702,34 @@ public function setOperations($val) return $this; } + + /** + * Gets the permissionGrants + * + * @return array|null The permissionGrants + */ + public function getPermissionGrants() + { + if (array_key_exists("permissionGrants", $this->_propDict)) { + return $this->_propDict["permissionGrants"]; + } else { + return null; + } + } + + /** + * Sets the permissionGrants + * + * @param ResourceSpecificPermissionGrant[] $val The permissionGrants + * + * @return Team + */ + public function setPermissionGrants($val) + { + $this->_propDict["permissionGrants"] = $val; + return $this; + } + /** * Gets the photo * The profile photo for the team. diff --git a/src/Model/TeleconferenceDeviceQuality.php b/src/Model/TeleconferenceDeviceQuality.php index 41c307de3eb..79114a3c489 100644 --- a/src/Model/TeleconferenceDeviceQuality.php +++ b/src/Model/TeleconferenceDeviceQuality.php @@ -109,7 +109,7 @@ public function setCloudServiceDeploymentId($val) } /** * Gets the cloudServiceInstanceName - * The Azure deployed cloud service instance name, such as FrontEnd_IN_3. + * The Azure deployed cloud service instance name, such as FrontEndIN3. * * @return string|null The cloudServiceInstanceName */ @@ -124,7 +124,7 @@ public function getCloudServiceInstanceName() /** * Sets the cloudServiceInstanceName - * The Azure deployed cloud service instance name, such as FrontEnd_IN_3. + * The Azure deployed cloud service instance name, such as FrontEndIN3. * * @param string $val The value of the cloudServiceInstanceName * diff --git a/src/Model/TenantInformation.php b/src/Model/TenantInformation.php index f2f37f77412..d7421f21902 100644 --- a/src/Model/TenantInformation.php +++ b/src/Model/TenantInformation.php @@ -25,6 +25,7 @@ class TenantInformation extends Entity { /** * Gets the defaultDomainName + * Primary domain name of an Azure AD tenant. * * @return string|null The defaultDomainName */ @@ -39,6 +40,7 @@ public function getDefaultDomainName() /** * Sets the defaultDomainName + * Primary domain name of an Azure AD tenant. * * @param string $val The value of the defaultDomainName * @@ -51,6 +53,7 @@ public function setDefaultDomainName($val) } /** * Gets the displayName + * Display name of an Azure AD tenant. * * @return string|null The displayName */ @@ -65,6 +68,7 @@ public function getDisplayName() /** * Sets the displayName + * Display name of an Azure AD tenant. * * @param string $val The value of the displayName * @@ -77,6 +81,7 @@ public function setDisplayName($val) } /** * Gets the federationBrandName + * Name shown to users that sign in to an Azure AD tenant. * * @return string|null The federationBrandName */ @@ -91,6 +96,7 @@ public function getFederationBrandName() /** * Sets the federationBrandName + * Name shown to users that sign in to an Azure AD tenant. * * @param string $val The value of the federationBrandName * @@ -103,6 +109,7 @@ public function setFederationBrandName($val) } /** * Gets the tenantId + * Unique identifier of an Azure AD tenant. * * @return string|null The tenantId */ @@ -117,6 +124,7 @@ public function getTenantId() /** * Sets the tenantId + * Unique identifier of an Azure AD tenant. * * @param string $val The value of the tenantId * diff --git a/src/Model/User.php b/src/Model/User.php index 0e433ef63d3..f73b6000210 100644 --- a/src/Model/User.php +++ b/src/Model/User.php @@ -413,6 +413,37 @@ public function setCreationType($val) return $this; } + /** + * Gets the customSecurityAttributes + * + * @return CustomSecurityAttributeValue|null The customSecurityAttributes + */ + public function getCustomSecurityAttributes() + { + if (array_key_exists("customSecurityAttributes", $this->_propDict)) { + if (is_a($this->_propDict["customSecurityAttributes"], "\Microsoft\Graph\Model\CustomSecurityAttributeValue") || is_null($this->_propDict["customSecurityAttributes"])) { + return $this->_propDict["customSecurityAttributes"]; + } else { + $this->_propDict["customSecurityAttributes"] = new CustomSecurityAttributeValue($this->_propDict["customSecurityAttributes"]); + return $this->_propDict["customSecurityAttributes"]; + } + } + return null; + } + + /** + * Sets the customSecurityAttributes + * + * @param CustomSecurityAttributeValue $val The customSecurityAttributes + * + * @return User + */ + public function setCustomSecurityAttributes($val) + { + $this->_propDict["customSecurityAttributes"] = $val; + return $this; + } + /** * Gets the department * The name for the department in which the user works. Maximum length is 64 characters. Returned only on $select. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). @@ -1432,7 +1463,7 @@ public function setPasswordPolicies($val) /** * Gets the passwordProfile - * Specifies the password profile for the user. The profile contains the user’s password. This property is required when a user is created. The password in the profile must satisfy minimum requirements as specified by the passwordPolicies property. By default, a strong password is required. Returned only on $select. Supports $filter (eq, ne, not, in, and eq on null values). + * Specifies the password profile for the user. The profile contains the user's password. This property is required when a user is created. The password in the profile must satisfy minimum requirements as specified by the passwordPolicies property. By default, a strong password is required. Returned only on $select. Supports $filter (eq, ne, not, in, and eq on null values). * * @return PasswordProfile|null The passwordProfile */ @@ -1451,7 +1482,7 @@ public function getPasswordProfile() /** * Sets the passwordProfile - * Specifies the password profile for the user. The profile contains the user’s password. This property is required when a user is created. The password in the profile must satisfy minimum requirements as specified by the passwordPolicies property. By default, a strong password is required. Returned only on $select. Supports $filter (eq, ne, not, in, and eq on null values). + * Specifies the password profile for the user. The profile contains the user's password. This property is required when a user is created. The password in the profile must satisfy minimum requirements as specified by the passwordPolicies property. By default, a strong password is required. Returned only on $select. Supports $filter (eq, ne, not, in, and eq on null values). * * @param PasswordProfile $val The passwordProfile * diff --git a/src/Model/WindowsAppX.php b/src/Model/WindowsAppX.php index 38dddda93eb..c134f34b791 100644 --- a/src/Model/WindowsAppX.php +++ b/src/Model/WindowsAppX.php @@ -204,7 +204,7 @@ public function setIsBundle($val) /** * Gets the minimumSupportedOperatingSystem - * The value for the minimum applicable operating system. Valid values for a WindowsAppX app include v8_0, v8_1 and v10_0. If the app is a bundle, the minimum supported OS has to be at least v8_1. + * The value for the minimum applicable operating system. Valid values for a WindowsAppX app include v80, v81 and v100. If the app is a bundle, the minimum supported OS has to be at least v81. * * @return WindowsMinimumOperatingSystem|null The minimumSupportedOperatingSystem */ @@ -223,7 +223,7 @@ public function getMinimumSupportedOperatingSystem() /** * Sets the minimumSupportedOperatingSystem - * The value for the minimum applicable operating system. Valid values for a WindowsAppX app include v8_0, v8_1 and v10_0. If the app is a bundle, the minimum supported OS has to be at least v8_1. + * The value for the minimum applicable operating system. Valid values for a WindowsAppX app include v80, v81 and v100. If the app is a bundle, the minimum supported OS has to be at least v81. * * @param WindowsMinimumOperatingSystem $val The minimumSupportedOperatingSystem * diff --git a/src/Model/WindowsDeviceMalwareState.php b/src/Model/WindowsDeviceMalwareState.php index 2ec393c3c93..0ff368ceab8 100644 --- a/src/Model/WindowsDeviceMalwareState.php +++ b/src/Model/WindowsDeviceMalwareState.php @@ -55,7 +55,7 @@ public function setAdditionalInformationUrl($val) /** * Gets the category - * Category of the malware. Possible values are: invalid, adware, spyware, passwordStealer, trojanDownloader, worm, backdoor, remoteAccessTrojan, trojan, emailFlooder, keylogger, dialer, monitoringSoftware, browserModifier, cookie, browserPlugin, aolExploit, nuker, securityDisabler, jokeProgram, hostileActiveXControl, softwareBundler, stealthNotifier, settingsModifier, toolBar, remoteControlSoftware, trojanFtp, potentialUnwantedSoftware, icqExploit, trojanTelnet, exploit, filesharingProgram, malwareCreationTool, remote_Control_Software, tool, trojanDenialOfService, trojanDropper, trojanMassMailer, trojanMonitoringSoftware, trojanProxyServer, virus, known, unknown, spp, behavior, vulnerability, policy, enterpriseUnwantedSoftware, ransom, hipsRule. + * Category of the malware. Possible values are: invalid, adware, spyware, passwordStealer, trojanDownloader, worm, backdoor, remoteAccessTrojan, trojan, emailFlooder, keylogger, dialer, monitoringSoftware, browserModifier, cookie, browserPlugin, aolExploit, nuker, securityDisabler, jokeProgram, hostileActiveXControl, softwareBundler, stealthNotifier, settingsModifier, toolBar, remoteControlSoftware, trojanFtp, potentialUnwantedSoftware, icqExploit, trojanTelnet, exploit, filesharingProgram, malwareCreationTool, remoteControlSoftware, tool, trojanDenialOfService, trojanDropper, trojanMassMailer, trojanMonitoringSoftware, trojanProxyServer, virus, known, unknown, spp, behavior, vulnerability, policy, enterpriseUnwantedSoftware, ransom, hipsRule. * * @return WindowsMalwareCategory|null The category */ @@ -74,7 +74,7 @@ public function getCategory() /** * Sets the category - * Category of the malware. Possible values are: invalid, adware, spyware, passwordStealer, trojanDownloader, worm, backdoor, remoteAccessTrojan, trojan, emailFlooder, keylogger, dialer, monitoringSoftware, browserModifier, cookie, browserPlugin, aolExploit, nuker, securityDisabler, jokeProgram, hostileActiveXControl, softwareBundler, stealthNotifier, settingsModifier, toolBar, remoteControlSoftware, trojanFtp, potentialUnwantedSoftware, icqExploit, trojanTelnet, exploit, filesharingProgram, malwareCreationTool, remote_Control_Software, tool, trojanDenialOfService, trojanDropper, trojanMassMailer, trojanMonitoringSoftware, trojanProxyServer, virus, known, unknown, spp, behavior, vulnerability, policy, enterpriseUnwantedSoftware, ransom, hipsRule. + * Category of the malware. Possible values are: invalid, adware, spyware, passwordStealer, trojanDownloader, worm, backdoor, remoteAccessTrojan, trojan, emailFlooder, keylogger, dialer, monitoringSoftware, browserModifier, cookie, browserPlugin, aolExploit, nuker, securityDisabler, jokeProgram, hostileActiveXControl, softwareBundler, stealthNotifier, settingsModifier, toolBar, remoteControlSoftware, trojanFtp, potentialUnwantedSoftware, icqExploit, trojanTelnet, exploit, filesharingProgram, malwareCreationTool, remoteControlSoftware, tool, trojanDenialOfService, trojanDropper, trojanMassMailer, trojanMonitoringSoftware, trojanProxyServer, virus, known, unknown, spp, behavior, vulnerability, policy, enterpriseUnwantedSoftware, ransom, hipsRule. * * @param WindowsMalwareCategory $val The category * diff --git a/src/Model/WindowsMalwareCategoryCount.php b/src/Model/WindowsMalwareCategoryCount.php index dd135906278..c2a02c835c5 100644 --- a/src/Model/WindowsMalwareCategoryCount.php +++ b/src/Model/WindowsMalwareCategoryCount.php @@ -54,7 +54,7 @@ public function setActiveMalwareDetectionCount($val) /** * Gets the category - * Malware category. Possible values are: invalid, adware, spyware, passwordStealer, trojanDownloader, worm, backdoor, remoteAccessTrojan, trojan, emailFlooder, keylogger, dialer, monitoringSoftware, browserModifier, cookie, browserPlugin, aolExploit, nuker, securityDisabler, jokeProgram, hostileActiveXControl, softwareBundler, stealthNotifier, settingsModifier, toolBar, remoteControlSoftware, trojanFtp, potentialUnwantedSoftware, icqExploit, trojanTelnet, exploit, filesharingProgram, malwareCreationTool, remote_Control_Software, tool, trojanDenialOfService, trojanDropper, trojanMassMailer, trojanMonitoringSoftware, trojanProxyServer, virus, known, unknown, spp, behavior, vulnerability, policy, enterpriseUnwantedSoftware, ransom, hipsRule. Computed. Possible values are: invalid, adware, spyware, passwordStealer, trojanDownloader, worm, backdoor, remoteAccessTrojan, trojan, emailFlooder, keylogger, dialer, monitoringSoftware, browserModifier, cookie, browserPlugin, aolExploit, nuker, securityDisabler, jokeProgram, hostileActiveXControl, softwareBundler, stealthNotifier, settingsModifier, toolBar, remoteControlSoftware, trojanFtp, potentialUnwantedSoftware, icqExploit, trojanTelnet, exploit, filesharingProgram, malwareCreationTool, remote_Control_Software, tool, trojanDenialOfService, trojanDropper, trojanMassMailer, trojanMonitoringSoftware, trojanProxyServer, virus, known, unknown, spp, behavior, vulnerability, policy, enterpriseUnwantedSoftware, ransom, hipsRule. + * Malware category. Possible values are: invalid, adware, spyware, passwordStealer, trojanDownloader, worm, backdoor, remoteAccessTrojan, trojan, emailFlooder, keylogger, dialer, monitoringSoftware, browserModifier, cookie, browserPlugin, aolExploit, nuker, securityDisabler, jokeProgram, hostileActiveXControl, softwareBundler, stealthNotifier, settingsModifier, toolBar, remoteControlSoftware, trojanFtp, potentialUnwantedSoftware, icqExploit, trojanTelnet, exploit, filesharingProgram, malwareCreationTool, remoteControlSoftware, tool, trojanDenialOfService, trojanDropper, trojanMassMailer, trojanMonitoringSoftware, trojanProxyServer, virus, known, unknown, spp, behavior, vulnerability, policy, enterpriseUnwantedSoftware, ransom, hipsRule. Computed. Possible values are: invalid, adware, spyware, passwordStealer, trojanDownloader, worm, backdoor, remoteAccessTrojan, trojan, emailFlooder, keylogger, dialer, monitoringSoftware, browserModifier, cookie, browserPlugin, aolExploit, nuker, securityDisabler, jokeProgram, hostileActiveXControl, softwareBundler, stealthNotifier, settingsModifier, toolBar, remoteControlSoftware, trojanFtp, potentialUnwantedSoftware, icqExploit, trojanTelnet, exploit, filesharingProgram, malwareCreationTool, remoteControlSoftware, tool, trojanDenialOfService, trojanDropper, trojanMassMailer, trojanMonitoringSoftware, trojanProxyServer, virus, known, unknown, spp, behavior, vulnerability, policy, enterpriseUnwantedSoftware, ransom, hipsRule. * * @return WindowsMalwareCategory|null The category */ @@ -73,7 +73,7 @@ public function getCategory() /** * Sets the category - * Malware category. Possible values are: invalid, adware, spyware, passwordStealer, trojanDownloader, worm, backdoor, remoteAccessTrojan, trojan, emailFlooder, keylogger, dialer, monitoringSoftware, browserModifier, cookie, browserPlugin, aolExploit, nuker, securityDisabler, jokeProgram, hostileActiveXControl, softwareBundler, stealthNotifier, settingsModifier, toolBar, remoteControlSoftware, trojanFtp, potentialUnwantedSoftware, icqExploit, trojanTelnet, exploit, filesharingProgram, malwareCreationTool, remote_Control_Software, tool, trojanDenialOfService, trojanDropper, trojanMassMailer, trojanMonitoringSoftware, trojanProxyServer, virus, known, unknown, spp, behavior, vulnerability, policy, enterpriseUnwantedSoftware, ransom, hipsRule. Computed. Possible values are: invalid, adware, spyware, passwordStealer, trojanDownloader, worm, backdoor, remoteAccessTrojan, trojan, emailFlooder, keylogger, dialer, monitoringSoftware, browserModifier, cookie, browserPlugin, aolExploit, nuker, securityDisabler, jokeProgram, hostileActiveXControl, softwareBundler, stealthNotifier, settingsModifier, toolBar, remoteControlSoftware, trojanFtp, potentialUnwantedSoftware, icqExploit, trojanTelnet, exploit, filesharingProgram, malwareCreationTool, remote_Control_Software, tool, trojanDenialOfService, trojanDropper, trojanMassMailer, trojanMonitoringSoftware, trojanProxyServer, virus, known, unknown, spp, behavior, vulnerability, policy, enterpriseUnwantedSoftware, ransom, hipsRule. + * Malware category. Possible values are: invalid, adware, spyware, passwordStealer, trojanDownloader, worm, backdoor, remoteAccessTrojan, trojan, emailFlooder, keylogger, dialer, monitoringSoftware, browserModifier, cookie, browserPlugin, aolExploit, nuker, securityDisabler, jokeProgram, hostileActiveXControl, softwareBundler, stealthNotifier, settingsModifier, toolBar, remoteControlSoftware, trojanFtp, potentialUnwantedSoftware, icqExploit, trojanTelnet, exploit, filesharingProgram, malwareCreationTool, remoteControlSoftware, tool, trojanDenialOfService, trojanDropper, trojanMassMailer, trojanMonitoringSoftware, trojanProxyServer, virus, known, unknown, spp, behavior, vulnerability, policy, enterpriseUnwantedSoftware, ransom, hipsRule. Computed. Possible values are: invalid, adware, spyware, passwordStealer, trojanDownloader, worm, backdoor, remoteAccessTrojan, trojan, emailFlooder, keylogger, dialer, monitoringSoftware, browserModifier, cookie, browserPlugin, aolExploit, nuker, securityDisabler, jokeProgram, hostileActiveXControl, softwareBundler, stealthNotifier, settingsModifier, toolBar, remoteControlSoftware, trojanFtp, potentialUnwantedSoftware, icqExploit, trojanTelnet, exploit, filesharingProgram, malwareCreationTool, remoteControlSoftware, tool, trojanDenialOfService, trojanDropper, trojanMassMailer, trojanMonitoringSoftware, trojanProxyServer, virus, known, unknown, spp, behavior, vulnerability, policy, enterpriseUnwantedSoftware, ransom, hipsRule. * * @param WindowsMalwareCategory $val The value to assign to the category * diff --git a/src/Model/WindowsMalwareInformation.php b/src/Model/WindowsMalwareInformation.php index b13bad5064f..51dd8ddc7e0 100644 --- a/src/Model/WindowsMalwareInformation.php +++ b/src/Model/WindowsMalwareInformation.php @@ -55,7 +55,7 @@ public function setAdditionalInformationUrl($val) /** * Gets the category - * Category of the malware. Possible values are: invalid, adware, spyware, passwordStealer, trojanDownloader, worm, backdoor, remoteAccessTrojan, trojan, emailFlooder, keylogger, dialer, monitoringSoftware, browserModifier, cookie, browserPlugin, aolExploit, nuker, securityDisabler, jokeProgram, hostileActiveXControl, softwareBundler, stealthNotifier, settingsModifier, toolBar, remoteControlSoftware, trojanFtp, potentialUnwantedSoftware, icqExploit, trojanTelnet, exploit, filesharingProgram, malwareCreationTool, remote_Control_Software, tool, trojanDenialOfService, trojanDropper, trojanMassMailer, trojanMonitoringSoftware, trojanProxyServer, virus, known, unknown, spp, behavior, vulnerability, policy, enterpriseUnwantedSoftware, ransom, hipsRule. default value is invalid. Possible values are: invalid, adware, spyware, passwordStealer, trojanDownloader, worm, backdoor, remoteAccessTrojan, trojan, emailFlooder, keylogger, dialer, monitoringSoftware, browserModifier, cookie, browserPlugin, aolExploit, nuker, securityDisabler, jokeProgram, hostileActiveXControl, softwareBundler, stealthNotifier, settingsModifier, toolBar, remoteControlSoftware, trojanFtp, potentialUnwantedSoftware, icqExploit, trojanTelnet, exploit, filesharingProgram, malwareCreationTool, remote_Control_Software, tool, trojanDenialOfService, trojanDropper, trojanMassMailer, trojanMonitoringSoftware, trojanProxyServer, virus, known, unknown, spp, behavior, vulnerability, policy, enterpriseUnwantedSoftware, ransom, hipsRule. + * Category of the malware. Possible values are: invalid, adware, spyware, passwordStealer, trojanDownloader, worm, backdoor, remoteAccessTrojan, trojan, emailFlooder, keylogger, dialer, monitoringSoftware, browserModifier, cookie, browserPlugin, aolExploit, nuker, securityDisabler, jokeProgram, hostileActiveXControl, softwareBundler, stealthNotifier, settingsModifier, toolBar, remoteControlSoftware, trojanFtp, potentialUnwantedSoftware, icqExploit, trojanTelnet, exploit, filesharingProgram, malwareCreationTool, remoteControlSoftware, tool, trojanDenialOfService, trojanDropper, trojanMassMailer, trojanMonitoringSoftware, trojanProxyServer, virus, known, unknown, spp, behavior, vulnerability, policy, enterpriseUnwantedSoftware, ransom, hipsRule. default value is invalid. Possible values are: invalid, adware, spyware, passwordStealer, trojanDownloader, worm, backdoor, remoteAccessTrojan, trojan, emailFlooder, keylogger, dialer, monitoringSoftware, browserModifier, cookie, browserPlugin, aolExploit, nuker, securityDisabler, jokeProgram, hostileActiveXControl, softwareBundler, stealthNotifier, settingsModifier, toolBar, remoteControlSoftware, trojanFtp, potentialUnwantedSoftware, icqExploit, trojanTelnet, exploit, filesharingProgram, malwareCreationTool, remoteControlSoftware, tool, trojanDenialOfService, trojanDropper, trojanMassMailer, trojanMonitoringSoftware, trojanProxyServer, virus, known, unknown, spp, behavior, vulnerability, policy, enterpriseUnwantedSoftware, ransom, hipsRule. * * @return WindowsMalwareCategory|null The category */ @@ -74,7 +74,7 @@ public function getCategory() /** * Sets the category - * Category of the malware. Possible values are: invalid, adware, spyware, passwordStealer, trojanDownloader, worm, backdoor, remoteAccessTrojan, trojan, emailFlooder, keylogger, dialer, monitoringSoftware, browserModifier, cookie, browserPlugin, aolExploit, nuker, securityDisabler, jokeProgram, hostileActiveXControl, softwareBundler, stealthNotifier, settingsModifier, toolBar, remoteControlSoftware, trojanFtp, potentialUnwantedSoftware, icqExploit, trojanTelnet, exploit, filesharingProgram, malwareCreationTool, remote_Control_Software, tool, trojanDenialOfService, trojanDropper, trojanMassMailer, trojanMonitoringSoftware, trojanProxyServer, virus, known, unknown, spp, behavior, vulnerability, policy, enterpriseUnwantedSoftware, ransom, hipsRule. default value is invalid. Possible values are: invalid, adware, spyware, passwordStealer, trojanDownloader, worm, backdoor, remoteAccessTrojan, trojan, emailFlooder, keylogger, dialer, monitoringSoftware, browserModifier, cookie, browserPlugin, aolExploit, nuker, securityDisabler, jokeProgram, hostileActiveXControl, softwareBundler, stealthNotifier, settingsModifier, toolBar, remoteControlSoftware, trojanFtp, potentialUnwantedSoftware, icqExploit, trojanTelnet, exploit, filesharingProgram, malwareCreationTool, remote_Control_Software, tool, trojanDenialOfService, trojanDropper, trojanMassMailer, trojanMonitoringSoftware, trojanProxyServer, virus, known, unknown, spp, behavior, vulnerability, policy, enterpriseUnwantedSoftware, ransom, hipsRule. + * Category of the malware. Possible values are: invalid, adware, spyware, passwordStealer, trojanDownloader, worm, backdoor, remoteAccessTrojan, trojan, emailFlooder, keylogger, dialer, monitoringSoftware, browserModifier, cookie, browserPlugin, aolExploit, nuker, securityDisabler, jokeProgram, hostileActiveXControl, softwareBundler, stealthNotifier, settingsModifier, toolBar, remoteControlSoftware, trojanFtp, potentialUnwantedSoftware, icqExploit, trojanTelnet, exploit, filesharingProgram, malwareCreationTool, remoteControlSoftware, tool, trojanDenialOfService, trojanDropper, trojanMassMailer, trojanMonitoringSoftware, trojanProxyServer, virus, known, unknown, spp, behavior, vulnerability, policy, enterpriseUnwantedSoftware, ransom, hipsRule. default value is invalid. Possible values are: invalid, adware, spyware, passwordStealer, trojanDownloader, worm, backdoor, remoteAccessTrojan, trojan, emailFlooder, keylogger, dialer, monitoringSoftware, browserModifier, cookie, browserPlugin, aolExploit, nuker, securityDisabler, jokeProgram, hostileActiveXControl, softwareBundler, stealthNotifier, settingsModifier, toolBar, remoteControlSoftware, trojanFtp, potentialUnwantedSoftware, icqExploit, trojanTelnet, exploit, filesharingProgram, malwareCreationTool, remoteControlSoftware, tool, trojanDenialOfService, trojanDropper, trojanMassMailer, trojanMonitoringSoftware, trojanProxyServer, virus, known, unknown, spp, behavior, vulnerability, policy, enterpriseUnwantedSoftware, ransom, hipsRule. * * @param WindowsMalwareCategory $val The category * diff --git a/src/SecurityNamespace/Model/AlertEvidence.php b/src/SecurityNamespace/Model/AlertEvidence.php index 63238847928..91622abce1f 100644 --- a/src/SecurityNamespace/Model/AlertEvidence.php +++ b/src/SecurityNamespace/Model/AlertEvidence.php @@ -58,6 +58,7 @@ public function setCreatedDateTime($val) } /** * Gets the detailedRoles + * Detailed description of the entity role/s in an alert. Values are free-form. * * @return string|null The detailedRoles */ @@ -72,6 +73,7 @@ public function getDetailedRoles() /** * Sets the detailedRoles + * Detailed description of the entity role/s in an alert. Values are free-form. * * @param string $val The value of the detailedRoles * @@ -146,7 +148,7 @@ public function setRemediationStatusDetails($val) /** * Gets the roles - * One or more roles that an evidence entity represents in an alert. For example, an IP address that is associated with an attacker has the evidence role Attacker. + * The role/s that an evidence entity represents in an alert, e.g., an IP address that is associated with an attacker will have the evidence role Attacker. * * @return EvidenceRole|null The roles */ @@ -165,7 +167,7 @@ public function getRoles() /** * Sets the roles - * One or more roles that an evidence entity represents in an alert. For example, an IP address that is associated with an attacker has the evidence role Attacker. + * The role/s that an evidence entity represents in an alert, e.g., an IP address that is associated with an attacker will have the evidence role Attacker. * * @param EvidenceRole $val The value to assign to the roles * @@ -178,7 +180,7 @@ public function setRoles($val) } /** * Gets the tags - * Array of custom tags associated with an evidence instance. For example, to denote a group of devices or high value assets. + * Array of custom tags associated with an evidence instance, for example, to denote a group of devices, high-value assets, etc. * * @return string|null The tags */ @@ -193,7 +195,7 @@ public function getTags() /** * Sets the tags - * Array of custom tags associated with an evidence instance. For example, to denote a group of devices or high value assets. + * Array of custom tags associated with an evidence instance, for example, to denote a group of devices, high-value assets, etc. * * @param string $val The value of the tags * diff --git a/src/SecurityNamespace/Model/BlobContainerEvidence.php b/src/SecurityNamespace/Model/BlobContainerEvidence.php index 8ea9443bc51..dff01cba014 100644 --- a/src/SecurityNamespace/Model/BlobContainerEvidence.php +++ b/src/SecurityNamespace/Model/BlobContainerEvidence.php @@ -25,6 +25,7 @@ class BlobContainerEvidence extends AlertEvidence { /** * Gets the name + * The name of the blob container. * * @return string|null The name */ @@ -39,6 +40,7 @@ public function getName() /** * Sets the name + * The name of the blob container. * * @param string $val The value of the name * @@ -52,6 +54,7 @@ public function setName($val) /** * Gets the storageResource + * The storage which the blob container belongs to. * * @return AzureResourceEvidence|null The storageResource */ @@ -70,6 +73,7 @@ public function getStorageResource() /** * Sets the storageResource + * The storage which the blob container belongs to. * * @param AzureResourceEvidence $val The value to assign to the storageResource * @@ -82,6 +86,7 @@ public function setStorageResource($val) } /** * Gets the url + * The full URL representation of the blob container. * * @return string|null The url */ @@ -96,6 +101,7 @@ public function getUrl() /** * Sets the url + * The full URL representation of the blob container. * * @param string $val The value of the url * diff --git a/src/SecurityNamespace/Model/BlobEvidence.php b/src/SecurityNamespace/Model/BlobEvidence.php index 1d05a2190bf..5fcc39f6beb 100644 --- a/src/SecurityNamespace/Model/BlobEvidence.php +++ b/src/SecurityNamespace/Model/BlobEvidence.php @@ -26,6 +26,7 @@ class BlobEvidence extends AlertEvidence /** * Gets the blobContainer + * The container which the blob belongs to. * * @return BlobContainerEvidence|null The blobContainer */ @@ -44,6 +45,7 @@ public function getBlobContainer() /** * Sets the blobContainer + * The container which the blob belongs to. * * @param BlobContainerEvidence $val The value to assign to the blobContainer * @@ -56,6 +58,7 @@ public function setBlobContainer($val) } /** * Gets the etag + * The Etag associated with this blob. * * @return string|null The etag */ @@ -70,6 +73,7 @@ public function getEtag() /** * Sets the etag + * The Etag associated with this blob. * * @param string $val The value of the etag * @@ -83,6 +87,7 @@ public function setEtag($val) /** * Gets the fileHashes + * The file hashes associated with this blob. * * @return FileHash|null The fileHashes */ @@ -101,6 +106,7 @@ public function getFileHashes() /** * Sets the fileHashes + * The file hashes associated with this blob. * * @param FileHash $val The value to assign to the fileHashes * @@ -113,6 +119,7 @@ public function setFileHashes($val) } /** * Gets the name + * The name of the blob. * * @return string|null The name */ @@ -127,6 +134,7 @@ public function getName() /** * Sets the name + * The name of the blob. * * @param string $val The value of the name * @@ -139,6 +147,7 @@ public function setName($val) } /** * Gets the url + * The full URL representation of the blob. * * @return string|null The url */ @@ -153,6 +162,7 @@ public function getUrl() /** * Sets the url + * The full URL representation of the blob. * * @param string $val The value of the url * diff --git a/src/SecurityNamespace/Model/ContainerEvidence.php b/src/SecurityNamespace/Model/ContainerEvidence.php index ced0b2d8575..11cb72f998c 100644 --- a/src/SecurityNamespace/Model/ContainerEvidence.php +++ b/src/SecurityNamespace/Model/ContainerEvidence.php @@ -25,6 +25,7 @@ class ContainerEvidence extends AlertEvidence { /** * Gets the args + * The list of arguments. * * @return string|null The args */ @@ -39,6 +40,7 @@ public function getArgs() /** * Sets the args + * The list of arguments. * * @param string $val The value of the args * @@ -51,6 +53,7 @@ public function setArgs($val) } /** * Gets the command + * The list of commands. * * @return string|null The command */ @@ -65,6 +68,7 @@ public function getCommand() /** * Sets the command + * The list of commands. * * @param string $val The value of the command * @@ -77,6 +81,7 @@ public function setCommand($val) } /** * Gets the containerId + * The container ID. * * @return string|null The containerId */ @@ -91,6 +96,7 @@ public function getContainerId() /** * Sets the containerId + * The container ID. * * @param string $val The value of the containerId * @@ -104,6 +110,7 @@ public function setContainerId($val) /** * Gets the image + * The image used to run the container. * * @return ContainerImageEvidence|null The image */ @@ -122,6 +129,7 @@ public function getImage() /** * Sets the image + * The image used to run the container. * * @param ContainerImageEvidence $val The value to assign to the image * @@ -134,6 +142,7 @@ public function setImage($val) } /** * Gets the isPrivileged + * The privileged status. * * @return bool|null The isPrivileged */ @@ -148,6 +157,7 @@ public function getIsPrivileged() /** * Sets the isPrivileged + * The privileged status. * * @param bool $val The value of the isPrivileged * @@ -160,6 +170,7 @@ public function setIsPrivileged($val) } /** * Gets the name + * The container name. * * @return string|null The name */ @@ -174,6 +185,7 @@ public function getName() /** * Sets the name + * The container name. * * @param string $val The value of the name * @@ -187,6 +199,7 @@ public function setName($val) /** * Gets the pod + * The pod this container belongs to. * * @return KubernetesPodEvidence|null The pod */ @@ -205,6 +218,7 @@ public function getPod() /** * Sets the pod + * The pod this container belongs to. * * @param KubernetesPodEvidence $val The value to assign to the pod * diff --git a/src/SecurityNamespace/Model/ContainerImageEvidence.php b/src/SecurityNamespace/Model/ContainerImageEvidence.php index 0401e5ce209..e182b63055c 100644 --- a/src/SecurityNamespace/Model/ContainerImageEvidence.php +++ b/src/SecurityNamespace/Model/ContainerImageEvidence.php @@ -26,6 +26,7 @@ class ContainerImageEvidence extends AlertEvidence /** * Gets the digestImage + * The digest image entity, in case this is a tag image. * * @return ContainerImageEvidence|null The digestImage */ @@ -44,6 +45,7 @@ public function getDigestImage() /** * Sets the digestImage + * The digest image entity, in case this is a tag image. * * @param ContainerImageEvidence $val The value to assign to the digestImage * @@ -56,6 +58,7 @@ public function setDigestImage($val) } /** * Gets the imageId + * The unique identifier for the container image entity. * * @return string|null The imageId */ @@ -70,6 +73,7 @@ public function getImageId() /** * Sets the imageId + * The unique identifier for the container image entity. * * @param string $val The value of the imageId * @@ -83,6 +87,7 @@ public function setImageId($val) /** * Gets the registry + * The container registry for this image. * * @return ContainerRegistryEvidence|null The registry */ @@ -101,6 +106,7 @@ public function getRegistry() /** * Sets the registry + * The container registry for this image. * * @param ContainerRegistryEvidence $val The value to assign to the registry * diff --git a/src/SecurityNamespace/Model/ContainerRegistryEvidence.php b/src/SecurityNamespace/Model/ContainerRegistryEvidence.php index fdf6b5979b4..bbc88c05a6a 100644 --- a/src/SecurityNamespace/Model/ContainerRegistryEvidence.php +++ b/src/SecurityNamespace/Model/ContainerRegistryEvidence.php @@ -25,6 +25,7 @@ class ContainerRegistryEvidence extends AlertEvidence { /** * Gets the registry + * The registry URI. * * @return string|null The registry */ @@ -39,6 +40,7 @@ public function getRegistry() /** * Sets the registry + * The registry URI. * * @param string $val The value of the registry * diff --git a/src/SecurityNamespace/Model/DeviceEvidence.php b/src/SecurityNamespace/Model/DeviceEvidence.php index 564d1b3fe6d..00091b9bed1 100644 --- a/src/SecurityNamespace/Model/DeviceEvidence.php +++ b/src/SecurityNamespace/Model/DeviceEvidence.php @@ -180,6 +180,7 @@ public function setHealthStatus($val) } /** * Gets the ipInterfaces + * Ip interfaces of the device during the time of the alert. * * @return string|null The ipInterfaces */ @@ -194,6 +195,7 @@ public function getIpInterfaces() /** * Sets the ipInterfaces + * Ip interfaces of the device during the time of the alert. * * @param string $val The value of the ipInterfaces * diff --git a/src/SecurityNamespace/Model/FileHash.php b/src/SecurityNamespace/Model/FileHash.php index 6f7757d3f14..94d84194104 100644 --- a/src/SecurityNamespace/Model/FileHash.php +++ b/src/SecurityNamespace/Model/FileHash.php @@ -26,6 +26,7 @@ class FileHash extends \Microsoft\Graph\Model\Entity /** * Gets the algorithm + * The hash algorithm type. Possible values are: unknown, md5, sha1, sha256, sha256ac, unknownFutureValue. * * @return FileHashAlgorithm|null The algorithm */ @@ -44,6 +45,7 @@ public function getAlgorithm() /** * Sets the algorithm + * The hash algorithm type. Possible values are: unknown, md5, sha1, sha256, sha256ac, unknownFutureValue. * * @param FileHashAlgorithm $val The value to assign to the algorithm * @@ -56,6 +58,7 @@ public function setAlgorithm($val) } /** * Gets the value + * The hash value. * * @return string|null The value */ @@ -70,6 +73,7 @@ public function getValue() /** * Sets the value + * The hash value. * * @param string $val The value of the value * diff --git a/src/SecurityNamespace/Model/KubernetesClusterEvidence.php b/src/SecurityNamespace/Model/KubernetesClusterEvidence.php index 88c8b42d14e..da0c626006b 100644 --- a/src/SecurityNamespace/Model/KubernetesClusterEvidence.php +++ b/src/SecurityNamespace/Model/KubernetesClusterEvidence.php @@ -26,6 +26,7 @@ class KubernetesClusterEvidence extends AlertEvidence /** * Gets the cloudResource + * The cloud identifier of the cluster. Can be either an amazonResourceEvidence, azureResourceEvidence, or googleCloudResourceEvidence object. * * @return AlertEvidence|null The cloudResource */ @@ -44,6 +45,7 @@ public function getCloudResource() /** * Sets the cloudResource + * The cloud identifier of the cluster. Can be either an amazonResourceEvidence, azureResourceEvidence, or googleCloudResourceEvidence object. * * @param AlertEvidence $val The value to assign to the cloudResource * @@ -56,6 +58,7 @@ public function setCloudResource($val) } /** * Gets the distribution + * The distribution type of the cluster. * * @return string|null The distribution */ @@ -70,6 +73,7 @@ public function getDistribution() /** * Sets the distribution + * The distribution type of the cluster. * * @param string $val The value of the distribution * @@ -82,6 +86,7 @@ public function setDistribution($val) } /** * Gets the name + * The cluster name. * * @return string|null The name */ @@ -96,6 +101,7 @@ public function getName() /** * Sets the name + * The cluster name. * * @param string $val The value of the name * @@ -109,6 +115,7 @@ public function setName($val) /** * Gets the platform + * The platform the cluster runs on. Possible values are: unknown, aks, eks, gke, arc, unknownFutureValue. * * @return KubernetesPlatform|null The platform */ @@ -127,6 +134,7 @@ public function getPlatform() /** * Sets the platform + * The platform the cluster runs on. Possible values are: unknown, aks, eks, gke, arc, unknownFutureValue. * * @param KubernetesPlatform $val The value to assign to the platform * @@ -139,6 +147,7 @@ public function setPlatform($val) } /** * Gets the version + * The kubernetes version of the cluster. * * @return string|null The version */ @@ -153,6 +162,7 @@ public function getVersion() /** * Sets the version + * The kubernetes version of the cluster. * * @param string $val The value of the version * diff --git a/src/SecurityNamespace/Model/KubernetesControllerEvidence.php b/src/SecurityNamespace/Model/KubernetesControllerEvidence.php index df2aaea26ec..31fbd486585 100644 --- a/src/SecurityNamespace/Model/KubernetesControllerEvidence.php +++ b/src/SecurityNamespace/Model/KubernetesControllerEvidence.php @@ -26,6 +26,7 @@ class KubernetesControllerEvidence extends AlertEvidence /** * Gets the labels + * The labels for the Kubernetes pod. * * @return Dictionary|null The labels */ @@ -44,6 +45,7 @@ public function getLabels() /** * Sets the labels + * The labels for the Kubernetes pod. * * @param Dictionary $val The value to assign to the labels * @@ -56,6 +58,7 @@ public function setLabels($val) } /** * Gets the name + * The controller name. * * @return string|null The name */ @@ -70,6 +73,7 @@ public function getName() /** * Sets the name + * The controller name. * * @param string $val The value of the name * @@ -83,6 +87,7 @@ public function setName($val) /** * Gets the namespace + * The service account namespace. * * @return KubernetesNamespaceEvidence|null The namespace */ @@ -101,6 +106,7 @@ public function getNamespace() /** * Sets the namespace + * The service account namespace. * * @param KubernetesNamespaceEvidence $val The value to assign to the namespace * @@ -113,6 +119,7 @@ public function setNamespace($val) } /** * Gets the type + * The controller type. * * @return string|null The type */ @@ -127,6 +134,7 @@ public function getType() /** * Sets the type + * The controller type. * * @param string $val The value of the type * diff --git a/src/SecurityNamespace/Model/KubernetesNamespaceEvidence.php b/src/SecurityNamespace/Model/KubernetesNamespaceEvidence.php index dd9741c520c..d2435b1a7a3 100644 --- a/src/SecurityNamespace/Model/KubernetesNamespaceEvidence.php +++ b/src/SecurityNamespace/Model/KubernetesNamespaceEvidence.php @@ -26,6 +26,7 @@ class KubernetesNamespaceEvidence extends AlertEvidence /** * Gets the cluster + * The namespace cluster. * * @return KubernetesClusterEvidence|null The cluster */ @@ -44,6 +45,7 @@ public function getCluster() /** * Sets the cluster + * The namespace cluster. * * @param KubernetesClusterEvidence $val The value to assign to the cluster * @@ -57,6 +59,7 @@ public function setCluster($val) /** * Gets the labels + * The labels for the Kubernetes pod. * * @return Dictionary|null The labels */ @@ -75,6 +78,7 @@ public function getLabels() /** * Sets the labels + * The labels for the Kubernetes pod. * * @param Dictionary $val The value to assign to the labels * @@ -87,6 +91,7 @@ public function setLabels($val) } /** * Gets the name + * The namespace name. * * @return string|null The name */ @@ -101,6 +106,7 @@ public function getName() /** * Sets the name + * The namespace name. * * @param string $val The value of the name * diff --git a/src/SecurityNamespace/Model/KubernetesPodEvidence.php b/src/SecurityNamespace/Model/KubernetesPodEvidence.php index eb22dbb53a4..53ffb418d3a 100644 --- a/src/SecurityNamespace/Model/KubernetesPodEvidence.php +++ b/src/SecurityNamespace/Model/KubernetesPodEvidence.php @@ -26,6 +26,7 @@ class KubernetesPodEvidence extends AlertEvidence /** * Gets the containers + * The list of pod containers which are not init or ephemeral containers. * * @return ContainerEvidence|null The containers */ @@ -44,6 +45,7 @@ public function getContainers() /** * Sets the containers + * The list of pod containers which are not init or ephemeral containers. * * @param ContainerEvidence $val The value to assign to the containers * @@ -57,6 +59,7 @@ public function setContainers($val) /** * Gets the controller + * The pod controller. * * @return KubernetesControllerEvidence|null The controller */ @@ -75,6 +78,7 @@ public function getController() /** * Sets the controller + * The pod controller. * * @param KubernetesControllerEvidence $val The value to assign to the controller * @@ -88,6 +92,7 @@ public function setController($val) /** * Gets the ephemeralContainers + * The list of pod ephemeral containers. * * @return ContainerEvidence|null The ephemeralContainers */ @@ -106,6 +111,7 @@ public function getEphemeralContainers() /** * Sets the ephemeralContainers + * The list of pod ephemeral containers. * * @param ContainerEvidence $val The value to assign to the ephemeralContainers * @@ -119,6 +125,7 @@ public function setEphemeralContainers($val) /** * Gets the initContainers + * The list of pod init containers. * * @return ContainerEvidence|null The initContainers */ @@ -137,6 +144,7 @@ public function getInitContainers() /** * Sets the initContainers + * The list of pod init containers. * * @param ContainerEvidence $val The value to assign to the initContainers * @@ -150,6 +158,7 @@ public function setInitContainers($val) /** * Gets the labels + * The pod labels. * * @return Dictionary|null The labels */ @@ -168,6 +177,7 @@ public function getLabels() /** * Sets the labels + * The pod labels. * * @param Dictionary $val The value to assign to the labels * @@ -180,6 +190,7 @@ public function setLabels($val) } /** * Gets the name + * The pod name. * * @return string|null The name */ @@ -194,6 +205,7 @@ public function getName() /** * Sets the name + * The pod name. * * @param string $val The value of the name * @@ -207,6 +219,7 @@ public function setName($val) /** * Gets the namespace + * The pod namespace. * * @return KubernetesNamespaceEvidence|null The namespace */ @@ -225,6 +238,7 @@ public function getNamespace() /** * Sets the namespace + * The pod namespace. * * @param KubernetesNamespaceEvidence $val The value to assign to the namespace * @@ -238,6 +252,7 @@ public function setNamespace($val) /** * Gets the podIp + * The pod IP. * * @return IpEvidence|null The podIp */ @@ -256,6 +271,7 @@ public function getPodIp() /** * Sets the podIp + * The pod IP. * * @param IpEvidence $val The value to assign to the podIp * @@ -269,6 +285,7 @@ public function setPodIp($val) /** * Gets the serviceAccount + * The pod service account. * * @return KubernetesServiceAccountEvidence|null The serviceAccount */ @@ -287,6 +304,7 @@ public function getServiceAccount() /** * Sets the serviceAccount + * The pod service account. * * @param KubernetesServiceAccountEvidence $val The value to assign to the serviceAccount * diff --git a/src/SecurityNamespace/Model/KubernetesSecretEvidence.php b/src/SecurityNamespace/Model/KubernetesSecretEvidence.php index e5e89ed6c13..07d5844e61b 100644 --- a/src/SecurityNamespace/Model/KubernetesSecretEvidence.php +++ b/src/SecurityNamespace/Model/KubernetesSecretEvidence.php @@ -25,6 +25,7 @@ class KubernetesSecretEvidence extends AlertEvidence { /** * Gets the name + * The secret name. * * @return string|null The name */ @@ -39,6 +40,7 @@ public function getName() /** * Sets the name + * The secret name. * * @param string $val The value of the name * @@ -52,6 +54,7 @@ public function setName($val) /** * Gets the namespace + * The secret namespace. * * @return KubernetesNamespaceEvidence|null The namespace */ @@ -70,6 +73,7 @@ public function getNamespace() /** * Sets the namespace + * The secret namespace. * * @param KubernetesNamespaceEvidence $val The value to assign to the namespace * @@ -82,6 +86,7 @@ public function setNamespace($val) } /** * Gets the secretType + * The secret type can include both built-in types and custom ones. Examples of built-in types are: Opaque, kubernetes.io/service-account-token, kubernetes.io/dockercfg, kubernetes.io/dockerconfigjson, kubernetes.io/basic-auth, kubernetes.io/ssh-auth, kubernetes.io/tls, bootstrap.kubernetes.io/token. * * @return string|null The secretType */ @@ -96,6 +101,7 @@ public function getSecretType() /** * Sets the secretType + * The secret type can include both built-in types and custom ones. Examples of built-in types are: Opaque, kubernetes.io/service-account-token, kubernetes.io/dockercfg, kubernetes.io/dockerconfigjson, kubernetes.io/basic-auth, kubernetes.io/ssh-auth, kubernetes.io/tls, bootstrap.kubernetes.io/token. * * @param string $val The value of the secretType * diff --git a/src/SecurityNamespace/Model/KubernetesServiceAccountEvidence.php b/src/SecurityNamespace/Model/KubernetesServiceAccountEvidence.php index 856dd47d31e..ff589920952 100644 --- a/src/SecurityNamespace/Model/KubernetesServiceAccountEvidence.php +++ b/src/SecurityNamespace/Model/KubernetesServiceAccountEvidence.php @@ -25,6 +25,7 @@ class KubernetesServiceAccountEvidence extends AlertEvidence { /** * Gets the name + * The service account name. * * @return string|null The name */ @@ -39,6 +40,7 @@ public function getName() /** * Sets the name + * The service account name. * * @param string $val The value of the name * @@ -52,6 +54,7 @@ public function setName($val) /** * Gets the namespace + * The service account namespace. * * @return KubernetesNamespaceEvidence|null The namespace */ @@ -70,6 +73,7 @@ public function getNamespace() /** * Sets the namespace + * The service account namespace. * * @param KubernetesNamespaceEvidence $val The value to assign to the namespace * diff --git a/src/SecurityNamespace/Model/KubernetesServiceEvidence.php b/src/SecurityNamespace/Model/KubernetesServiceEvidence.php index c334f35fe3c..e40e0e84472 100644 --- a/src/SecurityNamespace/Model/KubernetesServiceEvidence.php +++ b/src/SecurityNamespace/Model/KubernetesServiceEvidence.php @@ -26,6 +26,7 @@ class KubernetesServiceEvidence extends AlertEvidence /** * Gets the clusterIP + * The service cluster IP. * * @return IpEvidence|null The clusterIP */ @@ -44,6 +45,7 @@ public function getClusterIP() /** * Sets the clusterIP + * The service cluster IP. * * @param IpEvidence $val The value to assign to the clusterIP * @@ -57,6 +59,7 @@ public function setClusterIP($val) /** * Gets the externalIPs + * The service external IPs. * * @return IpEvidence|null The externalIPs */ @@ -75,6 +78,7 @@ public function getExternalIPs() /** * Sets the externalIPs + * The service external IPs. * * @param IpEvidence $val The value to assign to the externalIPs * @@ -88,6 +92,7 @@ public function setExternalIPs($val) /** * Gets the labels + * The service labels. * * @return Dictionary|null The labels */ @@ -106,6 +111,7 @@ public function getLabels() /** * Sets the labels + * The service labels. * * @param Dictionary $val The value to assign to the labels * @@ -118,6 +124,7 @@ public function setLabels($val) } /** * Gets the name + * The service name. * * @return string|null The name */ @@ -132,6 +139,7 @@ public function getName() /** * Sets the name + * The service name. * * @param string $val The value of the name * @@ -145,6 +153,7 @@ public function setName($val) /** * Gets the namespace + * The service namespace. * * @return KubernetesNamespaceEvidence|null The namespace */ @@ -163,6 +172,7 @@ public function getNamespace() /** * Sets the namespace + * The service namespace. * * @param KubernetesNamespaceEvidence $val The value to assign to the namespace * @@ -176,6 +186,7 @@ public function setNamespace($val) /** * Gets the selector + * The service selector. * * @return Dictionary|null The selector */ @@ -194,6 +205,7 @@ public function getSelector() /** * Sets the selector + * The service selector. * * @param Dictionary $val The value to assign to the selector * @@ -207,6 +219,7 @@ public function setSelector($val) /** * Gets the servicePorts + * The list of service ports. * * @return KubernetesServicePort|null The servicePorts */ @@ -225,6 +238,7 @@ public function getServicePorts() /** * Sets the servicePorts + * The list of service ports. * * @param KubernetesServicePort $val The value to assign to the servicePorts * @@ -238,6 +252,7 @@ public function setServicePorts($val) /** * Gets the serviceType + * The service type. Possible values are: unknown, clusterIP, externalName, nodePort, loadBalancer, unknownFutureValue. * * @return KubernetesServiceType|null The serviceType */ @@ -256,6 +271,7 @@ public function getServiceType() /** * Sets the serviceType + * The service type. Possible values are: unknown, clusterIP, externalName, nodePort, loadBalancer, unknownFutureValue. * * @param KubernetesServiceType $val The value to assign to the serviceType * diff --git a/src/SecurityNamespace/Model/KubernetesServicePort.php b/src/SecurityNamespace/Model/KubernetesServicePort.php index cd62fde040b..1747ec56a3b 100644 --- a/src/SecurityNamespace/Model/KubernetesServicePort.php +++ b/src/SecurityNamespace/Model/KubernetesServicePort.php @@ -25,6 +25,7 @@ class KubernetesServicePort extends \Microsoft\Graph\Model\Entity { /** * Gets the appProtocol + * The application protocol for this port. * * @return string|null The appProtocol */ @@ -39,6 +40,7 @@ public function getAppProtocol() /** * Sets the appProtocol + * The application protocol for this port. * * @param string $val The value of the appProtocol * @@ -51,6 +53,7 @@ public function setAppProtocol($val) } /** * Gets the name + * The name of this port within the service. * * @return string|null The name */ @@ -65,6 +68,7 @@ public function getName() /** * Sets the name + * The name of this port within the service. * * @param string $val The value of the name * @@ -77,6 +81,7 @@ public function setName($val) } /** * Gets the nodePort + * The port on each node on which this service is exposed when the type is either NodePort or LoadBalancer. * * @return int|null The nodePort */ @@ -91,6 +96,7 @@ public function getNodePort() /** * Sets the nodePort + * The port on each node on which this service is exposed when the type is either NodePort or LoadBalancer. * * @param int $val The value of the nodePort * @@ -103,6 +109,7 @@ public function setNodePort($val) } /** * Gets the port + * The port that this service exposes. * * @return int|null The port */ @@ -117,6 +124,7 @@ public function getPort() /** * Sets the port + * The port that this service exposes. * * @param int $val The value of the port * @@ -130,6 +138,7 @@ public function setPort($val) /** * Gets the protocol + * The protocol name. Possible values are: udp, tcp, sctp, unknownFutureValue. * * @return ContainerPortProtocol|null The protocol */ @@ -148,6 +157,7 @@ public function getProtocol() /** * Sets the protocol + * The protocol name. Possible values are: udp, tcp, sctp, unknownFutureValue. * * @param ContainerPortProtocol $val The value to assign to the protocol * @@ -160,6 +170,7 @@ public function setProtocol($val) } /** * Gets the targetPort + * The name or number of the port to access on the pods targeted by the service. The port number must be in the range 1 to 65535. The name must be an IANASVCNAME. * * @return string|null The targetPort */ @@ -174,6 +185,7 @@ public function getTargetPort() /** * Sets the targetPort + * The name or number of the port to access on the pods targeted by the service. The port number must be in the range 1 to 65535. The name must be an IANASVCNAME. * * @param string $val The value of the targetPort * diff --git a/src/SecurityNamespace/Model/RegistryValueEvidence.php b/src/SecurityNamespace/Model/RegistryValueEvidence.php index 548aaf1d176..219ba6f44e9 100644 --- a/src/SecurityNamespace/Model/RegistryValueEvidence.php +++ b/src/SecurityNamespace/Model/RegistryValueEvidence.php @@ -25,6 +25,7 @@ class RegistryValueEvidence extends AlertEvidence { /** * Gets the mdeDeviceId + * A unique identifier assigned to a device by Microsoft Defender for Endpoint. * * @return string|null The mdeDeviceId */ @@ -39,6 +40,7 @@ public function getMdeDeviceId() /** * Sets the mdeDeviceId + * A unique identifier assigned to a device by Microsoft Defender for Endpoint. * * @param string $val The value of the mdeDeviceId *