Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Generated models and request builders #1371

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ public function setStartedDateTime($val)

/**
* Gets the subject
* The unique identifier of the Azure AD user targeted for the task execution.Supports $filter(eq, ne) and $expand.
* The unique identifier of the Microsoft Entra user targeted for the task execution.Supports $filter(eq, ne) and $expand.
*
* @return \Microsoft\Graph\Model\User|null The subject
*/
Expand All @@ -206,7 +206,7 @@ public function getSubject()

/**
* Sets the subject
* The unique identifier of the Azure AD user targeted for the task execution.Supports $filter(eq, ne) and $expand.
* The unique identifier of the Microsoft Entra user targeted for the task execution.Supports $filter(eq, ne) and $expand.
*
* @param \Microsoft\Graph\Model\User $val The subject
*
Expand Down
4 changes: 2 additions & 2 deletions src/IdentityGovernanceNamespace/Model/Workflow.php
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ public function setVersion($val)

/**
* Gets the executionScope
* The unique identifier of the Azure AD identity that last modified the workflow object.
* The unique identifier of the Microsoft Entra identity that last modified the workflow object.
*
* @return array|null The executionScope
*/
Expand All @@ -166,7 +166,7 @@ public function getExecutionScope()

/**
* Sets the executionScope
* The unique identifier of the Azure AD identity that last modified the workflow object.
* The unique identifier of the Microsoft Entra identity that last modified the workflow object.
*
* @param UserProcessingResult[] $val The executionScope
*
Expand Down
4 changes: 2 additions & 2 deletions src/IdentityGovernanceNamespace/Model/WorkflowBase.php
Original file line number Diff line number Diff line change
Expand Up @@ -338,7 +338,7 @@ public function setCreatedBy($val)

/**
* Gets the lastModifiedBy
* The unique identifier of the Azure Active Directory identity that last modified the workflow.
* The unique identifier of the Microsoft Entra identity that last modified the workflow.
*
* @return \Microsoft\Graph\Model\User|null The lastModifiedBy
*/
Expand All @@ -357,7 +357,7 @@ public function getLastModifiedBy()

/**
* Sets the lastModifiedBy
* The unique identifier of the Azure Active Directory identity that last modified the workflow.
* The unique identifier of the Microsoft Entra identity that last modified the workflow.
*
* @param \Microsoft\Graph\Model\User $val The lastModifiedBy
*
Expand Down
4 changes: 2 additions & 2 deletions src/Model/AccessReviewScheduleSettings.php
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,7 @@ public function setRecommendationInsightSettings($val)

/**
* Gets the recommendationLookBackDuration
* Optional field. Indicates the period of inactivity (with respect to the start date of the review instance) that recommendations will be configured from. The recommendation will be to deny if the user is inactive during the look-back duration. For reviews of groups and Azure AD roles, any duration is accepted. For reviews of applications, 30 days is the maximum duration. If not specified, the duration is 30 days. NOTE: If the stageSettings of the accessReviewScheduleDefinition object is defined, its recommendationLookBackDuration setting will be used instead of the value of this property.
* Optional field. Indicates the period of inactivity (with respect to the start date of the review instance) that recommendations will be configured from. The recommendation will be to deny if the user is inactive during the look-back duration. For reviews of groups and Microsoft Entra roles, any duration is accepted. For reviews of applications, 30 days is the maximum duration. If not specified, the duration is 30 days. NOTE: If the stageSettings of the accessReviewScheduleDefinition object is defined, its recommendationLookBackDuration setting will be used instead of the value of this property.
*
* @return \DateInterval|null The recommendationLookBackDuration
*/
Expand All @@ -307,7 +307,7 @@ public function getRecommendationLookBackDuration()

/**
* Sets the recommendationLookBackDuration
* Optional field. Indicates the period of inactivity (with respect to the start date of the review instance) that recommendations will be configured from. The recommendation will be to deny if the user is inactive during the look-back duration. For reviews of groups and Azure AD roles, any duration is accepted. For reviews of applications, 30 days is the maximum duration. If not specified, the duration is 30 days. NOTE: If the stageSettings of the accessReviewScheduleDefinition object is defined, its recommendationLookBackDuration setting will be used instead of the value of this property.
* Optional field. Indicates the period of inactivity (with respect to the start date of the review instance) that recommendations will be configured from. The recommendation will be to deny if the user is inactive during the look-back duration. For reviews of groups and Microsoft Entra roles, any duration is accepted. For reviews of applications, 30 days is the maximum duration. If not specified, the duration is 30 days. NOTE: If the stageSettings of the accessReviewScheduleDefinition object is defined, its recommendationLookBackDuration setting will be used instead of the value of this property.
*
* @param \DateInterval $val The value to assign to the recommendationLookBackDuration
*
Expand Down
4 changes: 2 additions & 2 deletions src/Model/AccessReviewStageSettings.php
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ public function setDurationInDays($val)

/**
* Gets the fallbackReviewers
* If provided, the fallback reviewers are asked to complete a review if the primary reviewers don't exist. For example, if managers are selected as reviewers and a principal under review doesn't have a manager in Azure AD, the fallback reviewers are asked to review that principal. NOTE: The value of this property overrides the corresponding setting on the accessReviewScheduleDefinition object.
* If provided, the fallback reviewers are asked to complete a review if the primary reviewers don't exist. For example, if managers are selected as reviewers and a principal under review doesn't have a manager in Microsoft Entra ID, the fallback reviewers are asked to review that principal. NOTE: The value of this property overrides the corresponding setting on the accessReviewScheduleDefinition object.
*
* @return AccessReviewReviewerScope|null The fallbackReviewers
*/
Expand All @@ -129,7 +129,7 @@ public function getFallbackReviewers()

/**
* Sets the fallbackReviewers
* If provided, the fallback reviewers are asked to complete a review if the primary reviewers don't exist. For example, if managers are selected as reviewers and a principal under review doesn't have a manager in Azure AD, the fallback reviewers are asked to review that principal. NOTE: The value of this property overrides the corresponding setting on the accessReviewScheduleDefinition object.
* If provided, the fallback reviewers are asked to complete a review if the primary reviewers don't exist. For example, if managers are selected as reviewers and a principal under review doesn't have a manager in Microsoft Entra ID, the fallback reviewers are asked to review that principal. NOTE: The value of this property overrides the corresponding setting on the accessReviewScheduleDefinition object.
*
* @param AccessReviewReviewerScope $val The value to assign to the fallbackReviewers
*
Expand Down
4 changes: 2 additions & 2 deletions src/Model/Agreement.php
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ public function setDisplayName($val)

/**
* Gets the isPerDeviceAcceptanceRequired
* Indicates whether end users are required to accept this agreement on every device that they access it from. The end user is required to register their device in Azure AD, if they haven't already done so. Supports $filter (eq).
* Indicates whether end users are required to accept this agreement on every device that they access it from. The end user is required to register their device in Microsoft Entra ID, if they haven't already done so. Supports $filter (eq).
*
* @return bool|null The isPerDeviceAcceptanceRequired
*/
Expand All @@ -70,7 +70,7 @@ public function getIsPerDeviceAcceptanceRequired()

/**
* Sets the isPerDeviceAcceptanceRequired
* Indicates whether end users are required to accept this agreement on every device that they access it from. The end user is required to register their device in Azure AD, if they haven't already done so. Supports $filter (eq).
* Indicates whether end users are required to accept this agreement on every device that they access it from. The end user is required to register their device in Microsoft Entra ID, if they haven't already done so. Supports $filter (eq).
*
* @param bool $val The isPerDeviceAcceptanceRequired
*
Expand Down
4 changes: 2 additions & 2 deletions src/Model/AgreementFileLocalization.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ class AgreementFileLocalization extends AgreementFileProperties

/**
* Gets the versions
* Read-only. Customized versions of the terms of use agreement in the Azure AD tenant.
* Read-only. Customized versions of the terms of use agreement in the Microsoft Entra tenant.
*
* @return array|null The versions
*/
Expand All @@ -42,7 +42,7 @@ public function getVersions()

/**
* Sets the versions
* Read-only. Customized versions of the terms of use agreement in the Azure AD tenant.
* Read-only. Customized versions of the terms of use agreement in the Microsoft Entra tenant.
*
* @param AgreementFileVersion[] $val The versions
*
Expand Down
4 changes: 2 additions & 2 deletions src/Model/Alert.php
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ public function setAzureSubscriptionId($val)

/**
* Gets the azureTenantId
* Azure Active Directory tenant ID. Required.
* Microsoft Entra tenant ID. Required.
*
* @return string|null The azureTenantId
*/
Expand All @@ -156,7 +156,7 @@ public function getAzureTenantId()

/**
* Sets the azureTenantId
* Azure Active Directory tenant ID. Required.
* Microsoft Entra tenant ID. Required.
*
* @param string $val The azureTenantId
*
Expand Down
4 changes: 2 additions & 2 deletions src/Model/ApiApplication.php
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ public function setAcceptMappedClaims($val)
}
/**
* Gets the knownClientApplications
* Used for bundling consent if you have a solution that contains two parts: a client app and a custom web API app. If you set the appID of the client app to this value, the user only consents once to the client app. Azure AD knows that consenting to the client means implicitly consenting to the web API and automatically provisions service principals for both APIs at the same time. Both the client and the web API app must be registered in the same tenant.
* Used for bundling consent if you have a solution that contains two parts: a client app and a custom web API app. If you set the appID of the client app to this value, the user only consents once to the client app. Microsoft Entra ID knows that consenting to the client means implicitly consenting to the web API and automatically provisions service principals for both APIs at the same time. Both the client and the web API app must be registered in the same tenant.
*
* @return string|null The knownClientApplications
*/
Expand All @@ -68,7 +68,7 @@ public function getKnownClientApplications()

/**
* Sets the knownClientApplications
* Used for bundling consent if you have a solution that contains two parts: a client app and a custom web API app. If you set the appID of the client app to this value, the user only consents once to the client app. Azure AD knows that consenting to the client means implicitly consenting to the web API and automatically provisions service principals for both APIs at the same time. Both the client and the web API app must be registered in the same tenant.
* Used for bundling consent if you have a solution that contains two parts: a client app and a custom web API app. If you set the appID of the client app to this value, the user only consents once to the client app. Microsoft Entra ID knows that consenting to the client means implicitly consenting to the web API and automatically provisions service principals for both APIs at the same time. Both the client and the web API app must be registered in the same tenant.
*
* @param string $val The value of the knownClientApplications
*
Expand Down
8 changes: 4 additions & 4 deletions src/Model/AppIdentity.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ class AppIdentity extends Entity
{
/**
* Gets the appId
* Refers to the Unique GUID representing Application Id in the Azure Active Directory.
* Refers to the unique ID representing application in Microsoft Entra ID.
*
* @return string|null The appId
*/
Expand All @@ -40,7 +40,7 @@ public function getAppId()

/**
* Sets the appId
* Refers to the Unique GUID representing Application Id in the Azure Active Directory.
* Refers to the unique ID representing application in Microsoft Entra ID.
*
* @param string $val The value of the appId
*
Expand Down Expand Up @@ -81,7 +81,7 @@ public function setDisplayName($val)
}
/**
* Gets the servicePrincipalId
* Refers to the Unique GUID indicating Service Principal Id in Azure Active Directory for the corresponding App.
* Refers to the unique ID for the service principal in Microsoft Entra ID.
*
* @return string|null The servicePrincipalId
*/
Expand All @@ -96,7 +96,7 @@ public function getServicePrincipalId()

/**
* Sets the servicePrincipalId
* Refers to the Unique GUID indicating Service Principal Id in Azure Active Directory for the corresponding App.
* Refers to the unique ID for the service principal in Microsoft Entra ID.
*
* @param string $val The value of the servicePrincipalId
*
Expand Down
Loading
Loading