@azure/arm-authorization 10.0.0-beta.1 → 10.0.0-beta.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +14 -4
- package/LICENSE +4 -4
- package/README.md +26 -17
- package/dist/browser/authorizationManagementClient.d.ts +63 -0
- package/dist/browser/authorizationManagementClient.d.ts.map +1 -0
- package/dist/browser/authorizationManagementClient.js +166 -0
- package/dist/browser/authorizationManagementClient.js.map +1 -0
- package/dist/browser/index.d.ts +5 -0
- package/dist/browser/index.d.ts.map +1 -0
- package/dist/browser/index.js +13 -0
- package/dist/browser/index.js.map +1 -0
- package/dist/browser/lroImpl.d.ts.map +1 -0
- package/dist/browser/lroImpl.js +18 -0
- package/dist/browser/lroImpl.js.map +1 -0
- package/dist/browser/models/index.js.map +1 -0
- package/dist/browser/models/mappers.js +6399 -0
- package/dist/browser/models/mappers.js.map +1 -0
- package/dist/browser/models/parameters.js +587 -0
- package/dist/browser/models/parameters.js.map +1 -0
- package/dist/browser/operations/accessReviewDefaultSettingsOperations.d.ts +24 -0
- package/dist/browser/operations/accessReviewDefaultSettingsOperations.d.ts.map +1 -0
- package/dist/browser/operations/accessReviewDefaultSettingsOperations.js +73 -0
- package/dist/browser/operations/accessReviewDefaultSettingsOperations.js.map +1 -0
- package/dist/browser/operations/accessReviewHistoryDefinitionInstance.d.ts +21 -0
- package/dist/browser/operations/accessReviewHistoryDefinitionInstance.d.ts.map +1 -0
- package/dist/browser/operations/accessReviewHistoryDefinitionInstance.js +55 -0
- package/dist/browser/operations/accessReviewHistoryDefinitionInstance.js.map +1 -0
- package/dist/browser/operations/accessReviewHistoryDefinitionInstances.d.ts +35 -0
- package/dist/browser/operations/accessReviewHistoryDefinitionInstances.d.ts.map +1 -0
- package/dist/browser/operations/accessReviewHistoryDefinitionInstances.js +128 -0
- package/dist/browser/operations/accessReviewHistoryDefinitionInstances.js.map +1 -0
- package/dist/browser/operations/accessReviewHistoryDefinitionOperations.d.ts +26 -0
- package/dist/browser/operations/accessReviewHistoryDefinitionOperations.d.ts.map +1 -0
- package/dist/browser/operations/accessReviewHistoryDefinitionOperations.js +82 -0
- package/dist/browser/operations/accessReviewHistoryDefinitionOperations.js.map +1 -0
- package/dist/browser/operations/accessReviewHistoryDefinitions.d.ts +40 -0
- package/dist/browser/operations/accessReviewHistoryDefinitions.d.ts.map +1 -0
- package/dist/browser/operations/accessReviewHistoryDefinitions.js +150 -0
- package/dist/browser/operations/accessReviewHistoryDefinitions.js.map +1 -0
- package/dist/browser/operations/accessReviewInstanceContactedReviewers.d.ts +38 -0
- package/dist/browser/operations/accessReviewInstanceContactedReviewers.d.ts.map +1 -0
- package/dist/browser/operations/accessReviewInstanceContactedReviewers.js +133 -0
- package/dist/browser/operations/accessReviewInstanceContactedReviewers.js.map +1 -0
- package/dist/browser/operations/accessReviewInstanceDecisions.d.ts +38 -0
- package/dist/browser/operations/accessReviewInstanceDecisions.d.ts.map +1 -0
- package/dist/browser/operations/accessReviewInstanceDecisions.js +133 -0
- package/dist/browser/operations/accessReviewInstanceDecisions.js.map +1 -0
- package/dist/browser/operations/accessReviewInstanceMyDecisions.d.ts +55 -0
- package/dist/browser/operations/accessReviewInstanceMyDecisions.d.ts.map +1 -0
- package/dist/browser/operations/accessReviewInstanceMyDecisions.js +196 -0
- package/dist/browser/operations/accessReviewInstanceMyDecisions.js.map +1 -0
- package/dist/browser/operations/accessReviewInstanceOperations.d.ts +48 -0
- package/dist/browser/operations/accessReviewInstanceOperations.d.ts.map +1 -0
- package/dist/browser/operations/accessReviewInstanceOperations.js +163 -0
- package/dist/browser/operations/accessReviewInstanceOperations.js.map +1 -0
- package/dist/browser/operations/accessReviewInstances.d.ts +50 -0
- package/dist/browser/operations/accessReviewInstances.d.ts.map +1 -0
- package/dist/browser/operations/accessReviewInstances.js +191 -0
- package/dist/browser/operations/accessReviewInstances.js.map +1 -0
- package/dist/browser/operations/accessReviewInstancesAssignedForMyApproval.d.ts +42 -0
- package/dist/browser/operations/accessReviewInstancesAssignedForMyApproval.d.ts.map +1 -0
- package/dist/browser/operations/accessReviewInstancesAssignedForMyApproval.js +152 -0
- package/dist/browser/operations/accessReviewInstancesAssignedForMyApproval.js.map +1 -0
- package/dist/browser/operations/accessReviewScheduleDefinitions.d.ts +57 -0
- package/dist/browser/operations/accessReviewScheduleDefinitions.d.ts.map +1 -0
- package/dist/browser/operations/accessReviewScheduleDefinitions.js +232 -0
- package/dist/browser/operations/accessReviewScheduleDefinitions.js.map +1 -0
- package/dist/browser/operations/accessReviewScheduleDefinitionsAssignedForMyApproval.d.ts +32 -0
- package/dist/browser/operations/accessReviewScheduleDefinitionsAssignedForMyApproval.d.ts.map +1 -0
- package/dist/browser/operations/accessReviewScheduleDefinitionsAssignedForMyApproval.js +116 -0
- package/dist/browser/operations/accessReviewScheduleDefinitionsAssignedForMyApproval.js.map +1 -0
- package/dist/browser/operations/alertConfigurations.d.ts +56 -0
- package/dist/browser/operations/alertConfigurations.d.ts.map +1 -0
- package/dist/browser/operations/alertConfigurations.js +176 -0
- package/dist/browser/operations/alertConfigurations.js.map +1 -0
- package/dist/browser/operations/alertDefinitions.d.ts +48 -0
- package/dist/browser/operations/alertDefinitions.d.ts.map +1 -0
- package/dist/browser/operations/alertDefinitions.js +154 -0
- package/dist/browser/operations/alertDefinitions.js.map +1 -0
- package/dist/browser/operations/alertIncidents.d.ts +60 -0
- package/dist/browser/operations/alertIncidents.d.ts.map +1 -0
- package/dist/browser/operations/alertIncidents.js +193 -0
- package/dist/browser/operations/alertIncidents.js.map +1 -0
- package/dist/browser/operations/alertOperation.d.ts +20 -0
- package/dist/browser/operations/alertOperation.d.ts.map +1 -0
- package/dist/browser/operations/alertOperation.js +49 -0
- package/dist/browser/operations/alertOperation.js.map +1 -0
- package/dist/browser/operations/alerts.d.ts +82 -0
- package/dist/browser/operations/alerts.d.ts.map +1 -0
- package/dist/browser/operations/alerts.js +347 -0
- package/dist/browser/operations/alerts.js.map +1 -0
- package/dist/browser/operations/classicAdministrators.d.ts +32 -0
- package/dist/browser/operations/classicAdministrators.d.ts.map +1 -0
- package/dist/browser/operations/classicAdministrators.js +120 -0
- package/dist/browser/operations/classicAdministrators.js.map +1 -0
- package/dist/browser/operations/denyAssignments.d.ts +124 -0
- package/dist/browser/operations/denyAssignments.d.ts.map +1 -0
- package/dist/browser/operations/denyAssignments.js +509 -0
- package/dist/browser/operations/denyAssignments.js.map +1 -0
- package/dist/browser/operations/eligibleChildResources.d.ts +35 -0
- package/dist/browser/operations/eligibleChildResources.d.ts.map +1 -0
- package/dist/browser/operations/eligibleChildResources.js +119 -0
- package/dist/browser/operations/eligibleChildResources.js.map +1 -0
- package/dist/browser/operations/globalAdministrator.d.ts +18 -0
- package/dist/browser/operations/globalAdministrator.d.ts.map +1 -0
- package/dist/browser/operations/globalAdministrator.js +45 -0
- package/dist/browser/operations/globalAdministrator.js.map +1 -0
- package/dist/browser/operations/index.d.ts +47 -0
- package/dist/browser/operations/index.d.ts.map +1 -0
- package/dist/browser/operations/index.js +54 -0
- package/dist/browser/operations/index.js.map +1 -0
- package/dist/browser/operations/operations.d.ts +32 -0
- package/dist/browser/operations/operations.d.ts.map +1 -0
- package/dist/browser/operations/operations.js +116 -0
- package/dist/browser/operations/operations.js.map +1 -0
- package/dist/browser/operations/permissions.d.ts +68 -0
- package/dist/browser/operations/permissions.d.ts.map +1 -0
- package/dist/browser/operations/permissions.js +265 -0
- package/dist/browser/operations/permissions.js.map +1 -0
- package/dist/browser/operations/providerOperationsMetadataOperations.d.ts +38 -0
- package/dist/browser/operations/providerOperationsMetadataOperations.d.ts.map +1 -0
- package/dist/browser/operations/providerOperationsMetadataOperations.js +140 -0
- package/dist/browser/operations/providerOperationsMetadataOperations.js.map +1 -0
- package/dist/browser/operations/roleAssignmentScheduleInstances.d.ts +43 -0
- package/dist/browser/operations/roleAssignmentScheduleInstances.d.ts.map +1 -0
- package/dist/browser/operations/roleAssignmentScheduleInstances.js +149 -0
- package/dist/browser/operations/roleAssignmentScheduleInstances.js.map +1 -0
- package/dist/browser/operations/roleAssignmentScheduleRequests.d.ts +73 -0
- package/dist/browser/operations/roleAssignmentScheduleRequests.d.ts.map +1 -0
- package/dist/browser/operations/roleAssignmentScheduleRequests.js +247 -0
- package/dist/browser/operations/roleAssignmentScheduleRequests.js.map +1 -0
- package/dist/browser/operations/roleAssignmentSchedules.d.ts +42 -0
- package/dist/browser/operations/roleAssignmentSchedules.d.ts.map +1 -0
- package/dist/browser/operations/roleAssignmentSchedules.js +148 -0
- package/dist/browser/operations/roleAssignmentSchedules.js.map +1 -0
- package/dist/browser/operations/roleAssignments.d.ts +175 -0
- package/dist/browser/operations/roleAssignments.d.ts.map +1 -0
- package/dist/browser/operations/roleAssignments.js +665 -0
- package/dist/browser/operations/roleAssignments.js.map +1 -0
- package/dist/browser/operations/roleDefinitions.d.ts +85 -0
- package/dist/browser/operations/roleDefinitions.d.ts.map +1 -0
- package/dist/browser/operations/roleDefinitions.js +256 -0
- package/dist/browser/operations/roleDefinitions.js.map +1 -0
- package/dist/browser/operations/roleEligibilityScheduleInstances.d.ts +43 -0
- package/dist/browser/operations/roleEligibilityScheduleInstances.d.ts.map +1 -0
- package/dist/browser/operations/roleEligibilityScheduleInstances.js +149 -0
- package/dist/browser/operations/roleEligibilityScheduleInstances.js.map +1 -0
- package/dist/browser/operations/roleEligibilityScheduleRequests.d.ts +73 -0
- package/dist/browser/operations/roleEligibilityScheduleRequests.d.ts.map +1 -0
- package/dist/browser/operations/roleEligibilityScheduleRequests.js +247 -0
- package/dist/browser/operations/roleEligibilityScheduleRequests.js.map +1 -0
- package/dist/browser/operations/roleEligibilitySchedules.d.ts +42 -0
- package/dist/browser/operations/roleEligibilitySchedules.d.ts.map +1 -0
- package/dist/browser/operations/roleEligibilitySchedules.js +148 -0
- package/dist/browser/operations/roleEligibilitySchedules.js.map +1 -0
- package/dist/browser/operations/roleManagementPolicies.d.ts +57 -0
- package/dist/browser/operations/roleManagementPolicies.d.ts.map +1 -0
- package/dist/browser/operations/roleManagementPolicies.js +208 -0
- package/dist/browser/operations/roleManagementPolicies.js.map +1 -0
- package/dist/browser/operations/roleManagementPolicyAssignments.d.ts +60 -0
- package/dist/browser/operations/roleManagementPolicyAssignments.d.ts.map +1 -0
- package/dist/browser/operations/roleManagementPolicyAssignments.js +211 -0
- package/dist/browser/operations/roleManagementPolicyAssignments.js.map +1 -0
- package/dist/browser/operations/scopeAccessReviewDefaultSettings.d.ts +26 -0
- package/dist/browser/operations/scopeAccessReviewDefaultSettings.d.ts.map +1 -0
- package/dist/browser/operations/scopeAccessReviewDefaultSettings.js +75 -0
- package/dist/browser/operations/scopeAccessReviewDefaultSettings.js.map +1 -0
- package/dist/browser/operations/scopeAccessReviewHistoryDefinition.d.ts +28 -0
- package/dist/browser/operations/scopeAccessReviewHistoryDefinition.d.ts.map +1 -0
- package/dist/browser/operations/scopeAccessReviewHistoryDefinition.js +84 -0
- package/dist/browser/operations/scopeAccessReviewHistoryDefinition.js.map +1 -0
- package/dist/browser/operations/scopeAccessReviewHistoryDefinitionInstance.d.ts +22 -0
- package/dist/browser/operations/scopeAccessReviewHistoryDefinitionInstance.d.ts.map +1 -0
- package/dist/browser/operations/scopeAccessReviewHistoryDefinitionInstance.js +56 -0
- package/dist/browser/operations/scopeAccessReviewHistoryDefinitionInstance.js.map +1 -0
- package/dist/browser/operations/scopeAccessReviewHistoryDefinitionInstances.d.ts +38 -0
- package/dist/browser/operations/scopeAccessReviewHistoryDefinitionInstances.d.ts.map +1 -0
- package/dist/browser/operations/scopeAccessReviewHistoryDefinitionInstances.js +131 -0
- package/dist/browser/operations/scopeAccessReviewHistoryDefinitionInstances.js.map +1 -0
- package/dist/browser/operations/scopeAccessReviewHistoryDefinitions.d.ts +44 -0
- package/dist/browser/operations/scopeAccessReviewHistoryDefinitions.d.ts.map +1 -0
- package/dist/browser/operations/scopeAccessReviewHistoryDefinitions.js +150 -0
- package/dist/browser/operations/scopeAccessReviewHistoryDefinitions.js.map +1 -0
- package/dist/browser/operations/scopeAccessReviewInstance.d.ts +54 -0
- package/dist/browser/operations/scopeAccessReviewInstance.d.ts.map +1 -0
- package/dist/browser/operations/scopeAccessReviewInstance.js +172 -0
- package/dist/browser/operations/scopeAccessReviewInstance.js.map +1 -0
- package/dist/browser/operations/scopeAccessReviewInstanceContactedReviewers.d.ts +41 -0
- package/dist/browser/operations/scopeAccessReviewInstanceContactedReviewers.d.ts.map +1 -0
- package/dist/browser/operations/scopeAccessReviewInstanceContactedReviewers.js +136 -0
- package/dist/browser/operations/scopeAccessReviewInstanceContactedReviewers.js.map +1 -0
- package/dist/browser/operations/scopeAccessReviewInstanceDecisions.d.ts +41 -0
- package/dist/browser/operations/scopeAccessReviewInstanceDecisions.d.ts.map +1 -0
- package/dist/browser/operations/scopeAccessReviewInstanceDecisions.js +136 -0
- package/dist/browser/operations/scopeAccessReviewInstanceDecisions.js.map +1 -0
- package/dist/browser/operations/scopeAccessReviewInstances.d.ts +55 -0
- package/dist/browser/operations/scopeAccessReviewInstances.d.ts.map +1 -0
- package/dist/browser/operations/scopeAccessReviewInstances.js +196 -0
- package/dist/browser/operations/scopeAccessReviewInstances.js.map +1 -0
- package/dist/browser/operations/scopeAccessReviewScheduleDefinitions.d.ts +64 -0
- package/dist/browser/operations/scopeAccessReviewScheduleDefinitions.d.ts.map +1 -0
- package/dist/browser/operations/scopeAccessReviewScheduleDefinitions.js +235 -0
- package/dist/browser/operations/scopeAccessReviewScheduleDefinitions.js.map +1 -0
- package/dist/browser/operations/tenantLevelAccessReviewInstanceContactedReviewers.d.ts +38 -0
- package/dist/browser/operations/tenantLevelAccessReviewInstanceContactedReviewers.d.ts.map +1 -0
- package/dist/browser/operations/tenantLevelAccessReviewInstanceContactedReviewers.js +131 -0
- package/dist/browser/operations/tenantLevelAccessReviewInstanceContactedReviewers.js.map +1 -0
- package/dist/browser/operationsInterfaces/accessReviewDefaultSettingsOperations.d.ts +16 -0
- package/dist/browser/operationsInterfaces/accessReviewDefaultSettingsOperations.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/accessReviewDefaultSettingsOperations.js.map +1 -0
- package/dist/browser/operationsInterfaces/accessReviewHistoryDefinitionInstance.d.ts +13 -0
- package/dist/browser/operationsInterfaces/accessReviewHistoryDefinitionInstance.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/accessReviewHistoryDefinitionInstance.js.map +1 -0
- package/dist/browser/operationsInterfaces/accessReviewHistoryDefinitionInstances.d.ts +12 -0
- package/dist/browser/operationsInterfaces/accessReviewHistoryDefinitionInstances.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/accessReviewHistoryDefinitionInstances.js.map +1 -0
- package/dist/browser/operationsInterfaces/accessReviewHistoryDefinitionOperations.d.ts +18 -0
- package/dist/browser/operationsInterfaces/accessReviewHistoryDefinitionOperations.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/accessReviewHistoryDefinitionOperations.js.map +1 -0
- package/dist/browser/operationsInterfaces/accessReviewHistoryDefinitions.d.ts +18 -0
- package/dist/browser/operationsInterfaces/accessReviewHistoryDefinitions.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/accessReviewHistoryDefinitions.js.map +1 -0
- package/dist/browser/operationsInterfaces/accessReviewInstanceContactedReviewers.d.ts +13 -0
- package/dist/browser/operationsInterfaces/accessReviewInstanceContactedReviewers.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/accessReviewInstanceContactedReviewers.js.map +1 -0
- package/dist/browser/operationsInterfaces/accessReviewInstanceDecisions.d.ts +13 -0
- package/dist/browser/operationsInterfaces/accessReviewInstanceDecisions.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/accessReviewInstanceDecisions.js.map +1 -0
- package/dist/browser/operationsInterfaces/accessReviewInstanceMyDecisions.d.ts +30 -0
- package/dist/browser/operationsInterfaces/accessReviewInstanceMyDecisions.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/accessReviewInstanceMyDecisions.js.map +1 -0
- package/dist/browser/operationsInterfaces/accessReviewInstanceOperations.d.ts +40 -0
- package/dist/browser/operationsInterfaces/accessReviewInstanceOperations.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/accessReviewInstanceOperations.js.map +1 -0
- package/dist/browser/operationsInterfaces/accessReviewInstances.d.ts +27 -0
- package/dist/browser/operationsInterfaces/accessReviewInstances.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/accessReviewInstances.js.map +1 -0
- package/dist/browser/operationsInterfaces/accessReviewInstancesAssignedForMyApproval.d.ts +19 -0
- package/dist/browser/operationsInterfaces/accessReviewInstancesAssignedForMyApproval.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/accessReviewInstancesAssignedForMyApproval.js.map +1 -0
- package/dist/browser/operationsInterfaces/accessReviewScheduleDefinitions.d.ts +36 -0
- package/dist/browser/operationsInterfaces/accessReviewScheduleDefinitions.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/accessReviewScheduleDefinitions.js.map +1 -0
- package/dist/browser/operationsInterfaces/accessReviewScheduleDefinitionsAssignedForMyApproval.d.ts +11 -0
- package/dist/browser/operationsInterfaces/accessReviewScheduleDefinitionsAssignedForMyApproval.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/accessReviewScheduleDefinitionsAssignedForMyApproval.js.map +1 -0
- package/dist/browser/operationsInterfaces/alertConfigurations.d.ts +33 -0
- package/dist/browser/operationsInterfaces/alertConfigurations.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/alertConfigurations.js.map +1 -0
- package/dist/browser/operationsInterfaces/alertDefinitions.d.ts +25 -0
- package/dist/browser/operationsInterfaces/alertDefinitions.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/alertDefinitions.js.map +1 -0
- package/dist/browser/operationsInterfaces/alertIncidents.d.ts +35 -0
- package/dist/browser/operationsInterfaces/alertIncidents.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/alertIncidents.js.map +1 -0
- package/dist/browser/operationsInterfaces/alertOperation.d.ts +12 -0
- package/dist/browser/operationsInterfaces/alertOperation.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/alertOperation.js.map +1 -0
- package/dist/browser/operationsInterfaces/alerts.d.ts +59 -0
- package/dist/browser/operationsInterfaces/alerts.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/alerts.js.map +1 -0
- package/dist/browser/operationsInterfaces/classicAdministrators.d.ts +11 -0
- package/dist/browser/operationsInterfaces/classicAdministrators.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/classicAdministrators.js.map +1 -0
- package/dist/browser/operationsInterfaces/denyAssignments.d.ts +50 -0
- package/dist/browser/operationsInterfaces/denyAssignments.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/denyAssignments.js.map +1 -0
- package/dist/browser/operationsInterfaces/eligibleChildResources.d.ts +12 -0
- package/dist/browser/operationsInterfaces/eligibleChildResources.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/eligibleChildResources.js.map +1 -0
- package/dist/browser/operationsInterfaces/globalAdministrator.d.ts +10 -0
- package/dist/browser/operationsInterfaces/globalAdministrator.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/globalAdministrator.js.map +1 -0
- package/dist/browser/operationsInterfaces/index.d.ts +47 -0
- package/dist/browser/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/index.js +54 -0
- package/dist/browser/operationsInterfaces/index.js.map +1 -0
- package/dist/browser/operationsInterfaces/operations.d.ts +11 -0
- package/dist/browser/operationsInterfaces/operations.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/operations.js.map +1 -0
- package/dist/browser/operationsInterfaces/permissions.d.ts +22 -0
- package/dist/browser/operationsInterfaces/permissions.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/permissions.js.map +1 -0
- package/dist/browser/operationsInterfaces/providerOperationsMetadataOperations.d.ts +17 -0
- package/dist/browser/operationsInterfaces/providerOperationsMetadataOperations.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/providerOperationsMetadataOperations.js.map +1 -0
- package/dist/browser/operationsInterfaces/roleAssignmentScheduleInstances.d.ts +20 -0
- package/dist/browser/operationsInterfaces/roleAssignmentScheduleInstances.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/roleAssignmentScheduleInstances.js.map +1 -0
- package/dist/browser/operationsInterfaces/roleAssignmentScheduleRequests.d.ts +50 -0
- package/dist/browser/operationsInterfaces/roleAssignmentScheduleRequests.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/roleAssignmentScheduleRequests.js.map +1 -0
- package/dist/browser/operationsInterfaces/roleAssignmentSchedules.d.ts +19 -0
- package/dist/browser/operationsInterfaces/roleAssignmentSchedules.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/roleAssignmentSchedules.js.map +1 -0
- package/dist/browser/operationsInterfaces/roleAssignments.d.ts +95 -0
- package/dist/browser/operationsInterfaces/roleAssignments.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/roleAssignments.js.map +1 -0
- package/dist/browser/operationsInterfaces/roleDefinitions.d.ts +56 -0
- package/dist/browser/operationsInterfaces/roleDefinitions.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/roleDefinitions.js.map +1 -0
- package/dist/browser/operationsInterfaces/roleEligibilityScheduleInstances.d.ts +20 -0
- package/dist/browser/operationsInterfaces/roleEligibilityScheduleInstances.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/roleEligibilityScheduleInstances.js.map +1 -0
- package/dist/browser/operationsInterfaces/roleEligibilityScheduleRequests.d.ts +50 -0
- package/dist/browser/operationsInterfaces/roleEligibilityScheduleRequests.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/roleEligibilityScheduleRequests.js.map +1 -0
- package/dist/browser/operationsInterfaces/roleEligibilitySchedules.d.ts +19 -0
- package/dist/browser/operationsInterfaces/roleEligibilitySchedules.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/roleEligibilitySchedules.js.map +1 -0
- package/dist/browser/operationsInterfaces/roleManagementPolicies.d.ts +34 -0
- package/dist/browser/operationsInterfaces/roleManagementPolicies.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/roleManagementPolicies.js.map +1 -0
- package/dist/browser/operationsInterfaces/roleManagementPolicyAssignments.d.ts +37 -0
- package/dist/browser/operationsInterfaces/roleManagementPolicyAssignments.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/roleManagementPolicyAssignments.js.map +1 -0
- package/dist/browser/operationsInterfaces/scopeAccessReviewDefaultSettings.d.ts +18 -0
- package/dist/browser/operationsInterfaces/scopeAccessReviewDefaultSettings.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/scopeAccessReviewDefaultSettings.js.map +1 -0
- package/dist/browser/operationsInterfaces/scopeAccessReviewHistoryDefinition.d.ts +20 -0
- package/dist/browser/operationsInterfaces/scopeAccessReviewHistoryDefinition.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/scopeAccessReviewHistoryDefinition.js.map +1 -0
- package/dist/browser/operationsInterfaces/scopeAccessReviewHistoryDefinitionInstance.d.ts +14 -0
- package/dist/browser/operationsInterfaces/scopeAccessReviewHistoryDefinitionInstance.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/scopeAccessReviewHistoryDefinitionInstance.js.map +1 -0
- package/dist/browser/operationsInterfaces/scopeAccessReviewHistoryDefinitionInstances.d.ts +13 -0
- package/dist/browser/operationsInterfaces/scopeAccessReviewHistoryDefinitionInstances.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/scopeAccessReviewHistoryDefinitionInstances.js.map +1 -0
- package/dist/browser/operationsInterfaces/scopeAccessReviewHistoryDefinitions.d.ts +20 -0
- package/dist/browser/operationsInterfaces/scopeAccessReviewHistoryDefinitions.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/scopeAccessReviewHistoryDefinitions.js.map +1 -0
- package/dist/browser/operationsInterfaces/scopeAccessReviewInstance.d.ts +46 -0
- package/dist/browser/operationsInterfaces/scopeAccessReviewInstance.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/scopeAccessReviewInstance.js.map +1 -0
- package/dist/browser/operationsInterfaces/scopeAccessReviewInstanceContactedReviewers.d.ts +14 -0
- package/dist/browser/operationsInterfaces/scopeAccessReviewInstanceContactedReviewers.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/scopeAccessReviewInstanceContactedReviewers.js.map +1 -0
- package/dist/browser/operationsInterfaces/scopeAccessReviewInstanceDecisions.d.ts +14 -0
- package/dist/browser/operationsInterfaces/scopeAccessReviewInstanceDecisions.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/scopeAccessReviewInstanceDecisions.js.map +1 -0
- package/dist/browser/operationsInterfaces/scopeAccessReviewInstances.d.ts +30 -0
- package/dist/browser/operationsInterfaces/scopeAccessReviewInstances.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/scopeAccessReviewInstances.js.map +1 -0
- package/dist/browser/operationsInterfaces/scopeAccessReviewScheduleDefinitions.d.ts +41 -0
- package/dist/browser/operationsInterfaces/scopeAccessReviewScheduleDefinitions.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/scopeAccessReviewScheduleDefinitions.js.map +1 -0
- package/dist/browser/operationsInterfaces/tenantLevelAccessReviewInstanceContactedReviewers.d.ts +13 -0
- package/dist/browser/operationsInterfaces/tenantLevelAccessReviewInstanceContactedReviewers.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/tenantLevelAccessReviewInstanceContactedReviewers.js.map +1 -0
- package/dist/browser/package.json +3 -0
- package/dist/browser/pagingHelper.js +30 -0
- package/dist/browser/pagingHelper.js.map +1 -0
- package/dist/commonjs/authorizationManagementClient.d.ts +63 -0
- package/dist/commonjs/authorizationManagementClient.d.ts.map +1 -0
- package/dist/commonjs/authorizationManagementClient.js +171 -0
- package/dist/commonjs/authorizationManagementClient.js.map +1 -0
- package/dist/commonjs/index.d.ts +5 -0
- package/dist/commonjs/index.d.ts.map +1 -0
- package/dist/commonjs/index.js +19 -0
- package/dist/commonjs/index.js.map +1 -0
- package/dist/commonjs/lroImpl.d.ts +11 -0
- package/dist/commonjs/lroImpl.d.ts.map +1 -0
- package/dist/commonjs/lroImpl.js +21 -0
- package/dist/commonjs/lroImpl.js.map +1 -0
- package/dist/commonjs/models/index.d.ts +4326 -0
- package/dist/commonjs/models/index.d.ts.map +1 -0
- package/dist/commonjs/models/index.js +429 -0
- package/dist/commonjs/models/index.js.map +1 -0
- package/dist/commonjs/models/mappers.d.ts +155 -0
- package/dist/commonjs/models/mappers.d.ts.map +1 -0
- package/dist/commonjs/models/mappers.js +6404 -0
- package/dist/commonjs/models/mappers.js.map +1 -0
- package/dist/commonjs/models/parameters.d.ts +65 -0
- package/dist/commonjs/models/parameters.d.ts.map +1 -0
- package/dist/commonjs/models/parameters.js +591 -0
- package/dist/commonjs/models/parameters.js.map +1 -0
- package/dist/commonjs/operations/accessReviewDefaultSettingsOperations.d.ts +24 -0
- package/dist/commonjs/operations/accessReviewDefaultSettingsOperations.d.ts.map +1 -0
- package/dist/commonjs/operations/accessReviewDefaultSettingsOperations.js +78 -0
- package/dist/commonjs/operations/accessReviewDefaultSettingsOperations.js.map +1 -0
- package/dist/commonjs/operations/accessReviewHistoryDefinitionInstance.d.ts +21 -0
- package/dist/commonjs/operations/accessReviewHistoryDefinitionInstance.d.ts.map +1 -0
- package/dist/commonjs/operations/accessReviewHistoryDefinitionInstance.js +60 -0
- package/dist/commonjs/operations/accessReviewHistoryDefinitionInstance.js.map +1 -0
- package/dist/commonjs/operations/accessReviewHistoryDefinitionInstances.d.ts +35 -0
- package/dist/commonjs/operations/accessReviewHistoryDefinitionInstances.d.ts.map +1 -0
- package/dist/commonjs/operations/accessReviewHistoryDefinitionInstances.js +133 -0
- package/dist/commonjs/operations/accessReviewHistoryDefinitionInstances.js.map +1 -0
- package/dist/commonjs/operations/accessReviewHistoryDefinitionOperations.d.ts +26 -0
- package/dist/commonjs/operations/accessReviewHistoryDefinitionOperations.d.ts.map +1 -0
- package/dist/commonjs/operations/accessReviewHistoryDefinitionOperations.js +87 -0
- package/dist/commonjs/operations/accessReviewHistoryDefinitionOperations.js.map +1 -0
- package/dist/commonjs/operations/accessReviewHistoryDefinitions.d.ts +40 -0
- package/dist/commonjs/operations/accessReviewHistoryDefinitions.d.ts.map +1 -0
- package/dist/commonjs/operations/accessReviewHistoryDefinitions.js +155 -0
- package/dist/commonjs/operations/accessReviewHistoryDefinitions.js.map +1 -0
- package/dist/commonjs/operations/accessReviewInstanceContactedReviewers.d.ts +38 -0
- package/dist/commonjs/operations/accessReviewInstanceContactedReviewers.d.ts.map +1 -0
- package/dist/commonjs/operations/accessReviewInstanceContactedReviewers.js +138 -0
- package/dist/commonjs/operations/accessReviewInstanceContactedReviewers.js.map +1 -0
- package/dist/commonjs/operations/accessReviewInstanceDecisions.d.ts +38 -0
- package/dist/commonjs/operations/accessReviewInstanceDecisions.d.ts.map +1 -0
- package/dist/commonjs/operations/accessReviewInstanceDecisions.js +138 -0
- package/dist/commonjs/operations/accessReviewInstanceDecisions.js.map +1 -0
- package/dist/commonjs/operations/accessReviewInstanceMyDecisions.d.ts +55 -0
- package/dist/commonjs/operations/accessReviewInstanceMyDecisions.d.ts.map +1 -0
- package/dist/commonjs/operations/accessReviewInstanceMyDecisions.js +201 -0
- package/dist/commonjs/operations/accessReviewInstanceMyDecisions.js.map +1 -0
- package/dist/commonjs/operations/accessReviewInstanceOperations.d.ts +48 -0
- package/dist/commonjs/operations/accessReviewInstanceOperations.d.ts.map +1 -0
- package/dist/commonjs/operations/accessReviewInstanceOperations.js +168 -0
- package/dist/commonjs/operations/accessReviewInstanceOperations.js.map +1 -0
- package/dist/commonjs/operations/accessReviewInstances.d.ts +50 -0
- package/dist/commonjs/operations/accessReviewInstances.d.ts.map +1 -0
- package/dist/commonjs/operations/accessReviewInstances.js +196 -0
- package/dist/commonjs/operations/accessReviewInstances.js.map +1 -0
- package/dist/commonjs/operations/accessReviewInstancesAssignedForMyApproval.d.ts +42 -0
- package/dist/commonjs/operations/accessReviewInstancesAssignedForMyApproval.d.ts.map +1 -0
- package/dist/commonjs/operations/accessReviewInstancesAssignedForMyApproval.js +157 -0
- package/dist/commonjs/operations/accessReviewInstancesAssignedForMyApproval.js.map +1 -0
- package/dist/commonjs/operations/accessReviewScheduleDefinitions.d.ts +57 -0
- package/dist/commonjs/operations/accessReviewScheduleDefinitions.d.ts.map +1 -0
- package/dist/commonjs/operations/accessReviewScheduleDefinitions.js +237 -0
- package/dist/commonjs/operations/accessReviewScheduleDefinitions.js.map +1 -0
- package/dist/commonjs/operations/accessReviewScheduleDefinitionsAssignedForMyApproval.d.ts +32 -0
- package/dist/commonjs/operations/accessReviewScheduleDefinitionsAssignedForMyApproval.d.ts.map +1 -0
- package/dist/commonjs/operations/accessReviewScheduleDefinitionsAssignedForMyApproval.js +121 -0
- package/dist/commonjs/operations/accessReviewScheduleDefinitionsAssignedForMyApproval.js.map +1 -0
- package/dist/commonjs/operations/alertConfigurations.d.ts +56 -0
- package/dist/commonjs/operations/alertConfigurations.d.ts.map +1 -0
- package/dist/commonjs/operations/alertConfigurations.js +181 -0
- package/dist/commonjs/operations/alertConfigurations.js.map +1 -0
- package/dist/commonjs/operations/alertDefinitions.d.ts +48 -0
- package/dist/commonjs/operations/alertDefinitions.d.ts.map +1 -0
- package/dist/commonjs/operations/alertDefinitions.js +159 -0
- package/dist/commonjs/operations/alertDefinitions.js.map +1 -0
- package/dist/commonjs/operations/alertIncidents.d.ts +60 -0
- package/dist/commonjs/operations/alertIncidents.d.ts.map +1 -0
- package/dist/commonjs/operations/alertIncidents.js +198 -0
- package/dist/commonjs/operations/alertIncidents.js.map +1 -0
- package/dist/commonjs/operations/alertOperation.d.ts +20 -0
- package/dist/commonjs/operations/alertOperation.d.ts.map +1 -0
- package/dist/commonjs/operations/alertOperation.js +54 -0
- package/dist/commonjs/operations/alertOperation.js.map +1 -0
- package/dist/commonjs/operations/alerts.d.ts +82 -0
- package/dist/commonjs/operations/alerts.d.ts.map +1 -0
- package/dist/commonjs/operations/alerts.js +352 -0
- package/dist/commonjs/operations/alerts.js.map +1 -0
- package/dist/commonjs/operations/classicAdministrators.d.ts +32 -0
- package/dist/commonjs/operations/classicAdministrators.d.ts.map +1 -0
- package/dist/commonjs/operations/classicAdministrators.js +125 -0
- package/dist/commonjs/operations/classicAdministrators.js.map +1 -0
- package/dist/commonjs/operations/denyAssignments.d.ts +124 -0
- package/dist/commonjs/operations/denyAssignments.d.ts.map +1 -0
- package/dist/commonjs/operations/denyAssignments.js +514 -0
- package/dist/commonjs/operations/denyAssignments.js.map +1 -0
- package/dist/commonjs/operations/eligibleChildResources.d.ts +35 -0
- package/dist/commonjs/operations/eligibleChildResources.d.ts.map +1 -0
- package/dist/commonjs/operations/eligibleChildResources.js +124 -0
- package/dist/commonjs/operations/eligibleChildResources.js.map +1 -0
- package/dist/commonjs/operations/globalAdministrator.d.ts +18 -0
- package/dist/commonjs/operations/globalAdministrator.d.ts.map +1 -0
- package/dist/commonjs/operations/globalAdministrator.js +50 -0
- package/dist/commonjs/operations/globalAdministrator.js.map +1 -0
- package/dist/commonjs/operations/index.d.ts +47 -0
- package/dist/commonjs/operations/index.d.ts.map +1 -0
- package/dist/commonjs/operations/index.js +57 -0
- package/dist/commonjs/operations/index.js.map +1 -0
- package/dist/commonjs/operations/operations.d.ts +32 -0
- package/dist/commonjs/operations/operations.d.ts.map +1 -0
- package/dist/commonjs/operations/operations.js +121 -0
- package/dist/commonjs/operations/operations.js.map +1 -0
- package/dist/commonjs/operations/permissions.d.ts +68 -0
- package/dist/commonjs/operations/permissions.d.ts.map +1 -0
- package/dist/commonjs/operations/permissions.js +270 -0
- package/dist/commonjs/operations/permissions.js.map +1 -0
- package/dist/commonjs/operations/providerOperationsMetadataOperations.d.ts +38 -0
- package/dist/commonjs/operations/providerOperationsMetadataOperations.d.ts.map +1 -0
- package/dist/commonjs/operations/providerOperationsMetadataOperations.js +145 -0
- package/dist/commonjs/operations/providerOperationsMetadataOperations.js.map +1 -0
- package/dist/commonjs/operations/roleAssignmentScheduleInstances.d.ts +43 -0
- package/dist/commonjs/operations/roleAssignmentScheduleInstances.d.ts.map +1 -0
- package/dist/commonjs/operations/roleAssignmentScheduleInstances.js +154 -0
- package/dist/commonjs/operations/roleAssignmentScheduleInstances.js.map +1 -0
- package/dist/commonjs/operations/roleAssignmentScheduleRequests.d.ts +73 -0
- package/dist/commonjs/operations/roleAssignmentScheduleRequests.d.ts.map +1 -0
- package/dist/commonjs/operations/roleAssignmentScheduleRequests.js +252 -0
- package/dist/commonjs/operations/roleAssignmentScheduleRequests.js.map +1 -0
- package/dist/commonjs/operations/roleAssignmentSchedules.d.ts +42 -0
- package/dist/commonjs/operations/roleAssignmentSchedules.d.ts.map +1 -0
- package/dist/commonjs/operations/roleAssignmentSchedules.js +153 -0
- package/dist/commonjs/operations/roleAssignmentSchedules.js.map +1 -0
- package/dist/commonjs/operations/roleAssignments.d.ts +175 -0
- package/dist/commonjs/operations/roleAssignments.d.ts.map +1 -0
- package/dist/commonjs/operations/roleAssignments.js +670 -0
- package/dist/commonjs/operations/roleAssignments.js.map +1 -0
- package/dist/commonjs/operations/roleDefinitions.d.ts +85 -0
- package/dist/commonjs/operations/roleDefinitions.d.ts.map +1 -0
- package/dist/commonjs/operations/roleDefinitions.js +261 -0
- package/dist/commonjs/operations/roleDefinitions.js.map +1 -0
- package/dist/commonjs/operations/roleEligibilityScheduleInstances.d.ts +43 -0
- package/dist/commonjs/operations/roleEligibilityScheduleInstances.d.ts.map +1 -0
- package/dist/commonjs/operations/roleEligibilityScheduleInstances.js +154 -0
- package/dist/commonjs/operations/roleEligibilityScheduleInstances.js.map +1 -0
- package/dist/commonjs/operations/roleEligibilityScheduleRequests.d.ts +73 -0
- package/dist/commonjs/operations/roleEligibilityScheduleRequests.d.ts.map +1 -0
- package/dist/commonjs/operations/roleEligibilityScheduleRequests.js +252 -0
- package/dist/commonjs/operations/roleEligibilityScheduleRequests.js.map +1 -0
- package/dist/commonjs/operations/roleEligibilitySchedules.d.ts +42 -0
- package/dist/commonjs/operations/roleEligibilitySchedules.d.ts.map +1 -0
- package/dist/commonjs/operations/roleEligibilitySchedules.js +153 -0
- package/dist/commonjs/operations/roleEligibilitySchedules.js.map +1 -0
- package/dist/commonjs/operations/roleManagementPolicies.d.ts +57 -0
- package/dist/commonjs/operations/roleManagementPolicies.d.ts.map +1 -0
- package/dist/commonjs/operations/roleManagementPolicies.js +213 -0
- package/dist/commonjs/operations/roleManagementPolicies.js.map +1 -0
- package/dist/commonjs/operations/roleManagementPolicyAssignments.d.ts +60 -0
- package/dist/commonjs/operations/roleManagementPolicyAssignments.d.ts.map +1 -0
- package/dist/commonjs/operations/roleManagementPolicyAssignments.js +216 -0
- package/dist/commonjs/operations/roleManagementPolicyAssignments.js.map +1 -0
- package/dist/commonjs/operations/scopeAccessReviewDefaultSettings.d.ts +26 -0
- package/dist/commonjs/operations/scopeAccessReviewDefaultSettings.d.ts.map +1 -0
- package/dist/commonjs/operations/scopeAccessReviewDefaultSettings.js +80 -0
- package/dist/commonjs/operations/scopeAccessReviewDefaultSettings.js.map +1 -0
- package/dist/commonjs/operations/scopeAccessReviewHistoryDefinition.d.ts +28 -0
- package/dist/commonjs/operations/scopeAccessReviewHistoryDefinition.d.ts.map +1 -0
- package/dist/commonjs/operations/scopeAccessReviewHistoryDefinition.js +89 -0
- package/dist/commonjs/operations/scopeAccessReviewHistoryDefinition.js.map +1 -0
- package/dist/commonjs/operations/scopeAccessReviewHistoryDefinitionInstance.d.ts +22 -0
- package/dist/commonjs/operations/scopeAccessReviewHistoryDefinitionInstance.d.ts.map +1 -0
- package/dist/commonjs/operations/scopeAccessReviewHistoryDefinitionInstance.js +61 -0
- package/dist/commonjs/operations/scopeAccessReviewHistoryDefinitionInstance.js.map +1 -0
- package/dist/commonjs/operations/scopeAccessReviewHistoryDefinitionInstances.d.ts +38 -0
- package/dist/commonjs/operations/scopeAccessReviewHistoryDefinitionInstances.d.ts.map +1 -0
- package/dist/commonjs/operations/scopeAccessReviewHistoryDefinitionInstances.js +136 -0
- package/dist/commonjs/operations/scopeAccessReviewHistoryDefinitionInstances.js.map +1 -0
- package/dist/commonjs/operations/scopeAccessReviewHistoryDefinitions.d.ts +44 -0
- package/dist/commonjs/operations/scopeAccessReviewHistoryDefinitions.d.ts.map +1 -0
- package/dist/commonjs/operations/scopeAccessReviewHistoryDefinitions.js +155 -0
- package/dist/commonjs/operations/scopeAccessReviewHistoryDefinitions.js.map +1 -0
- package/dist/commonjs/operations/scopeAccessReviewInstance.d.ts +54 -0
- package/dist/commonjs/operations/scopeAccessReviewInstance.d.ts.map +1 -0
- package/dist/commonjs/operations/scopeAccessReviewInstance.js +177 -0
- package/dist/commonjs/operations/scopeAccessReviewInstance.js.map +1 -0
- package/dist/commonjs/operations/scopeAccessReviewInstanceContactedReviewers.d.ts +41 -0
- package/dist/commonjs/operations/scopeAccessReviewInstanceContactedReviewers.d.ts.map +1 -0
- package/dist/commonjs/operations/scopeAccessReviewInstanceContactedReviewers.js +141 -0
- package/dist/commonjs/operations/scopeAccessReviewInstanceContactedReviewers.js.map +1 -0
- package/dist/commonjs/operations/scopeAccessReviewInstanceDecisions.d.ts +41 -0
- package/dist/commonjs/operations/scopeAccessReviewInstanceDecisions.d.ts.map +1 -0
- package/dist/commonjs/operations/scopeAccessReviewInstanceDecisions.js +141 -0
- package/dist/commonjs/operations/scopeAccessReviewInstanceDecisions.js.map +1 -0
- package/dist/commonjs/operations/scopeAccessReviewInstances.d.ts +55 -0
- package/dist/commonjs/operations/scopeAccessReviewInstances.d.ts.map +1 -0
- package/dist/commonjs/operations/scopeAccessReviewInstances.js +201 -0
- package/dist/commonjs/operations/scopeAccessReviewInstances.js.map +1 -0
- package/dist/commonjs/operations/scopeAccessReviewScheduleDefinitions.d.ts +64 -0
- package/dist/commonjs/operations/scopeAccessReviewScheduleDefinitions.d.ts.map +1 -0
- package/dist/commonjs/operations/scopeAccessReviewScheduleDefinitions.js +240 -0
- package/dist/commonjs/operations/scopeAccessReviewScheduleDefinitions.js.map +1 -0
- package/dist/commonjs/operations/tenantLevelAccessReviewInstanceContactedReviewers.d.ts +38 -0
- package/dist/commonjs/operations/tenantLevelAccessReviewInstanceContactedReviewers.d.ts.map +1 -0
- package/dist/commonjs/operations/tenantLevelAccessReviewInstanceContactedReviewers.js +136 -0
- package/dist/commonjs/operations/tenantLevelAccessReviewInstanceContactedReviewers.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/accessReviewDefaultSettingsOperations.d.ts +16 -0
- package/dist/commonjs/operationsInterfaces/accessReviewDefaultSettingsOperations.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/accessReviewDefaultSettingsOperations.js +10 -0
- package/dist/commonjs/operationsInterfaces/accessReviewDefaultSettingsOperations.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/accessReviewHistoryDefinitionInstance.d.ts +13 -0
- package/dist/commonjs/operationsInterfaces/accessReviewHistoryDefinitionInstance.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/accessReviewHistoryDefinitionInstance.js +10 -0
- package/dist/commonjs/operationsInterfaces/accessReviewHistoryDefinitionInstance.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/accessReviewHistoryDefinitionInstances.d.ts +12 -0
- package/dist/commonjs/operationsInterfaces/accessReviewHistoryDefinitionInstances.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/accessReviewHistoryDefinitionInstances.js +10 -0
- package/dist/commonjs/operationsInterfaces/accessReviewHistoryDefinitionInstances.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/accessReviewHistoryDefinitionOperations.d.ts +18 -0
- package/dist/commonjs/operationsInterfaces/accessReviewHistoryDefinitionOperations.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/accessReviewHistoryDefinitionOperations.js +10 -0
- package/dist/commonjs/operationsInterfaces/accessReviewHistoryDefinitionOperations.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/accessReviewHistoryDefinitions.d.ts +18 -0
- package/dist/commonjs/operationsInterfaces/accessReviewHistoryDefinitions.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/accessReviewHistoryDefinitions.js +10 -0
- package/dist/commonjs/operationsInterfaces/accessReviewHistoryDefinitions.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/accessReviewInstanceContactedReviewers.d.ts +13 -0
- package/dist/commonjs/operationsInterfaces/accessReviewInstanceContactedReviewers.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/accessReviewInstanceContactedReviewers.js +10 -0
- package/dist/commonjs/operationsInterfaces/accessReviewInstanceContactedReviewers.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/accessReviewInstanceDecisions.d.ts +13 -0
- package/dist/commonjs/operationsInterfaces/accessReviewInstanceDecisions.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/accessReviewInstanceDecisions.js +10 -0
- package/dist/commonjs/operationsInterfaces/accessReviewInstanceDecisions.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/accessReviewInstanceMyDecisions.d.ts +30 -0
- package/dist/commonjs/operationsInterfaces/accessReviewInstanceMyDecisions.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/accessReviewInstanceMyDecisions.js +10 -0
- package/dist/commonjs/operationsInterfaces/accessReviewInstanceMyDecisions.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/accessReviewInstanceOperations.d.ts +40 -0
- package/dist/commonjs/operationsInterfaces/accessReviewInstanceOperations.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/accessReviewInstanceOperations.js +10 -0
- package/dist/commonjs/operationsInterfaces/accessReviewInstanceOperations.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/accessReviewInstances.d.ts +27 -0
- package/dist/commonjs/operationsInterfaces/accessReviewInstances.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/accessReviewInstances.js +10 -0
- package/dist/commonjs/operationsInterfaces/accessReviewInstances.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/accessReviewInstancesAssignedForMyApproval.d.ts +19 -0
- package/dist/commonjs/operationsInterfaces/accessReviewInstancesAssignedForMyApproval.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/accessReviewInstancesAssignedForMyApproval.js +10 -0
- package/dist/commonjs/operationsInterfaces/accessReviewInstancesAssignedForMyApproval.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/accessReviewScheduleDefinitions.d.ts +36 -0
- package/dist/commonjs/operationsInterfaces/accessReviewScheduleDefinitions.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/accessReviewScheduleDefinitions.js +10 -0
- package/dist/commonjs/operationsInterfaces/accessReviewScheduleDefinitions.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/accessReviewScheduleDefinitionsAssignedForMyApproval.d.ts +11 -0
- package/dist/commonjs/operationsInterfaces/accessReviewScheduleDefinitionsAssignedForMyApproval.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/accessReviewScheduleDefinitionsAssignedForMyApproval.js +10 -0
- package/dist/commonjs/operationsInterfaces/accessReviewScheduleDefinitionsAssignedForMyApproval.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/alertConfigurations.d.ts +33 -0
- package/dist/commonjs/operationsInterfaces/alertConfigurations.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/alertConfigurations.js +10 -0
- package/dist/commonjs/operationsInterfaces/alertConfigurations.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/alertDefinitions.d.ts +25 -0
- package/dist/commonjs/operationsInterfaces/alertDefinitions.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/alertDefinitions.js +10 -0
- package/dist/commonjs/operationsInterfaces/alertDefinitions.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/alertIncidents.d.ts +35 -0
- package/dist/commonjs/operationsInterfaces/alertIncidents.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/alertIncidents.js +10 -0
- package/dist/commonjs/operationsInterfaces/alertIncidents.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/alertOperation.d.ts +12 -0
- package/dist/commonjs/operationsInterfaces/alertOperation.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/alertOperation.js +10 -0
- package/dist/commonjs/operationsInterfaces/alertOperation.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/alerts.d.ts +59 -0
- package/dist/commonjs/operationsInterfaces/alerts.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/alerts.js +10 -0
- package/dist/commonjs/operationsInterfaces/alerts.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/classicAdministrators.d.ts +11 -0
- package/dist/commonjs/operationsInterfaces/classicAdministrators.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/classicAdministrators.js +10 -0
- package/dist/commonjs/operationsInterfaces/classicAdministrators.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/denyAssignments.d.ts +50 -0
- package/dist/commonjs/operationsInterfaces/denyAssignments.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/denyAssignments.js +10 -0
- package/dist/commonjs/operationsInterfaces/denyAssignments.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/eligibleChildResources.d.ts +12 -0
- package/dist/commonjs/operationsInterfaces/eligibleChildResources.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/eligibleChildResources.js +10 -0
- package/dist/commonjs/operationsInterfaces/eligibleChildResources.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/globalAdministrator.d.ts +10 -0
- package/dist/commonjs/operationsInterfaces/globalAdministrator.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/globalAdministrator.js +10 -0
- package/dist/commonjs/operationsInterfaces/globalAdministrator.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/index.d.ts +47 -0
- package/dist/commonjs/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/index.js +57 -0
- package/dist/commonjs/operationsInterfaces/index.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/operations.d.ts +11 -0
- package/dist/commonjs/operationsInterfaces/operations.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/operations.js +10 -0
- package/dist/commonjs/operationsInterfaces/operations.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/permissions.d.ts +22 -0
- package/dist/commonjs/operationsInterfaces/permissions.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/permissions.js +10 -0
- package/dist/commonjs/operationsInterfaces/permissions.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/providerOperationsMetadataOperations.d.ts +17 -0
- package/dist/commonjs/operationsInterfaces/providerOperationsMetadataOperations.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/providerOperationsMetadataOperations.js +10 -0
- package/dist/commonjs/operationsInterfaces/providerOperationsMetadataOperations.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/roleAssignmentScheduleInstances.d.ts +20 -0
- package/dist/commonjs/operationsInterfaces/roleAssignmentScheduleInstances.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/roleAssignmentScheduleInstances.js +10 -0
- package/dist/commonjs/operationsInterfaces/roleAssignmentScheduleInstances.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/roleAssignmentScheduleRequests.d.ts +50 -0
- package/dist/commonjs/operationsInterfaces/roleAssignmentScheduleRequests.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/roleAssignmentScheduleRequests.js +10 -0
- package/dist/commonjs/operationsInterfaces/roleAssignmentScheduleRequests.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/roleAssignmentSchedules.d.ts +19 -0
- package/dist/commonjs/operationsInterfaces/roleAssignmentSchedules.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/roleAssignmentSchedules.js +10 -0
- package/dist/commonjs/operationsInterfaces/roleAssignmentSchedules.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/roleAssignments.d.ts +95 -0
- package/dist/commonjs/operationsInterfaces/roleAssignments.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/roleAssignments.js +10 -0
- package/dist/commonjs/operationsInterfaces/roleAssignments.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/roleDefinitions.d.ts +56 -0
- package/dist/commonjs/operationsInterfaces/roleDefinitions.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/roleDefinitions.js +10 -0
- package/dist/commonjs/operationsInterfaces/roleDefinitions.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/roleEligibilityScheduleInstances.d.ts +20 -0
- package/dist/commonjs/operationsInterfaces/roleEligibilityScheduleInstances.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/roleEligibilityScheduleInstances.js +10 -0
- package/dist/commonjs/operationsInterfaces/roleEligibilityScheduleInstances.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/roleEligibilityScheduleRequests.d.ts +50 -0
- package/dist/commonjs/operationsInterfaces/roleEligibilityScheduleRequests.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/roleEligibilityScheduleRequests.js +10 -0
- package/dist/commonjs/operationsInterfaces/roleEligibilityScheduleRequests.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/roleEligibilitySchedules.d.ts +19 -0
- package/dist/commonjs/operationsInterfaces/roleEligibilitySchedules.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/roleEligibilitySchedules.js +10 -0
- package/dist/commonjs/operationsInterfaces/roleEligibilitySchedules.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/roleManagementPolicies.d.ts +34 -0
- package/dist/commonjs/operationsInterfaces/roleManagementPolicies.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/roleManagementPolicies.js +10 -0
- package/dist/commonjs/operationsInterfaces/roleManagementPolicies.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/roleManagementPolicyAssignments.d.ts +37 -0
- package/dist/commonjs/operationsInterfaces/roleManagementPolicyAssignments.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/roleManagementPolicyAssignments.js +10 -0
- package/dist/commonjs/operationsInterfaces/roleManagementPolicyAssignments.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/scopeAccessReviewDefaultSettings.d.ts +18 -0
- package/dist/commonjs/operationsInterfaces/scopeAccessReviewDefaultSettings.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/scopeAccessReviewDefaultSettings.js +10 -0
- package/dist/commonjs/operationsInterfaces/scopeAccessReviewDefaultSettings.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/scopeAccessReviewHistoryDefinition.d.ts +20 -0
- package/dist/commonjs/operationsInterfaces/scopeAccessReviewHistoryDefinition.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/scopeAccessReviewHistoryDefinition.js +10 -0
- package/dist/commonjs/operationsInterfaces/scopeAccessReviewHistoryDefinition.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/scopeAccessReviewHistoryDefinitionInstance.d.ts +14 -0
- package/dist/commonjs/operationsInterfaces/scopeAccessReviewHistoryDefinitionInstance.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/scopeAccessReviewHistoryDefinitionInstance.js +10 -0
- package/dist/commonjs/operationsInterfaces/scopeAccessReviewHistoryDefinitionInstance.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/scopeAccessReviewHistoryDefinitionInstances.d.ts +13 -0
- package/dist/commonjs/operationsInterfaces/scopeAccessReviewHistoryDefinitionInstances.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/scopeAccessReviewHistoryDefinitionInstances.js +10 -0
- package/dist/commonjs/operationsInterfaces/scopeAccessReviewHistoryDefinitionInstances.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/scopeAccessReviewHistoryDefinitions.d.ts +20 -0
- package/dist/commonjs/operationsInterfaces/scopeAccessReviewHistoryDefinitions.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/scopeAccessReviewHistoryDefinitions.js +10 -0
- package/dist/commonjs/operationsInterfaces/scopeAccessReviewHistoryDefinitions.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/scopeAccessReviewInstance.d.ts +46 -0
- package/dist/commonjs/operationsInterfaces/scopeAccessReviewInstance.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/scopeAccessReviewInstance.js +10 -0
- package/dist/commonjs/operationsInterfaces/scopeAccessReviewInstance.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/scopeAccessReviewInstanceContactedReviewers.d.ts +14 -0
- package/dist/commonjs/operationsInterfaces/scopeAccessReviewInstanceContactedReviewers.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/scopeAccessReviewInstanceContactedReviewers.js +10 -0
- package/dist/commonjs/operationsInterfaces/scopeAccessReviewInstanceContactedReviewers.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/scopeAccessReviewInstanceDecisions.d.ts +14 -0
- package/dist/commonjs/operationsInterfaces/scopeAccessReviewInstanceDecisions.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/scopeAccessReviewInstanceDecisions.js +10 -0
- package/dist/commonjs/operationsInterfaces/scopeAccessReviewInstanceDecisions.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/scopeAccessReviewInstances.d.ts +30 -0
- package/dist/commonjs/operationsInterfaces/scopeAccessReviewInstances.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/scopeAccessReviewInstances.js +10 -0
- package/dist/commonjs/operationsInterfaces/scopeAccessReviewInstances.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/scopeAccessReviewScheduleDefinitions.d.ts +41 -0
- package/dist/commonjs/operationsInterfaces/scopeAccessReviewScheduleDefinitions.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/scopeAccessReviewScheduleDefinitions.js +10 -0
- package/dist/commonjs/operationsInterfaces/scopeAccessReviewScheduleDefinitions.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/tenantLevelAccessReviewInstanceContactedReviewers.d.ts +13 -0
- package/dist/commonjs/operationsInterfaces/tenantLevelAccessReviewInstanceContactedReviewers.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/tenantLevelAccessReviewInstanceContactedReviewers.js +10 -0
- package/dist/commonjs/operationsInterfaces/tenantLevelAccessReviewInstanceContactedReviewers.js.map +1 -0
- package/dist/commonjs/package.json +3 -0
- package/dist/commonjs/pagingHelper.d.ts +13 -0
- package/dist/commonjs/pagingHelper.d.ts.map +1 -0
- package/dist/commonjs/pagingHelper.js +34 -0
- package/dist/commonjs/pagingHelper.js.map +1 -0
- package/dist/commonjs/tsdoc-metadata.json +11 -0
- package/dist/esm/authorizationManagementClient.d.ts +63 -0
- package/dist/esm/authorizationManagementClient.d.ts.map +1 -0
- package/dist/esm/authorizationManagementClient.js +166 -0
- package/dist/esm/authorizationManagementClient.js.map +1 -0
- package/dist/esm/index.d.ts +5 -0
- package/dist/esm/index.d.ts.map +1 -0
- package/dist/esm/index.js +13 -0
- package/dist/esm/index.js.map +1 -0
- package/dist/esm/lroImpl.d.ts +11 -0
- package/dist/esm/lroImpl.d.ts.map +1 -0
- package/dist/esm/lroImpl.js +18 -0
- package/dist/esm/lroImpl.js.map +1 -0
- package/dist/esm/models/index.d.ts +4326 -0
- package/dist/esm/models/index.d.ts.map +1 -0
- package/dist/esm/models/index.js +426 -0
- package/dist/esm/models/index.js.map +1 -0
- package/dist/esm/models/mappers.d.ts +155 -0
- package/dist/esm/models/mappers.d.ts.map +1 -0
- package/dist/esm/models/mappers.js +6399 -0
- package/dist/esm/models/mappers.js.map +1 -0
- package/dist/esm/models/parameters.d.ts +65 -0
- package/dist/esm/models/parameters.d.ts.map +1 -0
- package/dist/esm/models/parameters.js +587 -0
- package/dist/esm/models/parameters.js.map +1 -0
- package/dist/esm/operations/accessReviewDefaultSettingsOperations.d.ts +24 -0
- package/dist/esm/operations/accessReviewDefaultSettingsOperations.d.ts.map +1 -0
- package/dist/esm/operations/accessReviewDefaultSettingsOperations.js +73 -0
- package/dist/esm/operations/accessReviewDefaultSettingsOperations.js.map +1 -0
- package/dist/esm/operations/accessReviewHistoryDefinitionInstance.d.ts +21 -0
- package/dist/esm/operations/accessReviewHistoryDefinitionInstance.d.ts.map +1 -0
- package/dist/esm/operations/accessReviewHistoryDefinitionInstance.js +55 -0
- package/dist/esm/operations/accessReviewHistoryDefinitionInstance.js.map +1 -0
- package/dist/esm/operations/accessReviewHistoryDefinitionInstances.d.ts +35 -0
- package/dist/esm/operations/accessReviewHistoryDefinitionInstances.d.ts.map +1 -0
- package/dist/esm/operations/accessReviewHistoryDefinitionInstances.js +128 -0
- package/dist/esm/operations/accessReviewHistoryDefinitionInstances.js.map +1 -0
- package/dist/esm/operations/accessReviewHistoryDefinitionOperations.d.ts +26 -0
- package/dist/esm/operations/accessReviewHistoryDefinitionOperations.d.ts.map +1 -0
- package/dist/esm/operations/accessReviewHistoryDefinitionOperations.js +82 -0
- package/dist/esm/operations/accessReviewHistoryDefinitionOperations.js.map +1 -0
- package/dist/esm/operations/accessReviewHistoryDefinitions.d.ts +40 -0
- package/dist/esm/operations/accessReviewHistoryDefinitions.d.ts.map +1 -0
- package/dist/esm/operations/accessReviewHistoryDefinitions.js +150 -0
- package/dist/esm/operations/accessReviewHistoryDefinitions.js.map +1 -0
- package/dist/esm/operations/accessReviewInstanceContactedReviewers.d.ts +38 -0
- package/dist/esm/operations/accessReviewInstanceContactedReviewers.d.ts.map +1 -0
- package/dist/esm/operations/accessReviewInstanceContactedReviewers.js +133 -0
- package/dist/esm/operations/accessReviewInstanceContactedReviewers.js.map +1 -0
- package/dist/esm/operations/accessReviewInstanceDecisions.d.ts +38 -0
- package/dist/esm/operations/accessReviewInstanceDecisions.d.ts.map +1 -0
- package/dist/esm/operations/accessReviewInstanceDecisions.js +133 -0
- package/dist/esm/operations/accessReviewInstanceDecisions.js.map +1 -0
- package/dist/esm/operations/accessReviewInstanceMyDecisions.d.ts +55 -0
- package/dist/esm/operations/accessReviewInstanceMyDecisions.d.ts.map +1 -0
- package/dist/esm/operations/accessReviewInstanceMyDecisions.js +196 -0
- package/dist/esm/operations/accessReviewInstanceMyDecisions.js.map +1 -0
- package/dist/esm/operations/accessReviewInstanceOperations.d.ts +48 -0
- package/dist/esm/operations/accessReviewInstanceOperations.d.ts.map +1 -0
- package/dist/esm/operations/accessReviewInstanceOperations.js +163 -0
- package/dist/esm/operations/accessReviewInstanceOperations.js.map +1 -0
- package/dist/esm/operations/accessReviewInstances.d.ts +50 -0
- package/dist/esm/operations/accessReviewInstances.d.ts.map +1 -0
- package/dist/esm/operations/accessReviewInstances.js +191 -0
- package/dist/esm/operations/accessReviewInstances.js.map +1 -0
- package/dist/esm/operations/accessReviewInstancesAssignedForMyApproval.d.ts +42 -0
- package/dist/esm/operations/accessReviewInstancesAssignedForMyApproval.d.ts.map +1 -0
- package/dist/esm/operations/accessReviewInstancesAssignedForMyApproval.js +152 -0
- package/dist/esm/operations/accessReviewInstancesAssignedForMyApproval.js.map +1 -0
- package/dist/esm/operations/accessReviewScheduleDefinitions.d.ts +57 -0
- package/dist/esm/operations/accessReviewScheduleDefinitions.d.ts.map +1 -0
- package/dist/esm/operations/accessReviewScheduleDefinitions.js +232 -0
- package/dist/esm/operations/accessReviewScheduleDefinitions.js.map +1 -0
- package/dist/esm/operations/accessReviewScheduleDefinitionsAssignedForMyApproval.d.ts +32 -0
- package/dist/esm/operations/accessReviewScheduleDefinitionsAssignedForMyApproval.d.ts.map +1 -0
- package/dist/esm/operations/accessReviewScheduleDefinitionsAssignedForMyApproval.js +116 -0
- package/dist/esm/operations/accessReviewScheduleDefinitionsAssignedForMyApproval.js.map +1 -0
- package/dist/esm/operations/alertConfigurations.d.ts +56 -0
- package/dist/esm/operations/alertConfigurations.d.ts.map +1 -0
- package/dist/esm/operations/alertConfigurations.js +176 -0
- package/dist/esm/operations/alertConfigurations.js.map +1 -0
- package/dist/esm/operations/alertDefinitions.d.ts +48 -0
- package/dist/esm/operations/alertDefinitions.d.ts.map +1 -0
- package/dist/esm/operations/alertDefinitions.js +154 -0
- package/dist/esm/operations/alertDefinitions.js.map +1 -0
- package/dist/esm/operations/alertIncidents.d.ts +60 -0
- package/dist/esm/operations/alertIncidents.d.ts.map +1 -0
- package/dist/esm/operations/alertIncidents.js +193 -0
- package/dist/esm/operations/alertIncidents.js.map +1 -0
- package/dist/esm/operations/alertOperation.d.ts +20 -0
- package/dist/esm/operations/alertOperation.d.ts.map +1 -0
- package/dist/esm/operations/alertOperation.js +49 -0
- package/dist/esm/operations/alertOperation.js.map +1 -0
- package/dist/esm/operations/alerts.d.ts +82 -0
- package/dist/esm/operations/alerts.d.ts.map +1 -0
- package/dist/esm/operations/alerts.js +347 -0
- package/dist/esm/operations/alerts.js.map +1 -0
- package/dist/esm/operations/classicAdministrators.d.ts +32 -0
- package/dist/esm/operations/classicAdministrators.d.ts.map +1 -0
- package/dist/esm/operations/classicAdministrators.js +120 -0
- package/dist/esm/operations/classicAdministrators.js.map +1 -0
- package/dist/esm/operations/denyAssignments.d.ts +124 -0
- package/dist/esm/operations/denyAssignments.d.ts.map +1 -0
- package/dist/esm/operations/denyAssignments.js +509 -0
- package/dist/esm/operations/denyAssignments.js.map +1 -0
- package/dist/esm/operations/eligibleChildResources.d.ts +35 -0
- package/dist/esm/operations/eligibleChildResources.d.ts.map +1 -0
- package/dist/esm/operations/eligibleChildResources.js +119 -0
- package/dist/esm/operations/eligibleChildResources.js.map +1 -0
- package/dist/esm/operations/globalAdministrator.d.ts +18 -0
- package/dist/esm/operations/globalAdministrator.d.ts.map +1 -0
- package/dist/esm/operations/globalAdministrator.js +45 -0
- package/dist/esm/operations/globalAdministrator.js.map +1 -0
- package/dist/esm/operations/index.d.ts +47 -0
- package/dist/esm/operations/index.d.ts.map +1 -0
- package/dist/esm/operations/index.js +54 -0
- package/dist/esm/operations/index.js.map +1 -0
- package/dist/esm/operations/operations.d.ts +32 -0
- package/dist/esm/operations/operations.d.ts.map +1 -0
- package/dist/esm/operations/operations.js +116 -0
- package/dist/esm/operations/operations.js.map +1 -0
- package/dist/esm/operations/permissions.d.ts +68 -0
- package/dist/esm/operations/permissions.d.ts.map +1 -0
- package/dist/esm/operations/permissions.js +265 -0
- package/dist/esm/operations/permissions.js.map +1 -0
- package/dist/esm/operations/providerOperationsMetadataOperations.d.ts +38 -0
- package/dist/esm/operations/providerOperationsMetadataOperations.d.ts.map +1 -0
- package/dist/esm/operations/providerOperationsMetadataOperations.js +140 -0
- package/dist/esm/operations/providerOperationsMetadataOperations.js.map +1 -0
- package/dist/esm/operations/roleAssignmentScheduleInstances.d.ts +43 -0
- package/dist/esm/operations/roleAssignmentScheduleInstances.d.ts.map +1 -0
- package/dist/esm/operations/roleAssignmentScheduleInstances.js +149 -0
- package/dist/esm/operations/roleAssignmentScheduleInstances.js.map +1 -0
- package/dist/esm/operations/roleAssignmentScheduleRequests.d.ts +73 -0
- package/dist/esm/operations/roleAssignmentScheduleRequests.d.ts.map +1 -0
- package/dist/esm/operations/roleAssignmentScheduleRequests.js +247 -0
- package/dist/esm/operations/roleAssignmentScheduleRequests.js.map +1 -0
- package/dist/esm/operations/roleAssignmentSchedules.d.ts +42 -0
- package/dist/esm/operations/roleAssignmentSchedules.d.ts.map +1 -0
- package/dist/esm/operations/roleAssignmentSchedules.js +148 -0
- package/dist/esm/operations/roleAssignmentSchedules.js.map +1 -0
- package/dist/esm/operations/roleAssignments.d.ts +175 -0
- package/dist/esm/operations/roleAssignments.d.ts.map +1 -0
- package/dist/esm/operations/roleAssignments.js +665 -0
- package/dist/esm/operations/roleAssignments.js.map +1 -0
- package/dist/esm/operations/roleDefinitions.d.ts +85 -0
- package/dist/esm/operations/roleDefinitions.d.ts.map +1 -0
- package/dist/esm/operations/roleDefinitions.js +256 -0
- package/dist/esm/operations/roleDefinitions.js.map +1 -0
- package/dist/esm/operations/roleEligibilityScheduleInstances.d.ts +43 -0
- package/dist/esm/operations/roleEligibilityScheduleInstances.d.ts.map +1 -0
- package/dist/esm/operations/roleEligibilityScheduleInstances.js +149 -0
- package/dist/esm/operations/roleEligibilityScheduleInstances.js.map +1 -0
- package/dist/esm/operations/roleEligibilityScheduleRequests.d.ts +73 -0
- package/dist/esm/operations/roleEligibilityScheduleRequests.d.ts.map +1 -0
- package/dist/esm/operations/roleEligibilityScheduleRequests.js +247 -0
- package/dist/esm/operations/roleEligibilityScheduleRequests.js.map +1 -0
- package/dist/esm/operations/roleEligibilitySchedules.d.ts +42 -0
- package/dist/esm/operations/roleEligibilitySchedules.d.ts.map +1 -0
- package/dist/esm/operations/roleEligibilitySchedules.js +148 -0
- package/dist/esm/operations/roleEligibilitySchedules.js.map +1 -0
- package/dist/esm/operations/roleManagementPolicies.d.ts +57 -0
- package/dist/esm/operations/roleManagementPolicies.d.ts.map +1 -0
- package/dist/esm/operations/roleManagementPolicies.js +208 -0
- package/dist/esm/operations/roleManagementPolicies.js.map +1 -0
- package/dist/esm/operations/roleManagementPolicyAssignments.d.ts +60 -0
- package/dist/esm/operations/roleManagementPolicyAssignments.d.ts.map +1 -0
- package/dist/esm/operations/roleManagementPolicyAssignments.js +211 -0
- package/dist/esm/operations/roleManagementPolicyAssignments.js.map +1 -0
- package/dist/esm/operations/scopeAccessReviewDefaultSettings.d.ts +26 -0
- package/dist/esm/operations/scopeAccessReviewDefaultSettings.d.ts.map +1 -0
- package/dist/esm/operations/scopeAccessReviewDefaultSettings.js +75 -0
- package/dist/esm/operations/scopeAccessReviewDefaultSettings.js.map +1 -0
- package/dist/esm/operations/scopeAccessReviewHistoryDefinition.d.ts +28 -0
- package/dist/esm/operations/scopeAccessReviewHistoryDefinition.d.ts.map +1 -0
- package/dist/esm/operations/scopeAccessReviewHistoryDefinition.js +84 -0
- package/dist/esm/operations/scopeAccessReviewHistoryDefinition.js.map +1 -0
- package/dist/esm/operations/scopeAccessReviewHistoryDefinitionInstance.d.ts +22 -0
- package/dist/esm/operations/scopeAccessReviewHistoryDefinitionInstance.d.ts.map +1 -0
- package/dist/esm/operations/scopeAccessReviewHistoryDefinitionInstance.js +56 -0
- package/dist/esm/operations/scopeAccessReviewHistoryDefinitionInstance.js.map +1 -0
- package/dist/esm/operations/scopeAccessReviewHistoryDefinitionInstances.d.ts +38 -0
- package/dist/esm/operations/scopeAccessReviewHistoryDefinitionInstances.d.ts.map +1 -0
- package/dist/esm/operations/scopeAccessReviewHistoryDefinitionInstances.js +131 -0
- package/dist/esm/operations/scopeAccessReviewHistoryDefinitionInstances.js.map +1 -0
- package/dist/esm/operations/scopeAccessReviewHistoryDefinitions.d.ts +44 -0
- package/dist/esm/operations/scopeAccessReviewHistoryDefinitions.d.ts.map +1 -0
- package/dist/esm/operations/scopeAccessReviewHistoryDefinitions.js +150 -0
- package/dist/esm/operations/scopeAccessReviewHistoryDefinitions.js.map +1 -0
- package/dist/esm/operations/scopeAccessReviewInstance.d.ts +54 -0
- package/dist/esm/operations/scopeAccessReviewInstance.d.ts.map +1 -0
- package/dist/esm/operations/scopeAccessReviewInstance.js +172 -0
- package/dist/esm/operations/scopeAccessReviewInstance.js.map +1 -0
- package/dist/esm/operations/scopeAccessReviewInstanceContactedReviewers.d.ts +41 -0
- package/dist/esm/operations/scopeAccessReviewInstanceContactedReviewers.d.ts.map +1 -0
- package/dist/esm/operations/scopeAccessReviewInstanceContactedReviewers.js +136 -0
- package/dist/esm/operations/scopeAccessReviewInstanceContactedReviewers.js.map +1 -0
- package/dist/esm/operations/scopeAccessReviewInstanceDecisions.d.ts +41 -0
- package/dist/esm/operations/scopeAccessReviewInstanceDecisions.d.ts.map +1 -0
- package/dist/esm/operations/scopeAccessReviewInstanceDecisions.js +136 -0
- package/dist/esm/operations/scopeAccessReviewInstanceDecisions.js.map +1 -0
- package/dist/esm/operations/scopeAccessReviewInstances.d.ts +55 -0
- package/dist/esm/operations/scopeAccessReviewInstances.d.ts.map +1 -0
- package/dist/esm/operations/scopeAccessReviewInstances.js +196 -0
- package/dist/esm/operations/scopeAccessReviewInstances.js.map +1 -0
- package/dist/esm/operations/scopeAccessReviewScheduleDefinitions.d.ts +64 -0
- package/dist/esm/operations/scopeAccessReviewScheduleDefinitions.d.ts.map +1 -0
- package/dist/esm/operations/scopeAccessReviewScheduleDefinitions.js +235 -0
- package/dist/esm/operations/scopeAccessReviewScheduleDefinitions.js.map +1 -0
- package/dist/esm/operations/tenantLevelAccessReviewInstanceContactedReviewers.d.ts +38 -0
- package/dist/esm/operations/tenantLevelAccessReviewInstanceContactedReviewers.d.ts.map +1 -0
- package/dist/esm/operations/tenantLevelAccessReviewInstanceContactedReviewers.js +131 -0
- package/dist/esm/operations/tenantLevelAccessReviewInstanceContactedReviewers.js.map +1 -0
- package/dist/esm/operationsInterfaces/accessReviewDefaultSettingsOperations.d.ts +16 -0
- package/dist/esm/operationsInterfaces/accessReviewDefaultSettingsOperations.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/accessReviewDefaultSettingsOperations.js +9 -0
- package/dist/esm/operationsInterfaces/accessReviewDefaultSettingsOperations.js.map +1 -0
- package/dist/esm/operationsInterfaces/accessReviewHistoryDefinitionInstance.d.ts +13 -0
- package/dist/esm/operationsInterfaces/accessReviewHistoryDefinitionInstance.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/accessReviewHistoryDefinitionInstance.js +9 -0
- package/dist/esm/operationsInterfaces/accessReviewHistoryDefinitionInstance.js.map +1 -0
- package/dist/esm/operationsInterfaces/accessReviewHistoryDefinitionInstances.d.ts +12 -0
- package/dist/esm/operationsInterfaces/accessReviewHistoryDefinitionInstances.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/accessReviewHistoryDefinitionInstances.js +9 -0
- package/dist/esm/operationsInterfaces/accessReviewHistoryDefinitionInstances.js.map +1 -0
- package/dist/esm/operationsInterfaces/accessReviewHistoryDefinitionOperations.d.ts +18 -0
- package/dist/esm/operationsInterfaces/accessReviewHistoryDefinitionOperations.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/accessReviewHistoryDefinitionOperations.js +9 -0
- package/dist/esm/operationsInterfaces/accessReviewHistoryDefinitionOperations.js.map +1 -0
- package/dist/esm/operationsInterfaces/accessReviewHistoryDefinitions.d.ts +18 -0
- package/dist/esm/operationsInterfaces/accessReviewHistoryDefinitions.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/accessReviewHistoryDefinitions.js +9 -0
- package/dist/esm/operationsInterfaces/accessReviewHistoryDefinitions.js.map +1 -0
- package/dist/esm/operationsInterfaces/accessReviewInstanceContactedReviewers.d.ts +13 -0
- package/dist/esm/operationsInterfaces/accessReviewInstanceContactedReviewers.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/accessReviewInstanceContactedReviewers.js +9 -0
- package/dist/esm/operationsInterfaces/accessReviewInstanceContactedReviewers.js.map +1 -0
- package/dist/esm/operationsInterfaces/accessReviewInstanceDecisions.d.ts +13 -0
- package/dist/esm/operationsInterfaces/accessReviewInstanceDecisions.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/accessReviewInstanceDecisions.js +9 -0
- package/dist/esm/operationsInterfaces/accessReviewInstanceDecisions.js.map +1 -0
- package/dist/esm/operationsInterfaces/accessReviewInstanceMyDecisions.d.ts +30 -0
- package/dist/esm/operationsInterfaces/accessReviewInstanceMyDecisions.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/accessReviewInstanceMyDecisions.js +9 -0
- package/dist/esm/operationsInterfaces/accessReviewInstanceMyDecisions.js.map +1 -0
- package/dist/esm/operationsInterfaces/accessReviewInstanceOperations.d.ts +40 -0
- package/dist/esm/operationsInterfaces/accessReviewInstanceOperations.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/accessReviewInstanceOperations.js +9 -0
- package/dist/esm/operationsInterfaces/accessReviewInstanceOperations.js.map +1 -0
- package/dist/esm/operationsInterfaces/accessReviewInstances.d.ts +27 -0
- package/dist/esm/operationsInterfaces/accessReviewInstances.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/accessReviewInstances.js +9 -0
- package/dist/esm/operationsInterfaces/accessReviewInstances.js.map +1 -0
- package/dist/esm/operationsInterfaces/accessReviewInstancesAssignedForMyApproval.d.ts +19 -0
- package/dist/esm/operationsInterfaces/accessReviewInstancesAssignedForMyApproval.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/accessReviewInstancesAssignedForMyApproval.js +9 -0
- package/dist/esm/operationsInterfaces/accessReviewInstancesAssignedForMyApproval.js.map +1 -0
- package/dist/esm/operationsInterfaces/accessReviewScheduleDefinitions.d.ts +36 -0
- package/dist/esm/operationsInterfaces/accessReviewScheduleDefinitions.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/accessReviewScheduleDefinitions.js +9 -0
- package/dist/esm/operationsInterfaces/accessReviewScheduleDefinitions.js.map +1 -0
- package/dist/esm/operationsInterfaces/accessReviewScheduleDefinitionsAssignedForMyApproval.d.ts +11 -0
- package/dist/esm/operationsInterfaces/accessReviewScheduleDefinitionsAssignedForMyApproval.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/accessReviewScheduleDefinitionsAssignedForMyApproval.js +9 -0
- package/dist/esm/operationsInterfaces/accessReviewScheduleDefinitionsAssignedForMyApproval.js.map +1 -0
- package/dist/esm/operationsInterfaces/alertConfigurations.d.ts +33 -0
- package/dist/esm/operationsInterfaces/alertConfigurations.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/alertConfigurations.js +9 -0
- package/dist/esm/operationsInterfaces/alertConfigurations.js.map +1 -0
- package/dist/esm/operationsInterfaces/alertDefinitions.d.ts +25 -0
- package/dist/esm/operationsInterfaces/alertDefinitions.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/alertDefinitions.js +9 -0
- package/dist/esm/operationsInterfaces/alertDefinitions.js.map +1 -0
- package/dist/esm/operationsInterfaces/alertIncidents.d.ts +35 -0
- package/dist/esm/operationsInterfaces/alertIncidents.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/alertIncidents.js +9 -0
- package/dist/esm/operationsInterfaces/alertIncidents.js.map +1 -0
- package/dist/esm/operationsInterfaces/alertOperation.d.ts +12 -0
- package/dist/esm/operationsInterfaces/alertOperation.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/alertOperation.js +9 -0
- package/dist/esm/operationsInterfaces/alertOperation.js.map +1 -0
- package/dist/esm/operationsInterfaces/alerts.d.ts +59 -0
- package/dist/esm/operationsInterfaces/alerts.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/alerts.js +9 -0
- package/dist/esm/operationsInterfaces/alerts.js.map +1 -0
- package/dist/esm/operationsInterfaces/classicAdministrators.d.ts +11 -0
- package/dist/esm/operationsInterfaces/classicAdministrators.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/classicAdministrators.js +9 -0
- package/dist/esm/operationsInterfaces/classicAdministrators.js.map +1 -0
- package/dist/esm/operationsInterfaces/denyAssignments.d.ts +50 -0
- package/dist/esm/operationsInterfaces/denyAssignments.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/denyAssignments.js +9 -0
- package/dist/esm/operationsInterfaces/denyAssignments.js.map +1 -0
- package/dist/esm/operationsInterfaces/eligibleChildResources.d.ts +12 -0
- package/dist/esm/operationsInterfaces/eligibleChildResources.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/eligibleChildResources.js +9 -0
- package/dist/esm/operationsInterfaces/eligibleChildResources.js.map +1 -0
- package/dist/esm/operationsInterfaces/globalAdministrator.d.ts +10 -0
- package/dist/esm/operationsInterfaces/globalAdministrator.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/globalAdministrator.js +9 -0
- package/dist/esm/operationsInterfaces/globalAdministrator.js.map +1 -0
- package/dist/esm/operationsInterfaces/index.d.ts +47 -0
- package/dist/esm/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/index.js +54 -0
- package/dist/esm/operationsInterfaces/index.js.map +1 -0
- package/dist/esm/operationsInterfaces/operations.d.ts +11 -0
- package/dist/esm/operationsInterfaces/operations.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/operations.js +9 -0
- package/dist/esm/operationsInterfaces/operations.js.map +1 -0
- package/dist/esm/operationsInterfaces/permissions.d.ts +22 -0
- package/dist/esm/operationsInterfaces/permissions.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/permissions.js +9 -0
- package/dist/esm/operationsInterfaces/permissions.js.map +1 -0
- package/dist/esm/operationsInterfaces/providerOperationsMetadataOperations.d.ts +17 -0
- package/dist/esm/operationsInterfaces/providerOperationsMetadataOperations.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/providerOperationsMetadataOperations.js +9 -0
- package/dist/esm/operationsInterfaces/providerOperationsMetadataOperations.js.map +1 -0
- package/dist/esm/operationsInterfaces/roleAssignmentScheduleInstances.d.ts +20 -0
- package/dist/esm/operationsInterfaces/roleAssignmentScheduleInstances.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/roleAssignmentScheduleInstances.js +9 -0
- package/dist/esm/operationsInterfaces/roleAssignmentScheduleInstances.js.map +1 -0
- package/dist/esm/operationsInterfaces/roleAssignmentScheduleRequests.d.ts +50 -0
- package/dist/esm/operationsInterfaces/roleAssignmentScheduleRequests.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/roleAssignmentScheduleRequests.js +9 -0
- package/dist/esm/operationsInterfaces/roleAssignmentScheduleRequests.js.map +1 -0
- package/dist/esm/operationsInterfaces/roleAssignmentSchedules.d.ts +19 -0
- package/dist/esm/operationsInterfaces/roleAssignmentSchedules.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/roleAssignmentSchedules.js +9 -0
- package/dist/esm/operationsInterfaces/roleAssignmentSchedules.js.map +1 -0
- package/dist/esm/operationsInterfaces/roleAssignments.d.ts +95 -0
- package/dist/esm/operationsInterfaces/roleAssignments.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/roleAssignments.js +9 -0
- package/dist/esm/operationsInterfaces/roleAssignments.js.map +1 -0
- package/dist/esm/operationsInterfaces/roleDefinitions.d.ts +56 -0
- package/dist/esm/operationsInterfaces/roleDefinitions.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/roleDefinitions.js +9 -0
- package/dist/esm/operationsInterfaces/roleDefinitions.js.map +1 -0
- package/dist/esm/operationsInterfaces/roleEligibilityScheduleInstances.d.ts +20 -0
- package/dist/esm/operationsInterfaces/roleEligibilityScheduleInstances.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/roleEligibilityScheduleInstances.js +9 -0
- package/dist/esm/operationsInterfaces/roleEligibilityScheduleInstances.js.map +1 -0
- package/dist/esm/operationsInterfaces/roleEligibilityScheduleRequests.d.ts +50 -0
- package/dist/esm/operationsInterfaces/roleEligibilityScheduleRequests.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/roleEligibilityScheduleRequests.js +9 -0
- package/dist/esm/operationsInterfaces/roleEligibilityScheduleRequests.js.map +1 -0
- package/dist/esm/operationsInterfaces/roleEligibilitySchedules.d.ts +19 -0
- package/dist/esm/operationsInterfaces/roleEligibilitySchedules.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/roleEligibilitySchedules.js +9 -0
- package/dist/esm/operationsInterfaces/roleEligibilitySchedules.js.map +1 -0
- package/dist/esm/operationsInterfaces/roleManagementPolicies.d.ts +34 -0
- package/dist/esm/operationsInterfaces/roleManagementPolicies.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/roleManagementPolicies.js +9 -0
- package/dist/esm/operationsInterfaces/roleManagementPolicies.js.map +1 -0
- package/dist/esm/operationsInterfaces/roleManagementPolicyAssignments.d.ts +37 -0
- package/dist/esm/operationsInterfaces/roleManagementPolicyAssignments.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/roleManagementPolicyAssignments.js +9 -0
- package/dist/esm/operationsInterfaces/roleManagementPolicyAssignments.js.map +1 -0
- package/dist/esm/operationsInterfaces/scopeAccessReviewDefaultSettings.d.ts +18 -0
- package/dist/esm/operationsInterfaces/scopeAccessReviewDefaultSettings.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/scopeAccessReviewDefaultSettings.js +9 -0
- package/dist/esm/operationsInterfaces/scopeAccessReviewDefaultSettings.js.map +1 -0
- package/dist/esm/operationsInterfaces/scopeAccessReviewHistoryDefinition.d.ts +20 -0
- package/dist/esm/operationsInterfaces/scopeAccessReviewHistoryDefinition.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/scopeAccessReviewHistoryDefinition.js +9 -0
- package/dist/esm/operationsInterfaces/scopeAccessReviewHistoryDefinition.js.map +1 -0
- package/dist/esm/operationsInterfaces/scopeAccessReviewHistoryDefinitionInstance.d.ts +14 -0
- package/dist/esm/operationsInterfaces/scopeAccessReviewHistoryDefinitionInstance.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/scopeAccessReviewHistoryDefinitionInstance.js +9 -0
- package/dist/esm/operationsInterfaces/scopeAccessReviewHistoryDefinitionInstance.js.map +1 -0
- package/dist/esm/operationsInterfaces/scopeAccessReviewHistoryDefinitionInstances.d.ts +13 -0
- package/dist/esm/operationsInterfaces/scopeAccessReviewHistoryDefinitionInstances.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/scopeAccessReviewHistoryDefinitionInstances.js +9 -0
- package/dist/esm/operationsInterfaces/scopeAccessReviewHistoryDefinitionInstances.js.map +1 -0
- package/dist/esm/operationsInterfaces/scopeAccessReviewHistoryDefinitions.d.ts +20 -0
- package/dist/esm/operationsInterfaces/scopeAccessReviewHistoryDefinitions.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/scopeAccessReviewHistoryDefinitions.js +9 -0
- package/dist/esm/operationsInterfaces/scopeAccessReviewHistoryDefinitions.js.map +1 -0
- package/dist/esm/operationsInterfaces/scopeAccessReviewInstance.d.ts +46 -0
- package/dist/esm/operationsInterfaces/scopeAccessReviewInstance.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/scopeAccessReviewInstance.js +9 -0
- package/dist/esm/operationsInterfaces/scopeAccessReviewInstance.js.map +1 -0
- package/dist/esm/operationsInterfaces/scopeAccessReviewInstanceContactedReviewers.d.ts +14 -0
- package/dist/esm/operationsInterfaces/scopeAccessReviewInstanceContactedReviewers.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/scopeAccessReviewInstanceContactedReviewers.js +9 -0
- package/dist/esm/operationsInterfaces/scopeAccessReviewInstanceContactedReviewers.js.map +1 -0
- package/dist/esm/operationsInterfaces/scopeAccessReviewInstanceDecisions.d.ts +14 -0
- package/dist/esm/operationsInterfaces/scopeAccessReviewInstanceDecisions.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/scopeAccessReviewInstanceDecisions.js +9 -0
- package/dist/esm/operationsInterfaces/scopeAccessReviewInstanceDecisions.js.map +1 -0
- package/dist/esm/operationsInterfaces/scopeAccessReviewInstances.d.ts +30 -0
- package/dist/esm/operationsInterfaces/scopeAccessReviewInstances.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/scopeAccessReviewInstances.js +9 -0
- package/dist/esm/operationsInterfaces/scopeAccessReviewInstances.js.map +1 -0
- package/dist/esm/operationsInterfaces/scopeAccessReviewScheduleDefinitions.d.ts +41 -0
- package/dist/esm/operationsInterfaces/scopeAccessReviewScheduleDefinitions.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/scopeAccessReviewScheduleDefinitions.js +9 -0
- package/dist/esm/operationsInterfaces/scopeAccessReviewScheduleDefinitions.js.map +1 -0
- package/dist/esm/operationsInterfaces/tenantLevelAccessReviewInstanceContactedReviewers.d.ts +13 -0
- package/dist/esm/operationsInterfaces/tenantLevelAccessReviewInstanceContactedReviewers.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/tenantLevelAccessReviewInstanceContactedReviewers.js +9 -0
- package/dist/esm/operationsInterfaces/tenantLevelAccessReviewInstanceContactedReviewers.js.map +1 -0
- package/dist/esm/package.json +3 -0
- package/dist/esm/pagingHelper.d.ts +13 -0
- package/dist/esm/pagingHelper.d.ts.map +1 -0
- package/dist/esm/pagingHelper.js +30 -0
- package/dist/esm/pagingHelper.js.map +1 -0
- package/dist/react-native/authorizationManagementClient.d.ts +63 -0
- package/dist/react-native/authorizationManagementClient.d.ts.map +1 -0
- package/dist/react-native/authorizationManagementClient.js +166 -0
- package/dist/react-native/authorizationManagementClient.js.map +1 -0
- package/dist/react-native/index.d.ts +5 -0
- package/dist/react-native/index.d.ts.map +1 -0
- package/dist/react-native/index.js +13 -0
- package/dist/react-native/index.js.map +1 -0
- package/dist/react-native/lroImpl.d.ts +11 -0
- package/dist/react-native/lroImpl.d.ts.map +1 -0
- package/dist/react-native/lroImpl.js +18 -0
- package/dist/react-native/lroImpl.js.map +1 -0
- package/dist/react-native/models/index.d.ts +4326 -0
- package/dist/react-native/models/index.d.ts.map +1 -0
- package/dist/react-native/models/index.js +426 -0
- package/dist/react-native/models/index.js.map +1 -0
- package/dist/react-native/models/mappers.d.ts +155 -0
- package/dist/react-native/models/mappers.d.ts.map +1 -0
- package/dist/react-native/models/mappers.js +6399 -0
- package/dist/react-native/models/mappers.js.map +1 -0
- package/dist/react-native/models/parameters.d.ts +65 -0
- package/dist/react-native/models/parameters.d.ts.map +1 -0
- package/dist/react-native/models/parameters.js +587 -0
- package/dist/react-native/models/parameters.js.map +1 -0
- package/dist/react-native/operations/accessReviewDefaultSettingsOperations.d.ts +24 -0
- package/dist/react-native/operations/accessReviewDefaultSettingsOperations.d.ts.map +1 -0
- package/dist/react-native/operations/accessReviewDefaultSettingsOperations.js +73 -0
- package/dist/react-native/operations/accessReviewDefaultSettingsOperations.js.map +1 -0
- package/dist/react-native/operations/accessReviewHistoryDefinitionInstance.d.ts +21 -0
- package/dist/react-native/operations/accessReviewHistoryDefinitionInstance.d.ts.map +1 -0
- package/dist/react-native/operations/accessReviewHistoryDefinitionInstance.js +55 -0
- package/dist/react-native/operations/accessReviewHistoryDefinitionInstance.js.map +1 -0
- package/dist/react-native/operations/accessReviewHistoryDefinitionInstances.d.ts +35 -0
- package/dist/react-native/operations/accessReviewHistoryDefinitionInstances.d.ts.map +1 -0
- package/dist/react-native/operations/accessReviewHistoryDefinitionInstances.js +128 -0
- package/dist/react-native/operations/accessReviewHistoryDefinitionInstances.js.map +1 -0
- package/dist/react-native/operations/accessReviewHistoryDefinitionOperations.d.ts +26 -0
- package/dist/react-native/operations/accessReviewHistoryDefinitionOperations.d.ts.map +1 -0
- package/dist/react-native/operations/accessReviewHistoryDefinitionOperations.js +82 -0
- package/dist/react-native/operations/accessReviewHistoryDefinitionOperations.js.map +1 -0
- package/dist/react-native/operations/accessReviewHistoryDefinitions.d.ts +40 -0
- package/dist/react-native/operations/accessReviewHistoryDefinitions.d.ts.map +1 -0
- package/dist/react-native/operations/accessReviewHistoryDefinitions.js +150 -0
- package/dist/react-native/operations/accessReviewHistoryDefinitions.js.map +1 -0
- package/dist/react-native/operations/accessReviewInstanceContactedReviewers.d.ts +38 -0
- package/dist/react-native/operations/accessReviewInstanceContactedReviewers.d.ts.map +1 -0
- package/dist/react-native/operations/accessReviewInstanceContactedReviewers.js +133 -0
- package/dist/react-native/operations/accessReviewInstanceContactedReviewers.js.map +1 -0
- package/dist/react-native/operations/accessReviewInstanceDecisions.d.ts +38 -0
- package/dist/react-native/operations/accessReviewInstanceDecisions.d.ts.map +1 -0
- package/dist/react-native/operations/accessReviewInstanceDecisions.js +133 -0
- package/dist/react-native/operations/accessReviewInstanceDecisions.js.map +1 -0
- package/dist/react-native/operations/accessReviewInstanceMyDecisions.d.ts +55 -0
- package/dist/react-native/operations/accessReviewInstanceMyDecisions.d.ts.map +1 -0
- package/dist/react-native/operations/accessReviewInstanceMyDecisions.js +196 -0
- package/dist/react-native/operations/accessReviewInstanceMyDecisions.js.map +1 -0
- package/dist/react-native/operations/accessReviewInstanceOperations.d.ts +48 -0
- package/dist/react-native/operations/accessReviewInstanceOperations.d.ts.map +1 -0
- package/dist/react-native/operations/accessReviewInstanceOperations.js +163 -0
- package/dist/react-native/operations/accessReviewInstanceOperations.js.map +1 -0
- package/dist/react-native/operations/accessReviewInstances.d.ts +50 -0
- package/dist/react-native/operations/accessReviewInstances.d.ts.map +1 -0
- package/dist/react-native/operations/accessReviewInstances.js +191 -0
- package/dist/react-native/operations/accessReviewInstances.js.map +1 -0
- package/dist/react-native/operations/accessReviewInstancesAssignedForMyApproval.d.ts +42 -0
- package/dist/react-native/operations/accessReviewInstancesAssignedForMyApproval.d.ts.map +1 -0
- package/dist/react-native/operations/accessReviewInstancesAssignedForMyApproval.js +152 -0
- package/dist/react-native/operations/accessReviewInstancesAssignedForMyApproval.js.map +1 -0
- package/dist/react-native/operations/accessReviewScheduleDefinitions.d.ts +57 -0
- package/dist/react-native/operations/accessReviewScheduleDefinitions.d.ts.map +1 -0
- package/dist/react-native/operations/accessReviewScheduleDefinitions.js +232 -0
- package/dist/react-native/operations/accessReviewScheduleDefinitions.js.map +1 -0
- package/dist/react-native/operations/accessReviewScheduleDefinitionsAssignedForMyApproval.d.ts +32 -0
- package/dist/react-native/operations/accessReviewScheduleDefinitionsAssignedForMyApproval.d.ts.map +1 -0
- package/dist/react-native/operations/accessReviewScheduleDefinitionsAssignedForMyApproval.js +116 -0
- package/dist/react-native/operations/accessReviewScheduleDefinitionsAssignedForMyApproval.js.map +1 -0
- package/dist/react-native/operations/alertConfigurations.d.ts +56 -0
- package/dist/react-native/operations/alertConfigurations.d.ts.map +1 -0
- package/dist/react-native/operations/alertConfigurations.js +176 -0
- package/dist/react-native/operations/alertConfigurations.js.map +1 -0
- package/dist/react-native/operations/alertDefinitions.d.ts +48 -0
- package/dist/react-native/operations/alertDefinitions.d.ts.map +1 -0
- package/dist/react-native/operations/alertDefinitions.js +154 -0
- package/dist/react-native/operations/alertDefinitions.js.map +1 -0
- package/dist/react-native/operations/alertIncidents.d.ts +60 -0
- package/dist/react-native/operations/alertIncidents.d.ts.map +1 -0
- package/dist/react-native/operations/alertIncidents.js +193 -0
- package/dist/react-native/operations/alertIncidents.js.map +1 -0
- package/dist/react-native/operations/alertOperation.d.ts +20 -0
- package/dist/react-native/operations/alertOperation.d.ts.map +1 -0
- package/dist/react-native/operations/alertOperation.js +49 -0
- package/dist/react-native/operations/alertOperation.js.map +1 -0
- package/dist/react-native/operations/alerts.d.ts +82 -0
- package/dist/react-native/operations/alerts.d.ts.map +1 -0
- package/dist/react-native/operations/alerts.js +347 -0
- package/dist/react-native/operations/alerts.js.map +1 -0
- package/dist/react-native/operations/classicAdministrators.d.ts +32 -0
- package/dist/react-native/operations/classicAdministrators.d.ts.map +1 -0
- package/dist/react-native/operations/classicAdministrators.js +120 -0
- package/dist/react-native/operations/classicAdministrators.js.map +1 -0
- package/dist/react-native/operations/denyAssignments.d.ts +124 -0
- package/dist/react-native/operations/denyAssignments.d.ts.map +1 -0
- package/dist/react-native/operations/denyAssignments.js +509 -0
- package/dist/react-native/operations/denyAssignments.js.map +1 -0
- package/dist/react-native/operations/eligibleChildResources.d.ts +35 -0
- package/dist/react-native/operations/eligibleChildResources.d.ts.map +1 -0
- package/dist/react-native/operations/eligibleChildResources.js +119 -0
- package/dist/react-native/operations/eligibleChildResources.js.map +1 -0
- package/dist/react-native/operations/globalAdministrator.d.ts +18 -0
- package/dist/react-native/operations/globalAdministrator.d.ts.map +1 -0
- package/dist/react-native/operations/globalAdministrator.js +45 -0
- package/dist/react-native/operations/globalAdministrator.js.map +1 -0
- package/dist/react-native/operations/index.d.ts +47 -0
- package/dist/react-native/operations/index.d.ts.map +1 -0
- package/dist/react-native/operations/index.js +54 -0
- package/dist/react-native/operations/index.js.map +1 -0
- package/dist/react-native/operations/operations.d.ts +32 -0
- package/dist/react-native/operations/operations.d.ts.map +1 -0
- package/dist/react-native/operations/operations.js +116 -0
- package/dist/react-native/operations/operations.js.map +1 -0
- package/dist/react-native/operations/permissions.d.ts +68 -0
- package/dist/react-native/operations/permissions.d.ts.map +1 -0
- package/dist/react-native/operations/permissions.js +265 -0
- package/dist/react-native/operations/permissions.js.map +1 -0
- package/dist/react-native/operations/providerOperationsMetadataOperations.d.ts +38 -0
- package/dist/react-native/operations/providerOperationsMetadataOperations.d.ts.map +1 -0
- package/dist/react-native/operations/providerOperationsMetadataOperations.js +140 -0
- package/dist/react-native/operations/providerOperationsMetadataOperations.js.map +1 -0
- package/dist/react-native/operations/roleAssignmentScheduleInstances.d.ts +43 -0
- package/dist/react-native/operations/roleAssignmentScheduleInstances.d.ts.map +1 -0
- package/dist/react-native/operations/roleAssignmentScheduleInstances.js +149 -0
- package/dist/react-native/operations/roleAssignmentScheduleInstances.js.map +1 -0
- package/dist/react-native/operations/roleAssignmentScheduleRequests.d.ts +73 -0
- package/dist/react-native/operations/roleAssignmentScheduleRequests.d.ts.map +1 -0
- package/dist/react-native/operations/roleAssignmentScheduleRequests.js +247 -0
- package/dist/react-native/operations/roleAssignmentScheduleRequests.js.map +1 -0
- package/dist/react-native/operations/roleAssignmentSchedules.d.ts +42 -0
- package/dist/react-native/operations/roleAssignmentSchedules.d.ts.map +1 -0
- package/dist/react-native/operations/roleAssignmentSchedules.js +148 -0
- package/dist/react-native/operations/roleAssignmentSchedules.js.map +1 -0
- package/dist/react-native/operations/roleAssignments.d.ts +175 -0
- package/dist/react-native/operations/roleAssignments.d.ts.map +1 -0
- package/dist/react-native/operations/roleAssignments.js +665 -0
- package/dist/react-native/operations/roleAssignments.js.map +1 -0
- package/dist/react-native/operations/roleDefinitions.d.ts +85 -0
- package/dist/react-native/operations/roleDefinitions.d.ts.map +1 -0
- package/dist/react-native/operations/roleDefinitions.js +256 -0
- package/dist/react-native/operations/roleDefinitions.js.map +1 -0
- package/dist/react-native/operations/roleEligibilityScheduleInstances.d.ts +43 -0
- package/dist/react-native/operations/roleEligibilityScheduleInstances.d.ts.map +1 -0
- package/dist/react-native/operations/roleEligibilityScheduleInstances.js +149 -0
- package/dist/react-native/operations/roleEligibilityScheduleInstances.js.map +1 -0
- package/dist/react-native/operations/roleEligibilityScheduleRequests.d.ts +73 -0
- package/dist/react-native/operations/roleEligibilityScheduleRequests.d.ts.map +1 -0
- package/dist/react-native/operations/roleEligibilityScheduleRequests.js +247 -0
- package/dist/react-native/operations/roleEligibilityScheduleRequests.js.map +1 -0
- package/dist/react-native/operations/roleEligibilitySchedules.d.ts +42 -0
- package/dist/react-native/operations/roleEligibilitySchedules.d.ts.map +1 -0
- package/dist/react-native/operations/roleEligibilitySchedules.js +148 -0
- package/dist/react-native/operations/roleEligibilitySchedules.js.map +1 -0
- package/dist/react-native/operations/roleManagementPolicies.d.ts +57 -0
- package/dist/react-native/operations/roleManagementPolicies.d.ts.map +1 -0
- package/dist/react-native/operations/roleManagementPolicies.js +208 -0
- package/dist/react-native/operations/roleManagementPolicies.js.map +1 -0
- package/dist/react-native/operations/roleManagementPolicyAssignments.d.ts +60 -0
- package/dist/react-native/operations/roleManagementPolicyAssignments.d.ts.map +1 -0
- package/dist/react-native/operations/roleManagementPolicyAssignments.js +211 -0
- package/dist/react-native/operations/roleManagementPolicyAssignments.js.map +1 -0
- package/dist/react-native/operations/scopeAccessReviewDefaultSettings.d.ts +26 -0
- package/dist/react-native/operations/scopeAccessReviewDefaultSettings.d.ts.map +1 -0
- package/dist/react-native/operations/scopeAccessReviewDefaultSettings.js +75 -0
- package/dist/react-native/operations/scopeAccessReviewDefaultSettings.js.map +1 -0
- package/dist/react-native/operations/scopeAccessReviewHistoryDefinition.d.ts +28 -0
- package/dist/react-native/operations/scopeAccessReviewHistoryDefinition.d.ts.map +1 -0
- package/dist/react-native/operations/scopeAccessReviewHistoryDefinition.js +84 -0
- package/dist/react-native/operations/scopeAccessReviewHistoryDefinition.js.map +1 -0
- package/dist/react-native/operations/scopeAccessReviewHistoryDefinitionInstance.d.ts +22 -0
- package/dist/react-native/operations/scopeAccessReviewHistoryDefinitionInstance.d.ts.map +1 -0
- package/dist/react-native/operations/scopeAccessReviewHistoryDefinitionInstance.js +56 -0
- package/dist/react-native/operations/scopeAccessReviewHistoryDefinitionInstance.js.map +1 -0
- package/dist/react-native/operations/scopeAccessReviewHistoryDefinitionInstances.d.ts +38 -0
- package/dist/react-native/operations/scopeAccessReviewHistoryDefinitionInstances.d.ts.map +1 -0
- package/dist/react-native/operations/scopeAccessReviewHistoryDefinitionInstances.js +131 -0
- package/dist/react-native/operations/scopeAccessReviewHistoryDefinitionInstances.js.map +1 -0
- package/dist/react-native/operations/scopeAccessReviewHistoryDefinitions.d.ts +44 -0
- package/dist/react-native/operations/scopeAccessReviewHistoryDefinitions.d.ts.map +1 -0
- package/dist/react-native/operations/scopeAccessReviewHistoryDefinitions.js +150 -0
- package/dist/react-native/operations/scopeAccessReviewHistoryDefinitions.js.map +1 -0
- package/dist/react-native/operations/scopeAccessReviewInstance.d.ts +54 -0
- package/dist/react-native/operations/scopeAccessReviewInstance.d.ts.map +1 -0
- package/dist/react-native/operations/scopeAccessReviewInstance.js +172 -0
- package/dist/react-native/operations/scopeAccessReviewInstance.js.map +1 -0
- package/dist/react-native/operations/scopeAccessReviewInstanceContactedReviewers.d.ts +41 -0
- package/dist/react-native/operations/scopeAccessReviewInstanceContactedReviewers.d.ts.map +1 -0
- package/dist/react-native/operations/scopeAccessReviewInstanceContactedReviewers.js +136 -0
- package/dist/react-native/operations/scopeAccessReviewInstanceContactedReviewers.js.map +1 -0
- package/dist/react-native/operations/scopeAccessReviewInstanceDecisions.d.ts +41 -0
- package/dist/react-native/operations/scopeAccessReviewInstanceDecisions.d.ts.map +1 -0
- package/dist/react-native/operations/scopeAccessReviewInstanceDecisions.js +136 -0
- package/dist/react-native/operations/scopeAccessReviewInstanceDecisions.js.map +1 -0
- package/dist/react-native/operations/scopeAccessReviewInstances.d.ts +55 -0
- package/dist/react-native/operations/scopeAccessReviewInstances.d.ts.map +1 -0
- package/dist/react-native/operations/scopeAccessReviewInstances.js +196 -0
- package/dist/react-native/operations/scopeAccessReviewInstances.js.map +1 -0
- package/dist/react-native/operations/scopeAccessReviewScheduleDefinitions.d.ts +64 -0
- package/dist/react-native/operations/scopeAccessReviewScheduleDefinitions.d.ts.map +1 -0
- package/dist/react-native/operations/scopeAccessReviewScheduleDefinitions.js +235 -0
- package/dist/react-native/operations/scopeAccessReviewScheduleDefinitions.js.map +1 -0
- package/dist/react-native/operations/tenantLevelAccessReviewInstanceContactedReviewers.d.ts +38 -0
- package/dist/react-native/operations/tenantLevelAccessReviewInstanceContactedReviewers.d.ts.map +1 -0
- package/dist/react-native/operations/tenantLevelAccessReviewInstanceContactedReviewers.js +131 -0
- package/dist/react-native/operations/tenantLevelAccessReviewInstanceContactedReviewers.js.map +1 -0
- package/dist/react-native/operationsInterfaces/accessReviewDefaultSettingsOperations.d.ts +16 -0
- package/dist/react-native/operationsInterfaces/accessReviewDefaultSettingsOperations.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/accessReviewDefaultSettingsOperations.js +9 -0
- package/dist/react-native/operationsInterfaces/accessReviewDefaultSettingsOperations.js.map +1 -0
- package/dist/react-native/operationsInterfaces/accessReviewHistoryDefinitionInstance.d.ts +13 -0
- package/dist/react-native/operationsInterfaces/accessReviewHistoryDefinitionInstance.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/accessReviewHistoryDefinitionInstance.js +9 -0
- package/dist/react-native/operationsInterfaces/accessReviewHistoryDefinitionInstance.js.map +1 -0
- package/dist/react-native/operationsInterfaces/accessReviewHistoryDefinitionInstances.d.ts +12 -0
- package/dist/react-native/operationsInterfaces/accessReviewHistoryDefinitionInstances.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/accessReviewHistoryDefinitionInstances.js +9 -0
- package/dist/react-native/operationsInterfaces/accessReviewHistoryDefinitionInstances.js.map +1 -0
- package/dist/react-native/operationsInterfaces/accessReviewHistoryDefinitionOperations.d.ts +18 -0
- package/dist/react-native/operationsInterfaces/accessReviewHistoryDefinitionOperations.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/accessReviewHistoryDefinitionOperations.js +9 -0
- package/dist/react-native/operationsInterfaces/accessReviewHistoryDefinitionOperations.js.map +1 -0
- package/dist/react-native/operationsInterfaces/accessReviewHistoryDefinitions.d.ts +18 -0
- package/dist/react-native/operationsInterfaces/accessReviewHistoryDefinitions.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/accessReviewHistoryDefinitions.js +9 -0
- package/dist/react-native/operationsInterfaces/accessReviewHistoryDefinitions.js.map +1 -0
- package/dist/react-native/operationsInterfaces/accessReviewInstanceContactedReviewers.d.ts +13 -0
- package/dist/react-native/operationsInterfaces/accessReviewInstanceContactedReviewers.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/accessReviewInstanceContactedReviewers.js +9 -0
- package/dist/react-native/operationsInterfaces/accessReviewInstanceContactedReviewers.js.map +1 -0
- package/dist/react-native/operationsInterfaces/accessReviewInstanceDecisions.d.ts +13 -0
- package/dist/react-native/operationsInterfaces/accessReviewInstanceDecisions.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/accessReviewInstanceDecisions.js +9 -0
- package/dist/react-native/operationsInterfaces/accessReviewInstanceDecisions.js.map +1 -0
- package/dist/react-native/operationsInterfaces/accessReviewInstanceMyDecisions.d.ts +30 -0
- package/dist/react-native/operationsInterfaces/accessReviewInstanceMyDecisions.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/accessReviewInstanceMyDecisions.js +9 -0
- package/dist/react-native/operationsInterfaces/accessReviewInstanceMyDecisions.js.map +1 -0
- package/dist/react-native/operationsInterfaces/accessReviewInstanceOperations.d.ts +40 -0
- package/dist/react-native/operationsInterfaces/accessReviewInstanceOperations.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/accessReviewInstanceOperations.js +9 -0
- package/dist/react-native/operationsInterfaces/accessReviewInstanceOperations.js.map +1 -0
- package/dist/react-native/operationsInterfaces/accessReviewInstances.d.ts +27 -0
- package/dist/react-native/operationsInterfaces/accessReviewInstances.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/accessReviewInstances.js +9 -0
- package/dist/react-native/operationsInterfaces/accessReviewInstances.js.map +1 -0
- package/dist/react-native/operationsInterfaces/accessReviewInstancesAssignedForMyApproval.d.ts +19 -0
- package/dist/react-native/operationsInterfaces/accessReviewInstancesAssignedForMyApproval.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/accessReviewInstancesAssignedForMyApproval.js +9 -0
- package/dist/react-native/operationsInterfaces/accessReviewInstancesAssignedForMyApproval.js.map +1 -0
- package/dist/react-native/operationsInterfaces/accessReviewScheduleDefinitions.d.ts +36 -0
- package/dist/react-native/operationsInterfaces/accessReviewScheduleDefinitions.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/accessReviewScheduleDefinitions.js +9 -0
- package/dist/react-native/operationsInterfaces/accessReviewScheduleDefinitions.js.map +1 -0
- package/dist/react-native/operationsInterfaces/accessReviewScheduleDefinitionsAssignedForMyApproval.d.ts +11 -0
- package/dist/react-native/operationsInterfaces/accessReviewScheduleDefinitionsAssignedForMyApproval.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/accessReviewScheduleDefinitionsAssignedForMyApproval.js +9 -0
- package/dist/react-native/operationsInterfaces/accessReviewScheduleDefinitionsAssignedForMyApproval.js.map +1 -0
- package/dist/react-native/operationsInterfaces/alertConfigurations.d.ts +33 -0
- package/dist/react-native/operationsInterfaces/alertConfigurations.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/alertConfigurations.js +9 -0
- package/dist/react-native/operationsInterfaces/alertConfigurations.js.map +1 -0
- package/dist/react-native/operationsInterfaces/alertDefinitions.d.ts +25 -0
- package/dist/react-native/operationsInterfaces/alertDefinitions.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/alertDefinitions.js +9 -0
- package/dist/react-native/operationsInterfaces/alertDefinitions.js.map +1 -0
- package/dist/react-native/operationsInterfaces/alertIncidents.d.ts +35 -0
- package/dist/react-native/operationsInterfaces/alertIncidents.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/alertIncidents.js +9 -0
- package/dist/react-native/operationsInterfaces/alertIncidents.js.map +1 -0
- package/dist/react-native/operationsInterfaces/alertOperation.d.ts +12 -0
- package/dist/react-native/operationsInterfaces/alertOperation.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/alertOperation.js +9 -0
- package/dist/react-native/operationsInterfaces/alertOperation.js.map +1 -0
- package/dist/react-native/operationsInterfaces/alerts.d.ts +59 -0
- package/dist/react-native/operationsInterfaces/alerts.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/alerts.js +9 -0
- package/dist/react-native/operationsInterfaces/alerts.js.map +1 -0
- package/dist/react-native/operationsInterfaces/classicAdministrators.d.ts +11 -0
- package/dist/react-native/operationsInterfaces/classicAdministrators.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/classicAdministrators.js +9 -0
- package/dist/react-native/operationsInterfaces/classicAdministrators.js.map +1 -0
- package/dist/react-native/operationsInterfaces/denyAssignments.d.ts +50 -0
- package/dist/react-native/operationsInterfaces/denyAssignments.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/denyAssignments.js +9 -0
- package/dist/react-native/operationsInterfaces/denyAssignments.js.map +1 -0
- package/dist/react-native/operationsInterfaces/eligibleChildResources.d.ts +12 -0
- package/dist/react-native/operationsInterfaces/eligibleChildResources.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/eligibleChildResources.js +9 -0
- package/dist/react-native/operationsInterfaces/eligibleChildResources.js.map +1 -0
- package/dist/react-native/operationsInterfaces/globalAdministrator.d.ts +10 -0
- package/dist/react-native/operationsInterfaces/globalAdministrator.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/globalAdministrator.js +9 -0
- package/dist/react-native/operationsInterfaces/globalAdministrator.js.map +1 -0
- package/dist/react-native/operationsInterfaces/index.d.ts +47 -0
- package/dist/react-native/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/index.js +54 -0
- package/dist/react-native/operationsInterfaces/index.js.map +1 -0
- package/dist/react-native/operationsInterfaces/operations.d.ts +11 -0
- package/dist/react-native/operationsInterfaces/operations.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/operations.js +9 -0
- package/dist/react-native/operationsInterfaces/operations.js.map +1 -0
- package/dist/react-native/operationsInterfaces/permissions.d.ts +22 -0
- package/dist/react-native/operationsInterfaces/permissions.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/permissions.js +9 -0
- package/dist/react-native/operationsInterfaces/permissions.js.map +1 -0
- package/dist/react-native/operationsInterfaces/providerOperationsMetadataOperations.d.ts +17 -0
- package/dist/react-native/operationsInterfaces/providerOperationsMetadataOperations.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/providerOperationsMetadataOperations.js +9 -0
- package/dist/react-native/operationsInterfaces/providerOperationsMetadataOperations.js.map +1 -0
- package/dist/react-native/operationsInterfaces/roleAssignmentScheduleInstances.d.ts +20 -0
- package/dist/react-native/operationsInterfaces/roleAssignmentScheduleInstances.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/roleAssignmentScheduleInstances.js +9 -0
- package/dist/react-native/operationsInterfaces/roleAssignmentScheduleInstances.js.map +1 -0
- package/dist/react-native/operationsInterfaces/roleAssignmentScheduleRequests.d.ts +50 -0
- package/dist/react-native/operationsInterfaces/roleAssignmentScheduleRequests.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/roleAssignmentScheduleRequests.js +9 -0
- package/dist/react-native/operationsInterfaces/roleAssignmentScheduleRequests.js.map +1 -0
- package/dist/react-native/operationsInterfaces/roleAssignmentSchedules.d.ts +19 -0
- package/dist/react-native/operationsInterfaces/roleAssignmentSchedules.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/roleAssignmentSchedules.js +9 -0
- package/dist/react-native/operationsInterfaces/roleAssignmentSchedules.js.map +1 -0
- package/dist/react-native/operationsInterfaces/roleAssignments.d.ts +95 -0
- package/dist/react-native/operationsInterfaces/roleAssignments.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/roleAssignments.js +9 -0
- package/dist/react-native/operationsInterfaces/roleAssignments.js.map +1 -0
- package/dist/react-native/operationsInterfaces/roleDefinitions.d.ts +56 -0
- package/dist/react-native/operationsInterfaces/roleDefinitions.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/roleDefinitions.js +9 -0
- package/dist/react-native/operationsInterfaces/roleDefinitions.js.map +1 -0
- package/dist/react-native/operationsInterfaces/roleEligibilityScheduleInstances.d.ts +20 -0
- package/dist/react-native/operationsInterfaces/roleEligibilityScheduleInstances.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/roleEligibilityScheduleInstances.js +9 -0
- package/dist/react-native/operationsInterfaces/roleEligibilityScheduleInstances.js.map +1 -0
- package/dist/react-native/operationsInterfaces/roleEligibilityScheduleRequests.d.ts +50 -0
- package/dist/react-native/operationsInterfaces/roleEligibilityScheduleRequests.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/roleEligibilityScheduleRequests.js +9 -0
- package/dist/react-native/operationsInterfaces/roleEligibilityScheduleRequests.js.map +1 -0
- package/dist/react-native/operationsInterfaces/roleEligibilitySchedules.d.ts +19 -0
- package/dist/react-native/operationsInterfaces/roleEligibilitySchedules.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/roleEligibilitySchedules.js +9 -0
- package/dist/react-native/operationsInterfaces/roleEligibilitySchedules.js.map +1 -0
- package/dist/react-native/operationsInterfaces/roleManagementPolicies.d.ts +34 -0
- package/dist/react-native/operationsInterfaces/roleManagementPolicies.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/roleManagementPolicies.js +9 -0
- package/dist/react-native/operationsInterfaces/roleManagementPolicies.js.map +1 -0
- package/dist/react-native/operationsInterfaces/roleManagementPolicyAssignments.d.ts +37 -0
- package/dist/react-native/operationsInterfaces/roleManagementPolicyAssignments.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/roleManagementPolicyAssignments.js +9 -0
- package/dist/react-native/operationsInterfaces/roleManagementPolicyAssignments.js.map +1 -0
- package/dist/react-native/operationsInterfaces/scopeAccessReviewDefaultSettings.d.ts +18 -0
- package/dist/react-native/operationsInterfaces/scopeAccessReviewDefaultSettings.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/scopeAccessReviewDefaultSettings.js +9 -0
- package/dist/react-native/operationsInterfaces/scopeAccessReviewDefaultSettings.js.map +1 -0
- package/dist/react-native/operationsInterfaces/scopeAccessReviewHistoryDefinition.d.ts +20 -0
- package/dist/react-native/operationsInterfaces/scopeAccessReviewHistoryDefinition.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/scopeAccessReviewHistoryDefinition.js +9 -0
- package/dist/react-native/operationsInterfaces/scopeAccessReviewHistoryDefinition.js.map +1 -0
- package/dist/react-native/operationsInterfaces/scopeAccessReviewHistoryDefinitionInstance.d.ts +14 -0
- package/dist/react-native/operationsInterfaces/scopeAccessReviewHistoryDefinitionInstance.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/scopeAccessReviewHistoryDefinitionInstance.js +9 -0
- package/dist/react-native/operationsInterfaces/scopeAccessReviewHistoryDefinitionInstance.js.map +1 -0
- package/dist/react-native/operationsInterfaces/scopeAccessReviewHistoryDefinitionInstances.d.ts +13 -0
- package/dist/react-native/operationsInterfaces/scopeAccessReviewHistoryDefinitionInstances.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/scopeAccessReviewHistoryDefinitionInstances.js +9 -0
- package/dist/react-native/operationsInterfaces/scopeAccessReviewHistoryDefinitionInstances.js.map +1 -0
- package/dist/react-native/operationsInterfaces/scopeAccessReviewHistoryDefinitions.d.ts +20 -0
- package/dist/react-native/operationsInterfaces/scopeAccessReviewHistoryDefinitions.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/scopeAccessReviewHistoryDefinitions.js +9 -0
- package/dist/react-native/operationsInterfaces/scopeAccessReviewHistoryDefinitions.js.map +1 -0
- package/dist/react-native/operationsInterfaces/scopeAccessReviewInstance.d.ts +46 -0
- package/dist/react-native/operationsInterfaces/scopeAccessReviewInstance.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/scopeAccessReviewInstance.js +9 -0
- package/dist/react-native/operationsInterfaces/scopeAccessReviewInstance.js.map +1 -0
- package/dist/react-native/operationsInterfaces/scopeAccessReviewInstanceContactedReviewers.d.ts +14 -0
- package/dist/react-native/operationsInterfaces/scopeAccessReviewInstanceContactedReviewers.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/scopeAccessReviewInstanceContactedReviewers.js +9 -0
- package/dist/react-native/operationsInterfaces/scopeAccessReviewInstanceContactedReviewers.js.map +1 -0
- package/dist/react-native/operationsInterfaces/scopeAccessReviewInstanceDecisions.d.ts +14 -0
- package/dist/react-native/operationsInterfaces/scopeAccessReviewInstanceDecisions.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/scopeAccessReviewInstanceDecisions.js +9 -0
- package/dist/react-native/operationsInterfaces/scopeAccessReviewInstanceDecisions.js.map +1 -0
- package/dist/react-native/operationsInterfaces/scopeAccessReviewInstances.d.ts +30 -0
- package/dist/react-native/operationsInterfaces/scopeAccessReviewInstances.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/scopeAccessReviewInstances.js +9 -0
- package/dist/react-native/operationsInterfaces/scopeAccessReviewInstances.js.map +1 -0
- package/dist/react-native/operationsInterfaces/scopeAccessReviewScheduleDefinitions.d.ts +41 -0
- package/dist/react-native/operationsInterfaces/scopeAccessReviewScheduleDefinitions.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/scopeAccessReviewScheduleDefinitions.js +9 -0
- package/dist/react-native/operationsInterfaces/scopeAccessReviewScheduleDefinitions.js.map +1 -0
- package/dist/react-native/operationsInterfaces/tenantLevelAccessReviewInstanceContactedReviewers.d.ts +13 -0
- package/dist/react-native/operationsInterfaces/tenantLevelAccessReviewInstanceContactedReviewers.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/tenantLevelAccessReviewInstanceContactedReviewers.js +9 -0
- package/dist/react-native/operationsInterfaces/tenantLevelAccessReviewInstanceContactedReviewers.js.map +1 -0
- package/dist/react-native/package.json +3 -0
- package/dist/react-native/pagingHelper.d.ts +13 -0
- package/dist/react-native/pagingHelper.d.ts.map +1 -0
- package/dist/react-native/pagingHelper.js +30 -0
- package/dist/react-native/pagingHelper.js.map +1 -0
- package/package.json +86 -77
- package/review/arm-authorization-node.api.md +3229 -0
- package/dist/index.js +0 -16363
- package/dist/index.js.map +0 -1
- package/dist/index.min.js +0 -1
- package/dist/index.min.js.map +0 -1
- package/dist-esm/samples-dev/accessReviewInstanceAcceptRecommendationsSample.d.ts +0 -2
- package/dist-esm/samples-dev/accessReviewInstanceAcceptRecommendationsSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/accessReviewInstanceAcceptRecommendationsSample.js +0 -37
- package/dist-esm/samples-dev/accessReviewInstanceAcceptRecommendationsSample.js.map +0 -1
- package/dist-esm/samples-dev/accessReviewInstanceMyDecisionsGetByIdSample.d.ts +0 -2
- package/dist-esm/samples-dev/accessReviewInstanceMyDecisionsGetByIdSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/accessReviewInstanceMyDecisionsGetByIdSample.js +0 -38
- package/dist-esm/samples-dev/accessReviewInstanceMyDecisionsGetByIdSample.js.map +0 -1
- package/dist-esm/samples-dev/accessReviewInstanceMyDecisionsListSample.d.ts +0 -2
- package/dist-esm/samples-dev/accessReviewInstanceMyDecisionsListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/accessReviewInstanceMyDecisionsListSample.js +0 -58
- package/dist-esm/samples-dev/accessReviewInstanceMyDecisionsListSample.js.map +0 -1
- package/dist-esm/samples-dev/accessReviewInstanceMyDecisionsPatchSample.d.ts +0 -2
- package/dist-esm/samples-dev/accessReviewInstanceMyDecisionsPatchSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/accessReviewInstanceMyDecisionsPatchSample.js +0 -39
- package/dist-esm/samples-dev/accessReviewInstanceMyDecisionsPatchSample.js.map +0 -1
- package/dist-esm/samples-dev/accessReviewInstancesAssignedForMyApprovalGetByIdSample.d.ts +0 -2
- package/dist-esm/samples-dev/accessReviewInstancesAssignedForMyApprovalGetByIdSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/accessReviewInstancesAssignedForMyApprovalGetByIdSample.js +0 -37
- package/dist-esm/samples-dev/accessReviewInstancesAssignedForMyApprovalGetByIdSample.js.map +0 -1
- package/dist-esm/samples-dev/accessReviewInstancesAssignedForMyApprovalListSample.d.ts +0 -2
- package/dist-esm/samples-dev/accessReviewInstancesAssignedForMyApprovalListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/accessReviewInstancesAssignedForMyApprovalListSample.js +0 -61
- package/dist-esm/samples-dev/accessReviewInstancesAssignedForMyApprovalListSample.js.map +0 -1
- package/dist-esm/samples-dev/accessReviewScheduleDefinitionsAssignedForMyApprovalListSample.d.ts +0 -2
- package/dist-esm/samples-dev/accessReviewScheduleDefinitionsAssignedForMyApprovalListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/accessReviewScheduleDefinitionsAssignedForMyApprovalListSample.js +0 -60
- package/dist-esm/samples-dev/accessReviewScheduleDefinitionsAssignedForMyApprovalListSample.js.map +0 -1
- package/dist-esm/samples-dev/alertConfigurationsGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/alertConfigurationsGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/alertConfigurationsGetSample.js +0 -37
- package/dist-esm/samples-dev/alertConfigurationsGetSample.js.map +0 -1
- package/dist-esm/samples-dev/alertConfigurationsListForScopeSample.d.ts +0 -2
- package/dist-esm/samples-dev/alertConfigurationsListForScopeSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/alertConfigurationsListForScopeSample.js +0 -57
- package/dist-esm/samples-dev/alertConfigurationsListForScopeSample.js.map +0 -1
- package/dist-esm/samples-dev/alertConfigurationsUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/alertConfigurationsUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/alertConfigurationsUpdateSample.js +0 -41
- package/dist-esm/samples-dev/alertConfigurationsUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/alertDefinitionsGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/alertDefinitionsGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/alertDefinitionsGetSample.js +0 -37
- package/dist-esm/samples-dev/alertDefinitionsGetSample.js.map +0 -1
- package/dist-esm/samples-dev/alertDefinitionsListForScopeSample.d.ts +0 -2
- package/dist-esm/samples-dev/alertDefinitionsListForScopeSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/alertDefinitionsListForScopeSample.js +0 -57
- package/dist-esm/samples-dev/alertDefinitionsListForScopeSample.js.map +0 -1
- package/dist-esm/samples-dev/alertIncidentsGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/alertIncidentsGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/alertIncidentsGetSample.js +0 -38
- package/dist-esm/samples-dev/alertIncidentsGetSample.js.map +0 -1
- package/dist-esm/samples-dev/alertIncidentsListForScopeSample.d.ts +0 -2
- package/dist-esm/samples-dev/alertIncidentsListForScopeSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/alertIncidentsListForScopeSample.js +0 -58
- package/dist-esm/samples-dev/alertIncidentsListForScopeSample.js.map +0 -1
- package/dist-esm/samples-dev/alertIncidentsRemediateSample.d.ts +0 -2
- package/dist-esm/samples-dev/alertIncidentsRemediateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/alertIncidentsRemediateSample.js +0 -38
- package/dist-esm/samples-dev/alertIncidentsRemediateSample.js.map +0 -1
- package/dist-esm/samples-dev/alertOperationGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/alertOperationGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/alertOperationGetSample.js +0 -37
- package/dist-esm/samples-dev/alertOperationGetSample.js.map +0 -1
- package/dist-esm/samples-dev/alertsGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/alertsGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/alertsGetSample.js +0 -37
- package/dist-esm/samples-dev/alertsGetSample.js.map +0 -1
- package/dist-esm/samples-dev/alertsListForScopeSample.d.ts +0 -2
- package/dist-esm/samples-dev/alertsListForScopeSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/alertsListForScopeSample.js +0 -57
- package/dist-esm/samples-dev/alertsListForScopeSample.js.map +0 -1
- package/dist-esm/samples-dev/alertsRefreshAllSample.d.ts +0 -2
- package/dist-esm/samples-dev/alertsRefreshAllSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/alertsRefreshAllSample.js +0 -36
- package/dist-esm/samples-dev/alertsRefreshAllSample.js.map +0 -1
- package/dist-esm/samples-dev/alertsRefreshSample.d.ts +0 -2
- package/dist-esm/samples-dev/alertsRefreshSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/alertsRefreshSample.js +0 -37
- package/dist-esm/samples-dev/alertsRefreshSample.js.map +0 -1
- package/dist-esm/samples-dev/alertsUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/alertsUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/alertsUpdateSample.js +0 -38
- package/dist-esm/samples-dev/alertsUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/classicAdministratorsListSample.d.ts +0 -2
- package/dist-esm/samples-dev/classicAdministratorsListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/classicAdministratorsListSample.js +0 -57
- package/dist-esm/samples-dev/classicAdministratorsListSample.js.map +0 -1
- package/dist-esm/samples-dev/denyAssignmentsGetByIdSample.d.ts +0 -2
- package/dist-esm/samples-dev/denyAssignmentsGetByIdSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/denyAssignmentsGetByIdSample.js +0 -36
- package/dist-esm/samples-dev/denyAssignmentsGetByIdSample.js.map +0 -1
- package/dist-esm/samples-dev/denyAssignmentsGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/denyAssignmentsGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/denyAssignmentsGetSample.js +0 -37
- package/dist-esm/samples-dev/denyAssignmentsGetSample.js.map +0 -1
- package/dist-esm/samples-dev/denyAssignmentsListForResourceGroupSample.d.ts +0 -2
- package/dist-esm/samples-dev/denyAssignmentsListForResourceGroupSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/denyAssignmentsListForResourceGroupSample.js +0 -58
- package/dist-esm/samples-dev/denyAssignmentsListForResourceGroupSample.js.map +0 -1
- package/dist-esm/samples-dev/denyAssignmentsListForResourceSample.d.ts +0 -2
- package/dist-esm/samples-dev/denyAssignmentsListForResourceSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/denyAssignmentsListForResourceSample.js +0 -62
- package/dist-esm/samples-dev/denyAssignmentsListForResourceSample.js.map +0 -1
- package/dist-esm/samples-dev/denyAssignmentsListForScopeSample.d.ts +0 -2
- package/dist-esm/samples-dev/denyAssignmentsListForScopeSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/denyAssignmentsListForScopeSample.js +0 -57
- package/dist-esm/samples-dev/denyAssignmentsListForScopeSample.js.map +0 -1
- package/dist-esm/samples-dev/denyAssignmentsListSample.d.ts +0 -2
- package/dist-esm/samples-dev/denyAssignmentsListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/denyAssignmentsListSample.js +0 -57
- package/dist-esm/samples-dev/denyAssignmentsListSample.js.map +0 -1
- package/dist-esm/samples-dev/eligibleChildResourcesGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/eligibleChildResourcesGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/eligibleChildResourcesGetSample.js +0 -59
- package/dist-esm/samples-dev/eligibleChildResourcesGetSample.js.map +0 -1
- package/dist-esm/samples-dev/globalAdministratorElevateAccessSample.d.ts +0 -2
- package/dist-esm/samples-dev/globalAdministratorElevateAccessSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/globalAdministratorElevateAccessSample.js +0 -35
- package/dist-esm/samples-dev/globalAdministratorElevateAccessSample.js.map +0 -1
- package/dist-esm/samples-dev/permissionsListForResourceGroupSample.d.ts +0 -2
- package/dist-esm/samples-dev/permissionsListForResourceGroupSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/permissionsListForResourceGroupSample.js +0 -58
- package/dist-esm/samples-dev/permissionsListForResourceGroupSample.js.map +0 -1
- package/dist-esm/samples-dev/permissionsListForResourceSample.d.ts +0 -2
- package/dist-esm/samples-dev/permissionsListForResourceSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/permissionsListForResourceSample.js +0 -62
- package/dist-esm/samples-dev/permissionsListForResourceSample.js.map +0 -1
- package/dist-esm/samples-dev/providerOperationsMetadataGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/providerOperationsMetadataGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/providerOperationsMetadataGetSample.js +0 -36
- package/dist-esm/samples-dev/providerOperationsMetadataGetSample.js.map +0 -1
- package/dist-esm/samples-dev/providerOperationsMetadataListSample.d.ts +0 -2
- package/dist-esm/samples-dev/providerOperationsMetadataListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/providerOperationsMetadataListSample.js +0 -56
- package/dist-esm/samples-dev/providerOperationsMetadataListSample.js.map +0 -1
- package/dist-esm/samples-dev/roleAssignmentScheduleInstancesGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/roleAssignmentScheduleInstancesGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/roleAssignmentScheduleInstancesGetSample.js +0 -37
- package/dist-esm/samples-dev/roleAssignmentScheduleInstancesGetSample.js.map +0 -1
- package/dist-esm/samples-dev/roleAssignmentScheduleInstancesListForScopeSample.d.ts +0 -2
- package/dist-esm/samples-dev/roleAssignmentScheduleInstancesListForScopeSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/roleAssignmentScheduleInstancesListForScopeSample.js +0 -61
- package/dist-esm/samples-dev/roleAssignmentScheduleInstancesListForScopeSample.js.map +0 -1
- package/dist-esm/samples-dev/roleAssignmentScheduleRequestsCancelSample.d.ts +0 -2
- package/dist-esm/samples-dev/roleAssignmentScheduleRequestsCancelSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/roleAssignmentScheduleRequestsCancelSample.js +0 -37
- package/dist-esm/samples-dev/roleAssignmentScheduleRequestsCancelSample.js.map +0 -1
- package/dist-esm/samples-dev/roleAssignmentScheduleRequestsCreateSample.d.ts +0 -2
- package/dist-esm/samples-dev/roleAssignmentScheduleRequestsCreateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/roleAssignmentScheduleRequestsCreateSample.js +0 -53
- package/dist-esm/samples-dev/roleAssignmentScheduleRequestsCreateSample.js.map +0 -1
- package/dist-esm/samples-dev/roleAssignmentScheduleRequestsGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/roleAssignmentScheduleRequestsGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/roleAssignmentScheduleRequestsGetSample.js +0 -37
- package/dist-esm/samples-dev/roleAssignmentScheduleRequestsGetSample.js.map +0 -1
- package/dist-esm/samples-dev/roleAssignmentScheduleRequestsListForScopeSample.d.ts +0 -2
- package/dist-esm/samples-dev/roleAssignmentScheduleRequestsListForScopeSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/roleAssignmentScheduleRequestsListForScopeSample.js +0 -61
- package/dist-esm/samples-dev/roleAssignmentScheduleRequestsListForScopeSample.js.map +0 -1
- package/dist-esm/samples-dev/roleAssignmentScheduleRequestsValidateSample.d.ts +0 -2
- package/dist-esm/samples-dev/roleAssignmentScheduleRequestsValidateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/roleAssignmentScheduleRequestsValidateSample.js +0 -53
- package/dist-esm/samples-dev/roleAssignmentScheduleRequestsValidateSample.js.map +0 -1
- package/dist-esm/samples-dev/roleAssignmentSchedulesGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/roleAssignmentSchedulesGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/roleAssignmentSchedulesGetSample.js +0 -37
- package/dist-esm/samples-dev/roleAssignmentSchedulesGetSample.js.map +0 -1
- package/dist-esm/samples-dev/roleAssignmentSchedulesListForScopeSample.d.ts +0 -2
- package/dist-esm/samples-dev/roleAssignmentSchedulesListForScopeSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/roleAssignmentSchedulesListForScopeSample.js +0 -59
- package/dist-esm/samples-dev/roleAssignmentSchedulesListForScopeSample.js.map +0 -1
- package/dist-esm/samples-dev/roleAssignmentsCreateByIdSample.d.ts +0 -2
- package/dist-esm/samples-dev/roleAssignmentsCreateByIdSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/roleAssignmentsCreateByIdSample.js +0 -41
- package/dist-esm/samples-dev/roleAssignmentsCreateByIdSample.js.map +0 -1
- package/dist-esm/samples-dev/roleAssignmentsCreateSample.d.ts +0 -2
- package/dist-esm/samples-dev/roleAssignmentsCreateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/roleAssignmentsCreateSample.js +0 -86
- package/dist-esm/samples-dev/roleAssignmentsCreateSample.js.map +0 -1
- package/dist-esm/samples-dev/roleAssignmentsDeleteByIdSample.d.ts +0 -2
- package/dist-esm/samples-dev/roleAssignmentsDeleteByIdSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/roleAssignmentsDeleteByIdSample.js +0 -36
- package/dist-esm/samples-dev/roleAssignmentsDeleteByIdSample.js.map +0 -1
- package/dist-esm/samples-dev/roleAssignmentsDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/roleAssignmentsDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/roleAssignmentsDeleteSample.js +0 -37
- package/dist-esm/samples-dev/roleAssignmentsDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/roleAssignmentsGetByIdSample.d.ts +0 -2
- package/dist-esm/samples-dev/roleAssignmentsGetByIdSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/roleAssignmentsGetByIdSample.js +0 -36
- package/dist-esm/samples-dev/roleAssignmentsGetByIdSample.js.map +0 -1
- package/dist-esm/samples-dev/roleAssignmentsGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/roleAssignmentsGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/roleAssignmentsGetSample.js +0 -37
- package/dist-esm/samples-dev/roleAssignmentsGetSample.js.map +0 -1
- package/dist-esm/samples-dev/roleAssignmentsListForResourceGroupSample.d.ts +0 -2
- package/dist-esm/samples-dev/roleAssignmentsListForResourceGroupSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/roleAssignmentsListForResourceGroupSample.js +0 -59
- package/dist-esm/samples-dev/roleAssignmentsListForResourceGroupSample.js.map +0 -1
- package/dist-esm/samples-dev/roleAssignmentsListForResourceSample.d.ts +0 -2
- package/dist-esm/samples-dev/roleAssignmentsListForResourceSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/roleAssignmentsListForResourceSample.js +0 -62
- package/dist-esm/samples-dev/roleAssignmentsListForResourceSample.js.map +0 -1
- package/dist-esm/samples-dev/roleAssignmentsListForScopeSample.d.ts +0 -2
- package/dist-esm/samples-dev/roleAssignmentsListForScopeSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/roleAssignmentsListForScopeSample.js +0 -57
- package/dist-esm/samples-dev/roleAssignmentsListForScopeSample.js.map +0 -1
- package/dist-esm/samples-dev/roleAssignmentsListForSubscriptionSample.d.ts +0 -2
- package/dist-esm/samples-dev/roleAssignmentsListForSubscriptionSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/roleAssignmentsListForSubscriptionSample.js +0 -58
- package/dist-esm/samples-dev/roleAssignmentsListForSubscriptionSample.js.map +0 -1
- package/dist-esm/samples-dev/roleDefinitionsCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/roleDefinitionsCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/roleDefinitionsCreateOrUpdateSample.js +0 -38
- package/dist-esm/samples-dev/roleDefinitionsCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/roleDefinitionsDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/roleDefinitionsDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/roleDefinitionsDeleteSample.js +0 -37
- package/dist-esm/samples-dev/roleDefinitionsDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/roleDefinitionsGetByIdSample.d.ts +0 -2
- package/dist-esm/samples-dev/roleDefinitionsGetByIdSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/roleDefinitionsGetByIdSample.js +0 -36
- package/dist-esm/samples-dev/roleDefinitionsGetByIdSample.js.map +0 -1
- package/dist-esm/samples-dev/roleDefinitionsGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/roleDefinitionsGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/roleDefinitionsGetSample.js +0 -37
- package/dist-esm/samples-dev/roleDefinitionsGetSample.js.map +0 -1
- package/dist-esm/samples-dev/roleDefinitionsListSample.d.ts +0 -2
- package/dist-esm/samples-dev/roleDefinitionsListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/roleDefinitionsListSample.js +0 -57
- package/dist-esm/samples-dev/roleDefinitionsListSample.js.map +0 -1
- package/dist-esm/samples-dev/roleEligibilityScheduleInstancesGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/roleEligibilityScheduleInstancesGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/roleEligibilityScheduleInstancesGetSample.js +0 -37
- package/dist-esm/samples-dev/roleEligibilityScheduleInstancesGetSample.js.map +0 -1
- package/dist-esm/samples-dev/roleEligibilityScheduleInstancesListForScopeSample.d.ts +0 -2
- package/dist-esm/samples-dev/roleEligibilityScheduleInstancesListForScopeSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/roleEligibilityScheduleInstancesListForScopeSample.js +0 -61
- package/dist-esm/samples-dev/roleEligibilityScheduleInstancesListForScopeSample.js.map +0 -1
- package/dist-esm/samples-dev/roleEligibilityScheduleRequestsCancelSample.d.ts +0 -2
- package/dist-esm/samples-dev/roleEligibilityScheduleRequestsCancelSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/roleEligibilityScheduleRequestsCancelSample.js +0 -37
- package/dist-esm/samples-dev/roleEligibilityScheduleRequestsCancelSample.js.map +0 -1
- package/dist-esm/samples-dev/roleEligibilityScheduleRequestsCreateSample.d.ts +0 -2
- package/dist-esm/samples-dev/roleEligibilityScheduleRequestsCreateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/roleEligibilityScheduleRequestsCreateSample.js +0 -52
- package/dist-esm/samples-dev/roleEligibilityScheduleRequestsCreateSample.js.map +0 -1
- package/dist-esm/samples-dev/roleEligibilityScheduleRequestsGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/roleEligibilityScheduleRequestsGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/roleEligibilityScheduleRequestsGetSample.js +0 -37
- package/dist-esm/samples-dev/roleEligibilityScheduleRequestsGetSample.js.map +0 -1
- package/dist-esm/samples-dev/roleEligibilityScheduleRequestsListForScopeSample.d.ts +0 -2
- package/dist-esm/samples-dev/roleEligibilityScheduleRequestsListForScopeSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/roleEligibilityScheduleRequestsListForScopeSample.js +0 -61
- package/dist-esm/samples-dev/roleEligibilityScheduleRequestsListForScopeSample.js.map +0 -1
- package/dist-esm/samples-dev/roleEligibilityScheduleRequestsValidateSample.d.ts +0 -2
- package/dist-esm/samples-dev/roleEligibilityScheduleRequestsValidateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/roleEligibilityScheduleRequestsValidateSample.js +0 -52
- package/dist-esm/samples-dev/roleEligibilityScheduleRequestsValidateSample.js.map +0 -1
- package/dist-esm/samples-dev/roleEligibilitySchedulesGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/roleEligibilitySchedulesGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/roleEligibilitySchedulesGetSample.js +0 -37
- package/dist-esm/samples-dev/roleEligibilitySchedulesGetSample.js.map +0 -1
- package/dist-esm/samples-dev/roleEligibilitySchedulesListForScopeSample.d.ts +0 -2
- package/dist-esm/samples-dev/roleEligibilitySchedulesListForScopeSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/roleEligibilitySchedulesListForScopeSample.js +0 -61
- package/dist-esm/samples-dev/roleEligibilitySchedulesListForScopeSample.js.map +0 -1
- package/dist-esm/samples-dev/roleManagementPoliciesDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/roleManagementPoliciesDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/roleManagementPoliciesDeleteSample.js +0 -37
- package/dist-esm/samples-dev/roleManagementPoliciesDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/roleManagementPoliciesGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/roleManagementPoliciesGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/roleManagementPoliciesGetSample.js +0 -37
- package/dist-esm/samples-dev/roleManagementPoliciesGetSample.js.map +0 -1
- package/dist-esm/samples-dev/roleManagementPoliciesListForScopeSample.d.ts +0 -2
- package/dist-esm/samples-dev/roleManagementPoliciesListForScopeSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/roleManagementPoliciesListForScopeSample.js +0 -57
- package/dist-esm/samples-dev/roleManagementPoliciesListForScopeSample.js.map +0 -1
- package/dist-esm/samples-dev/roleManagementPoliciesUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/roleManagementPoliciesUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/roleManagementPoliciesUpdateSample.js +0 -386
- package/dist-esm/samples-dev/roleManagementPoliciesUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/roleManagementPolicyAssignmentsCreateSample.d.ts +0 -2
- package/dist-esm/samples-dev/roleManagementPolicyAssignmentsCreateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/roleManagementPolicyAssignmentsCreateSample.js +0 -42
- package/dist-esm/samples-dev/roleManagementPolicyAssignmentsCreateSample.js.map +0 -1
- package/dist-esm/samples-dev/roleManagementPolicyAssignmentsDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/roleManagementPolicyAssignmentsDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/roleManagementPolicyAssignmentsDeleteSample.js +0 -37
- package/dist-esm/samples-dev/roleManagementPolicyAssignmentsDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/roleManagementPolicyAssignmentsGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/roleManagementPolicyAssignmentsGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/roleManagementPolicyAssignmentsGetSample.js +0 -37
- package/dist-esm/samples-dev/roleManagementPolicyAssignmentsGetSample.js.map +0 -1
- package/dist-esm/samples-dev/roleManagementPolicyAssignmentsListForScopeSample.d.ts +0 -2
- package/dist-esm/samples-dev/roleManagementPolicyAssignmentsListForScopeSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/roleManagementPolicyAssignmentsListForScopeSample.js +0 -57
- package/dist-esm/samples-dev/roleManagementPolicyAssignmentsListForScopeSample.js.map +0 -1
- package/dist-esm/samples-dev/scopeAccessReviewDefaultSettingsGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/scopeAccessReviewDefaultSettingsGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/scopeAccessReviewDefaultSettingsGetSample.js +0 -36
- package/dist-esm/samples-dev/scopeAccessReviewDefaultSettingsGetSample.js.map +0 -1
- package/dist-esm/samples-dev/scopeAccessReviewDefaultSettingsPutSample.d.ts +0 -2
- package/dist-esm/samples-dev/scopeAccessReviewDefaultSettingsPutSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/scopeAccessReviewDefaultSettingsPutSample.js +0 -37
- package/dist-esm/samples-dev/scopeAccessReviewDefaultSettingsPutSample.js.map +0 -1
- package/dist-esm/samples-dev/scopeAccessReviewHistoryDefinitionCreateSample.d.ts +0 -2
- package/dist-esm/samples-dev/scopeAccessReviewHistoryDefinitionCreateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/scopeAccessReviewHistoryDefinitionCreateSample.js +0 -38
- package/dist-esm/samples-dev/scopeAccessReviewHistoryDefinitionCreateSample.js.map +0 -1
- package/dist-esm/samples-dev/scopeAccessReviewHistoryDefinitionDeleteByIdSample.d.ts +0 -2
- package/dist-esm/samples-dev/scopeAccessReviewHistoryDefinitionDeleteByIdSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/scopeAccessReviewHistoryDefinitionDeleteByIdSample.js +0 -37
- package/dist-esm/samples-dev/scopeAccessReviewHistoryDefinitionDeleteByIdSample.js.map +0 -1
- package/dist-esm/samples-dev/scopeAccessReviewHistoryDefinitionInstanceGenerateDownloadUriSample.d.ts +0 -2
- package/dist-esm/samples-dev/scopeAccessReviewHistoryDefinitionInstanceGenerateDownloadUriSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/scopeAccessReviewHistoryDefinitionInstanceGenerateDownloadUriSample.js +0 -38
- package/dist-esm/samples-dev/scopeAccessReviewHistoryDefinitionInstanceGenerateDownloadUriSample.js.map +0 -1
- package/dist-esm/samples-dev/scopeAccessReviewHistoryDefinitionInstancesListSample.d.ts +0 -2
- package/dist-esm/samples-dev/scopeAccessReviewHistoryDefinitionInstancesListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/scopeAccessReviewHistoryDefinitionInstancesListSample.js +0 -58
- package/dist-esm/samples-dev/scopeAccessReviewHistoryDefinitionInstancesListSample.js.map +0 -1
- package/dist-esm/samples-dev/scopeAccessReviewHistoryDefinitionsGetByIdSample.d.ts +0 -2
- package/dist-esm/samples-dev/scopeAccessReviewHistoryDefinitionsGetByIdSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/scopeAccessReviewHistoryDefinitionsGetByIdSample.js +0 -37
- package/dist-esm/samples-dev/scopeAccessReviewHistoryDefinitionsGetByIdSample.js.map +0 -1
- package/dist-esm/samples-dev/scopeAccessReviewHistoryDefinitionsListSample.d.ts +0 -2
- package/dist-esm/samples-dev/scopeAccessReviewHistoryDefinitionsListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/scopeAccessReviewHistoryDefinitionsListSample.js +0 -57
- package/dist-esm/samples-dev/scopeAccessReviewHistoryDefinitionsListSample.js.map +0 -1
- package/dist-esm/samples-dev/scopeAccessReviewInstanceApplyDecisionsSample.d.ts +0 -2
- package/dist-esm/samples-dev/scopeAccessReviewInstanceApplyDecisionsSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/scopeAccessReviewInstanceApplyDecisionsSample.js +0 -38
- package/dist-esm/samples-dev/scopeAccessReviewInstanceApplyDecisionsSample.js.map +0 -1
- package/dist-esm/samples-dev/scopeAccessReviewInstanceContactedReviewersListSample.d.ts +0 -2
- package/dist-esm/samples-dev/scopeAccessReviewInstanceContactedReviewersListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/scopeAccessReviewInstanceContactedReviewersListSample.js +0 -59
- package/dist-esm/samples-dev/scopeAccessReviewInstanceContactedReviewersListSample.js.map +0 -1
- package/dist-esm/samples-dev/scopeAccessReviewInstanceDecisionsListSample.d.ts +0 -2
- package/dist-esm/samples-dev/scopeAccessReviewInstanceDecisionsListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/scopeAccessReviewInstanceDecisionsListSample.js +0 -59
- package/dist-esm/samples-dev/scopeAccessReviewInstanceDecisionsListSample.js.map +0 -1
- package/dist-esm/samples-dev/scopeAccessReviewInstanceRecordAllDecisionsSample.d.ts +0 -2
- package/dist-esm/samples-dev/scopeAccessReviewInstanceRecordAllDecisionsSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/scopeAccessReviewInstanceRecordAllDecisionsSample.js +0 -39
- package/dist-esm/samples-dev/scopeAccessReviewInstanceRecordAllDecisionsSample.js.map +0 -1
- package/dist-esm/samples-dev/scopeAccessReviewInstanceResetDecisionsSample.d.ts +0 -2
- package/dist-esm/samples-dev/scopeAccessReviewInstanceResetDecisionsSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/scopeAccessReviewInstanceResetDecisionsSample.js +0 -38
- package/dist-esm/samples-dev/scopeAccessReviewInstanceResetDecisionsSample.js.map +0 -1
- package/dist-esm/samples-dev/scopeAccessReviewInstanceSendRemindersSample.d.ts +0 -2
- package/dist-esm/samples-dev/scopeAccessReviewInstanceSendRemindersSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/scopeAccessReviewInstanceSendRemindersSample.js +0 -38
- package/dist-esm/samples-dev/scopeAccessReviewInstanceSendRemindersSample.js.map +0 -1
- package/dist-esm/samples-dev/scopeAccessReviewInstanceStopSample.d.ts +0 -2
- package/dist-esm/samples-dev/scopeAccessReviewInstanceStopSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/scopeAccessReviewInstanceStopSample.js +0 -38
- package/dist-esm/samples-dev/scopeAccessReviewInstanceStopSample.js.map +0 -1
- package/dist-esm/samples-dev/scopeAccessReviewInstancesCreateSample.d.ts +0 -2
- package/dist-esm/samples-dev/scopeAccessReviewInstancesCreateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/scopeAccessReviewInstancesCreateSample.js +0 -39
- package/dist-esm/samples-dev/scopeAccessReviewInstancesCreateSample.js.map +0 -1
- package/dist-esm/samples-dev/scopeAccessReviewInstancesGetByIdSample.d.ts +0 -2
- package/dist-esm/samples-dev/scopeAccessReviewInstancesGetByIdSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/scopeAccessReviewInstancesGetByIdSample.js +0 -38
- package/dist-esm/samples-dev/scopeAccessReviewInstancesGetByIdSample.js.map +0 -1
- package/dist-esm/samples-dev/scopeAccessReviewInstancesListSample.d.ts +0 -2
- package/dist-esm/samples-dev/scopeAccessReviewInstancesListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/scopeAccessReviewInstancesListSample.js +0 -58
- package/dist-esm/samples-dev/scopeAccessReviewInstancesListSample.js.map +0 -1
- package/dist-esm/samples-dev/scopeAccessReviewScheduleDefinitionsCreateOrUpdateByIdSample.d.ts +0 -2
- package/dist-esm/samples-dev/scopeAccessReviewScheduleDefinitionsCreateOrUpdateByIdSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/scopeAccessReviewScheduleDefinitionsCreateOrUpdateByIdSample.js +0 -38
- package/dist-esm/samples-dev/scopeAccessReviewScheduleDefinitionsCreateOrUpdateByIdSample.js.map +0 -1
- package/dist-esm/samples-dev/scopeAccessReviewScheduleDefinitionsDeleteByIdSample.d.ts +0 -2
- package/dist-esm/samples-dev/scopeAccessReviewScheduleDefinitionsDeleteByIdSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/scopeAccessReviewScheduleDefinitionsDeleteByIdSample.js +0 -37
- package/dist-esm/samples-dev/scopeAccessReviewScheduleDefinitionsDeleteByIdSample.js.map +0 -1
- package/dist-esm/samples-dev/scopeAccessReviewScheduleDefinitionsGetByIdSample.d.ts +0 -2
- package/dist-esm/samples-dev/scopeAccessReviewScheduleDefinitionsGetByIdSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/scopeAccessReviewScheduleDefinitionsGetByIdSample.js +0 -37
- package/dist-esm/samples-dev/scopeAccessReviewScheduleDefinitionsGetByIdSample.js.map +0 -1
- package/dist-esm/samples-dev/scopeAccessReviewScheduleDefinitionsListSample.d.ts +0 -2
- package/dist-esm/samples-dev/scopeAccessReviewScheduleDefinitionsListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/scopeAccessReviewScheduleDefinitionsListSample.js +0 -57
- package/dist-esm/samples-dev/scopeAccessReviewScheduleDefinitionsListSample.js.map +0 -1
- package/dist-esm/samples-dev/scopeAccessReviewScheduleDefinitionsStopSample.d.ts +0 -2
- package/dist-esm/samples-dev/scopeAccessReviewScheduleDefinitionsStopSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/scopeAccessReviewScheduleDefinitionsStopSample.js +0 -37
- package/dist-esm/samples-dev/scopeAccessReviewScheduleDefinitionsStopSample.js.map +0 -1
- package/dist-esm/samples-dev/tenantLevelAccessReviewInstanceContactedReviewersListSample.d.ts +0 -2
- package/dist-esm/samples-dev/tenantLevelAccessReviewInstanceContactedReviewersListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/tenantLevelAccessReviewInstanceContactedReviewersListSample.js +0 -58
- package/dist-esm/samples-dev/tenantLevelAccessReviewInstanceContactedReviewersListSample.js.map +0 -1
- package/dist-esm/src/authorizationManagementClient.d.ts +0 -63
- package/dist-esm/src/authorizationManagementClient.d.ts.map +0 -1
- package/dist-esm/src/authorizationManagementClient.js +0 -113
- package/dist-esm/src/authorizationManagementClient.js.map +0 -1
- package/dist-esm/src/index.d.ts +0 -6
- package/dist-esm/src/index.d.ts.map +0 -1
- package/dist-esm/src/index.js +0 -13
- package/dist-esm/src/index.js.map +0 -1
- package/dist-esm/src/lroImpl.d.ts.map +0 -1
- package/dist-esm/src/lroImpl.js +0 -21
- package/dist-esm/src/lroImpl.js.map +0 -1
- package/dist-esm/src/models/index.js.map +0 -1
- package/dist-esm/src/models/mappers.js +0 -6332
- package/dist-esm/src/models/mappers.js.map +0 -1
- package/dist-esm/src/models/parameters.js +0 -587
- package/dist-esm/src/models/parameters.js.map +0 -1
- package/dist-esm/src/operations/accessReviewDefaultSettingsOperations.d.ts +0 -24
- package/dist-esm/src/operations/accessReviewDefaultSettingsOperations.d.ts.map +0 -1
- package/dist-esm/src/operations/accessReviewDefaultSettingsOperations.js +0 -72
- package/dist-esm/src/operations/accessReviewDefaultSettingsOperations.js.map +0 -1
- package/dist-esm/src/operations/accessReviewHistoryDefinitionInstance.d.ts +0 -21
- package/dist-esm/src/operations/accessReviewHistoryDefinitionInstance.d.ts.map +0 -1
- package/dist-esm/src/operations/accessReviewHistoryDefinitionInstance.js +0 -54
- package/dist-esm/src/operations/accessReviewHistoryDefinitionInstance.js.map +0 -1
- package/dist-esm/src/operations/accessReviewHistoryDefinitionInstances.d.ts +0 -35
- package/dist-esm/src/operations/accessReviewHistoryDefinitionInstances.d.ts.map +0 -1
- package/dist-esm/src/operations/accessReviewHistoryDefinitionInstances.js +0 -150
- package/dist-esm/src/operations/accessReviewHistoryDefinitionInstances.js.map +0 -1
- package/dist-esm/src/operations/accessReviewHistoryDefinitionOperations.d.ts +0 -26
- package/dist-esm/src/operations/accessReviewHistoryDefinitionOperations.d.ts.map +0 -1
- package/dist-esm/src/operations/accessReviewHistoryDefinitionOperations.js +0 -81
- package/dist-esm/src/operations/accessReviewHistoryDefinitionOperations.js.map +0 -1
- package/dist-esm/src/operations/accessReviewHistoryDefinitions.d.ts +0 -40
- package/dist-esm/src/operations/accessReviewHistoryDefinitions.d.ts.map +0 -1
- package/dist-esm/src/operations/accessReviewHistoryDefinitions.js +0 -172
- package/dist-esm/src/operations/accessReviewHistoryDefinitions.js.map +0 -1
- package/dist-esm/src/operations/accessReviewInstanceContactedReviewers.d.ts +0 -38
- package/dist-esm/src/operations/accessReviewInstanceContactedReviewers.d.ts.map +0 -1
- package/dist-esm/src/operations/accessReviewInstanceContactedReviewers.js +0 -155
- package/dist-esm/src/operations/accessReviewInstanceContactedReviewers.js.map +0 -1
- package/dist-esm/src/operations/accessReviewInstanceDecisions.d.ts +0 -38
- package/dist-esm/src/operations/accessReviewInstanceDecisions.d.ts.map +0 -1
- package/dist-esm/src/operations/accessReviewInstanceDecisions.js +0 -155
- package/dist-esm/src/operations/accessReviewInstanceDecisions.js.map +0 -1
- package/dist-esm/src/operations/accessReviewInstanceMyDecisions.d.ts +0 -55
- package/dist-esm/src/operations/accessReviewInstanceMyDecisions.d.ts.map +0 -1
- package/dist-esm/src/operations/accessReviewInstanceMyDecisions.js +0 -218
- package/dist-esm/src/operations/accessReviewInstanceMyDecisions.js.map +0 -1
- package/dist-esm/src/operations/accessReviewInstanceOperations.d.ts +0 -48
- package/dist-esm/src/operations/accessReviewInstanceOperations.d.ts.map +0 -1
- package/dist-esm/src/operations/accessReviewInstanceOperations.js +0 -162
- package/dist-esm/src/operations/accessReviewInstanceOperations.js.map +0 -1
- package/dist-esm/src/operations/accessReviewInstances.d.ts +0 -50
- package/dist-esm/src/operations/accessReviewInstances.d.ts.map +0 -1
- package/dist-esm/src/operations/accessReviewInstances.js +0 -213
- package/dist-esm/src/operations/accessReviewInstances.js.map +0 -1
- package/dist-esm/src/operations/accessReviewInstancesAssignedForMyApproval.d.ts +0 -42
- package/dist-esm/src/operations/accessReviewInstancesAssignedForMyApproval.d.ts.map +0 -1
- package/dist-esm/src/operations/accessReviewInstancesAssignedForMyApproval.js +0 -174
- package/dist-esm/src/operations/accessReviewInstancesAssignedForMyApproval.js.map +0 -1
- package/dist-esm/src/operations/accessReviewScheduleDefinitions.d.ts +0 -57
- package/dist-esm/src/operations/accessReviewScheduleDefinitions.d.ts.map +0 -1
- package/dist-esm/src/operations/accessReviewScheduleDefinitions.js +0 -254
- package/dist-esm/src/operations/accessReviewScheduleDefinitions.js.map +0 -1
- package/dist-esm/src/operations/accessReviewScheduleDefinitionsAssignedForMyApproval.d.ts +0 -32
- package/dist-esm/src/operations/accessReviewScheduleDefinitionsAssignedForMyApproval.d.ts.map +0 -1
- package/dist-esm/src/operations/accessReviewScheduleDefinitionsAssignedForMyApproval.js +0 -138
- package/dist-esm/src/operations/accessReviewScheduleDefinitionsAssignedForMyApproval.js.map +0 -1
- package/dist-esm/src/operations/alertConfigurations.d.ts +0 -56
- package/dist-esm/src/operations/alertConfigurations.d.ts.map +0 -1
- package/dist-esm/src/operations/alertConfigurations.js +0 -198
- package/dist-esm/src/operations/alertConfigurations.js.map +0 -1
- package/dist-esm/src/operations/alertDefinitions.d.ts +0 -48
- package/dist-esm/src/operations/alertDefinitions.d.ts.map +0 -1
- package/dist-esm/src/operations/alertDefinitions.js +0 -176
- package/dist-esm/src/operations/alertDefinitions.js.map +0 -1
- package/dist-esm/src/operations/alertIncidents.d.ts +0 -60
- package/dist-esm/src/operations/alertIncidents.d.ts.map +0 -1
- package/dist-esm/src/operations/alertIncidents.js +0 -215
- package/dist-esm/src/operations/alertIncidents.js.map +0 -1
- package/dist-esm/src/operations/alertOperation.d.ts +0 -20
- package/dist-esm/src/operations/alertOperation.d.ts.map +0 -1
- package/dist-esm/src/operations/alertOperation.js +0 -48
- package/dist-esm/src/operations/alertOperation.js.map +0 -1
- package/dist-esm/src/operations/alerts.d.ts +0 -82
- package/dist-esm/src/operations/alerts.d.ts.map +0 -1
- package/dist-esm/src/operations/alerts.js +0 -367
- package/dist-esm/src/operations/alerts.js.map +0 -1
- package/dist-esm/src/operations/classicAdministrators.d.ts +0 -32
- package/dist-esm/src/operations/classicAdministrators.d.ts.map +0 -1
- package/dist-esm/src/operations/classicAdministrators.js +0 -142
- package/dist-esm/src/operations/classicAdministrators.js.map +0 -1
- package/dist-esm/src/operations/denyAssignments.d.ts +0 -124
- package/dist-esm/src/operations/denyAssignments.d.ts.map +0 -1
- package/dist-esm/src/operations/denyAssignments.js +0 -597
- package/dist-esm/src/operations/denyAssignments.js.map +0 -1
- package/dist-esm/src/operations/eligibleChildResources.d.ts +0 -35
- package/dist-esm/src/operations/eligibleChildResources.d.ts.map +0 -1
- package/dist-esm/src/operations/eligibleChildResources.js +0 -141
- package/dist-esm/src/operations/eligibleChildResources.js.map +0 -1
- package/dist-esm/src/operations/globalAdministrator.d.ts +0 -18
- package/dist-esm/src/operations/globalAdministrator.d.ts.map +0 -1
- package/dist-esm/src/operations/globalAdministrator.js +0 -44
- package/dist-esm/src/operations/globalAdministrator.js.map +0 -1
- package/dist-esm/src/operations/index.d.ts +0 -47
- package/dist-esm/src/operations/index.d.ts.map +0 -1
- package/dist-esm/src/operations/index.js +0 -54
- package/dist-esm/src/operations/index.js.map +0 -1
- package/dist-esm/src/operations/operations.d.ts +0 -32
- package/dist-esm/src/operations/operations.d.ts.map +0 -1
- package/dist-esm/src/operations/operations.js +0 -138
- package/dist-esm/src/operations/operations.js.map +0 -1
- package/dist-esm/src/operations/permissions.d.ts +0 -68
- package/dist-esm/src/operations/permissions.d.ts.map +0 -1
- package/dist-esm/src/operations/permissions.js +0 -309
- package/dist-esm/src/operations/permissions.js.map +0 -1
- package/dist-esm/src/operations/providerOperationsMetadataOperations.d.ts +0 -38
- package/dist-esm/src/operations/providerOperationsMetadataOperations.d.ts.map +0 -1
- package/dist-esm/src/operations/providerOperationsMetadataOperations.js +0 -162
- package/dist-esm/src/operations/providerOperationsMetadataOperations.js.map +0 -1
- package/dist-esm/src/operations/roleAssignmentScheduleInstances.d.ts +0 -43
- package/dist-esm/src/operations/roleAssignmentScheduleInstances.d.ts.map +0 -1
- package/dist-esm/src/operations/roleAssignmentScheduleInstances.js +0 -171
- package/dist-esm/src/operations/roleAssignmentScheduleInstances.js.map +0 -1
- package/dist-esm/src/operations/roleAssignmentScheduleRequests.d.ts +0 -73
- package/dist-esm/src/operations/roleAssignmentScheduleRequests.d.ts.map +0 -1
- package/dist-esm/src/operations/roleAssignmentScheduleRequests.js +0 -269
- package/dist-esm/src/operations/roleAssignmentScheduleRequests.js.map +0 -1
- package/dist-esm/src/operations/roleAssignmentSchedules.d.ts +0 -42
- package/dist-esm/src/operations/roleAssignmentSchedules.d.ts.map +0 -1
- package/dist-esm/src/operations/roleAssignmentSchedules.js +0 -170
- package/dist-esm/src/operations/roleAssignmentSchedules.js.map +0 -1
- package/dist-esm/src/operations/roleAssignments.d.ts +0 -175
- package/dist-esm/src/operations/roleAssignments.d.ts.map +0 -1
- package/dist-esm/src/operations/roleAssignments.js +0 -753
- package/dist-esm/src/operations/roleAssignments.js.map +0 -1
- package/dist-esm/src/operations/roleDefinitions.d.ts +0 -85
- package/dist-esm/src/operations/roleDefinitions.d.ts.map +0 -1
- package/dist-esm/src/operations/roleDefinitions.js +0 -278
- package/dist-esm/src/operations/roleDefinitions.js.map +0 -1
- package/dist-esm/src/operations/roleEligibilityScheduleInstances.d.ts +0 -43
- package/dist-esm/src/operations/roleEligibilityScheduleInstances.d.ts.map +0 -1
- package/dist-esm/src/operations/roleEligibilityScheduleInstances.js +0 -171
- package/dist-esm/src/operations/roleEligibilityScheduleInstances.js.map +0 -1
- package/dist-esm/src/operations/roleEligibilityScheduleRequests.d.ts +0 -73
- package/dist-esm/src/operations/roleEligibilityScheduleRequests.d.ts.map +0 -1
- package/dist-esm/src/operations/roleEligibilityScheduleRequests.js +0 -269
- package/dist-esm/src/operations/roleEligibilityScheduleRequests.js.map +0 -1
- package/dist-esm/src/operations/roleEligibilitySchedules.d.ts +0 -42
- package/dist-esm/src/operations/roleEligibilitySchedules.d.ts.map +0 -1
- package/dist-esm/src/operations/roleEligibilitySchedules.js +0 -170
- package/dist-esm/src/operations/roleEligibilitySchedules.js.map +0 -1
- package/dist-esm/src/operations/roleManagementPolicies.d.ts +0 -57
- package/dist-esm/src/operations/roleManagementPolicies.d.ts.map +0 -1
- package/dist-esm/src/operations/roleManagementPolicies.js +0 -230
- package/dist-esm/src/operations/roleManagementPolicies.js.map +0 -1
- package/dist-esm/src/operations/roleManagementPolicyAssignments.d.ts +0 -60
- package/dist-esm/src/operations/roleManagementPolicyAssignments.d.ts.map +0 -1
- package/dist-esm/src/operations/roleManagementPolicyAssignments.js +0 -233
- package/dist-esm/src/operations/roleManagementPolicyAssignments.js.map +0 -1
- package/dist-esm/src/operations/scopeAccessReviewDefaultSettings.d.ts +0 -26
- package/dist-esm/src/operations/scopeAccessReviewDefaultSettings.d.ts.map +0 -1
- package/dist-esm/src/operations/scopeAccessReviewDefaultSettings.js +0 -74
- package/dist-esm/src/operations/scopeAccessReviewDefaultSettings.js.map +0 -1
- package/dist-esm/src/operations/scopeAccessReviewHistoryDefinition.d.ts +0 -28
- package/dist-esm/src/operations/scopeAccessReviewHistoryDefinition.d.ts.map +0 -1
- package/dist-esm/src/operations/scopeAccessReviewHistoryDefinition.js +0 -83
- package/dist-esm/src/operations/scopeAccessReviewHistoryDefinition.js.map +0 -1
- package/dist-esm/src/operations/scopeAccessReviewHistoryDefinitionInstance.d.ts +0 -22
- package/dist-esm/src/operations/scopeAccessReviewHistoryDefinitionInstance.d.ts.map +0 -1
- package/dist-esm/src/operations/scopeAccessReviewHistoryDefinitionInstance.js +0 -55
- package/dist-esm/src/operations/scopeAccessReviewHistoryDefinitionInstance.js.map +0 -1
- package/dist-esm/src/operations/scopeAccessReviewHistoryDefinitionInstances.d.ts +0 -38
- package/dist-esm/src/operations/scopeAccessReviewHistoryDefinitionInstances.d.ts.map +0 -1
- package/dist-esm/src/operations/scopeAccessReviewHistoryDefinitionInstances.js +0 -153
- package/dist-esm/src/operations/scopeAccessReviewHistoryDefinitionInstances.js.map +0 -1
- package/dist-esm/src/operations/scopeAccessReviewHistoryDefinitions.d.ts +0 -44
- package/dist-esm/src/operations/scopeAccessReviewHistoryDefinitions.d.ts.map +0 -1
- package/dist-esm/src/operations/scopeAccessReviewHistoryDefinitions.js +0 -172
- package/dist-esm/src/operations/scopeAccessReviewHistoryDefinitions.js.map +0 -1
- package/dist-esm/src/operations/scopeAccessReviewInstance.d.ts +0 -54
- package/dist-esm/src/operations/scopeAccessReviewInstance.d.ts.map +0 -1
- package/dist-esm/src/operations/scopeAccessReviewInstance.js +0 -171
- package/dist-esm/src/operations/scopeAccessReviewInstance.js.map +0 -1
- package/dist-esm/src/operations/scopeAccessReviewInstanceContactedReviewers.d.ts +0 -41
- package/dist-esm/src/operations/scopeAccessReviewInstanceContactedReviewers.d.ts.map +0 -1
- package/dist-esm/src/operations/scopeAccessReviewInstanceContactedReviewers.js +0 -158
- package/dist-esm/src/operations/scopeAccessReviewInstanceContactedReviewers.js.map +0 -1
- package/dist-esm/src/operations/scopeAccessReviewInstanceDecisions.d.ts +0 -41
- package/dist-esm/src/operations/scopeAccessReviewInstanceDecisions.d.ts.map +0 -1
- package/dist-esm/src/operations/scopeAccessReviewInstanceDecisions.js +0 -158
- package/dist-esm/src/operations/scopeAccessReviewInstanceDecisions.js.map +0 -1
- package/dist-esm/src/operations/scopeAccessReviewInstances.d.ts +0 -55
- package/dist-esm/src/operations/scopeAccessReviewInstances.d.ts.map +0 -1
- package/dist-esm/src/operations/scopeAccessReviewInstances.js +0 -218
- package/dist-esm/src/operations/scopeAccessReviewInstances.js.map +0 -1
- package/dist-esm/src/operations/scopeAccessReviewScheduleDefinitions.d.ts +0 -64
- package/dist-esm/src/operations/scopeAccessReviewScheduleDefinitions.d.ts.map +0 -1
- package/dist-esm/src/operations/scopeAccessReviewScheduleDefinitions.js +0 -257
- package/dist-esm/src/operations/scopeAccessReviewScheduleDefinitions.js.map +0 -1
- package/dist-esm/src/operations/tenantLevelAccessReviewInstanceContactedReviewers.d.ts +0 -38
- package/dist-esm/src/operations/tenantLevelAccessReviewInstanceContactedReviewers.d.ts.map +0 -1
- package/dist-esm/src/operations/tenantLevelAccessReviewInstanceContactedReviewers.js +0 -153
- package/dist-esm/src/operations/tenantLevelAccessReviewInstanceContactedReviewers.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/accessReviewDefaultSettingsOperations.d.ts +0 -16
- package/dist-esm/src/operationsInterfaces/accessReviewDefaultSettingsOperations.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/accessReviewDefaultSettingsOperations.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/accessReviewHistoryDefinitionInstance.d.ts +0 -13
- package/dist-esm/src/operationsInterfaces/accessReviewHistoryDefinitionInstance.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/accessReviewHistoryDefinitionInstance.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/accessReviewHistoryDefinitionInstances.d.ts +0 -12
- package/dist-esm/src/operationsInterfaces/accessReviewHistoryDefinitionInstances.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/accessReviewHistoryDefinitionInstances.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/accessReviewHistoryDefinitionOperations.d.ts +0 -18
- package/dist-esm/src/operationsInterfaces/accessReviewHistoryDefinitionOperations.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/accessReviewHistoryDefinitionOperations.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/accessReviewHistoryDefinitions.d.ts +0 -18
- package/dist-esm/src/operationsInterfaces/accessReviewHistoryDefinitions.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/accessReviewHistoryDefinitions.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/accessReviewInstanceContactedReviewers.d.ts +0 -13
- package/dist-esm/src/operationsInterfaces/accessReviewInstanceContactedReviewers.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/accessReviewInstanceContactedReviewers.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/accessReviewInstanceDecisions.d.ts +0 -13
- package/dist-esm/src/operationsInterfaces/accessReviewInstanceDecisions.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/accessReviewInstanceDecisions.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/accessReviewInstanceMyDecisions.d.ts +0 -30
- package/dist-esm/src/operationsInterfaces/accessReviewInstanceMyDecisions.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/accessReviewInstanceMyDecisions.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/accessReviewInstanceOperations.d.ts +0 -40
- package/dist-esm/src/operationsInterfaces/accessReviewInstanceOperations.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/accessReviewInstanceOperations.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/accessReviewInstances.d.ts +0 -27
- package/dist-esm/src/operationsInterfaces/accessReviewInstances.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/accessReviewInstances.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/accessReviewInstancesAssignedForMyApproval.d.ts +0 -19
- package/dist-esm/src/operationsInterfaces/accessReviewInstancesAssignedForMyApproval.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/accessReviewInstancesAssignedForMyApproval.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/accessReviewScheduleDefinitions.d.ts +0 -36
- package/dist-esm/src/operationsInterfaces/accessReviewScheduleDefinitions.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/accessReviewScheduleDefinitions.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/accessReviewScheduleDefinitionsAssignedForMyApproval.d.ts +0 -11
- package/dist-esm/src/operationsInterfaces/accessReviewScheduleDefinitionsAssignedForMyApproval.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/accessReviewScheduleDefinitionsAssignedForMyApproval.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/alertConfigurations.d.ts +0 -33
- package/dist-esm/src/operationsInterfaces/alertConfigurations.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/alertConfigurations.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/alertDefinitions.d.ts +0 -25
- package/dist-esm/src/operationsInterfaces/alertDefinitions.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/alertDefinitions.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/alertIncidents.d.ts +0 -35
- package/dist-esm/src/operationsInterfaces/alertIncidents.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/alertIncidents.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/alertOperation.d.ts +0 -12
- package/dist-esm/src/operationsInterfaces/alertOperation.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/alertOperation.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/alerts.d.ts +0 -59
- package/dist-esm/src/operationsInterfaces/alerts.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/alerts.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/classicAdministrators.d.ts +0 -11
- package/dist-esm/src/operationsInterfaces/classicAdministrators.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/classicAdministrators.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/denyAssignments.d.ts +0 -50
- package/dist-esm/src/operationsInterfaces/denyAssignments.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/denyAssignments.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/eligibleChildResources.d.ts +0 -12
- package/dist-esm/src/operationsInterfaces/eligibleChildResources.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/eligibleChildResources.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/globalAdministrator.d.ts +0 -10
- package/dist-esm/src/operationsInterfaces/globalAdministrator.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/globalAdministrator.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/index.d.ts +0 -47
- package/dist-esm/src/operationsInterfaces/index.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/index.js +0 -54
- package/dist-esm/src/operationsInterfaces/index.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/operations.d.ts +0 -11
- package/dist-esm/src/operationsInterfaces/operations.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/operations.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/permissions.d.ts +0 -22
- package/dist-esm/src/operationsInterfaces/permissions.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/permissions.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/providerOperationsMetadataOperations.d.ts +0 -17
- package/dist-esm/src/operationsInterfaces/providerOperationsMetadataOperations.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/providerOperationsMetadataOperations.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/roleAssignmentScheduleInstances.d.ts +0 -20
- package/dist-esm/src/operationsInterfaces/roleAssignmentScheduleInstances.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/roleAssignmentScheduleInstances.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/roleAssignmentScheduleRequests.d.ts +0 -50
- package/dist-esm/src/operationsInterfaces/roleAssignmentScheduleRequests.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/roleAssignmentScheduleRequests.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/roleAssignmentSchedules.d.ts +0 -19
- package/dist-esm/src/operationsInterfaces/roleAssignmentSchedules.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/roleAssignmentSchedules.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/roleAssignments.d.ts +0 -95
- package/dist-esm/src/operationsInterfaces/roleAssignments.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/roleAssignments.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/roleDefinitions.d.ts +0 -56
- package/dist-esm/src/operationsInterfaces/roleDefinitions.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/roleDefinitions.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/roleEligibilityScheduleInstances.d.ts +0 -20
- package/dist-esm/src/operationsInterfaces/roleEligibilityScheduleInstances.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/roleEligibilityScheduleInstances.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/roleEligibilityScheduleRequests.d.ts +0 -50
- package/dist-esm/src/operationsInterfaces/roleEligibilityScheduleRequests.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/roleEligibilityScheduleRequests.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/roleEligibilitySchedules.d.ts +0 -19
- package/dist-esm/src/operationsInterfaces/roleEligibilitySchedules.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/roleEligibilitySchedules.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/roleManagementPolicies.d.ts +0 -34
- package/dist-esm/src/operationsInterfaces/roleManagementPolicies.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/roleManagementPolicies.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/roleManagementPolicyAssignments.d.ts +0 -37
- package/dist-esm/src/operationsInterfaces/roleManagementPolicyAssignments.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/roleManagementPolicyAssignments.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/scopeAccessReviewDefaultSettings.d.ts +0 -18
- package/dist-esm/src/operationsInterfaces/scopeAccessReviewDefaultSettings.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/scopeAccessReviewDefaultSettings.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/scopeAccessReviewHistoryDefinition.d.ts +0 -20
- package/dist-esm/src/operationsInterfaces/scopeAccessReviewHistoryDefinition.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/scopeAccessReviewHistoryDefinition.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/scopeAccessReviewHistoryDefinitionInstance.d.ts +0 -14
- package/dist-esm/src/operationsInterfaces/scopeAccessReviewHistoryDefinitionInstance.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/scopeAccessReviewHistoryDefinitionInstance.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/scopeAccessReviewHistoryDefinitionInstances.d.ts +0 -13
- package/dist-esm/src/operationsInterfaces/scopeAccessReviewHistoryDefinitionInstances.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/scopeAccessReviewHistoryDefinitionInstances.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/scopeAccessReviewHistoryDefinitions.d.ts +0 -20
- package/dist-esm/src/operationsInterfaces/scopeAccessReviewHistoryDefinitions.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/scopeAccessReviewHistoryDefinitions.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/scopeAccessReviewInstance.d.ts +0 -46
- package/dist-esm/src/operationsInterfaces/scopeAccessReviewInstance.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/scopeAccessReviewInstance.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/scopeAccessReviewInstanceContactedReviewers.d.ts +0 -14
- package/dist-esm/src/operationsInterfaces/scopeAccessReviewInstanceContactedReviewers.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/scopeAccessReviewInstanceContactedReviewers.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/scopeAccessReviewInstanceDecisions.d.ts +0 -14
- package/dist-esm/src/operationsInterfaces/scopeAccessReviewInstanceDecisions.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/scopeAccessReviewInstanceDecisions.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/scopeAccessReviewInstances.d.ts +0 -30
- package/dist-esm/src/operationsInterfaces/scopeAccessReviewInstances.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/scopeAccessReviewInstances.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/scopeAccessReviewScheduleDefinitions.d.ts +0 -41
- package/dist-esm/src/operationsInterfaces/scopeAccessReviewScheduleDefinitions.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/scopeAccessReviewScheduleDefinitions.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/tenantLevelAccessReviewInstanceContactedReviewers.d.ts +0 -13
- package/dist-esm/src/operationsInterfaces/tenantLevelAccessReviewInstanceContactedReviewers.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/tenantLevelAccessReviewInstanceContactedReviewers.js.map +0 -1
- package/dist-esm/src/pagingHelper.js +0 -32
- package/dist-esm/src/pagingHelper.js.map +0 -1
- package/dist-esm/test/authorization_operations_test.spec.d.ts +0 -4
- package/dist-esm/test/authorization_operations_test.spec.d.ts.map +0 -1
- package/dist-esm/test/authorization_operations_test.spec.js +0 -122
- package/dist-esm/test/authorization_operations_test.spec.js.map +0 -1
- package/review/arm-authorization.api.md +0 -3230
- package/rollup.config.js +0 -122
- package/src/authorizationManagementClient.ts +0 -358
- package/src/index.ts +0 -13
- package/src/lroImpl.ts +0 -42
- package/src/models/index.ts +0 -4925
- package/src/models/mappers.ts +0 -6553
- package/src/models/parameters.ts +0 -670
- package/src/operations/accessReviewDefaultSettingsOperations.ts +0 -98
- package/src/operations/accessReviewHistoryDefinitionInstance.ts +0 -74
- package/src/operations/accessReviewHistoryDefinitionInstances.ts +0 -178
- package/src/operations/accessReviewHistoryDefinitionOperations.ts +0 -111
- package/src/operations/accessReviewHistoryDefinitions.ts +0 -195
- package/src/operations/accessReviewInstanceContactedReviewers.ts +0 -190
- package/src/operations/accessReviewInstanceDecisions.ts +0 -190
- package/src/operations/accessReviewInstanceMyDecisions.ts +0 -279
- package/src/operations/accessReviewInstanceOperations.ts +0 -221
- package/src/operations/accessReviewInstances.ts +0 -264
- package/src/operations/accessReviewInstancesAssignedForMyApproval.ts +0 -213
- package/src/operations/accessReviewScheduleDefinitions.ts +0 -307
- package/src/operations/accessReviewScheduleDefinitionsAssignedForMyApproval.ts +0 -152
- package/src/operations/alertConfigurations.ts +0 -240
- package/src/operations/alertDefinitions.ts +0 -207
- package/src/operations/alertIncidents.ts +0 -272
- package/src/operations/alertOperation.ts +0 -67
- package/src/operations/alerts.ts +0 -478
- package/src/operations/classicAdministrators.ts +0 -154
- package/src/operations/denyAssignments.ts +0 -729
- package/src/operations/eligibleChildResources.ts +0 -160
- package/src/operations/globalAdministrator.ts +0 -57
- package/src/operations/index.ts +0 -54
- package/src/operations/operations.ts +0 -149
- package/src/operations/permissions.ts +0 -408
- package/src/operations/providerOperationsMetadataOperations.ts +0 -184
- package/src/operations/roleAssignmentScheduleInstances.ts +0 -203
- package/src/operations/roleAssignmentScheduleRequests.ts +0 -335
- package/src/operations/roleAssignmentSchedules.ts +0 -200
- package/src/operations/roleAssignments.ts +0 -921
- package/src/operations/roleDefinitions.ts +0 -340
- package/src/operations/roleEligibilityScheduleInstances.ts +0 -203
- package/src/operations/roleEligibilityScheduleRequests.ts +0 -335
- package/src/operations/roleEligibilitySchedules.ts +0 -200
- package/src/operations/roleManagementPolicies.ts +0 -282
- package/src/operations/roleManagementPolicyAssignments.ts +0 -287
- package/src/operations/scopeAccessReviewDefaultSettings.ts +0 -105
- package/src/operations/scopeAccessReviewHistoryDefinition.ts +0 -115
- package/src/operations/scopeAccessReviewHistoryDefinitionInstance.ts +0 -78
- package/src/operations/scopeAccessReviewHistoryDefinitionInstances.ts +0 -193
- package/src/operations/scopeAccessReviewHistoryDefinitions.ts +0 -204
- package/src/operations/scopeAccessReviewInstance.ts +0 -237
- package/src/operations/scopeAccessReviewInstanceContactedReviewers.ts +0 -206
- package/src/operations/scopeAccessReviewInstanceDecisions.ts +0 -206
- package/src/operations/scopeAccessReviewInstances.ts +0 -284
- package/src/operations/scopeAccessReviewScheduleDefinitions.ts +0 -322
- package/src/operations/tenantLevelAccessReviewInstanceContactedReviewers.ts +0 -190
- package/src/operationsInterfaces/accessReviewDefaultSettingsOperations.ts +0 -35
- package/src/operationsInterfaces/accessReviewHistoryDefinitionInstance.ts +0 -28
- package/src/operationsInterfaces/accessReviewHistoryDefinitionInstances.ts +0 -27
- package/src/operationsInterfaces/accessReviewHistoryDefinitionOperations.ts +0 -38
- package/src/operationsInterfaces/accessReviewHistoryDefinitions.ts +0 -37
- package/src/operationsInterfaces/accessReviewInstanceContactedReviewers.ts +0 -29
- package/src/operationsInterfaces/accessReviewInstanceDecisions.ts +0 -29
- package/src/operationsInterfaces/accessReviewInstanceMyDecisions.ts +0 -62
- package/src/operationsInterfaces/accessReviewInstanceOperations.ts +0 -74
- package/src/operationsInterfaces/accessReviewInstances.ts +0 -56
- package/src/operationsInterfaces/accessReviewInstancesAssignedForMyApproval.ts +0 -40
- package/src/operationsInterfaces/accessReviewScheduleDefinitions.ts +0 -70
- package/src/operationsInterfaces/accessReviewScheduleDefinitionsAssignedForMyApproval.ts +0 -25
- package/src/operationsInterfaces/alertConfigurations.ts +0 -60
- package/src/operationsInterfaces/alertDefinitions.ts +0 -46
- package/src/operationsInterfaces/alertIncidents.ts +0 -64
- package/src/operationsInterfaces/alertOperation.ts +0 -27
- package/src/operationsInterfaces/alerts.ts +0 -114
- package/src/operationsInterfaces/classicAdministrators.ts +0 -25
- package/src/operationsInterfaces/denyAssignments.ts +0 -91
- package/src/operationsInterfaces/eligibleChildResources.ts +0 -27
- package/src/operationsInterfaces/globalAdministrator.ts +0 -20
- package/src/operationsInterfaces/index.ts +0 -54
- package/src/operationsInterfaces/operations.ts +0 -22
- package/src/operationsInterfaces/permissions.ts +0 -45
- package/src/operationsInterfaces/providerOperationsMetadataOperations.ts +0 -36
- package/src/operationsInterfaces/roleAssignmentScheduleInstances.ts +0 -41
- package/src/operationsInterfaces/roleAssignmentScheduleRequests.ts +0 -90
- package/src/operationsInterfaces/roleAssignmentSchedules.ts +0 -40
- package/src/operationsInterfaces/roleAssignments.ts +0 -160
- package/src/operationsInterfaces/roleDefinitions.ts +0 -95
- package/src/operationsInterfaces/roleEligibilityScheduleInstances.ts +0 -41
- package/src/operationsInterfaces/roleEligibilityScheduleRequests.ts +0 -90
- package/src/operationsInterfaces/roleEligibilitySchedules.ts +0 -40
- package/src/operationsInterfaces/roleManagementPolicies.ts +0 -67
- package/src/operationsInterfaces/roleManagementPolicyAssignments.ts +0 -70
- package/src/operationsInterfaces/scopeAccessReviewDefaultSettings.ts +0 -39
- package/src/operationsInterfaces/scopeAccessReviewHistoryDefinition.ts +0 -42
- package/src/operationsInterfaces/scopeAccessReviewHistoryDefinitionInstance.ts +0 -32
- package/src/operationsInterfaces/scopeAccessReviewHistoryDefinitionInstances.ts +0 -29
- package/src/operationsInterfaces/scopeAccessReviewHistoryDefinitions.ts +0 -41
- package/src/operationsInterfaces/scopeAccessReviewInstance.ts +0 -87
- package/src/operationsInterfaces/scopeAccessReviewInstanceContactedReviewers.ts +0 -31
- package/src/operationsInterfaces/scopeAccessReviewInstanceDecisions.ts +0 -31
- package/src/operationsInterfaces/scopeAccessReviewInstances.ts +0 -62
- package/src/operationsInterfaces/scopeAccessReviewScheduleDefinitions.ts +0 -80
- package/src/operationsInterfaces/tenantLevelAccessReviewInstanceContactedReviewers.ts +0 -29
- package/src/pagingHelper.ts +0 -39
- package/tsconfig.json +0 -33
- package/types/arm-authorization.d.ts +0 -6033
- package/types/tsdoc-metadata.json +0 -11
- /package/{dist-esm/src → dist/browser}/lroImpl.d.ts +0 -0
- /package/{dist-esm/src → dist/browser}/models/index.d.ts +0 -0
- /package/{dist-esm/src → dist/browser}/models/index.d.ts.map +0 -0
- /package/{dist-esm/src → dist/browser}/models/index.js +0 -0
- /package/{dist-esm/src → dist/browser}/models/mappers.d.ts +0 -0
- /package/{dist-esm/src → dist/browser}/models/mappers.d.ts.map +0 -0
- /package/{dist-esm/src → dist/browser}/models/parameters.d.ts +0 -0
- /package/{dist-esm/src → dist/browser}/models/parameters.d.ts.map +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/accessReviewDefaultSettingsOperations.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/accessReviewHistoryDefinitionInstance.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/accessReviewHistoryDefinitionInstances.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/accessReviewHistoryDefinitionOperations.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/accessReviewHistoryDefinitions.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/accessReviewInstanceContactedReviewers.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/accessReviewInstanceDecisions.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/accessReviewInstanceMyDecisions.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/accessReviewInstanceOperations.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/accessReviewInstances.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/accessReviewInstancesAssignedForMyApproval.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/accessReviewScheduleDefinitions.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/accessReviewScheduleDefinitionsAssignedForMyApproval.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/alertConfigurations.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/alertDefinitions.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/alertIncidents.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/alertOperation.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/alerts.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/classicAdministrators.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/denyAssignments.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/eligibleChildResources.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/globalAdministrator.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/operations.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/permissions.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/providerOperationsMetadataOperations.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/roleAssignmentScheduleInstances.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/roleAssignmentScheduleRequests.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/roleAssignmentSchedules.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/roleAssignments.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/roleDefinitions.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/roleEligibilityScheduleInstances.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/roleEligibilityScheduleRequests.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/roleEligibilitySchedules.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/roleManagementPolicies.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/roleManagementPolicyAssignments.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/scopeAccessReviewDefaultSettings.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/scopeAccessReviewHistoryDefinition.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/scopeAccessReviewHistoryDefinitionInstance.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/scopeAccessReviewHistoryDefinitionInstances.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/scopeAccessReviewHistoryDefinitions.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/scopeAccessReviewInstance.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/scopeAccessReviewInstanceContactedReviewers.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/scopeAccessReviewInstanceDecisions.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/scopeAccessReviewInstances.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/scopeAccessReviewScheduleDefinitions.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/tenantLevelAccessReviewInstanceContactedReviewers.js +0 -0
- /package/{dist-esm/src → dist/browser}/pagingHelper.d.ts +0 -0
- /package/{dist-esm/src → dist/browser}/pagingHelper.d.ts.map +0 -0
package/dist/index.js.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sources":["../src/pagingHelper.ts","../src/models/index.ts","../src/models/mappers.ts","../src/models/parameters.ts","../src/operations/classicAdministrators.ts","../src/operations/globalAdministrator.ts","../src/operations/denyAssignments.ts","../src/operations/providerOperationsMetadataOperations.ts","../src/operations/roleAssignments.ts","../src/operations/permissions.ts","../src/operations/roleDefinitions.ts","../src/operations/operations.ts","../src/operations/accessReviewHistoryDefinitions.ts","../src/operations/accessReviewHistoryDefinitionOperations.ts","../src/operations/accessReviewHistoryDefinitionInstance.ts","../src/operations/accessReviewHistoryDefinitionInstances.ts","../src/operations/accessReviewScheduleDefinitions.ts","../src/operations/accessReviewInstances.ts","../src/operations/accessReviewInstanceOperations.ts","../src/operations/accessReviewInstanceDecisions.ts","../src/operations/accessReviewInstanceContactedReviewers.ts","../src/operations/accessReviewDefaultSettingsOperations.ts","../src/operations/scopeAccessReviewHistoryDefinitions.ts","../src/operations/scopeAccessReviewHistoryDefinition.ts","../src/operations/scopeAccessReviewHistoryDefinitionInstance.ts","../src/operations/scopeAccessReviewHistoryDefinitionInstances.ts","../src/operations/scopeAccessReviewScheduleDefinitions.ts","../src/operations/scopeAccessReviewInstances.ts","../src/operations/scopeAccessReviewInstance.ts","../src/operations/scopeAccessReviewInstanceDecisions.ts","../src/operations/scopeAccessReviewInstanceContactedReviewers.ts","../src/operations/scopeAccessReviewDefaultSettings.ts","../src/operations/accessReviewScheduleDefinitionsAssignedForMyApproval.ts","../src/operations/accessReviewInstancesAssignedForMyApproval.ts","../src/operations/accessReviewInstanceMyDecisions.ts","../src/operations/tenantLevelAccessReviewInstanceContactedReviewers.ts","../src/operations/eligibleChildResources.ts","../src/operations/roleAssignmentSchedules.ts","../src/operations/roleAssignmentScheduleInstances.ts","../src/operations/roleAssignmentScheduleRequests.ts","../src/operations/roleEligibilitySchedules.ts","../src/operations/roleEligibilityScheduleInstances.ts","../src/operations/roleEligibilityScheduleRequests.ts","../src/operations/roleManagementPolicies.ts","../src/operations/roleManagementPolicyAssignments.ts","../src/lroImpl.ts","../src/operations/alerts.ts","../src/operations/alertConfigurations.ts","../src/operations/alertDefinitions.ts","../src/operations/alertIncidents.ts","../src/operations/alertOperation.ts","../src/authorizationManagementClient.ts"],"sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nexport interface PageInfo {\n continuationToken?: string;\n}\n\nconst pageMap = new WeakMap<object, PageInfo>();\n\n/**\n * Given the last `.value` produced by the `byPage` iterator,\n * returns a continuation token that can be used to begin paging from\n * that point later.\n * @param page An object from accessing `value` on the IteratorResult from a `byPage` iterator.\n * @returns The continuation token that can be passed into byPage() during future calls.\n */\nexport function getContinuationToken(page: unknown): string | undefined {\n if (typeof page !== \"object\" || page === null) {\n return undefined;\n }\n return pageMap.get(page)?.continuationToken;\n}\n\nexport function setContinuationToken(\n page: unknown,\n continuationToken: string | undefined\n): void {\n if (typeof page !== \"object\" || page === null || !continuationToken) {\n return;\n }\n const pageInfo = pageMap.get(page) ?? {};\n pageInfo.continuationToken = continuationToken;\n pageMap.set(page, pageInfo);\n}\n","/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport * as coreClient from \"@azure/core-client\";\n\nexport type AccessReviewDecisionIdentityUnion =\n | AccessReviewDecisionIdentity\n | AccessReviewDecisionUserIdentity\n | AccessReviewDecisionServicePrincipalIdentity;\nexport type AccessReviewDecisionInsightPropertiesUnion =\n | AccessReviewDecisionInsightProperties\n | AccessReviewDecisionUserSignInInsightProperties;\nexport type RoleManagementPolicyRuleUnion =\n | RoleManagementPolicyRule\n | RoleManagementPolicyApprovalRule\n | RoleManagementPolicyAuthenticationContextRule\n | RoleManagementPolicyEnablementRule\n | RoleManagementPolicyExpirationRule\n | RoleManagementPolicyNotificationRule;\nexport type AlertIncidentPropertiesUnion =\n | AlertIncidentProperties\n | AzureRolesAssignedOutsidePimAlertIncidentProperties\n | DuplicateRoleCreatedAlertIncidentProperties\n | TooManyOwnersAssignedToResourceAlertIncidentProperties\n | TooManyPermanentOwnersAssignedToResourceAlertIncidentProperties;\nexport type AlertConfigurationPropertiesUnion =\n | AlertConfigurationProperties\n | AzureRolesAssignedOutsidePimAlertConfigurationProperties\n | DuplicateRoleCreatedAlertConfigurationProperties\n | TooManyOwnersAssignedToResourceAlertConfigurationProperties\n | TooManyPermanentOwnersAssignedToResourceAlertConfigurationProperties;\n\n/** ClassicAdministrator list result information. */\nexport interface ClassicAdministratorListResult {\n /** An array of administrators. */\n value?: ClassicAdministrator[];\n /** The URL to use for getting the next set of results. */\n nextLink?: string;\n}\n\n/** Classic Administrators */\nexport interface ClassicAdministrator {\n /** The ID of the administrator. */\n id?: string;\n /** The name of the administrator. */\n name?: string;\n /** The type of the administrator. */\n type?: string;\n /** The email address of the administrator. */\n emailAddress?: string;\n /** The role of the administrator. */\n role?: string;\n}\n\n/** Common error response for all Azure Resource Manager APIs to return error details for failed operations. (This also follows the OData error response format.). */\nexport interface ErrorResponse {\n /** The error object. */\n error?: ErrorDetail;\n}\n\n/** The error detail. */\nexport interface ErrorDetail {\n /**\n * The error code.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly code?: string;\n /**\n * The error message.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly message?: string;\n /**\n * The error target.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly target?: string;\n /**\n * The error details.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly details?: ErrorDetail[];\n /**\n * The error additional info.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly additionalInfo?: ErrorAdditionalInfo[];\n}\n\n/** The resource management error additional info. */\nexport interface ErrorAdditionalInfo {\n /**\n * The additional info type.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly type?: string;\n /**\n * The additional info.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly info?: Record<string, unknown>;\n}\n\n/** Deny assignment list operation result. */\nexport interface DenyAssignmentListResult {\n /** Deny assignment list. */\n value?: DenyAssignment[];\n /** The URL to use for getting the next set of results. */\n nextLink?: string;\n}\n\n/** Deny Assignment */\nexport interface DenyAssignment {\n /**\n * The deny assignment ID.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly id?: string;\n /**\n * The deny assignment name.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly name?: string;\n /**\n * The deny assignment type.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly type?: string;\n /** The display name of the deny assignment. */\n denyAssignmentName?: string;\n /** The description of the deny assignment. */\n description?: string;\n /** An array of permissions that are denied by the deny assignment. */\n permissions?: DenyAssignmentPermission[];\n /** The deny assignment scope. */\n scope?: string;\n /** Determines if the deny assignment applies to child scopes. Default value is false. */\n doNotApplyToChildScopes?: boolean;\n /** Array of principals to which the deny assignment applies. */\n principals?: Principal[];\n /** Array of principals to which the deny assignment does not apply. */\n excludePrincipals?: Principal[];\n /** Specifies whether this deny assignment was created by Azure and cannot be edited or deleted. */\n isSystemProtected?: boolean;\n /** The conditions on the deny assignment. This limits the resources it can be assigned to. e.g.: @Resource[Microsoft.Storage/storageAccounts/blobServices/containers:ContainerName] StringEqualsIgnoreCase 'foo_storage_container' */\n condition?: string;\n /** Version of the condition. */\n conditionVersion?: string;\n /**\n * Time it was created\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly createdOn?: Date;\n /**\n * Time it was updated\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly updatedOn?: Date;\n /**\n * Id of the user who created the assignment\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly createdBy?: string;\n /**\n * Id of the user who updated the assignment\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly updatedBy?: string;\n}\n\n/** Deny assignment permissions. */\nexport interface DenyAssignmentPermission {\n /** Actions to which the deny assignment does not grant access. */\n actions?: string[];\n /** Actions to exclude from that the deny assignment does not grant access. */\n notActions?: string[];\n /** Data actions to which the deny assignment does not grant access. */\n dataActions?: string[];\n /** Data actions to exclude from that the deny assignment does not grant access. */\n notDataActions?: string[];\n /** The conditions on the Deny assignment permission. This limits the resources it applies to. */\n condition?: string;\n /** Version of the condition. */\n conditionVersion?: string;\n}\n\n/** The name of the entity last modified it */\nexport interface Principal {\n /** The id of the principal made changes */\n id?: string;\n /** The name of the principal made changes */\n displayName?: string;\n /** Type of principal such as user , group etc */\n type?: string;\n /** Email of principal */\n email?: string;\n}\n\n/** Provider Operations metadata */\nexport interface ProviderOperationsMetadata {\n /** The provider id. */\n id?: string;\n /** The provider name. */\n name?: string;\n /** The provider type. */\n type?: string;\n /** The provider display name. */\n displayName?: string;\n /** The provider resource types */\n resourceTypes?: ResourceType[];\n /** The provider operations. */\n operations?: ProviderOperation[];\n}\n\n/** Resource Type */\nexport interface ResourceType {\n /** The resource type name. */\n name?: string;\n /** The resource type display name. */\n displayName?: string;\n /** The resource type operations. */\n operations?: ProviderOperation[];\n}\n\n/** Operation */\nexport interface ProviderOperation {\n /** The operation name. */\n name?: string;\n /** The operation display name. */\n displayName?: string;\n /** The operation description. */\n description?: string;\n /** The operation origin. */\n origin?: string;\n /** The operation properties. */\n properties?: Record<string, unknown>;\n /** The dataAction flag to specify the operation type. */\n isDataAction?: boolean;\n}\n\n/** Provider operations metadata list */\nexport interface ProviderOperationsMetadataListResult {\n /** The list of providers. */\n value?: ProviderOperationsMetadata[];\n /** The URL to use for getting the next set of results. */\n nextLink?: string;\n}\n\n/** Role assignment list operation result. */\nexport interface RoleAssignmentListResult {\n /** Role assignment list. */\n value?: RoleAssignment[];\n /**\n * The skipToken to use for getting the next set of results.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/** Role Assignments */\nexport interface RoleAssignment {\n /**\n * The role assignment ID.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly id?: string;\n /**\n * The role assignment name.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly name?: string;\n /**\n * The role assignment type.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly type?: string;\n /**\n * The role assignment scope.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly scope?: string;\n /** The role definition ID. */\n roleDefinitionId?: string;\n /** The principal ID. */\n principalId?: string;\n /** The principal type of the assigned principal ID. */\n principalType?: PrincipalType;\n /** Description of role assignment */\n description?: string;\n /** The conditions on the role assignment. This limits the resources it can be assigned to. e.g.: @Resource[Microsoft.Storage/storageAccounts/blobServices/containers:ContainerName] StringEqualsIgnoreCase 'foo_storage_container' */\n condition?: string;\n /** Version of the condition. Currently the only accepted value is '2.0' */\n conditionVersion?: string;\n /**\n * Time it was created\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly createdOn?: Date;\n /**\n * Time it was updated\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly updatedOn?: Date;\n /**\n * Id of the user who created the assignment\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly createdBy?: string;\n /**\n * Id of the user who updated the assignment\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly updatedBy?: string;\n /** Id of the delegated managed identity resource */\n delegatedManagedIdentityResourceId?: string;\n}\n\n/** Role assignment create parameters. */\nexport interface RoleAssignmentCreateParameters {\n /**\n * The role assignment scope.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly scope?: string;\n /** The role definition ID. */\n roleDefinitionId: string;\n /** The principal ID. */\n principalId: string;\n /** The principal type of the assigned principal ID. */\n principalType?: PrincipalType;\n /** Description of role assignment */\n description?: string;\n /** The conditions on the role assignment. This limits the resources it can be assigned to. e.g.: @Resource[Microsoft.Storage/storageAccounts/blobServices/containers:ContainerName] StringEqualsIgnoreCase 'foo_storage_container' */\n condition?: string;\n /** Version of the condition. Currently the only accepted value is '2.0' */\n conditionVersion?: string;\n /**\n * Time it was created\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly createdOn?: Date;\n /**\n * Time it was updated\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly updatedOn?: Date;\n /**\n * Id of the user who created the assignment\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly createdBy?: string;\n /**\n * Id of the user who updated the assignment\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly updatedBy?: string;\n /** Id of the delegated managed identity resource */\n delegatedManagedIdentityResourceId?: string;\n}\n\n/** Permissions information. */\nexport interface PermissionGetResult {\n /** An array of permissions. */\n value?: Permission[];\n /** The URL to use for getting the next set of results. */\n nextLink?: string;\n}\n\n/** Role definition permissions. */\nexport interface Permission {\n /** Allowed actions. */\n actions?: string[];\n /** Denied actions. */\n notActions?: string[];\n /** Allowed Data actions. */\n dataActions?: string[];\n /** Denied Data actions. */\n notDataActions?: string[];\n /**\n * The conditions on the role definition. This limits the resources it can be assigned to. e.g.: @Resource[Microsoft.Storage/storageAccounts/blobServices/containers:ContainerName] StringEqualsIgnoreCase 'foo_storage_container'\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly condition?: string;\n /**\n * Version of the condition. Currently the only accepted value is '2.0'\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly conditionVersion?: string;\n}\n\n/** Role definition. */\nexport interface RoleDefinition {\n /**\n * The role definition ID.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly id?: string;\n /**\n * The role definition name.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly name?: string;\n /**\n * The role definition type.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly type?: string;\n /** The role name. */\n roleName?: string;\n /** The role definition description. */\n description?: string;\n /** The role type. */\n roleType?: string;\n /** Role definition permissions. */\n permissions?: Permission[];\n /** Role definition assignable scopes. */\n assignableScopes?: string[];\n /**\n * Time it was created\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly createdOn?: Date;\n /**\n * Time it was updated\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly updatedOn?: Date;\n /**\n * Id of the user who created the assignment\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly createdBy?: string;\n /**\n * Id of the user who updated the assignment\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly updatedBy?: string;\n}\n\n/** Role definition list operation result. */\nexport interface RoleDefinitionListResult {\n /** Role definition list. */\n value?: RoleDefinition[];\n /** The URL to use for getting the next set of results. */\n nextLink?: string;\n}\n\n/** The result of a request to list Microsoft.Authorization operations. */\nexport interface OperationListResult {\n /** The collection value. */\n value?: Operation[];\n /** The URI that can be used to request the next set of paged results. */\n nextLink?: string;\n}\n\n/** The definition of a Microsoft.Authorization operation. */\nexport interface Operation {\n /** Name of the operation */\n name?: string;\n /** Indicates whether the operation is a data action */\n isDataAction?: boolean;\n /** Display of the operation */\n display?: OperationDisplay;\n /** Origin of the operation */\n origin?: string;\n}\n\n/** The display information for a Microsoft.Authorization operation. */\nexport interface OperationDisplay {\n /**\n * The resource provider name: Microsoft.Authorization.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provider?: string;\n /**\n * The resource on which the operation is performed.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly resource?: string;\n /**\n * The operation that users can perform.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly operation?: string;\n /**\n * The description for the operation.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly description?: string;\n}\n\n/** Error description and code explaining why an operation failed. */\nexport interface ErrorDefinition {\n /** Error of the list gateway status. */\n error?: ErrorDefinitionProperties;\n}\n\n/** Error description and code explaining why an operation failed. */\nexport interface ErrorDefinitionProperties {\n /**\n * Description of the error.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly message?: string;\n /** Error code of list gateway. */\n code?: string;\n}\n\n/** List of Access Review History Definitions. */\nexport interface AccessReviewHistoryDefinitionListResult {\n /** Access Review History Definition list. */\n value?: AccessReviewHistoryDefinition[];\n /** The URL to use for getting the next set of results. */\n nextLink?: string;\n}\n\n/** Access Review History Definition. */\nexport interface AccessReviewHistoryDefinition {\n /**\n * The access review history definition id.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly id?: string;\n /**\n * The access review history definition unique id.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly name?: string;\n /**\n * The resource type.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly type?: string;\n /** The display name for the history definition. */\n displayName?: string;\n /**\n * Date time used when selecting review data, all reviews included in data start on or after this date. For use only with one-time/non-recurring reports.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly reviewHistoryPeriodStartDateTime?: Date;\n /**\n * Date time used when selecting review data, all reviews included in data end on or before this date. For use only with one-time/non-recurring reports.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly reviewHistoryPeriodEndDateTime?: Date;\n /** Collection of review decisions which the history data should be filtered on. For example if Approve and Deny are supplied the data will only contain review results in which the decision maker approved or denied a review request. */\n decisions?: AccessReviewResult[];\n /**\n * This read-only field specifies the of the requested review history data. This is either requested, in-progress, done or error.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly status?: AccessReviewHistoryDefinitionStatus;\n /**\n * Date time when history definition was created\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly createdDateTime?: Date;\n /** A collection of scopes used when selecting review history data */\n scopes?: AccessReviewScope[];\n /** Set of access review history instances for this history definition. */\n instances?: AccessReviewHistoryInstance[];\n /** The recurrence range type. The possible values are: endDate, noEnd, numbered. */\n typePropertiesSettingsRangeType?: AccessReviewRecurrenceRangeType;\n /** The number of times to repeat the access review. Required and must be positive if type is numbered. */\n numberOfOccurrences?: number;\n /** The DateTime when the review is scheduled to be start. This could be a date in the future. Required on create. */\n startDate?: Date;\n /** The DateTime when the review is scheduled to end. Required if type is endDate */\n endDate?: Date;\n /** The recurrence type : weekly, monthly, etc. */\n typePropertiesSettingsPatternType?: AccessReviewRecurrencePatternType;\n /** The interval for recurrence. For a quarterly review, the interval is 3 for type : absoluteMonthly. */\n interval?: number;\n /**\n * The identity id\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly principalId?: string;\n /**\n * The identity type : user/servicePrincipal\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly principalType?: AccessReviewActorIdentityType;\n /**\n * The identity display name\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly principalName?: string;\n /**\n * The user principal name(if valid)\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly userPrincipalName?: string;\n}\n\n/** Access Review History Instances. */\nexport interface AccessReviewHistoryDefinitionProperties {\n /** The display name for the history definition. */\n displayName?: string;\n /**\n * Date time used when selecting review data, all reviews included in data start on or after this date. For use only with one-time/non-recurring reports.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly reviewHistoryPeriodStartDateTime?: Date;\n /**\n * Date time used when selecting review data, all reviews included in data end on or before this date. For use only with one-time/non-recurring reports.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly reviewHistoryPeriodEndDateTime?: Date;\n /** Collection of review decisions which the history data should be filtered on. For example if Approve and Deny are supplied the data will only contain review results in which the decision maker approved or denied a review request. */\n decisions?: AccessReviewResult[];\n /**\n * This read-only field specifies the of the requested review history data. This is either requested, in-progress, done or error.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly status?: AccessReviewHistoryDefinitionStatus;\n /**\n * Date time when history definition was created\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly createdDateTime?: Date;\n /** A collection of scopes used when selecting review history data */\n scopes?: AccessReviewScope[];\n /** Set of access review history instances for this history definition. */\n instances?: AccessReviewHistoryInstance[];\n /** The recurrence range type. The possible values are: endDate, noEnd, numbered. */\n typeSettingsRangeType?: AccessReviewRecurrenceRangeType;\n /** The number of times to repeat the access review. Required and must be positive if type is numbered. */\n numberOfOccurrences?: number;\n /** The DateTime when the review is scheduled to be start. This could be a date in the future. Required on create. */\n startDate?: Date;\n /** The DateTime when the review is scheduled to end. Required if type is endDate */\n endDate?: Date;\n /** The recurrence type : weekly, monthly, etc. */\n typeSettingsPatternType?: AccessReviewRecurrencePatternType;\n /** The interval for recurrence. For a quarterly review, the interval is 3 for type : absoluteMonthly. */\n interval?: number;\n /**\n * The identity id\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly principalId?: string;\n /**\n * The identity type : user/servicePrincipal\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly principalType?: AccessReviewActorIdentityType;\n /**\n * The identity display name\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly principalName?: string;\n /**\n * The user principal name(if valid)\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly userPrincipalName?: string;\n}\n\n/** Descriptor for what needs to be reviewed */\nexport interface AccessReviewScope {\n /**\n * ResourceId in which this review is getting created\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly resourceId?: string;\n /**\n * This is used to indicate the role being reviewed\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly roleDefinitionId?: string;\n /**\n * The identity type user/servicePrincipal to review\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly principalType?: AccessReviewScopePrincipalType;\n /**\n * The role assignment state eligible/active to review\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly assignmentState?: AccessReviewScopeAssignmentState;\n /** Duration users are inactive for. The value should be in ISO 8601 format (http://en.wikipedia.org/wiki/ISO_8601#Durations).This code can be used to convert TimeSpan to a valid interval string: XmlConvert.ToString(new TimeSpan(hours, minutes, seconds)) */\n inactiveDuration?: string;\n /** Flag to indicate whether to expand nested memberships or not. */\n expandNestedMemberships?: boolean;\n /** Flag to indicate whether to expand nested memberships or not. */\n includeInheritedAccess?: boolean;\n /** Flag to indicate whether to expand nested memberships or not. */\n includeAccessBelowResource?: boolean;\n /** This is used to indicate the resource id(s) to exclude */\n excludeResourceId?: string;\n /** This is used to indicate the role definition id(s) to exclude */\n excludeRoleDefinitionId?: string;\n}\n\n/** Access Review History Definition Instance. */\nexport interface AccessReviewHistoryInstance {\n /**\n * The access review history definition instance id.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly id?: string;\n /**\n * The access review history definition instance unique id.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly name?: string;\n /**\n * The resource type.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly type?: string;\n /** Date time used when selecting review data, all reviews included in data start on or after this date. For use only with one-time/non-recurring reports. */\n reviewHistoryPeriodStartDateTime?: Date;\n /** Date time used when selecting review data, all reviews included in data end on or before this date. For use only with one-time/non-recurring reports. */\n reviewHistoryPeriodEndDateTime?: Date;\n /** The display name for the parent history definition. */\n displayName?: string;\n /**\n * Status of the requested review history instance data. This is either requested, in-progress, done or error. The state transitions are as follows - Requested -> InProgress -> Done -> Expired\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly status?: AccessReviewHistoryDefinitionStatus;\n /** Date time when the history data report is scheduled to be generated. */\n runDateTime?: Date;\n /** Date time when the history data report is scheduled to be generated. */\n fulfilledDateTime?: Date;\n /**\n * Uri which can be used to retrieve review history data. To generate this Uri, generateDownloadUri() must be called for a specific accessReviewHistoryDefinitionInstance. The link expires after a 24 hour period. Callers can see the expiration date time by looking at the 'se' parameter in the generated uri.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly downloadUri?: string;\n /** Date time when history data report expires and the associated data is deleted. */\n expiration?: Date;\n}\n\n/** List of Access Review History Instances. */\nexport interface AccessReviewHistoryDefinitionInstanceListResult {\n /** Access Review History Definition's Instance list. */\n value?: AccessReviewHistoryInstance[];\n /** The URL to use for getting the next set of results. */\n nextLink?: string;\n}\n\n/** List of Access Review Schedule Definitions. */\nexport interface AccessReviewScheduleDefinitionListResult {\n /** Access Review Schedule Definition list. */\n value?: AccessReviewScheduleDefinition[];\n /** The URL to use for getting the next set of results. */\n nextLink?: string;\n}\n\n/** Access Review Schedule Definition. */\nexport interface AccessReviewScheduleDefinition {\n /**\n * The access review schedule definition id.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly id?: string;\n /**\n * The access review schedule definition unique id.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly name?: string;\n /**\n * The resource type.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly type?: string;\n /** The display name for the schedule definition. */\n displayName?: string;\n /**\n * This read-only field specifies the status of an accessReview.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly status?: AccessReviewScheduleDefinitionStatus;\n /** The description provided by the access review creator and visible to admins. */\n descriptionForAdmins?: string;\n /** The description provided by the access review creator to be shown to reviewers. */\n descriptionForReviewers?: string;\n /** This is the collection of reviewers. */\n reviewers?: AccessReviewReviewer[];\n /** This is the collection of backup reviewers. */\n backupReviewers?: AccessReviewReviewer[];\n /**\n * This field specifies the type of reviewers for a review. Usually for a review, reviewers are explicitly assigned. However, in some cases, the reviewers may not be assigned and instead be chosen dynamically. For example managers review or self review.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly reviewersType?: AccessReviewScheduleDefinitionReviewersType;\n /** This is the collection of instances returned when one does an expand on it. */\n instances?: AccessReviewInstance[];\n /**\n * ResourceId in which this review is getting created\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly resourceId?: string;\n /**\n * This is used to indicate the role being reviewed\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly roleDefinitionId?: string;\n /**\n * The identity type user/servicePrincipal to review\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly principalTypePropertiesScopePrincipalType?: AccessReviewScopePrincipalType;\n /**\n * The role assignment state eligible/active to review\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly assignmentState?: AccessReviewScopeAssignmentState;\n /** Duration users are inactive for. The value should be in ISO 8601 format (http://en.wikipedia.org/wiki/ISO_8601#Durations).This code can be used to convert TimeSpan to a valid interval string: XmlConvert.ToString(new TimeSpan(hours, minutes, seconds)) */\n inactiveDuration?: string;\n /** Flag to indicate whether to expand nested memberships or not. */\n expandNestedMemberships?: boolean;\n /** Flag to indicate whether to expand nested memberships or not. */\n includeInheritedAccess?: boolean;\n /** Flag to indicate whether to expand nested memberships or not. */\n includeAccessBelowResource?: boolean;\n /** This is used to indicate the resource id(s) to exclude */\n excludeResourceId?: string;\n /** This is used to indicate the role definition id(s) to exclude */\n excludeRoleDefinitionId?: string;\n /** Flag to indicate whether sending mails to reviewers and the review creator is enabled. */\n mailNotificationsEnabled?: boolean;\n /** Flag to indicate whether sending reminder emails to reviewers are enabled. */\n reminderNotificationsEnabled?: boolean;\n /** Flag to indicate whether reviewers are required to provide a justification when reviewing access. */\n defaultDecisionEnabled?: boolean;\n /** Flag to indicate whether the reviewer is required to pass justification when recording a decision. */\n justificationRequiredOnApproval?: boolean;\n /** This specifies the behavior for the autoReview feature when an access review completes. */\n defaultDecision?: DefaultDecisionType;\n /** Flag to indicate whether auto-apply capability, to automatically change the target object access resource, is enabled. If not enabled, a user must, after the review completes, apply the access review. */\n autoApplyDecisionsEnabled?: boolean;\n /** Flag to indicate whether showing recommendations to reviewers is enabled. */\n recommendationsEnabled?: boolean;\n /** Recommendations for access reviews are calculated by looking back at 30 days of data(w.r.t the start date of the review) by default. However, in some scenarios, customers want to change how far back to look at and want to configure 60 days, 90 days, etc. instead. This setting allows customers to configure this duration. The value should be in ISO 8601 format (http://en.wikipedia.org/wiki/ISO_8601#Durations).This code can be used to convert TimeSpan to a valid interval string: XmlConvert.ToString(new TimeSpan(hours, minutes, seconds)) */\n recommendationLookBackDuration?: string;\n /** The duration in days for an instance. */\n instanceDurationInDays?: number;\n /** The recurrence range type. The possible values are: endDate, noEnd, numbered. */\n typePropertiesSettingsRecurrenceRangeType?: AccessReviewRecurrenceRangeType;\n /** The number of times to repeat the access review. Required and must be positive if type is numbered. */\n numberOfOccurrences?: number;\n /** The DateTime when the review is scheduled to be start. This could be a date in the future. Required on create. */\n startDate?: Date;\n /** The DateTime when the review is scheduled to end. Required if type is endDate */\n endDate?: Date;\n /** The recurrence type : weekly, monthly, etc. */\n typePropertiesSettingsRecurrencePatternType?: AccessReviewRecurrencePatternType;\n /** The interval for recurrence. For a quarterly review, the interval is 3 for type : absoluteMonthly. */\n interval?: number;\n /**\n * The identity id\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly principalId?: string;\n /**\n * The identity type : user/servicePrincipal\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly principalTypePropertiesCreatedByPrincipalType?: AccessReviewActorIdentityType;\n /**\n * The identity display name\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly principalName?: string;\n /**\n * The user principal name(if valid)\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly userPrincipalName?: string;\n}\n\n/** Access Review. */\nexport interface AccessReviewScheduleDefinitionProperties {\n /** The display name for the schedule definition. */\n displayName?: string;\n /**\n * This read-only field specifies the status of an accessReview.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly status?: AccessReviewScheduleDefinitionStatus;\n /** The description provided by the access review creator and visible to admins. */\n descriptionForAdmins?: string;\n /** The description provided by the access review creator to be shown to reviewers. */\n descriptionForReviewers?: string;\n /** This is the collection of reviewers. */\n reviewers?: AccessReviewReviewer[];\n /** This is the collection of backup reviewers. */\n backupReviewers?: AccessReviewReviewer[];\n /**\n * This field specifies the type of reviewers for a review. Usually for a review, reviewers are explicitly assigned. However, in some cases, the reviewers may not be assigned and instead be chosen dynamically. For example managers review or self review.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly reviewersType?: AccessReviewScheduleDefinitionReviewersType;\n /** This is the collection of instances returned when one does an expand on it. */\n instances?: AccessReviewInstance[];\n /**\n * ResourceId in which this review is getting created\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly resourceId?: string;\n /**\n * This is used to indicate the role being reviewed\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly roleDefinitionId?: string;\n /**\n * The identity type user/servicePrincipal to review\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly principalTypeScopePrincipalType?: AccessReviewScopePrincipalType;\n /**\n * The role assignment state eligible/active to review\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly assignmentState?: AccessReviewScopeAssignmentState;\n /** Duration users are inactive for. The value should be in ISO 8601 format (http://en.wikipedia.org/wiki/ISO_8601#Durations).This code can be used to convert TimeSpan to a valid interval string: XmlConvert.ToString(new TimeSpan(hours, minutes, seconds)) */\n inactiveDuration?: string;\n /** Flag to indicate whether to expand nested memberships or not. */\n expandNestedMemberships?: boolean;\n /** Flag to indicate whether to expand nested memberships or not. */\n includeInheritedAccess?: boolean;\n /** Flag to indicate whether to expand nested memberships or not. */\n includeAccessBelowResource?: boolean;\n /** This is used to indicate the resource id(s) to exclude */\n excludeResourceId?: string;\n /** This is used to indicate the role definition id(s) to exclude */\n excludeRoleDefinitionId?: string;\n /** Flag to indicate whether sending mails to reviewers and the review creator is enabled. */\n mailNotificationsEnabled?: boolean;\n /** Flag to indicate whether sending reminder emails to reviewers are enabled. */\n reminderNotificationsEnabled?: boolean;\n /** Flag to indicate whether reviewers are required to provide a justification when reviewing access. */\n defaultDecisionEnabled?: boolean;\n /** Flag to indicate whether the reviewer is required to pass justification when recording a decision. */\n justificationRequiredOnApproval?: boolean;\n /** This specifies the behavior for the autoReview feature when an access review completes. */\n defaultDecision?: DefaultDecisionType;\n /** Flag to indicate whether auto-apply capability, to automatically change the target object access resource, is enabled. If not enabled, a user must, after the review completes, apply the access review. */\n autoApplyDecisionsEnabled?: boolean;\n /** Flag to indicate whether showing recommendations to reviewers is enabled. */\n recommendationsEnabled?: boolean;\n /** Recommendations for access reviews are calculated by looking back at 30 days of data(w.r.t the start date of the review) by default. However, in some scenarios, customers want to change how far back to look at and want to configure 60 days, 90 days, etc. instead. This setting allows customers to configure this duration. The value should be in ISO 8601 format (http://en.wikipedia.org/wiki/ISO_8601#Durations).This code can be used to convert TimeSpan to a valid interval string: XmlConvert.ToString(new TimeSpan(hours, minutes, seconds)) */\n recommendationLookBackDuration?: string;\n /** The duration in days for an instance. */\n instanceDurationInDays?: number;\n /** The recurrence range type. The possible values are: endDate, noEnd, numbered. */\n typeSettingsRecurrenceRangeType?: AccessReviewRecurrenceRangeType;\n /** The number of times to repeat the access review. Required and must be positive if type is numbered. */\n numberOfOccurrences?: number;\n /** The DateTime when the review is scheduled to be start. This could be a date in the future. Required on create. */\n startDate?: Date;\n /** The DateTime when the review is scheduled to end. Required if type is endDate */\n endDate?: Date;\n /** The recurrence type : weekly, monthly, etc. */\n typeSettingsRecurrencePatternType?: AccessReviewRecurrencePatternType;\n /** The interval for recurrence. For a quarterly review, the interval is 3 for type : absoluteMonthly. */\n interval?: number;\n /**\n * The identity id\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly principalId?: string;\n /**\n * The identity type : user/servicePrincipal\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly principalTypeCreatedByPrincipalType?: AccessReviewActorIdentityType;\n /**\n * The identity display name\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly principalName?: string;\n /**\n * The user principal name(if valid)\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly userPrincipalName?: string;\n}\n\n/** Settings of an Access Review. */\nexport interface AccessReviewScheduleSettings {\n /** Flag to indicate whether sending mails to reviewers and the review creator is enabled. */\n mailNotificationsEnabled?: boolean;\n /** Flag to indicate whether sending reminder emails to reviewers are enabled. */\n reminderNotificationsEnabled?: boolean;\n /** Flag to indicate whether reviewers are required to provide a justification when reviewing access. */\n defaultDecisionEnabled?: boolean;\n /** Flag to indicate whether the reviewer is required to pass justification when recording a decision. */\n justificationRequiredOnApproval?: boolean;\n /** This specifies the behavior for the autoReview feature when an access review completes. */\n defaultDecision?: DefaultDecisionType;\n /** Flag to indicate whether auto-apply capability, to automatically change the target object access resource, is enabled. If not enabled, a user must, after the review completes, apply the access review. */\n autoApplyDecisionsEnabled?: boolean;\n /** Flag to indicate whether showing recommendations to reviewers is enabled. */\n recommendationsEnabled?: boolean;\n /** Recommendations for access reviews are calculated by looking back at 30 days of data(w.r.t the start date of the review) by default. However, in some scenarios, customers want to change how far back to look at and want to configure 60 days, 90 days, etc. instead. This setting allows customers to configure this duration. The value should be in ISO 8601 format (http://en.wikipedia.org/wiki/ISO_8601#Durations).This code can be used to convert TimeSpan to a valid interval string: XmlConvert.ToString(new TimeSpan(hours, minutes, seconds)) */\n recommendationLookBackDuration?: string;\n /** The duration in days for an instance. */\n instanceDurationInDays?: number;\n /** The recurrence range type. The possible values are: endDate, noEnd, numbered. */\n typeRecurrenceRangeType?: AccessReviewRecurrenceRangeType;\n /** The number of times to repeat the access review. Required and must be positive if type is numbered. */\n numberOfOccurrences?: number;\n /** The DateTime when the review is scheduled to be start. This could be a date in the future. Required on create. */\n startDate?: Date;\n /** The DateTime when the review is scheduled to end. Required if type is endDate */\n endDate?: Date;\n /** The recurrence type : weekly, monthly, etc. */\n typeRecurrencePatternType?: AccessReviewRecurrencePatternType;\n /** The interval for recurrence. For a quarterly review, the interval is 3 for type : absoluteMonthly. */\n interval?: number;\n}\n\n/** Descriptor for what needs to be reviewed */\nexport interface AccessReviewReviewer {\n /** The id of the reviewer(user/servicePrincipal) */\n principalId?: string;\n /**\n * The identity type : user/servicePrincipal\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly principalType?: AccessReviewReviewerType;\n}\n\n/** Access Review Instance. */\nexport interface AccessReviewInstance {\n /**\n * The access review instance id.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly id?: string;\n /**\n * The access review instance name.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly name?: string;\n /**\n * The resource type.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly type?: string;\n /**\n * This read-only field specifies the status of an access review instance.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly status?: AccessReviewInstanceStatus;\n /** The DateTime when the review instance is scheduled to be start. */\n startDateTime?: Date;\n /** The DateTime when the review instance is scheduled to end. */\n endDateTime?: Date;\n /** This is the collection of reviewers. */\n reviewers?: AccessReviewReviewer[];\n /** This is the collection of backup reviewers. */\n backupReviewers?: AccessReviewReviewer[];\n /**\n * This field specifies the type of reviewers for a review. Usually for a review, reviewers are explicitly assigned. However, in some cases, the reviewers may not be assigned and instead be chosen dynamically. For example managers review or self review.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly reviewersType?: AccessReviewInstanceReviewersType;\n}\n\n/** Access Review Instance properties. */\nexport interface AccessReviewInstanceProperties {\n /**\n * This read-only field specifies the status of an access review instance.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly status?: AccessReviewInstanceStatus;\n /** The DateTime when the review instance is scheduled to be start. */\n startDateTime?: Date;\n /** The DateTime when the review instance is scheduled to end. */\n endDateTime?: Date;\n /** This is the collection of reviewers. */\n reviewers?: AccessReviewReviewer[];\n /** This is the collection of backup reviewers. */\n backupReviewers?: AccessReviewReviewer[];\n /**\n * This field specifies the type of reviewers for a review. Usually for a review, reviewers are explicitly assigned. However, in some cases, the reviewers may not be assigned and instead be chosen dynamically. For example managers review or self review.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly reviewersType?: AccessReviewInstanceReviewersType;\n}\n\n/** List of Access Review Instances. */\nexport interface AccessReviewInstanceListResult {\n /** Access Review Instance list. */\n value?: AccessReviewInstance[];\n /** The URL to use for getting the next set of results. */\n nextLink?: string;\n}\n\n/** List of access review decisions. */\nexport interface AccessReviewDecisionListResult {\n /** Access Review Decision list. */\n value?: AccessReviewDecision[];\n /** The URL to use for getting the next set of results. */\n nextLink?: string;\n}\n\n/** Access Review. */\nexport interface AccessReviewDecision {\n /**\n * The access review decision id.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly id?: string;\n /**\n * The access review decision name.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly name?: string;\n /**\n * The resource type.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly type?: string;\n /**\n * The feature- generated recommendation shown to the reviewer.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly recommendation?: AccessRecommendationType;\n /** The decision on the approval step. This value is initially set to NotReviewed. Approvers can take action of Approve/Deny */\n decision?: AccessReviewResult;\n /** Justification provided by approvers for their action */\n justification?: string;\n /**\n * Date Time when a decision was taken.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly reviewedDateTime?: Date;\n /**\n * The outcome of applying the decision.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly applyResult?: AccessReviewApplyResult;\n /**\n * The date and time when the review decision was applied.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly appliedDateTime?: Date;\n /** This is the collection of insights for this decision item. */\n insights?: AccessReviewDecisionInsight[];\n /** Every decision item in an access review represents a principal's membership to a resource. This property represents details of the membership. Examples of this detail might be whether the principal has direct access or indirect access */\n membershipTypes?: AccessReviewDecisionPrincipalResourceMembershipType[];\n /**\n * The identity id\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly principalIdPropertiesAppliedByPrincipalId?: string;\n /**\n * The identity type : user/servicePrincipal\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly principalTypePropertiesAppliedByPrincipalType?: AccessReviewActorIdentityType;\n /**\n * The identity display name\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly principalNamePropertiesAppliedByPrincipalName?: string;\n /**\n * The user principal name(if valid)\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly userPrincipalNamePropertiesAppliedByUserPrincipalName?: string;\n /**\n * The identity id\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly principalIdPropertiesReviewedByPrincipalId?: string;\n /**\n * The identity type : user/servicePrincipal\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly principalTypePropertiesReviewedByPrincipalType?: AccessReviewActorIdentityType;\n /**\n * The identity display name\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly principalNamePropertiesReviewedByPrincipalName?: string;\n /**\n * The user principal name(if valid)\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly userPrincipalNamePropertiesReviewedByUserPrincipalName?: string;\n /** The type of resource */\n typePropertiesResourceType?: DecisionResourceType;\n /**\n * The id of resource associated with a decision record.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly idPropertiesResourceId?: string;\n /**\n * The display name of resource associated with a decision record.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly displayNamePropertiesResourceDisplayName?: string;\n /** The type of decision target : User/ServicePrincipal */\n typePropertiesPrincipalType?: DecisionTargetType;\n /**\n * The id of principal whose access was reviewed.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly idPropertiesPrincipalId?: string;\n /**\n * The display name of the user whose access was reviewed.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly displayNamePropertiesPrincipalDisplayName?: string;\n}\n\n/** Approval Step. */\nexport interface AccessReviewDecisionProperties {\n /**\n * The feature- generated recommendation shown to the reviewer.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly recommendation?: AccessRecommendationType;\n /** The decision on the approval step. This value is initially set to NotReviewed. Approvers can take action of Approve/Deny */\n decision?: AccessReviewResult;\n /** Justification provided by approvers for their action */\n justification?: string;\n /**\n * Date Time when a decision was taken.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly reviewedDateTime?: Date;\n /**\n * The outcome of applying the decision.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly applyResult?: AccessReviewApplyResult;\n /**\n * The date and time when the review decision was applied.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly appliedDateTime?: Date;\n /** This is the collection of insights for this decision item. */\n insights?: AccessReviewDecisionInsight[];\n /** Every decision item in an access review represents a principal's membership to a resource. This property represents details of the membership. Examples of this detail might be whether the principal has direct access or indirect access */\n membershipTypes?: AccessReviewDecisionPrincipalResourceMembershipType[];\n /**\n * The identity id\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly principalIdAppliedByPrincipalId?: string;\n /**\n * The identity type : user/servicePrincipal\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly principalTypeAppliedByPrincipalType?: AccessReviewActorIdentityType;\n /**\n * The identity display name\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly principalNameAppliedByPrincipalName?: string;\n /**\n * The user principal name(if valid)\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly userPrincipalNameAppliedByUserPrincipalName?: string;\n /**\n * The identity id\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly principalIdReviewedByPrincipalId?: string;\n /**\n * The identity type : user/servicePrincipal\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly principalTypeReviewedByPrincipalType?: AccessReviewActorIdentityType;\n /**\n * The identity display name\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly principalNameReviewedByPrincipalName?: string;\n /**\n * The user principal name(if valid)\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly userPrincipalNameReviewedByUserPrincipalName?: string;\n /** The type of resource */\n typeResourceType?: DecisionResourceType;\n /**\n * The id of resource associated with a decision record.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly idResourceId?: string;\n /**\n * The display name of resource associated with a decision record.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly displayNameResourceDisplayName?: string;\n /** The type of decision target : User/ServicePrincipal */\n typePrincipalType?: DecisionTargetType;\n /**\n * The id of principal whose access was reviewed.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly idPrincipalId?: string;\n /**\n * The display name of the user whose access was reviewed.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly displayNamePrincipalDisplayName?: string;\n}\n\n/** Target of the decision. */\nexport interface AccessReviewDecisionIdentity {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n type: \"user\" | \"servicePrincipal\";\n /**\n * The id of principal whose access was reviewed.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly id?: string;\n /**\n * The display name of the user whose access was reviewed.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly displayName?: string;\n}\n\n/** Access Review Decision Insight. */\nexport interface AccessReviewDecisionInsight {\n /**\n * The access review insight id.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly id?: string;\n /**\n * The access review insight name.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly name?: string;\n /**\n * The resource type.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly type?: string;\n /** The type of insight */\n typePropertiesType?: AccessReviewDecisionInsightType;\n /**\n * Date Time when the insight was created.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly insightCreatedDateTime?: any;\n}\n\n/** Details of the Insight. */\nexport interface AccessReviewDecisionInsightProperties {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n type: \"userSignInInsight\";\n /**\n * Date Time when the insight was created.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly insightCreatedDateTime?: any;\n}\n\n/** List of access review contacted reviewers. */\nexport interface AccessReviewContactedReviewerListResult {\n /** Access Review Contacted Reviewer. */\n value?: AccessReviewContactedReviewer[];\n /** The URL to use for getting the next set of results. */\n nextLink?: string;\n}\n\n/** Access Review Contacted Reviewer. */\nexport interface AccessReviewContactedReviewer {\n /**\n * The access review reviewer id.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly id?: string;\n /**\n * The access review reviewer id.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly name?: string;\n /**\n * The resource type.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly type?: string;\n /**\n * The display name of the reviewer\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly userDisplayName?: string;\n /**\n * The user principal name of the reviewer\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly userPrincipalName?: string;\n /**\n * Date Time when the reviewer was contacted.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly createdDateTime?: Date;\n}\n\n/** Access Review Default Settings. */\nexport interface AccessReviewDefaultSettings {\n /**\n * The access review default settings id. This is only going to be default\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly id?: string;\n /**\n * The access review default settings name. This is always going to be Access Review Default Settings\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly name?: string;\n /**\n * The resource type.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly type?: string;\n /** Flag to indicate whether sending mails to reviewers and the review creator is enabled. */\n mailNotificationsEnabled?: boolean;\n /** Flag to indicate whether sending reminder emails to reviewers are enabled. */\n reminderNotificationsEnabled?: boolean;\n /** Flag to indicate whether reviewers are required to provide a justification when reviewing access. */\n defaultDecisionEnabled?: boolean;\n /** Flag to indicate whether the reviewer is required to pass justification when recording a decision. */\n justificationRequiredOnApproval?: boolean;\n /** This specifies the behavior for the autoReview feature when an access review completes. */\n defaultDecision?: DefaultDecisionType;\n /** Flag to indicate whether auto-apply capability, to automatically change the target object access resource, is enabled. If not enabled, a user must, after the review completes, apply the access review. */\n autoApplyDecisionsEnabled?: boolean;\n /** Flag to indicate whether showing recommendations to reviewers is enabled. */\n recommendationsEnabled?: boolean;\n /** Recommendations for access reviews are calculated by looking back at 30 days of data(w.r.t the start date of the review) by default. However, in some scenarios, customers want to change how far back to look at and want to configure 60 days, 90 days, etc. instead. This setting allows customers to configure this duration. The value should be in ISO 8601 format (http://en.wikipedia.org/wiki/ISO_8601#Durations).This code can be used to convert TimeSpan to a valid interval string: XmlConvert.ToString(new TimeSpan(hours, minutes, seconds)) */\n recommendationLookBackDuration?: string;\n /** The duration in days for an instance. */\n instanceDurationInDays?: number;\n /** The recurrence range type. The possible values are: endDate, noEnd, numbered. */\n typePropertiesRecurrenceRangeType?: AccessReviewRecurrenceRangeType;\n /** The number of times to repeat the access review. Required and must be positive if type is numbered. */\n numberOfOccurrences?: number;\n /** The DateTime when the review is scheduled to be start. This could be a date in the future. Required on create. */\n startDate?: Date;\n /** The DateTime when the review is scheduled to end. Required if type is endDate */\n endDate?: Date;\n /** The recurrence type : weekly, monthly, etc. */\n typePropertiesRecurrencePatternType?: AccessReviewRecurrencePatternType;\n /** The interval for recurrence. For a quarterly review, the interval is 3 for type : absoluteMonthly. */\n interval?: number;\n}\n\n/** Record All Decisions payload. */\nexport interface RecordAllDecisionsProperties {\n /**\n * The id of principal which needs to be approved/denied.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly principalId?: string;\n /**\n * The id of resource which needs to be approved/denied.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly resourceId?: string;\n /** The decision to make. Approvers can take action of Approve/Deny */\n decision?: RecordAllDecisionsResult;\n /** Justification provided by approvers for their action */\n justification?: string;\n}\n\n/** Eligible child resources list operation result. */\nexport interface EligibleChildResourcesListResult {\n /** Eligible child resource list. */\n value?: EligibleChildResource[];\n /** The URL to use for getting the next set of results. */\n nextLink?: string;\n}\n\n/** Eligible child resource */\nexport interface EligibleChildResource {\n /**\n * The resource scope Id.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly id?: string;\n /**\n * The resource name.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly name?: string;\n /**\n * The resource type.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly type?: string;\n}\n\n/** An error response from the service. */\nexport interface CloudError {\n /** An error response from the service. */\n error?: CloudErrorBody;\n}\n\n/** An error response from the service. */\nexport interface CloudErrorBody {\n /** An identifier for the error. Codes are invariant and are intended to be consumed programmatically. */\n code?: string;\n /** A message describing the error, intended to be suitable for display in a user interface. */\n message?: string;\n}\n\n/** Role Assignment schedule */\nexport interface RoleAssignmentSchedule {\n /**\n * The role assignment schedule Id.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly id?: string;\n /**\n * The role assignment schedule name.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly name?: string;\n /**\n * The role assignment schedule type.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly type?: string;\n /** The role assignment schedule scope. */\n scope?: string;\n /** The role definition ID. */\n roleDefinitionId?: string;\n /** The principal ID. */\n principalId?: string;\n /** The principal type of the assigned principal ID. */\n principalType?: PrincipalType;\n /** The id of roleAssignmentScheduleRequest used to create this roleAssignmentSchedule */\n roleAssignmentScheduleRequestId?: string;\n /** The id of roleEligibilitySchedule used to activated this roleAssignmentSchedule */\n linkedRoleEligibilityScheduleId?: string;\n /** Assignment type of the role assignment schedule */\n assignmentType?: AssignmentType;\n /** Membership type of the role assignment schedule */\n memberType?: MemberType;\n /** The status of the role assignment schedule. */\n status?: Status;\n /** Start DateTime when role assignment schedule */\n startDateTime?: Date;\n /** End DateTime when role assignment schedule */\n endDateTime?: Date;\n /** The conditions on the role assignment. This limits the resources it can be assigned to. e.g.: @Resource[Microsoft.Storage/storageAccounts/blobServices/containers:ContainerName] StringEqualsIgnoreCase 'foo_storage_container' */\n condition?: string;\n /** Version of the condition. Currently accepted value is '2.0' */\n conditionVersion?: string;\n /** DateTime when role assignment schedule was created */\n createdOn?: Date;\n /** DateTime when role assignment schedule was modified */\n updatedOn?: Date;\n /** Additional properties of principal, scope and role definition */\n expandedProperties?: ExpandedProperties;\n}\n\nexport interface ExpandedProperties {\n /** Details of the resource scope */\n scope?: ExpandedPropertiesScope;\n /** Details of role definition */\n roleDefinition?: ExpandedPropertiesRoleDefinition;\n /** Details of the principal */\n principal?: ExpandedPropertiesPrincipal;\n}\n\n/** Details of the resource scope */\nexport interface ExpandedPropertiesScope {\n /** Scope id of the resource */\n id?: string;\n /** Display name of the resource */\n displayName?: string;\n /** Type of the resource */\n type?: string;\n}\n\n/** Details of role definition */\nexport interface ExpandedPropertiesRoleDefinition {\n /** Id of the role definition */\n id?: string;\n /** Display name of the role definition */\n displayName?: string;\n /** Type of the role definition */\n type?: string;\n}\n\n/** Details of the principal */\nexport interface ExpandedPropertiesPrincipal {\n /** Id of the principal */\n id?: string;\n /** Display name of the principal */\n displayName?: string;\n /** Email id of the principal */\n email?: string;\n /** Type of the principal */\n type?: string;\n}\n\n/** Role assignment schedule list operation result. */\nexport interface RoleAssignmentScheduleListResult {\n /** Role assignment schedule list. */\n value?: RoleAssignmentSchedule[];\n /** The URL to use for getting the next set of results. */\n nextLink?: string;\n}\n\n/** Role assignment schedule instance list operation result. */\nexport interface RoleAssignmentScheduleInstanceListResult {\n /** Role assignment schedule instance list. */\n value?: RoleAssignmentScheduleInstance[];\n /** The URL to use for getting the next set of results. */\n nextLink?: string;\n}\n\n/** Information about current or upcoming role assignment schedule instance */\nexport interface RoleAssignmentScheduleInstance {\n /**\n * The role assignment schedule instance ID.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly id?: string;\n /**\n * The role assignment schedule instance name.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly name?: string;\n /**\n * The role assignment schedule instance type.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly type?: string;\n /** The role assignment schedule scope. */\n scope?: string;\n /** The role definition ID. */\n roleDefinitionId?: string;\n /** The principal ID. */\n principalId?: string;\n /** The principal type of the assigned principal ID. */\n principalType?: PrincipalType;\n /** Id of the master role assignment schedule */\n roleAssignmentScheduleId?: string;\n /** Role Assignment Id in external system */\n originRoleAssignmentId?: string;\n /** The status of the role assignment schedule instance. */\n status?: Status;\n /** The startDateTime of the role assignment schedule instance */\n startDateTime?: Date;\n /** The endDateTime of the role assignment schedule instance */\n endDateTime?: Date;\n /** roleEligibilityScheduleId used to activate */\n linkedRoleEligibilityScheduleId?: string;\n /** roleEligibilityScheduleInstanceId linked to this roleAssignmentScheduleInstance */\n linkedRoleEligibilityScheduleInstanceId?: string;\n /** Assignment type of the role assignment schedule */\n assignmentType?: AssignmentType;\n /** Membership type of the role assignment schedule */\n memberType?: MemberType;\n /** The conditions on the role assignment. This limits the resources it can be assigned to. e.g.: @Resource[Microsoft.Storage/storageAccounts/blobServices/containers:ContainerName] StringEqualsIgnoreCase 'foo_storage_container' */\n condition?: string;\n /** Version of the condition. Currently accepted value is '2.0' */\n conditionVersion?: string;\n /** DateTime when role assignment schedule was created */\n createdOn?: Date;\n /** Additional properties of principal, scope and role definition */\n expandedProperties?: ExpandedProperties;\n}\n\n/** Role Assignment schedule request */\nexport interface RoleAssignmentScheduleRequest {\n /**\n * The role assignment schedule request ID.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly id?: string;\n /**\n * The role assignment schedule request name.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly name?: string;\n /**\n * The role assignment schedule request type.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly type?: string;\n /**\n * The role assignment schedule request scope.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly scope?: string;\n /** The role definition ID. */\n roleDefinitionId?: string;\n /** The principal ID. */\n principalId?: string;\n /**\n * The principal type of the assigned principal ID.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly principalType?: PrincipalType;\n /** The type of the role assignment schedule request. Eg: SelfActivate, AdminAssign etc */\n requestType?: RequestType;\n /**\n * The status of the role assignment schedule request.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly status?: Status;\n /**\n * The approvalId of the role assignment schedule request.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly approvalId?: string;\n /** The resultant role assignment schedule id or the role assignment schedule id being updated */\n targetRoleAssignmentScheduleId?: string;\n /** The role assignment schedule instance id being updated */\n targetRoleAssignmentScheduleInstanceId?: string;\n /** Schedule info of the role assignment schedule */\n scheduleInfo?: RoleAssignmentScheduleRequestPropertiesScheduleInfo;\n /** The linked role eligibility schedule id - to activate an eligibility. */\n linkedRoleEligibilityScheduleId?: string;\n /** Justification for the role assignment */\n justification?: string;\n /** Ticket Info of the role assignment */\n ticketInfo?: RoleAssignmentScheduleRequestPropertiesTicketInfo;\n /** The conditions on the role assignment. This limits the resources it can be assigned to. e.g.: @Resource[Microsoft.Storage/storageAccounts/blobServices/containers:ContainerName] StringEqualsIgnoreCase 'foo_storage_container' */\n condition?: string;\n /** Version of the condition. Currently accepted value is '2.0' */\n conditionVersion?: string;\n /**\n * DateTime when role assignment schedule request was created\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly createdOn?: Date;\n /**\n * Id of the user who created this request\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly requestorId?: string;\n /**\n * Additional properties of principal, scope and role definition\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly expandedProperties?: ExpandedProperties;\n}\n\n/** Schedule info of the role assignment schedule */\nexport interface RoleAssignmentScheduleRequestPropertiesScheduleInfo {\n /** Start DateTime of the role assignment schedule. */\n startDateTime?: Date;\n /** Expiration of the role assignment schedule */\n expiration?: RoleAssignmentScheduleRequestPropertiesScheduleInfoExpiration;\n}\n\n/** Expiration of the role assignment schedule */\nexport interface RoleAssignmentScheduleRequestPropertiesScheduleInfoExpiration {\n /** Type of the role assignment schedule expiration */\n type?: Type;\n /** End DateTime of the role assignment schedule. */\n endDateTime?: Date;\n /** Duration of the role assignment schedule in TimeSpan. */\n duration?: string;\n}\n\n/** Ticket Info of the role assignment */\nexport interface RoleAssignmentScheduleRequestPropertiesTicketInfo {\n /** Ticket number for the role assignment */\n ticketNumber?: string;\n /** Ticket system name for the role assignment */\n ticketSystem?: string;\n}\n\n/** Role assignment schedule request list operation result. */\nexport interface RoleAssignmentScheduleRequestListResult {\n /** Role assignment schedule request list. */\n value?: RoleAssignmentScheduleRequest[];\n /** The URL to use for getting the next set of results. */\n nextLink?: string;\n}\n\n/** Role eligibility schedule */\nexport interface RoleEligibilitySchedule {\n /**\n * The role eligibility schedule Id.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly id?: string;\n /**\n * The role eligibility schedule name.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly name?: string;\n /**\n * The role eligibility schedule type.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly type?: string;\n /** The role eligibility schedule scope. */\n scope?: string;\n /** The role definition ID. */\n roleDefinitionId?: string;\n /** The principal ID. */\n principalId?: string;\n /** The principal type of the assigned principal ID. */\n principalType?: PrincipalType;\n /** The id of roleEligibilityScheduleRequest used to create this roleAssignmentSchedule */\n roleEligibilityScheduleRequestId?: string;\n /** Membership type of the role eligibility schedule */\n memberType?: MemberType;\n /** The status of the role eligibility schedule. */\n status?: Status;\n /** Start DateTime when role eligibility schedule */\n startDateTime?: Date;\n /** End DateTime when role eligibility schedule */\n endDateTime?: Date;\n /** The conditions on the role assignment. This limits the resources it can be assigned to. e.g.: @Resource[Microsoft.Storage/storageAccounts/blobServices/containers:ContainerName] StringEqualsIgnoreCase 'foo_storage_container' */\n condition?: string;\n /** Version of the condition. Currently accepted value is '2.0' */\n conditionVersion?: string;\n /** DateTime when role eligibility schedule was created */\n createdOn?: Date;\n /** DateTime when role eligibility schedule was modified */\n updatedOn?: Date;\n /** Additional properties of principal, scope and role definition */\n expandedProperties?: ExpandedProperties;\n}\n\n/** role eligibility schedule list operation result. */\nexport interface RoleEligibilityScheduleListResult {\n /** role eligibility schedule list. */\n value?: RoleEligibilitySchedule[];\n /** The URL to use for getting the next set of results. */\n nextLink?: string;\n}\n\n/** Role eligibility schedule instance list operation result. */\nexport interface RoleEligibilityScheduleInstanceListResult {\n /** Role eligibility schedule instance list. */\n value?: RoleEligibilityScheduleInstance[];\n /** The URL to use for getting the next set of results. */\n nextLink?: string;\n}\n\n/** Information about current or upcoming role eligibility schedule instance */\nexport interface RoleEligibilityScheduleInstance {\n /**\n * The role eligibility schedule instance ID.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly id?: string;\n /**\n * The role eligibility schedule instance name.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly name?: string;\n /**\n * The role eligibility schedule instance type.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly type?: string;\n /** The role eligibility schedule scope. */\n scope?: string;\n /** The role definition ID. */\n roleDefinitionId?: string;\n /** The principal ID. */\n principalId?: string;\n /** The principal type of the assigned principal ID. */\n principalType?: PrincipalType;\n /** Id of the master role eligibility schedule */\n roleEligibilityScheduleId?: string;\n /** The status of the role eligibility schedule instance */\n status?: Status;\n /** The startDateTime of the role eligibility schedule instance */\n startDateTime?: Date;\n /** The endDateTime of the role eligibility schedule instance */\n endDateTime?: Date;\n /** Membership type of the role eligibility schedule */\n memberType?: MemberType;\n /** The conditions on the role assignment. This limits the resources it can be assigned to. e.g.: @Resource[Microsoft.Storage/storageAccounts/blobServices/containers:ContainerName] StringEqualsIgnoreCase 'foo_storage_container' */\n condition?: string;\n /** Version of the condition. Currently accepted value is '2.0' */\n conditionVersion?: string;\n /** DateTime when role eligibility schedule was created */\n createdOn?: Date;\n /** Additional properties of principal, scope and role definition */\n expandedProperties?: ExpandedProperties;\n}\n\n/** Role Eligibility schedule request */\nexport interface RoleEligibilityScheduleRequest {\n /**\n * The role eligibility schedule request ID.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly id?: string;\n /**\n * The role eligibility schedule request name.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly name?: string;\n /**\n * The role eligibility schedule request type.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly type?: string;\n /**\n * The role eligibility schedule request scope.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly scope?: string;\n /** The role definition ID. */\n roleDefinitionId?: string;\n /** The principal ID. */\n principalId?: string;\n /**\n * The principal type of the assigned principal ID.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly principalType?: PrincipalType;\n /** The type of the role assignment schedule request. Eg: SelfActivate, AdminAssign etc */\n requestType?: RequestType;\n /**\n * The status of the role eligibility schedule request.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly status?: Status;\n /**\n * The approvalId of the role eligibility schedule request.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly approvalId?: string;\n /** Schedule info of the role eligibility schedule */\n scheduleInfo?: RoleEligibilityScheduleRequestPropertiesScheduleInfo;\n /** The resultant role eligibility schedule id or the role eligibility schedule id being updated */\n targetRoleEligibilityScheduleId?: string;\n /** The role eligibility schedule instance id being updated */\n targetRoleEligibilityScheduleInstanceId?: string;\n /** Justification for the role eligibility */\n justification?: string;\n /** Ticket Info of the role eligibility */\n ticketInfo?: RoleEligibilityScheduleRequestPropertiesTicketInfo;\n /** The conditions on the role assignment. This limits the resources it can be assigned to. e.g.: @Resource[Microsoft.Storage/storageAccounts/blobServices/containers:ContainerName] StringEqualsIgnoreCase 'foo_storage_container' */\n condition?: string;\n /** Version of the condition. Currently accepted value is '2.0' */\n conditionVersion?: string;\n /**\n * DateTime when role eligibility schedule request was created\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly createdOn?: Date;\n /**\n * Id of the user who created this request\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly requestorId?: string;\n /**\n * Additional properties of principal, scope and role definition\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly expandedProperties?: ExpandedProperties;\n}\n\n/** Schedule info of the role eligibility schedule */\nexport interface RoleEligibilityScheduleRequestPropertiesScheduleInfo {\n /** Start DateTime of the role eligibility schedule. */\n startDateTime?: Date;\n /** Expiration of the role eligibility schedule */\n expiration?: RoleEligibilityScheduleRequestPropertiesScheduleInfoExpiration;\n}\n\n/** Expiration of the role eligibility schedule */\nexport interface RoleEligibilityScheduleRequestPropertiesScheduleInfoExpiration {\n /** Type of the role eligibility schedule expiration */\n type?: Type;\n /** End DateTime of the role eligibility schedule. */\n endDateTime?: Date;\n /** Duration of the role eligibility schedule in TimeSpan. */\n duration?: string;\n}\n\n/** Ticket Info of the role eligibility */\nexport interface RoleEligibilityScheduleRequestPropertiesTicketInfo {\n /** Ticket number for the role eligibility */\n ticketNumber?: string;\n /** Ticket system name for the role eligibility */\n ticketSystem?: string;\n}\n\n/** Role eligibility schedule request list operation result. */\nexport interface RoleEligibilityScheduleRequestListResult {\n /** Role eligibility schedule request list. */\n value?: RoleEligibilityScheduleRequest[];\n /** The URL to use for getting the next set of results. */\n nextLink?: string;\n}\n\n/** Role management policy */\nexport interface RoleManagementPolicy {\n /**\n * The role management policy Id.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly id?: string;\n /**\n * The role management policy name.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly name?: string;\n /**\n * The role management policy type.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly type?: string;\n /** The role management policy scope. */\n scope?: string;\n /** The role management policy display name. */\n displayName?: string;\n /** The role management policy description. */\n description?: string;\n /** The role management policy is default policy. */\n isOrganizationDefault?: boolean;\n /**\n * The name of the entity last modified it\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly lastModifiedBy?: Principal;\n /**\n * The last modified date time.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly lastModifiedDateTime?: Date;\n /** The rule applied to the policy. */\n rules?: RoleManagementPolicyRuleUnion[];\n /**\n * The readonly computed rule applied to the policy.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly effectiveRules?: RoleManagementPolicyRuleUnion[];\n /**\n * Additional properties of scope\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly policyProperties?: PolicyProperties;\n}\n\n/** The role management policy rule. */\nexport interface RoleManagementPolicyRule {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n ruleType:\n | \"RoleManagementPolicyApprovalRule\"\n | \"RoleManagementPolicyAuthenticationContextRule\"\n | \"RoleManagementPolicyEnablementRule\"\n | \"RoleManagementPolicyExpirationRule\"\n | \"RoleManagementPolicyNotificationRule\";\n /** The id of the rule. */\n id?: string;\n /** The target of the current rule. */\n target?: RoleManagementPolicyRuleTarget;\n}\n\n/** The role management policy rule target. */\nexport interface RoleManagementPolicyRuleTarget {\n /** The caller of the setting. */\n caller?: string;\n /** The type of operation. */\n operations?: string[];\n /** The assignment level to which rule is applied. */\n level?: string;\n /** The list of target objects. */\n targetObjects?: string[];\n /** The list of inheritable settings. */\n inheritableSettings?: string[];\n /** The list of enforced settings. */\n enforcedSettings?: string[];\n}\n\nexport interface PolicyProperties {\n /**\n * Details of the resource scope\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly scope?: PolicyPropertiesScope;\n}\n\n/** Details of the resource scope */\nexport interface PolicyPropertiesScope {\n /** Scope id of the resource */\n id?: string;\n /** Display name of the resource */\n displayName?: string;\n /** Type of the resource */\n type?: string;\n}\n\n/** Role management policy list operation result. */\nexport interface RoleManagementPolicyListResult {\n /** Role management policy list. */\n value?: RoleManagementPolicy[];\n /** The URL to use for getting the next set of results. */\n nextLink?: string;\n}\n\n/** Role management policy */\nexport interface RoleManagementPolicyAssignment {\n /**\n * The role management policy Id.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly id?: string;\n /**\n * The role management policy name.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly name?: string;\n /**\n * The role management policy type.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly type?: string;\n /** The role management policy scope. */\n scope?: string;\n /** The role definition of management policy assignment. */\n roleDefinitionId?: string;\n /** The policy id role management policy assignment. */\n policyId?: string;\n /**\n * Additional properties of scope, role definition and policy\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly policyAssignmentProperties?: PolicyAssignmentProperties;\n}\n\nexport interface PolicyAssignmentProperties {\n /** Details of the resource scope */\n scope?: PolicyAssignmentPropertiesScope;\n /** Details of role definition */\n roleDefinition?: PolicyAssignmentPropertiesRoleDefinition;\n /** Details of the policy */\n policy?: PolicyAssignmentPropertiesPolicy;\n}\n\n/** Details of the resource scope */\nexport interface PolicyAssignmentPropertiesScope {\n /** Scope id of the resource */\n id?: string;\n /** Display name of the resource */\n displayName?: string;\n /** Type of the resource */\n type?: string;\n}\n\n/** Details of role definition */\nexport interface PolicyAssignmentPropertiesRoleDefinition {\n /** Id of the role definition */\n id?: string;\n /** Display name of the role definition */\n displayName?: string;\n /** Type of the role definition */\n type?: string;\n}\n\n/** Details of the policy */\nexport interface PolicyAssignmentPropertiesPolicy {\n /** Id of the policy */\n id?: string;\n /**\n * The name of the entity last modified it\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly lastModifiedBy?: Principal;\n /** The last modified date time. */\n lastModifiedDateTime?: Date;\n}\n\n/** Role management policy assignment list operation result. */\nexport interface RoleManagementPolicyAssignmentListResult {\n /** Role management policy assignment list. */\n value?: RoleManagementPolicyAssignment[];\n /** The URL to use for getting the next set of results. */\n nextLink?: string;\n}\n\n/** The alert. */\nexport interface Alert {\n /**\n * The alert ID.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly id?: string;\n /**\n * The alert name.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly name?: string;\n /**\n * The alert type.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly type?: string;\n /**\n * The alert scope.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly scope?: string;\n /** False by default; true if the alert is active. */\n isActive?: boolean;\n /**\n * The number of generated incidents of the alert.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly incidentCount?: number;\n /**\n * The date time when the alert configuration was updated or new incidents were generated.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly lastModifiedDateTime?: Date;\n /**\n * The date time when the alert was last scanned.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly lastScannedDateTime?: Date;\n /**\n * The alert definition.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly alertDefinition?: AlertDefinition;\n /**\n * The alert incidents.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly alertIncidents?: AlertIncident[];\n /**\n * The alert configuration.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly alertConfiguration?: AlertConfiguration;\n}\n\n/** Alert definition */\nexport interface AlertDefinition {\n /**\n * The alert definition ID.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly id?: string;\n /**\n * The alert definition name.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly name?: string;\n /**\n * The alert definition type.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly type?: string;\n /**\n * The alert display name.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly displayName?: string;\n /**\n * The alert scope.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly scope?: string;\n /**\n * The alert description.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly description?: string;\n /**\n * Severity level of the alert.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly severityLevel?: SeverityLevel;\n /**\n * Security impact of the alert.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly securityImpact?: string;\n /**\n * The methods to mitigate the alert.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly mitigationSteps?: string;\n /**\n * The ways to prevent the alert.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly howToPrevent?: string;\n /**\n * True if the alert can be remediated; false, otherwise.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly isRemediatable?: boolean;\n /**\n * True if the alert configuration can be configured; false, otherwise.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly isConfigurable?: boolean;\n}\n\n/** Alert incident */\nexport interface AlertIncident {\n /**\n * The alert incident ID.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly id?: string;\n /**\n * The alert incident name.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly name?: string;\n /**\n * The alert incident type.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly type?: string;\n /** The alert incident type. */\n alertIncidentType?: string;\n}\n\n/** Alert incident properties */\nexport interface AlertIncidentProperties {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n alertIncidentType:\n | \"AzureRolesAssignedOutsidePimAlertIncident\"\n | \"DuplicateRoleCreatedAlertIncident\"\n | \"TooManyOwnersAssignedToResourceAlertIncident\"\n | \"TooManyPermanentOwnersAssignedToResourceAlertIncident\";\n}\n\n/** Alert configuration. */\nexport interface AlertConfiguration {\n /**\n * The alert configuration ID.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly id?: string;\n /**\n * The alert configuration name.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly name?: string;\n /**\n * The alert configuration type.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly type?: string;\n /**\n * The alert definition ID.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly alertDefinitionId?: string;\n /**\n * The alert scope.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly scope?: string;\n /** True if the alert is enabled, false will disable the scanning for the specific alert. */\n isEnabled?: boolean;\n /** The alert configuration type. */\n alertConfigurationType?: string;\n /**\n * The alert definition.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly alertDefinition?: AlertDefinition;\n}\n\n/** Alert configuration properties. */\nexport interface AlertConfigurationProperties {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n alertConfigurationType:\n | \"AzureRolesAssignedOutsidePimAlertConfiguration\"\n | \"DuplicateRoleCreatedAlertConfiguration\"\n | \"TooManyOwnersAssignedToResourceAlertConfiguration\"\n | \"TooManyPermanentOwnersAssignedToResourceAlertConfiguration\";\n /**\n * The alert definition ID.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly alertDefinitionId?: string;\n /**\n * The alert scope.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly scope?: string;\n /** True if the alert is enabled, false will disable the scanning for the specific alert. */\n isEnabled?: boolean;\n /**\n * The alert definition.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly alertDefinition?: AlertDefinition;\n}\n\n/** Alert list operation result. */\nexport interface AlertListResult {\n /** Alert list */\n value?: Alert[];\n /** The URL to use for getting the next set of results. */\n nextLink?: string;\n}\n\n/** Alert operation result */\nexport interface AlertOperationResult {\n /**\n * The id of the alert operation.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly id?: string;\n /**\n * The status of the alert operation.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly status?: string;\n /**\n * The status detail of the alert operation.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly statusDetail?: string;\n /**\n * The created date of the alert operation.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly createdDateTime?: Date;\n /**\n * The last action date of the alert operation.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly lastActionDateTime?: Date;\n /**\n * The location of the alert associated with the operation.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly resourceLocation?: string;\n}\n\n/** Alert configuration list operation result. */\nexport interface AlertConfigurationListResult {\n /** Alert configuration list */\n value?: AlertConfiguration[];\n /** The URL to use for getting the next set of results. */\n nextLink?: string;\n}\n\n/** Alert definition list operation result. */\nexport interface AlertDefinitionListResult {\n /** Alert definition list */\n value?: AlertDefinition[];\n /** The URL to use for getting the next set of results. */\n nextLink?: string;\n}\n\n/** Alert incident list operation result. */\nexport interface AlertIncidentListResult {\n /** Alert incident list */\n value?: AlertIncident[];\n /** The URL to use for getting the next set of results. */\n nextLink?: string;\n}\n\n/** Deny Assignments filter */\nexport interface DenyAssignmentFilter {\n /** Return deny assignment with specified name. */\n denyAssignmentName?: string;\n /** Return all deny assignments where the specified principal is listed in the principals list of deny assignments. */\n principalId?: string;\n /** Return all deny assignments where the specified principal is listed either in the principals list or exclude principals list of deny assignments. */\n gdprExportPrincipalId?: string;\n}\n\n/** Failed validation result details */\nexport interface ValidationResponseErrorInfo {\n /**\n * Error code indicating why validation failed\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly code?: string;\n /**\n * Message indicating why validation failed\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly message?: string;\n}\n\n/** Validation response */\nexport interface ValidationResponse {\n /**\n * Whether or not validation succeeded\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly isValid?: boolean;\n /** Failed validation result details */\n errorInfo?: ValidationResponseErrorInfo;\n}\n\n/** Role Assignments filter */\nexport interface RoleAssignmentFilter {\n /** Returns role assignment of the specific principal. */\n principalId?: string;\n}\n\n/** Role Definitions filter */\nexport interface RoleDefinitionFilter {\n /** Returns role definition with the specific name. */\n roleName?: string;\n /** Returns role definition with the specific type. */\n type?: string;\n}\n\n/** The approval settings. */\nexport interface ApprovalSettings {\n /** Determines whether approval is required or not. */\n isApprovalRequired?: boolean;\n /** Determines whether approval is required for assignment extension. */\n isApprovalRequiredForExtension?: boolean;\n /** Determine whether requestor justification is required. */\n isRequestorJustificationRequired?: boolean;\n /** The type of rule */\n approvalMode?: ApprovalMode;\n /** The approval stages of the request. */\n approvalStages?: ApprovalStage[];\n}\n\n/** The approval stage. */\nexport interface ApprovalStage {\n /** The time in days when approval request would be timed out */\n approvalStageTimeOutInDays?: number;\n /** Determines whether approver need to provide justification for his decision. */\n isApproverJustificationRequired?: boolean;\n /** The time in minutes when the approval request would be escalated if the primary approver does not approve */\n escalationTimeInMinutes?: number;\n /** The primary approver of the request. */\n primaryApprovers?: UserSet[];\n /** The value determine whether escalation feature is enabled. */\n isEscalationEnabled?: boolean;\n /** The escalation approver of the request. */\n escalationApprovers?: UserSet[];\n}\n\n/** The detail of a user. */\nexport interface UserSet {\n /** The type of user. */\n userType?: UserType;\n /** The value indicating whether the user is a backup fallback approver */\n isBackup?: boolean;\n /** The object id of the user. */\n id?: string;\n /** The description of the user. */\n description?: string;\n}\n\n/** Role assignment schedule filter */\nexport interface RoleAssignmentScheduleFilter {\n /** Returns role assignment schedule of the specific principal. */\n principalId?: string;\n /** Returns role assignment schedule of the specific role definition. */\n roleDefinitionId?: string;\n /** Returns role assignment schedule instances of the specific status. */\n status?: string;\n}\n\n/** Role assignment schedule instance filter */\nexport interface RoleAssignmentScheduleInstanceFilter {\n /** Returns role assignment schedule instances of the specific principal. */\n principalId?: string;\n /** Returns role assignment schedule instances of the specific role definition. */\n roleDefinitionId?: string;\n /** Returns role assignment schedule instances of the specific status. */\n status?: string;\n /** Returns role assignment schedule instances belonging to a specific role assignment schedule. */\n roleAssignmentScheduleId?: string;\n}\n\n/** Role assignment schedule request filter */\nexport interface RoleAssignmentScheduleRequestFilter {\n /** Returns role assignment requests of the specific principal. */\n principalId?: string;\n /** Returns role assignment requests of the specific role definition. */\n roleDefinitionId?: string;\n /** Returns role assignment requests created by specific principal. */\n requestorId?: string;\n /** Returns role assignment requests of specific status. */\n status?: string;\n}\n\n/** Role eligibility schedule filter */\nexport interface RoleEligibilityScheduleFilter {\n /** Returns role eligibility schedule of the specific principal. */\n principalId?: string;\n /** Returns role eligibility schedule of the specific role definition. */\n roleDefinitionId?: string;\n /** Returns role eligibility schedule of the specific status. */\n status?: string;\n}\n\n/** Role eligibility schedule instance filter */\nexport interface RoleEligibilityScheduleInstanceFilter {\n /** Returns role eligibility schedule instances of the specific principal. */\n principalId?: string;\n /** Returns role eligibility schedule instances of the specific role definition. */\n roleDefinitionId?: string;\n /** Returns role eligibility schedule instances of the specific status. */\n status?: string;\n /** Returns role eligibility schedule instances belonging to a specific role eligibility schedule. */\n roleEligibilityScheduleId?: string;\n}\n\n/** Role eligibility schedule request filter */\nexport interface RoleEligibilityScheduleRequestFilter {\n /** Returns role eligibility requests of the specific principal. */\n principalId?: string;\n /** Returns role eligibility requests of the specific role definition. */\n roleDefinitionId?: string;\n /** Returns role eligibility requests created by specific principal. */\n requestorId?: string;\n /** Returns role eligibility requests of specific status. */\n status?: string;\n}\n\n/** User Decision Target */\nexport interface AccessReviewDecisionUserIdentity\n extends AccessReviewDecisionIdentity {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n type: \"user\";\n /**\n * The user principal name of the user whose access was reviewed.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly userPrincipalName?: string;\n}\n\n/** Service Principal Decision Target */\nexport interface AccessReviewDecisionServicePrincipalIdentity\n extends AccessReviewDecisionIdentity {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n type: \"servicePrincipal\";\n /**\n * The appId for the service principal entity being reviewed\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly appId?: string;\n}\n\n/** User Decision Target */\nexport interface AccessReviewDecisionUserSignInInsightProperties\n extends AccessReviewDecisionInsightProperties {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n type: \"userSignInInsight\";\n /**\n * Date Time when the user signed into the tenant.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly lastSignInDateTime?: any;\n}\n\n/** The role management policy approval rule. */\nexport interface RoleManagementPolicyApprovalRule\n extends RoleManagementPolicyRule {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n ruleType: \"RoleManagementPolicyApprovalRule\";\n /** The approval setting */\n setting?: ApprovalSettings;\n}\n\n/** The role management policy authentication context rule. */\nexport interface RoleManagementPolicyAuthenticationContextRule\n extends RoleManagementPolicyRule {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n ruleType: \"RoleManagementPolicyAuthenticationContextRule\";\n /** The value indicating if rule is enabled. */\n isEnabled?: boolean;\n /** The claim value. */\n claimValue?: string;\n}\n\n/** The role management policy enablement rule. */\nexport interface RoleManagementPolicyEnablementRule\n extends RoleManagementPolicyRule {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n ruleType: \"RoleManagementPolicyEnablementRule\";\n /** The list of enabled rules. */\n enabledRules?: EnablementRules[];\n}\n\n/** The role management policy expiration rule. */\nexport interface RoleManagementPolicyExpirationRule\n extends RoleManagementPolicyRule {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n ruleType: \"RoleManagementPolicyExpirationRule\";\n /** The value indicating whether expiration is required. */\n isExpirationRequired?: boolean;\n /** The maximum duration of expiration in timespan. */\n maximumDuration?: string;\n}\n\n/** The role management policy notification rule. */\nexport interface RoleManagementPolicyNotificationRule\n extends RoleManagementPolicyRule {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n ruleType: \"RoleManagementPolicyNotificationRule\";\n /** The type of notification. */\n notificationType?: NotificationDeliveryMechanism;\n /** The notification level. */\n notificationLevel?: NotificationLevel;\n /** The recipient type. */\n recipientType?: RecipientType;\n /** The list of notification recipients. */\n notificationRecipients?: string[];\n /** Determines if the notification will be sent to the recipient type specified in the policy rule. */\n isDefaultRecipientsEnabled?: boolean;\n}\n\n/** Azure roles assigned outside PIM alert incident properties. */\nexport interface AzureRolesAssignedOutsidePimAlertIncidentProperties\n extends AlertIncidentProperties {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n alertIncidentType: \"AzureRolesAssignedOutsidePimAlertIncident\";\n /**\n * The assignee display name.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly assigneeDisplayName?: string;\n /**\n * The assignee user principal name.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly assigneeUserPrincipalName?: string;\n /**\n * The assignee ID.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly assigneeId?: string;\n /**\n * The role display name.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly roleDisplayName?: string;\n /**\n * The role template ID.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly roleTemplateId?: string;\n /**\n * The role definition ID.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly roleDefinitionId?: string;\n /**\n * The date the assignment was activated.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly assignmentActivatedDate?: Date;\n /**\n * The requestor ID.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly requestorId?: string;\n /**\n * The requestor display name.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly requestorDisplayName?: string;\n /**\n * The requestor user principal name.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly requestorUserPrincipalName?: string;\n}\n\n/** Duplicate role created alert incident properties. */\nexport interface DuplicateRoleCreatedAlertIncidentProperties\n extends AlertIncidentProperties {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n alertIncidentType: \"DuplicateRoleCreatedAlertIncident\";\n /**\n * The role name.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly roleName?: string;\n /**\n * The duplicate roles.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly duplicateRoles?: string;\n /**\n * The reason for the incident.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly reason?: string;\n}\n\n/** Too many owners assigned to resource alert incident properties. */\nexport interface TooManyOwnersAssignedToResourceAlertIncidentProperties\n extends AlertIncidentProperties {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n alertIncidentType: \"TooManyOwnersAssignedToResourceAlertIncident\";\n /**\n * The assignee name.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly assigneeName?: string;\n /**\n * The assignee type.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly assigneeType?: string;\n}\n\n/** Too many permanent owners assigned to resource alert incident properties. */\nexport interface TooManyPermanentOwnersAssignedToResourceAlertIncidentProperties\n extends AlertIncidentProperties {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n alertIncidentType: \"TooManyPermanentOwnersAssignedToResourceAlertIncident\";\n /**\n * The assignee name.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly assigneeName?: string;\n /**\n * The assignee type.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly assigneeType?: string;\n}\n\n/** The Azure roles assigned outside PIM alert configuration properties. */\nexport interface AzureRolesAssignedOutsidePimAlertConfigurationProperties\n extends AlertConfigurationProperties {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n alertConfigurationType: \"AzureRolesAssignedOutsidePimAlertConfiguration\";\n}\n\n/** The duplicate role created alert configuration. */\nexport interface DuplicateRoleCreatedAlertConfigurationProperties\n extends AlertConfigurationProperties {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n alertConfigurationType: \"DuplicateRoleCreatedAlertConfiguration\";\n}\n\n/** Too many owners assigned to resource alert configuration properties. */\nexport interface TooManyOwnersAssignedToResourceAlertConfigurationProperties\n extends AlertConfigurationProperties {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n alertConfigurationType: \"TooManyOwnersAssignedToResourceAlertConfiguration\";\n /** The threshold number of owners. */\n thresholdNumberOfOwners?: number;\n /** The threshold percentage of owners out of all role members. */\n thresholdPercentageOfOwnersOutOfAllRoleMembers?: number;\n}\n\n/** Too many permanent owners assigned to resource alert configuration properties. */\nexport interface TooManyPermanentOwnersAssignedToResourceAlertConfigurationProperties\n extends AlertConfigurationProperties {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n alertConfigurationType: \"TooManyPermanentOwnersAssignedToResourceAlertConfiguration\";\n /** The threshold number of permanent owners. */\n thresholdNumberOfPermanentOwners?: number;\n /** The threshold percentage of permanent owners out of all owners. */\n thresholdPercentageOfPermanentOwnersOutOfAllOwners?: number;\n}\n\n/** Defines headers for Alerts_refresh operation. */\nexport interface AlertsRefreshHeaders {\n location?: string;\n}\n\n/** Defines headers for Alerts_refreshAll operation. */\nexport interface AlertsRefreshAllHeaders {\n location?: string;\n}\n\n/** Known values of {@link PrincipalType} that the service accepts. */\nexport enum KnownPrincipalType {\n /** User */\n User = \"User\",\n /** Group */\n Group = \"Group\",\n /** ServicePrincipal */\n ServicePrincipal = \"ServicePrincipal\",\n /** ForeignGroup */\n ForeignGroup = \"ForeignGroup\",\n /** Device */\n Device = \"Device\"\n}\n\n/**\n * Defines values for PrincipalType. \\\n * {@link KnownPrincipalType} can be used interchangeably with PrincipalType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **User** \\\n * **Group** \\\n * **ServicePrincipal** \\\n * **ForeignGroup** \\\n * **Device**\n */\nexport type PrincipalType = string;\n\n/** Known values of {@link AccessReviewResult} that the service accepts. */\nexport enum KnownAccessReviewResult {\n /** Approve */\n Approve = \"Approve\",\n /** Deny */\n Deny = \"Deny\",\n /** NotReviewed */\n NotReviewed = \"NotReviewed\",\n /** DontKnow */\n DontKnow = \"DontKnow\",\n /** NotNotified */\n NotNotified = \"NotNotified\"\n}\n\n/**\n * Defines values for AccessReviewResult. \\\n * {@link KnownAccessReviewResult} can be used interchangeably with AccessReviewResult,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Approve** \\\n * **Deny** \\\n * **NotReviewed** \\\n * **DontKnow** \\\n * **NotNotified**\n */\nexport type AccessReviewResult = string;\n\n/** Known values of {@link AccessReviewHistoryDefinitionStatus} that the service accepts. */\nexport enum KnownAccessReviewHistoryDefinitionStatus {\n /** Requested */\n Requested = \"Requested\",\n /** InProgress */\n InProgress = \"InProgress\",\n /** Done */\n Done = \"Done\",\n /** Error */\n Error = \"Error\"\n}\n\n/**\n * Defines values for AccessReviewHistoryDefinitionStatus. \\\n * {@link KnownAccessReviewHistoryDefinitionStatus} can be used interchangeably with AccessReviewHistoryDefinitionStatus,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Requested** \\\n * **InProgress** \\\n * **Done** \\\n * **Error**\n */\nexport type AccessReviewHistoryDefinitionStatus = string;\n\n/** Known values of {@link AccessReviewActorIdentityType} that the service accepts. */\nexport enum KnownAccessReviewActorIdentityType {\n /** User */\n User = \"user\",\n /** ServicePrincipal */\n ServicePrincipal = \"servicePrincipal\"\n}\n\n/**\n * Defines values for AccessReviewActorIdentityType. \\\n * {@link KnownAccessReviewActorIdentityType} can be used interchangeably with AccessReviewActorIdentityType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **user** \\\n * **servicePrincipal**\n */\nexport type AccessReviewActorIdentityType = string;\n\n/** Known values of {@link AccessReviewScopePrincipalType} that the service accepts. */\nexport enum KnownAccessReviewScopePrincipalType {\n /** User */\n User = \"user\",\n /** GuestUser */\n GuestUser = \"guestUser\",\n /** ServicePrincipal */\n ServicePrincipal = \"servicePrincipal\",\n /** UserGroup */\n UserGroup = \"user,group\",\n /** RedeemedGuestUser */\n RedeemedGuestUser = \"redeemedGuestUser\"\n}\n\n/**\n * Defines values for AccessReviewScopePrincipalType. \\\n * {@link KnownAccessReviewScopePrincipalType} can be used interchangeably with AccessReviewScopePrincipalType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **user** \\\n * **guestUser** \\\n * **servicePrincipal** \\\n * **user,group** \\\n * **redeemedGuestUser**\n */\nexport type AccessReviewScopePrincipalType = string;\n\n/** Known values of {@link AccessReviewScopeAssignmentState} that the service accepts. */\nexport enum KnownAccessReviewScopeAssignmentState {\n /** Eligible */\n Eligible = \"eligible\",\n /** Active */\n Active = \"active\"\n}\n\n/**\n * Defines values for AccessReviewScopeAssignmentState. \\\n * {@link KnownAccessReviewScopeAssignmentState} can be used interchangeably with AccessReviewScopeAssignmentState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **eligible** \\\n * **active**\n */\nexport type AccessReviewScopeAssignmentState = string;\n\n/** Known values of {@link AccessReviewRecurrencePatternType} that the service accepts. */\nexport enum KnownAccessReviewRecurrencePatternType {\n /** Weekly */\n Weekly = \"weekly\",\n /** AbsoluteMonthly */\n AbsoluteMonthly = \"absoluteMonthly\"\n}\n\n/**\n * Defines values for AccessReviewRecurrencePatternType. \\\n * {@link KnownAccessReviewRecurrencePatternType} can be used interchangeably with AccessReviewRecurrencePatternType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **weekly** \\\n * **absoluteMonthly**\n */\nexport type AccessReviewRecurrencePatternType = string;\n\n/** Known values of {@link AccessReviewRecurrenceRangeType} that the service accepts. */\nexport enum KnownAccessReviewRecurrenceRangeType {\n /** EndDate */\n EndDate = \"endDate\",\n /** NoEnd */\n NoEnd = \"noEnd\",\n /** Numbered */\n Numbered = \"numbered\"\n}\n\n/**\n * Defines values for AccessReviewRecurrenceRangeType. \\\n * {@link KnownAccessReviewRecurrenceRangeType} can be used interchangeably with AccessReviewRecurrenceRangeType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **endDate** \\\n * **noEnd** \\\n * **numbered**\n */\nexport type AccessReviewRecurrenceRangeType = string;\n\n/** Known values of {@link AccessReviewScheduleDefinitionStatus} that the service accepts. */\nexport enum KnownAccessReviewScheduleDefinitionStatus {\n /** NotStarted */\n NotStarted = \"NotStarted\",\n /** InProgress */\n InProgress = \"InProgress\",\n /** Completed */\n Completed = \"Completed\",\n /** Applied */\n Applied = \"Applied\",\n /** Initializing */\n Initializing = \"Initializing\",\n /** Applying */\n Applying = \"Applying\",\n /** Completing */\n Completing = \"Completing\",\n /** Scheduled */\n Scheduled = \"Scheduled\",\n /** AutoReviewing */\n AutoReviewing = \"AutoReviewing\",\n /** AutoReviewed */\n AutoReviewed = \"AutoReviewed\",\n /** Starting */\n Starting = \"Starting\"\n}\n\n/**\n * Defines values for AccessReviewScheduleDefinitionStatus. \\\n * {@link KnownAccessReviewScheduleDefinitionStatus} can be used interchangeably with AccessReviewScheduleDefinitionStatus,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **NotStarted** \\\n * **InProgress** \\\n * **Completed** \\\n * **Applied** \\\n * **Initializing** \\\n * **Applying** \\\n * **Completing** \\\n * **Scheduled** \\\n * **AutoReviewing** \\\n * **AutoReviewed** \\\n * **Starting**\n */\nexport type AccessReviewScheduleDefinitionStatus = string;\n\n/** Known values of {@link DefaultDecisionType} that the service accepts. */\nexport enum KnownDefaultDecisionType {\n /** Approve */\n Approve = \"Approve\",\n /** Deny */\n Deny = \"Deny\",\n /** Recommendation */\n Recommendation = \"Recommendation\"\n}\n\n/**\n * Defines values for DefaultDecisionType. \\\n * {@link KnownDefaultDecisionType} can be used interchangeably with DefaultDecisionType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Approve** \\\n * **Deny** \\\n * **Recommendation**\n */\nexport type DefaultDecisionType = string;\n\n/** Known values of {@link AccessReviewReviewerType} that the service accepts. */\nexport enum KnownAccessReviewReviewerType {\n /** User */\n User = \"user\",\n /** ServicePrincipal */\n ServicePrincipal = \"servicePrincipal\"\n}\n\n/**\n * Defines values for AccessReviewReviewerType. \\\n * {@link KnownAccessReviewReviewerType} can be used interchangeably with AccessReviewReviewerType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **user** \\\n * **servicePrincipal**\n */\nexport type AccessReviewReviewerType = string;\n\n/** Known values of {@link AccessReviewScheduleDefinitionReviewersType} that the service accepts. */\nexport enum KnownAccessReviewScheduleDefinitionReviewersType {\n /** Assigned */\n Assigned = \"Assigned\",\n /** Self */\n Self = \"Self\",\n /** Managers */\n Managers = \"Managers\"\n}\n\n/**\n * Defines values for AccessReviewScheduleDefinitionReviewersType. \\\n * {@link KnownAccessReviewScheduleDefinitionReviewersType} can be used interchangeably with AccessReviewScheduleDefinitionReviewersType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Assigned** \\\n * **Self** \\\n * **Managers**\n */\nexport type AccessReviewScheduleDefinitionReviewersType = string;\n\n/** Known values of {@link AccessReviewInstanceStatus} that the service accepts. */\nexport enum KnownAccessReviewInstanceStatus {\n /** NotStarted */\n NotStarted = \"NotStarted\",\n /** InProgress */\n InProgress = \"InProgress\",\n /** Completed */\n Completed = \"Completed\",\n /** Applied */\n Applied = \"Applied\",\n /** Initializing */\n Initializing = \"Initializing\",\n /** Applying */\n Applying = \"Applying\",\n /** Completing */\n Completing = \"Completing\",\n /** Scheduled */\n Scheduled = \"Scheduled\",\n /** AutoReviewing */\n AutoReviewing = \"AutoReviewing\",\n /** AutoReviewed */\n AutoReviewed = \"AutoReviewed\",\n /** Starting */\n Starting = \"Starting\"\n}\n\n/**\n * Defines values for AccessReviewInstanceStatus. \\\n * {@link KnownAccessReviewInstanceStatus} can be used interchangeably with AccessReviewInstanceStatus,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **NotStarted** \\\n * **InProgress** \\\n * **Completed** \\\n * **Applied** \\\n * **Initializing** \\\n * **Applying** \\\n * **Completing** \\\n * **Scheduled** \\\n * **AutoReviewing** \\\n * **AutoReviewed** \\\n * **Starting**\n */\nexport type AccessReviewInstanceStatus = string;\n\n/** Known values of {@link AccessReviewInstanceReviewersType} that the service accepts. */\nexport enum KnownAccessReviewInstanceReviewersType {\n /** Assigned */\n Assigned = \"Assigned\",\n /** Self */\n Self = \"Self\",\n /** Managers */\n Managers = \"Managers\"\n}\n\n/**\n * Defines values for AccessReviewInstanceReviewersType. \\\n * {@link KnownAccessReviewInstanceReviewersType} can be used interchangeably with AccessReviewInstanceReviewersType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Assigned** \\\n * **Self** \\\n * **Managers**\n */\nexport type AccessReviewInstanceReviewersType = string;\n\n/** Known values of {@link DecisionTargetType} that the service accepts. */\nexport enum KnownDecisionTargetType {\n /** User */\n User = \"user\",\n /** ServicePrincipal */\n ServicePrincipal = \"servicePrincipal\"\n}\n\n/**\n * Defines values for DecisionTargetType. \\\n * {@link KnownDecisionTargetType} can be used interchangeably with DecisionTargetType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **user** \\\n * **servicePrincipal**\n */\nexport type DecisionTargetType = string;\n\n/** Known values of {@link DecisionResourceType} that the service accepts. */\nexport enum KnownDecisionResourceType {\n /** AzureRole */\n AzureRole = \"azureRole\"\n}\n\n/**\n * Defines values for DecisionResourceType. \\\n * {@link KnownDecisionResourceType} can be used interchangeably with DecisionResourceType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **azureRole**\n */\nexport type DecisionResourceType = string;\n\n/** Known values of {@link AccessRecommendationType} that the service accepts. */\nexport enum KnownAccessRecommendationType {\n /** Approve */\n Approve = \"Approve\",\n /** Deny */\n Deny = \"Deny\",\n /** NoInfoAvailable */\n NoInfoAvailable = \"NoInfoAvailable\"\n}\n\n/**\n * Defines values for AccessRecommendationType. \\\n * {@link KnownAccessRecommendationType} can be used interchangeably with AccessRecommendationType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Approve** \\\n * **Deny** \\\n * **NoInfoAvailable**\n */\nexport type AccessRecommendationType = string;\n\n/** Known values of {@link AccessReviewApplyResult} that the service accepts. */\nexport enum KnownAccessReviewApplyResult {\n /** New */\n New = \"New\",\n /** Applying */\n Applying = \"Applying\",\n /** AppliedSuccessfully */\n AppliedSuccessfully = \"AppliedSuccessfully\",\n /** AppliedWithUnknownFailure */\n AppliedWithUnknownFailure = \"AppliedWithUnknownFailure\",\n /** AppliedSuccessfullyButObjectNotFound */\n AppliedSuccessfullyButObjectNotFound = \"AppliedSuccessfullyButObjectNotFound\",\n /** ApplyNotSupported */\n ApplyNotSupported = \"ApplyNotSupported\"\n}\n\n/**\n * Defines values for AccessReviewApplyResult. \\\n * {@link KnownAccessReviewApplyResult} can be used interchangeably with AccessReviewApplyResult,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **New** \\\n * **Applying** \\\n * **AppliedSuccessfully** \\\n * **AppliedWithUnknownFailure** \\\n * **AppliedSuccessfullyButObjectNotFound** \\\n * **ApplyNotSupported**\n */\nexport type AccessReviewApplyResult = string;\n\n/** Known values of {@link AccessReviewDecisionInsightType} that the service accepts. */\nexport enum KnownAccessReviewDecisionInsightType {\n /** UserSignInInsight */\n UserSignInInsight = \"userSignInInsight\"\n}\n\n/**\n * Defines values for AccessReviewDecisionInsightType. \\\n * {@link KnownAccessReviewDecisionInsightType} can be used interchangeably with AccessReviewDecisionInsightType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **userSignInInsight**\n */\nexport type AccessReviewDecisionInsightType = string;\n\n/** Known values of {@link AccessReviewDecisionPrincipalResourceMembershipType} that the service accepts. */\nexport enum KnownAccessReviewDecisionPrincipalResourceMembershipType {\n /** Direct */\n Direct = \"direct\",\n /** Indirect */\n Indirect = \"indirect\"\n}\n\n/**\n * Defines values for AccessReviewDecisionPrincipalResourceMembershipType. \\\n * {@link KnownAccessReviewDecisionPrincipalResourceMembershipType} can be used interchangeably with AccessReviewDecisionPrincipalResourceMembershipType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **direct** \\\n * **indirect**\n */\nexport type AccessReviewDecisionPrincipalResourceMembershipType = string;\n\n/** Known values of {@link RecordAllDecisionsResult} that the service accepts. */\nexport enum KnownRecordAllDecisionsResult {\n /** Approve */\n Approve = \"Approve\",\n /** Deny */\n Deny = \"Deny\"\n}\n\n/**\n * Defines values for RecordAllDecisionsResult. \\\n * {@link KnownRecordAllDecisionsResult} can be used interchangeably with RecordAllDecisionsResult,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Approve** \\\n * **Deny**\n */\nexport type RecordAllDecisionsResult = string;\n\n/** Known values of {@link AssignmentType} that the service accepts. */\nexport enum KnownAssignmentType {\n /** Activated */\n Activated = \"Activated\",\n /** Assigned */\n Assigned = \"Assigned\"\n}\n\n/**\n * Defines values for AssignmentType. \\\n * {@link KnownAssignmentType} can be used interchangeably with AssignmentType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Activated** \\\n * **Assigned**\n */\nexport type AssignmentType = string;\n\n/** Known values of {@link MemberType} that the service accepts. */\nexport enum KnownMemberType {\n /** Inherited */\n Inherited = \"Inherited\",\n /** Direct */\n Direct = \"Direct\",\n /** Group */\n Group = \"Group\"\n}\n\n/**\n * Defines values for MemberType. \\\n * {@link KnownMemberType} can be used interchangeably with MemberType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Inherited** \\\n * **Direct** \\\n * **Group**\n */\nexport type MemberType = string;\n\n/** Known values of {@link Status} that the service accepts. */\nexport enum KnownStatus {\n /** Accepted */\n Accepted = \"Accepted\",\n /** PendingEvaluation */\n PendingEvaluation = \"PendingEvaluation\",\n /** Granted */\n Granted = \"Granted\",\n /** Denied */\n Denied = \"Denied\",\n /** PendingProvisioning */\n PendingProvisioning = \"PendingProvisioning\",\n /** Provisioned */\n Provisioned = \"Provisioned\",\n /** PendingRevocation */\n PendingRevocation = \"PendingRevocation\",\n /** Revoked */\n Revoked = \"Revoked\",\n /** Canceled */\n Canceled = \"Canceled\",\n /** Failed */\n Failed = \"Failed\",\n /** PendingApprovalProvisioning */\n PendingApprovalProvisioning = \"PendingApprovalProvisioning\",\n /** PendingApproval */\n PendingApproval = \"PendingApproval\",\n /** FailedAsResourceIsLocked */\n FailedAsResourceIsLocked = \"FailedAsResourceIsLocked\",\n /** PendingAdminDecision */\n PendingAdminDecision = \"PendingAdminDecision\",\n /** AdminApproved */\n AdminApproved = \"AdminApproved\",\n /** AdminDenied */\n AdminDenied = \"AdminDenied\",\n /** TimedOut */\n TimedOut = \"TimedOut\",\n /** ProvisioningStarted */\n ProvisioningStarted = \"ProvisioningStarted\",\n /** Invalid */\n Invalid = \"Invalid\",\n /** PendingScheduleCreation */\n PendingScheduleCreation = \"PendingScheduleCreation\",\n /** ScheduleCreated */\n ScheduleCreated = \"ScheduleCreated\",\n /** PendingExternalProvisioning */\n PendingExternalProvisioning = \"PendingExternalProvisioning\"\n}\n\n/**\n * Defines values for Status. \\\n * {@link KnownStatus} can be used interchangeably with Status,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Accepted** \\\n * **PendingEvaluation** \\\n * **Granted** \\\n * **Denied** \\\n * **PendingProvisioning** \\\n * **Provisioned** \\\n * **PendingRevocation** \\\n * **Revoked** \\\n * **Canceled** \\\n * **Failed** \\\n * **PendingApprovalProvisioning** \\\n * **PendingApproval** \\\n * **FailedAsResourceIsLocked** \\\n * **PendingAdminDecision** \\\n * **AdminApproved** \\\n * **AdminDenied** \\\n * **TimedOut** \\\n * **ProvisioningStarted** \\\n * **Invalid** \\\n * **PendingScheduleCreation** \\\n * **ScheduleCreated** \\\n * **PendingExternalProvisioning**\n */\nexport type Status = string;\n\n/** Known values of {@link RequestType} that the service accepts. */\nexport enum KnownRequestType {\n /** AdminAssign */\n AdminAssign = \"AdminAssign\",\n /** AdminRemove */\n AdminRemove = \"AdminRemove\",\n /** AdminUpdate */\n AdminUpdate = \"AdminUpdate\",\n /** AdminExtend */\n AdminExtend = \"AdminExtend\",\n /** AdminRenew */\n AdminRenew = \"AdminRenew\",\n /** SelfActivate */\n SelfActivate = \"SelfActivate\",\n /** SelfDeactivate */\n SelfDeactivate = \"SelfDeactivate\",\n /** SelfExtend */\n SelfExtend = \"SelfExtend\",\n /** SelfRenew */\n SelfRenew = \"SelfRenew\"\n}\n\n/**\n * Defines values for RequestType. \\\n * {@link KnownRequestType} can be used interchangeably with RequestType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **AdminAssign** \\\n * **AdminRemove** \\\n * **AdminUpdate** \\\n * **AdminExtend** \\\n * **AdminRenew** \\\n * **SelfActivate** \\\n * **SelfDeactivate** \\\n * **SelfExtend** \\\n * **SelfRenew**\n */\nexport type RequestType = string;\n\n/** Known values of {@link Type} that the service accepts. */\nexport enum KnownType {\n /** AfterDuration */\n AfterDuration = \"AfterDuration\",\n /** AfterDateTime */\n AfterDateTime = \"AfterDateTime\",\n /** NoExpiration */\n NoExpiration = \"NoExpiration\"\n}\n\n/**\n * Defines values for Type. \\\n * {@link KnownType} can be used interchangeably with Type,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **AfterDuration** \\\n * **AfterDateTime** \\\n * **NoExpiration**\n */\nexport type Type = string;\n\n/** Known values of {@link RoleManagementPolicyRuleType} that the service accepts. */\nexport enum KnownRoleManagementPolicyRuleType {\n /** RoleManagementPolicyApprovalRule */\n RoleManagementPolicyApprovalRule = \"RoleManagementPolicyApprovalRule\",\n /** RoleManagementPolicyAuthenticationContextRule */\n RoleManagementPolicyAuthenticationContextRule = \"RoleManagementPolicyAuthenticationContextRule\",\n /** RoleManagementPolicyEnablementRule */\n RoleManagementPolicyEnablementRule = \"RoleManagementPolicyEnablementRule\",\n /** RoleManagementPolicyExpirationRule */\n RoleManagementPolicyExpirationRule = \"RoleManagementPolicyExpirationRule\",\n /** RoleManagementPolicyNotificationRule */\n RoleManagementPolicyNotificationRule = \"RoleManagementPolicyNotificationRule\"\n}\n\n/**\n * Defines values for RoleManagementPolicyRuleType. \\\n * {@link KnownRoleManagementPolicyRuleType} can be used interchangeably with RoleManagementPolicyRuleType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **RoleManagementPolicyApprovalRule** \\\n * **RoleManagementPolicyAuthenticationContextRule** \\\n * **RoleManagementPolicyEnablementRule** \\\n * **RoleManagementPolicyExpirationRule** \\\n * **RoleManagementPolicyNotificationRule**\n */\nexport type RoleManagementPolicyRuleType = string;\n\n/** Known values of {@link SeverityLevel} that the service accepts. */\nexport enum KnownSeverityLevel {\n /** Low */\n Low = \"Low\",\n /** Medium */\n Medium = \"Medium\",\n /** High */\n High = \"High\"\n}\n\n/**\n * Defines values for SeverityLevel. \\\n * {@link KnownSeverityLevel} can be used interchangeably with SeverityLevel,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Low** \\\n * **Medium** \\\n * **High**\n */\nexport type SeverityLevel = string;\n\n/** Known values of {@link ApprovalMode} that the service accepts. */\nexport enum KnownApprovalMode {\n /** SingleStage */\n SingleStage = \"SingleStage\",\n /** Serial */\n Serial = \"Serial\",\n /** Parallel */\n Parallel = \"Parallel\",\n /** NoApproval */\n NoApproval = \"NoApproval\"\n}\n\n/**\n * Defines values for ApprovalMode. \\\n * {@link KnownApprovalMode} can be used interchangeably with ApprovalMode,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **SingleStage** \\\n * **Serial** \\\n * **Parallel** \\\n * **NoApproval**\n */\nexport type ApprovalMode = string;\n\n/** Known values of {@link UserType} that the service accepts. */\nexport enum KnownUserType {\n /** User */\n User = \"User\",\n /** Group */\n Group = \"Group\"\n}\n\n/**\n * Defines values for UserType. \\\n * {@link KnownUserType} can be used interchangeably with UserType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **User** \\\n * **Group**\n */\nexport type UserType = string;\n\n/** Known values of {@link EnablementRules} that the service accepts. */\nexport enum KnownEnablementRules {\n /** MultiFactorAuthentication */\n MultiFactorAuthentication = \"MultiFactorAuthentication\",\n /** Justification */\n Justification = \"Justification\",\n /** Ticketing */\n Ticketing = \"Ticketing\"\n}\n\n/**\n * Defines values for EnablementRules. \\\n * {@link KnownEnablementRules} can be used interchangeably with EnablementRules,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **MultiFactorAuthentication** \\\n * **Justification** \\\n * **Ticketing**\n */\nexport type EnablementRules = string;\n\n/** Known values of {@link NotificationDeliveryMechanism} that the service accepts. */\nexport enum KnownNotificationDeliveryMechanism {\n /** Email */\n Email = \"Email\"\n}\n\n/**\n * Defines values for NotificationDeliveryMechanism. \\\n * {@link KnownNotificationDeliveryMechanism} can be used interchangeably with NotificationDeliveryMechanism,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Email**\n */\nexport type NotificationDeliveryMechanism = string;\n\n/** Known values of {@link NotificationLevel} that the service accepts. */\nexport enum KnownNotificationLevel {\n /** None */\n None = \"None\",\n /** Critical */\n Critical = \"Critical\",\n /** All */\n All = \"All\"\n}\n\n/**\n * Defines values for NotificationLevel. \\\n * {@link KnownNotificationLevel} can be used interchangeably with NotificationLevel,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **None** \\\n * **Critical** \\\n * **All**\n */\nexport type NotificationLevel = string;\n\n/** Known values of {@link RecipientType} that the service accepts. */\nexport enum KnownRecipientType {\n /** Requestor */\n Requestor = \"Requestor\",\n /** Approver */\n Approver = \"Approver\",\n /** Admin */\n Admin = \"Admin\"\n}\n\n/**\n * Defines values for RecipientType. \\\n * {@link KnownRecipientType} can be used interchangeably with RecipientType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Requestor** \\\n * **Approver** \\\n * **Admin**\n */\nexport type RecipientType = string;\n\n/** Optional parameters. */\nexport interface ClassicAdministratorsListOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the list operation. */\nexport type ClassicAdministratorsListResponse = ClassicAdministratorListResult;\n\n/** Optional parameters. */\nexport interface ClassicAdministratorsListNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listNext operation. */\nexport type ClassicAdministratorsListNextResponse = ClassicAdministratorListResult;\n\n/** Optional parameters. */\nexport interface GlobalAdministratorElevateAccessOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface DenyAssignmentsListForResourceOptionalParams\n extends coreClient.OperationOptions {\n /** The filter to apply on the operation. Use $filter=atScope() to return all deny assignments at or above the scope. Use $filter=denyAssignmentName eq '{name}' to search deny assignments by name at specified scope. Use $filter=principalId eq '{id}' to return all deny assignments at, above and below the scope for the specified principal. Use $filter=gdprExportPrincipalId eq '{id}' to return all deny assignments at, above and below the scope for the specified principal. This filter is different from the principalId filter as it returns not only those deny assignments that contain the specified principal is the Principals list but also those deny assignments that contain the specified principal is the ExcludePrincipals list. Additionally, when gdprExportPrincipalId filter is used, only the deny assignment name and description properties are returned. */\n filter?: string;\n}\n\n/** Contains response data for the listForResource operation. */\nexport type DenyAssignmentsListForResourceResponse = DenyAssignmentListResult;\n\n/** Optional parameters. */\nexport interface DenyAssignmentsListForResourceGroupOptionalParams\n extends coreClient.OperationOptions {\n /** The filter to apply on the operation. Use $filter=atScope() to return all deny assignments at or above the scope. Use $filter=denyAssignmentName eq '{name}' to search deny assignments by name at specified scope. Use $filter=principalId eq '{id}' to return all deny assignments at, above and below the scope for the specified principal. Use $filter=gdprExportPrincipalId eq '{id}' to return all deny assignments at, above and below the scope for the specified principal. This filter is different from the principalId filter as it returns not only those deny assignments that contain the specified principal is the Principals list but also those deny assignments that contain the specified principal is the ExcludePrincipals list. Additionally, when gdprExportPrincipalId filter is used, only the deny assignment name and description properties are returned. */\n filter?: string;\n}\n\n/** Contains response data for the listForResourceGroup operation. */\nexport type DenyAssignmentsListForResourceGroupResponse = DenyAssignmentListResult;\n\n/** Optional parameters. */\nexport interface DenyAssignmentsListOptionalParams\n extends coreClient.OperationOptions {\n /** The filter to apply on the operation. Use $filter=atScope() to return all deny assignments at or above the scope. Use $filter=denyAssignmentName eq '{name}' to search deny assignments by name at specified scope. Use $filter=principalId eq '{id}' to return all deny assignments at, above and below the scope for the specified principal. Use $filter=gdprExportPrincipalId eq '{id}' to return all deny assignments at, above and below the scope for the specified principal. This filter is different from the principalId filter as it returns not only those deny assignments that contain the specified principal is the Principals list but also those deny assignments that contain the specified principal is the ExcludePrincipals list. Additionally, when gdprExportPrincipalId filter is used, only the deny assignment name and description properties are returned. */\n filter?: string;\n}\n\n/** Contains response data for the list operation. */\nexport type DenyAssignmentsListResponse = DenyAssignmentListResult;\n\n/** Optional parameters. */\nexport interface DenyAssignmentsGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type DenyAssignmentsGetResponse = DenyAssignment;\n\n/** Optional parameters. */\nexport interface DenyAssignmentsGetByIdOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getById operation. */\nexport type DenyAssignmentsGetByIdResponse = DenyAssignment;\n\n/** Optional parameters. */\nexport interface DenyAssignmentsListForScopeOptionalParams\n extends coreClient.OperationOptions {\n /** The filter to apply on the operation. Use $filter=atScope() to return all deny assignments at or above the scope. Use $filter=denyAssignmentName eq '{name}' to search deny assignments by name at specified scope. Use $filter=principalId eq '{id}' to return all deny assignments at, above and below the scope for the specified principal. Use $filter=gdprExportPrincipalId eq '{id}' to return all deny assignments at, above and below the scope for the specified principal. This filter is different from the principalId filter as it returns not only those deny assignments that contain the specified principal is the Principals list but also those deny assignments that contain the specified principal is the ExcludePrincipals list. Additionally, when gdprExportPrincipalId filter is used, only the deny assignment name and description properties are returned. */\n filter?: string;\n}\n\n/** Contains response data for the listForScope operation. */\nexport type DenyAssignmentsListForScopeResponse = DenyAssignmentListResult;\n\n/** Optional parameters. */\nexport interface DenyAssignmentsListForResourceNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listForResourceNext operation. */\nexport type DenyAssignmentsListForResourceNextResponse = DenyAssignmentListResult;\n\n/** Optional parameters. */\nexport interface DenyAssignmentsListForResourceGroupNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listForResourceGroupNext operation. */\nexport type DenyAssignmentsListForResourceGroupNextResponse = DenyAssignmentListResult;\n\n/** Optional parameters. */\nexport interface DenyAssignmentsListNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listNext operation. */\nexport type DenyAssignmentsListNextResponse = DenyAssignmentListResult;\n\n/** Optional parameters. */\nexport interface DenyAssignmentsListForScopeNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listForScopeNext operation. */\nexport type DenyAssignmentsListForScopeNextResponse = DenyAssignmentListResult;\n\n/** Optional parameters. */\nexport interface ProviderOperationsMetadataGetOptionalParams\n extends coreClient.OperationOptions {\n /** Specifies whether to expand the values. */\n expand?: string;\n}\n\n/** Contains response data for the get operation. */\nexport type ProviderOperationsMetadataGetResponse = ProviderOperationsMetadata;\n\n/** Optional parameters. */\nexport interface ProviderOperationsMetadataListOptionalParams\n extends coreClient.OperationOptions {\n /** Specifies whether to expand the values. */\n expand?: string;\n}\n\n/** Contains response data for the list operation. */\nexport type ProviderOperationsMetadataListResponse = ProviderOperationsMetadataListResult;\n\n/** Optional parameters. */\nexport interface ProviderOperationsMetadataListNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listNext operation. */\nexport type ProviderOperationsMetadataListNextResponse = ProviderOperationsMetadataListResult;\n\n/** Optional parameters. */\nexport interface RoleAssignmentsListForSubscriptionOptionalParams\n extends coreClient.OperationOptions {\n /** The filter to apply on the operation. Use $filter=atScope() to return all role assignments at or above the scope. Use $filter=principalId eq {id} to return all role assignments at, above or below the scope for the specified principal. */\n filter?: string;\n /** Tenant ID for cross-tenant request */\n tenantId?: string;\n}\n\n/** Contains response data for the listForSubscription operation. */\nexport type RoleAssignmentsListForSubscriptionResponse = RoleAssignmentListResult;\n\n/** Optional parameters. */\nexport interface RoleAssignmentsListForResourceGroupOptionalParams\n extends coreClient.OperationOptions {\n /** The filter to apply on the operation. Use $filter=atScope() to return all role assignments at or above the scope. Use $filter=principalId eq {id} to return all role assignments at, above or below the scope for the specified principal. */\n filter?: string;\n /** Tenant ID for cross-tenant request */\n tenantId?: string;\n}\n\n/** Contains response data for the listForResourceGroup operation. */\nexport type RoleAssignmentsListForResourceGroupResponse = RoleAssignmentListResult;\n\n/** Optional parameters. */\nexport interface RoleAssignmentsListForResourceOptionalParams\n extends coreClient.OperationOptions {\n /** The filter to apply on the operation. Use $filter=atScope() to return all role assignments at or above the scope. Use $filter=principalId eq {id} to return all role assignments at, above or below the scope for the specified principal. */\n filter?: string;\n /** Tenant ID for cross-tenant request */\n tenantId?: string;\n}\n\n/** Contains response data for the listForResource operation. */\nexport type RoleAssignmentsListForResourceResponse = RoleAssignmentListResult;\n\n/** Optional parameters. */\nexport interface RoleAssignmentsGetOptionalParams\n extends coreClient.OperationOptions {\n /** Tenant ID for cross-tenant request */\n tenantId?: string;\n}\n\n/** Contains response data for the get operation. */\nexport type RoleAssignmentsGetResponse = RoleAssignment;\n\n/** Optional parameters. */\nexport interface RoleAssignmentsCreateOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the create operation. */\nexport type RoleAssignmentsCreateResponse = RoleAssignment;\n\n/** Optional parameters. */\nexport interface RoleAssignmentsDeleteOptionalParams\n extends coreClient.OperationOptions {\n /** Tenant ID for cross-tenant request */\n tenantId?: string;\n}\n\n/** Contains response data for the delete operation. */\nexport type RoleAssignmentsDeleteResponse = RoleAssignment;\n\n/** Optional parameters. */\nexport interface RoleAssignmentsListForScopeOptionalParams\n extends coreClient.OperationOptions {\n /** The filter to apply on the operation. Use $filter=atScope() to return all role assignments at or above the scope. Use $filter=principalId eq {id} to return all role assignments at, above or below the scope for the specified principal. */\n filter?: string;\n /** Tenant ID for cross-tenant request */\n tenantId?: string;\n /** The skipToken to apply on the operation. Use $skipToken={skiptoken} to return paged role assignments following the skipToken passed. Only supported on provider level calls. */\n skipToken?: string;\n}\n\n/** Contains response data for the listForScope operation. */\nexport type RoleAssignmentsListForScopeResponse = RoleAssignmentListResult;\n\n/** Optional parameters. */\nexport interface RoleAssignmentsGetByIdOptionalParams\n extends coreClient.OperationOptions {\n /** Tenant ID for cross-tenant request */\n tenantId?: string;\n}\n\n/** Contains response data for the getById operation. */\nexport type RoleAssignmentsGetByIdResponse = RoleAssignment;\n\n/** Optional parameters. */\nexport interface RoleAssignmentsCreateByIdOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the createById operation. */\nexport type RoleAssignmentsCreateByIdResponse = RoleAssignment;\n\n/** Optional parameters. */\nexport interface RoleAssignmentsDeleteByIdOptionalParams\n extends coreClient.OperationOptions {\n /** Tenant ID for cross-tenant request */\n tenantId?: string;\n}\n\n/** Contains response data for the deleteById operation. */\nexport type RoleAssignmentsDeleteByIdResponse = RoleAssignment;\n\n/** Optional parameters. */\nexport interface RoleAssignmentsListForSubscriptionNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listForSubscriptionNext operation. */\nexport type RoleAssignmentsListForSubscriptionNextResponse = RoleAssignmentListResult;\n\n/** Optional parameters. */\nexport interface RoleAssignmentsListForResourceGroupNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listForResourceGroupNext operation. */\nexport type RoleAssignmentsListForResourceGroupNextResponse = RoleAssignmentListResult;\n\n/** Optional parameters. */\nexport interface RoleAssignmentsListForResourceNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listForResourceNext operation. */\nexport type RoleAssignmentsListForResourceNextResponse = RoleAssignmentListResult;\n\n/** Optional parameters. */\nexport interface RoleAssignmentsListForScopeNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listForScopeNext operation. */\nexport type RoleAssignmentsListForScopeNextResponse = RoleAssignmentListResult;\n\n/** Optional parameters. */\nexport interface PermissionsListForResourceGroupOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listForResourceGroup operation. */\nexport type PermissionsListForResourceGroupResponse = PermissionGetResult;\n\n/** Optional parameters. */\nexport interface PermissionsListForResourceOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listForResource operation. */\nexport type PermissionsListForResourceResponse = PermissionGetResult;\n\n/** Optional parameters. */\nexport interface PermissionsListForResourceGroupNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listForResourceGroupNext operation. */\nexport type PermissionsListForResourceGroupNextResponse = PermissionGetResult;\n\n/** Optional parameters. */\nexport interface PermissionsListForResourceNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listForResourceNext operation. */\nexport type PermissionsListForResourceNextResponse = PermissionGetResult;\n\n/** Optional parameters. */\nexport interface RoleDefinitionsDeleteOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the delete operation. */\nexport type RoleDefinitionsDeleteResponse = RoleDefinition;\n\n/** Optional parameters. */\nexport interface RoleDefinitionsGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type RoleDefinitionsGetResponse = RoleDefinition;\n\n/** Optional parameters. */\nexport interface RoleDefinitionsCreateOrUpdateOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type RoleDefinitionsCreateOrUpdateResponse = RoleDefinition;\n\n/** Optional parameters. */\nexport interface RoleDefinitionsListOptionalParams\n extends coreClient.OperationOptions {\n /** The filter to apply on the operation. Use atScopeAndBelow filter to search below the given scope as well. */\n filter?: string;\n}\n\n/** Contains response data for the list operation. */\nexport type RoleDefinitionsListResponse = RoleDefinitionListResult;\n\n/** Optional parameters. */\nexport interface RoleDefinitionsGetByIdOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getById operation. */\nexport type RoleDefinitionsGetByIdResponse = RoleDefinition;\n\n/** Optional parameters. */\nexport interface RoleDefinitionsListNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listNext operation. */\nexport type RoleDefinitionsListNextResponse = RoleDefinitionListResult;\n\n/** Optional parameters. */\nexport interface OperationsListOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the list operation. */\nexport type OperationsListResponse = OperationListResult;\n\n/** Optional parameters. */\nexport interface OperationsListNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listNext operation. */\nexport type OperationsListNextResponse = OperationListResult;\n\n/** Optional parameters. */\nexport interface AccessReviewHistoryDefinitionsListOptionalParams\n extends coreClient.OperationOptions {\n /** The filter to apply on the operation. Only standard filters on definition name and created date are supported */\n filter?: string;\n}\n\n/** Contains response data for the list operation. */\nexport type AccessReviewHistoryDefinitionsListResponse = AccessReviewHistoryDefinitionListResult;\n\n/** Optional parameters. */\nexport interface AccessReviewHistoryDefinitionsGetByIdOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getById operation. */\nexport type AccessReviewHistoryDefinitionsGetByIdResponse = AccessReviewHistoryDefinition;\n\n/** Optional parameters. */\nexport interface AccessReviewHistoryDefinitionsListNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listNext operation. */\nexport type AccessReviewHistoryDefinitionsListNextResponse = AccessReviewHistoryDefinitionListResult;\n\n/** Optional parameters. */\nexport interface AccessReviewHistoryDefinitionCreateOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the create operation. */\nexport type AccessReviewHistoryDefinitionCreateResponse = AccessReviewHistoryDefinition;\n\n/** Optional parameters. */\nexport interface AccessReviewHistoryDefinitionDeleteByIdOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface AccessReviewHistoryDefinitionInstanceGenerateDownloadUriOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the generateDownloadUri operation. */\nexport type AccessReviewHistoryDefinitionInstanceGenerateDownloadUriResponse = AccessReviewHistoryInstance;\n\n/** Optional parameters. */\nexport interface AccessReviewHistoryDefinitionInstancesListOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the list operation. */\nexport type AccessReviewHistoryDefinitionInstancesListResponse = AccessReviewHistoryDefinitionInstanceListResult;\n\n/** Optional parameters. */\nexport interface AccessReviewHistoryDefinitionInstancesListNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listNext operation. */\nexport type AccessReviewHistoryDefinitionInstancesListNextResponse = AccessReviewHistoryDefinitionInstanceListResult;\n\n/** Optional parameters. */\nexport interface AccessReviewScheduleDefinitionsListOptionalParams\n extends coreClient.OperationOptions {\n /** The filter to apply on the operation. Other than standard filters, one custom filter option is supported : 'assignedToMeToReview()'. When one specified $filter=assignedToMeToReview(), only items that are assigned to the calling user to review are returned */\n filter?: string;\n}\n\n/** Contains response data for the list operation. */\nexport type AccessReviewScheduleDefinitionsListResponse = AccessReviewScheduleDefinitionListResult;\n\n/** Optional parameters. */\nexport interface AccessReviewScheduleDefinitionsGetByIdOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getById operation. */\nexport type AccessReviewScheduleDefinitionsGetByIdResponse = AccessReviewScheduleDefinition;\n\n/** Optional parameters. */\nexport interface AccessReviewScheduleDefinitionsDeleteByIdOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface AccessReviewScheduleDefinitionsCreateOrUpdateByIdOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the createOrUpdateById operation. */\nexport type AccessReviewScheduleDefinitionsCreateOrUpdateByIdResponse = AccessReviewScheduleDefinition;\n\n/** Optional parameters. */\nexport interface AccessReviewScheduleDefinitionsStopOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface AccessReviewScheduleDefinitionsListNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listNext operation. */\nexport type AccessReviewScheduleDefinitionsListNextResponse = AccessReviewScheduleDefinitionListResult;\n\n/** Optional parameters. */\nexport interface AccessReviewInstancesListOptionalParams\n extends coreClient.OperationOptions {\n /** The filter to apply on the operation. Other than standard filters, one custom filter option is supported : 'assignedToMeToReview()'. When one specified $filter=assignedToMeToReview(), only items that are assigned to the calling user to review are returned */\n filter?: string;\n}\n\n/** Contains response data for the list operation. */\nexport type AccessReviewInstancesListResponse = AccessReviewInstanceListResult;\n\n/** Optional parameters. */\nexport interface AccessReviewInstancesGetByIdOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getById operation. */\nexport type AccessReviewInstancesGetByIdResponse = AccessReviewInstance;\n\n/** Optional parameters. */\nexport interface AccessReviewInstancesCreateOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the create operation. */\nexport type AccessReviewInstancesCreateResponse = AccessReviewInstance;\n\n/** Optional parameters. */\nexport interface AccessReviewInstancesListNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listNext operation. */\nexport type AccessReviewInstancesListNextResponse = AccessReviewInstanceListResult;\n\n/** Optional parameters. */\nexport interface AccessReviewInstanceStopOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface AccessReviewInstanceResetDecisionsOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface AccessReviewInstanceApplyDecisionsOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface AccessReviewInstanceSendRemindersOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface AccessReviewInstanceAcceptRecommendationsOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface AccessReviewInstanceDecisionsListOptionalParams\n extends coreClient.OperationOptions {\n /** The filter to apply on the operation. Other than standard filters, one custom filter option is supported : 'assignedToMeToReview()'. When one specified $filter=assignedToMeToReview(), only items that are assigned to the calling user to review are returned */\n filter?: string;\n}\n\n/** Contains response data for the list operation. */\nexport type AccessReviewInstanceDecisionsListResponse = AccessReviewDecisionListResult;\n\n/** Optional parameters. */\nexport interface AccessReviewInstanceDecisionsListNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listNext operation. */\nexport type AccessReviewInstanceDecisionsListNextResponse = AccessReviewDecisionListResult;\n\n/** Optional parameters. */\nexport interface AccessReviewInstanceContactedReviewersListOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the list operation. */\nexport type AccessReviewInstanceContactedReviewersListResponse = AccessReviewContactedReviewerListResult;\n\n/** Optional parameters. */\nexport interface AccessReviewInstanceContactedReviewersListNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listNext operation. */\nexport type AccessReviewInstanceContactedReviewersListNextResponse = AccessReviewContactedReviewerListResult;\n\n/** Optional parameters. */\nexport interface AccessReviewDefaultSettingsGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type AccessReviewDefaultSettingsGetResponse = AccessReviewDefaultSettings;\n\n/** Optional parameters. */\nexport interface AccessReviewDefaultSettingsPutOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the put operation. */\nexport type AccessReviewDefaultSettingsPutResponse = AccessReviewDefaultSettings;\n\n/** Optional parameters. */\nexport interface ScopeAccessReviewHistoryDefinitionsListOptionalParams\n extends coreClient.OperationOptions {\n /** The filter to apply on the operation. Only standard filters on definition name and created date are supported */\n filter?: string;\n}\n\n/** Contains response data for the list operation. */\nexport type ScopeAccessReviewHistoryDefinitionsListResponse = AccessReviewHistoryDefinitionListResult;\n\n/** Optional parameters. */\nexport interface ScopeAccessReviewHistoryDefinitionsGetByIdOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getById operation. */\nexport type ScopeAccessReviewHistoryDefinitionsGetByIdResponse = AccessReviewHistoryDefinition;\n\n/** Optional parameters. */\nexport interface ScopeAccessReviewHistoryDefinitionsListNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listNext operation. */\nexport type ScopeAccessReviewHistoryDefinitionsListNextResponse = AccessReviewHistoryDefinitionListResult;\n\n/** Optional parameters. */\nexport interface ScopeAccessReviewHistoryDefinitionCreateOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the create operation. */\nexport type ScopeAccessReviewHistoryDefinitionCreateResponse = AccessReviewHistoryDefinition;\n\n/** Optional parameters. */\nexport interface ScopeAccessReviewHistoryDefinitionDeleteByIdOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface ScopeAccessReviewHistoryDefinitionInstanceGenerateDownloadUriOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the generateDownloadUri operation. */\nexport type ScopeAccessReviewHistoryDefinitionInstanceGenerateDownloadUriResponse = AccessReviewHistoryInstance;\n\n/** Optional parameters. */\nexport interface ScopeAccessReviewHistoryDefinitionInstancesListOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the list operation. */\nexport type ScopeAccessReviewHistoryDefinitionInstancesListResponse = AccessReviewHistoryDefinitionInstanceListResult;\n\n/** Optional parameters. */\nexport interface ScopeAccessReviewHistoryDefinitionInstancesListNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listNext operation. */\nexport type ScopeAccessReviewHistoryDefinitionInstancesListNextResponse = AccessReviewHistoryDefinitionInstanceListResult;\n\n/** Optional parameters. */\nexport interface ScopeAccessReviewScheduleDefinitionsListOptionalParams\n extends coreClient.OperationOptions {\n /** The filter to apply on the operation. Other than standard filters, one custom filter option is supported : 'assignedToMeToReview()'. When one specified $filter=assignedToMeToReview(), only items that are assigned to the calling user to review are returned */\n filter?: string;\n}\n\n/** Contains response data for the list operation. */\nexport type ScopeAccessReviewScheduleDefinitionsListResponse = AccessReviewScheduleDefinitionListResult;\n\n/** Optional parameters. */\nexport interface ScopeAccessReviewScheduleDefinitionsGetByIdOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getById operation. */\nexport type ScopeAccessReviewScheduleDefinitionsGetByIdResponse = AccessReviewScheduleDefinition;\n\n/** Optional parameters. */\nexport interface ScopeAccessReviewScheduleDefinitionsDeleteByIdOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface ScopeAccessReviewScheduleDefinitionsCreateOrUpdateByIdOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the createOrUpdateById operation. */\nexport type ScopeAccessReviewScheduleDefinitionsCreateOrUpdateByIdResponse = AccessReviewScheduleDefinition;\n\n/** Optional parameters. */\nexport interface ScopeAccessReviewScheduleDefinitionsStopOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface ScopeAccessReviewScheduleDefinitionsListNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listNext operation. */\nexport type ScopeAccessReviewScheduleDefinitionsListNextResponse = AccessReviewScheduleDefinitionListResult;\n\n/** Optional parameters. */\nexport interface ScopeAccessReviewInstancesListOptionalParams\n extends coreClient.OperationOptions {\n /** The filter to apply on the operation. Other than standard filters, one custom filter option is supported : 'assignedToMeToReview()'. When one specified $filter=assignedToMeToReview(), only items that are assigned to the calling user to review are returned */\n filter?: string;\n}\n\n/** Contains response data for the list operation. */\nexport type ScopeAccessReviewInstancesListResponse = AccessReviewInstanceListResult;\n\n/** Optional parameters. */\nexport interface ScopeAccessReviewInstancesGetByIdOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getById operation. */\nexport type ScopeAccessReviewInstancesGetByIdResponse = AccessReviewInstance;\n\n/** Optional parameters. */\nexport interface ScopeAccessReviewInstancesCreateOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the create operation. */\nexport type ScopeAccessReviewInstancesCreateResponse = AccessReviewInstance;\n\n/** Optional parameters. */\nexport interface ScopeAccessReviewInstancesListNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listNext operation. */\nexport type ScopeAccessReviewInstancesListNextResponse = AccessReviewInstanceListResult;\n\n/** Optional parameters. */\nexport interface ScopeAccessReviewInstanceStopOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface ScopeAccessReviewInstanceRecordAllDecisionsOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface ScopeAccessReviewInstanceResetDecisionsOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface ScopeAccessReviewInstanceApplyDecisionsOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface ScopeAccessReviewInstanceSendRemindersOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface ScopeAccessReviewInstanceDecisionsListOptionalParams\n extends coreClient.OperationOptions {\n /** The filter to apply on the operation. Other than standard filters, one custom filter option is supported : 'assignedToMeToReview()'. When one specified $filter=assignedToMeToReview(), only items that are assigned to the calling user to review are returned */\n filter?: string;\n}\n\n/** Contains response data for the list operation. */\nexport type ScopeAccessReviewInstanceDecisionsListResponse = AccessReviewDecisionListResult;\n\n/** Optional parameters. */\nexport interface ScopeAccessReviewInstanceDecisionsListNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listNext operation. */\nexport type ScopeAccessReviewInstanceDecisionsListNextResponse = AccessReviewDecisionListResult;\n\n/** Optional parameters. */\nexport interface ScopeAccessReviewInstanceContactedReviewersListOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the list operation. */\nexport type ScopeAccessReviewInstanceContactedReviewersListResponse = AccessReviewContactedReviewerListResult;\n\n/** Optional parameters. */\nexport interface ScopeAccessReviewInstanceContactedReviewersListNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listNext operation. */\nexport type ScopeAccessReviewInstanceContactedReviewersListNextResponse = AccessReviewContactedReviewerListResult;\n\n/** Optional parameters. */\nexport interface ScopeAccessReviewDefaultSettingsGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type ScopeAccessReviewDefaultSettingsGetResponse = AccessReviewDefaultSettings;\n\n/** Optional parameters. */\nexport interface ScopeAccessReviewDefaultSettingsPutOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the put operation. */\nexport type ScopeAccessReviewDefaultSettingsPutResponse = AccessReviewDefaultSettings;\n\n/** Optional parameters. */\nexport interface AccessReviewScheduleDefinitionsAssignedForMyApprovalListOptionalParams\n extends coreClient.OperationOptions {\n /** The filter to apply on the operation. Other than standard filters, one custom filter option is supported : 'assignedToMeToReview()'. When one specified $filter=assignedToMeToReview(), only items that are assigned to the calling user to review are returned */\n filter?: string;\n}\n\n/** Contains response data for the list operation. */\nexport type AccessReviewScheduleDefinitionsAssignedForMyApprovalListResponse = AccessReviewScheduleDefinitionListResult;\n\n/** Optional parameters. */\nexport interface AccessReviewScheduleDefinitionsAssignedForMyApprovalListNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listNext operation. */\nexport type AccessReviewScheduleDefinitionsAssignedForMyApprovalListNextResponse = AccessReviewScheduleDefinitionListResult;\n\n/** Optional parameters. */\nexport interface AccessReviewInstancesAssignedForMyApprovalListOptionalParams\n extends coreClient.OperationOptions {\n /** The filter to apply on the operation. Other than standard filters, one custom filter option is supported : 'assignedToMeToReview()'. When one specified $filter=assignedToMeToReview(), only items that are assigned to the calling user to review are returned */\n filter?: string;\n}\n\n/** Contains response data for the list operation. */\nexport type AccessReviewInstancesAssignedForMyApprovalListResponse = AccessReviewInstanceListResult;\n\n/** Optional parameters. */\nexport interface AccessReviewInstancesAssignedForMyApprovalGetByIdOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getById operation. */\nexport type AccessReviewInstancesAssignedForMyApprovalGetByIdResponse = AccessReviewInstance;\n\n/** Optional parameters. */\nexport interface AccessReviewInstancesAssignedForMyApprovalListNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listNext operation. */\nexport type AccessReviewInstancesAssignedForMyApprovalListNextResponse = AccessReviewInstanceListResult;\n\n/** Optional parameters. */\nexport interface AccessReviewInstanceMyDecisionsListOptionalParams\n extends coreClient.OperationOptions {\n /** The filter to apply on the operation. Other than standard filters, one custom filter option is supported : 'assignedToMeToReview()'. When one specified $filter=assignedToMeToReview(), only items that are assigned to the calling user to review are returned */\n filter?: string;\n}\n\n/** Contains response data for the list operation. */\nexport type AccessReviewInstanceMyDecisionsListResponse = AccessReviewDecisionListResult;\n\n/** Optional parameters. */\nexport interface AccessReviewInstanceMyDecisionsGetByIdOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getById operation. */\nexport type AccessReviewInstanceMyDecisionsGetByIdResponse = AccessReviewDecision;\n\n/** Optional parameters. */\nexport interface AccessReviewInstanceMyDecisionsPatchOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the patch operation. */\nexport type AccessReviewInstanceMyDecisionsPatchResponse = AccessReviewDecision;\n\n/** Optional parameters. */\nexport interface AccessReviewInstanceMyDecisionsListNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listNext operation. */\nexport type AccessReviewInstanceMyDecisionsListNextResponse = AccessReviewDecisionListResult;\n\n/** Optional parameters. */\nexport interface TenantLevelAccessReviewInstanceContactedReviewersListOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the list operation. */\nexport type TenantLevelAccessReviewInstanceContactedReviewersListResponse = AccessReviewContactedReviewerListResult;\n\n/** Optional parameters. */\nexport interface TenantLevelAccessReviewInstanceContactedReviewersListNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listNext operation. */\nexport type TenantLevelAccessReviewInstanceContactedReviewersListNextResponse = AccessReviewContactedReviewerListResult;\n\n/** Optional parameters. */\nexport interface EligibleChildResourcesGetOptionalParams\n extends coreClient.OperationOptions {\n /** The filter to apply on the operation. Use $filter=resourceType+eq+'Subscription' to filter on only resource of type = 'Subscription'. Use $filter=resourceType+eq+'subscription'+or+resourceType+eq+'resourcegroup' to filter on resource of type = 'Subscription' or 'ResourceGroup' */\n filter?: string;\n}\n\n/** Contains response data for the get operation. */\nexport type EligibleChildResourcesGetResponse = EligibleChildResourcesListResult;\n\n/** Optional parameters. */\nexport interface EligibleChildResourcesGetNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getNext operation. */\nexport type EligibleChildResourcesGetNextResponse = EligibleChildResourcesListResult;\n\n/** Optional parameters. */\nexport interface RoleAssignmentSchedulesGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type RoleAssignmentSchedulesGetResponse = RoleAssignmentSchedule;\n\n/** Optional parameters. */\nexport interface RoleAssignmentSchedulesListForScopeOptionalParams\n extends coreClient.OperationOptions {\n /** The filter to apply on the operation. Use $filter=atScope() to return all role assignment schedules at or above the scope. Use $filter=principalId eq {id} to return all role assignment schedules at, above or below the scope for the specified principal. Use $filter=assignedTo('{userId}') to return all role assignment schedules for the current user. Use $filter=asTarget() to return all role assignment schedules created for the current user. */\n filter?: string;\n}\n\n/** Contains response data for the listForScope operation. */\nexport type RoleAssignmentSchedulesListForScopeResponse = RoleAssignmentScheduleListResult;\n\n/** Optional parameters. */\nexport interface RoleAssignmentSchedulesListForScopeNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listForScopeNext operation. */\nexport type RoleAssignmentSchedulesListForScopeNextResponse = RoleAssignmentScheduleListResult;\n\n/** Optional parameters. */\nexport interface RoleAssignmentScheduleInstancesListForScopeOptionalParams\n extends coreClient.OperationOptions {\n /** The filter to apply on the operation. Use $filter=atScope() to return all role assignment schedules at or above the scope. Use $filter=principalId eq {id} to return all role assignment schedules at, above or below the scope for the specified principal. Use $filter=assignedTo('{userId}') to return all role assignment schedule instances for the user. Use $filter=asTarget() to return all role assignment schedule instances created for the current user. */\n filter?: string;\n}\n\n/** Contains response data for the listForScope operation. */\nexport type RoleAssignmentScheduleInstancesListForScopeResponse = RoleAssignmentScheduleInstanceListResult;\n\n/** Optional parameters. */\nexport interface RoleAssignmentScheduleInstancesGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type RoleAssignmentScheduleInstancesGetResponse = RoleAssignmentScheduleInstance;\n\n/** Optional parameters. */\nexport interface RoleAssignmentScheduleInstancesListForScopeNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listForScopeNext operation. */\nexport type RoleAssignmentScheduleInstancesListForScopeNextResponse = RoleAssignmentScheduleInstanceListResult;\n\n/** Optional parameters. */\nexport interface RoleAssignmentScheduleRequestsCreateOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the create operation. */\nexport type RoleAssignmentScheduleRequestsCreateResponse = RoleAssignmentScheduleRequest;\n\n/** Optional parameters. */\nexport interface RoleAssignmentScheduleRequestsGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type RoleAssignmentScheduleRequestsGetResponse = RoleAssignmentScheduleRequest;\n\n/** Optional parameters. */\nexport interface RoleAssignmentScheduleRequestsListForScopeOptionalParams\n extends coreClient.OperationOptions {\n /** The filter to apply on the operation. Use $filter=atScope() to return all role assignment schedule requests at or above the scope. Use $filter=principalId eq {id} to return all role assignment schedule requests at, above or below the scope for the specified principal. Use $filter=asRequestor() to return all role assignment schedule requests requested by the current user. Use $filter=asTarget() to return all role assignment schedule requests created for the current user. Use $filter=asApprover() to return all role assignment schedule requests where the current user is an approver. */\n filter?: string;\n}\n\n/** Contains response data for the listForScope operation. */\nexport type RoleAssignmentScheduleRequestsListForScopeResponse = RoleAssignmentScheduleRequestListResult;\n\n/** Optional parameters. */\nexport interface RoleAssignmentScheduleRequestsCancelOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface RoleAssignmentScheduleRequestsValidateOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the validate operation. */\nexport type RoleAssignmentScheduleRequestsValidateResponse = RoleAssignmentScheduleRequest;\n\n/** Optional parameters. */\nexport interface RoleAssignmentScheduleRequestsListForScopeNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listForScopeNext operation. */\nexport type RoleAssignmentScheduleRequestsListForScopeNextResponse = RoleAssignmentScheduleRequestListResult;\n\n/** Optional parameters. */\nexport interface RoleEligibilitySchedulesGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type RoleEligibilitySchedulesGetResponse = RoleEligibilitySchedule;\n\n/** Optional parameters. */\nexport interface RoleEligibilitySchedulesListForScopeOptionalParams\n extends coreClient.OperationOptions {\n /** The filter to apply on the operation. Use $filter=atScope() to return all role eligibility schedules at or above the scope. Use $filter=principalId eq {id} to return all role eligibility schedules at, above or below the scope for the specified principal. Use $filter=assignedTo('{userId}') to return all role eligibility schedules for the user. Use $filter=asTarget() to return all role eligibility schedules created for the current user. */\n filter?: string;\n}\n\n/** Contains response data for the listForScope operation. */\nexport type RoleEligibilitySchedulesListForScopeResponse = RoleEligibilityScheduleListResult;\n\n/** Optional parameters. */\nexport interface RoleEligibilitySchedulesListForScopeNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listForScopeNext operation. */\nexport type RoleEligibilitySchedulesListForScopeNextResponse = RoleEligibilityScheduleListResult;\n\n/** Optional parameters. */\nexport interface RoleEligibilityScheduleInstancesListForScopeOptionalParams\n extends coreClient.OperationOptions {\n /** The filter to apply on the operation. Use $filter=atScope() to return all role assignment schedules at or above the scope. Use $filter=principalId eq {id} to return all role assignment schedules at, above or below the scope for the specified principal. Use $filter=assignedTo('{userId}') to return all role eligibility schedules for the user. Use $filter=asTarget() to return all role eligibility schedules created for the current user. */\n filter?: string;\n}\n\n/** Contains response data for the listForScope operation. */\nexport type RoleEligibilityScheduleInstancesListForScopeResponse = RoleEligibilityScheduleInstanceListResult;\n\n/** Optional parameters. */\nexport interface RoleEligibilityScheduleInstancesGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type RoleEligibilityScheduleInstancesGetResponse = RoleEligibilityScheduleInstance;\n\n/** Optional parameters. */\nexport interface RoleEligibilityScheduleInstancesListForScopeNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listForScopeNext operation. */\nexport type RoleEligibilityScheduleInstancesListForScopeNextResponse = RoleEligibilityScheduleInstanceListResult;\n\n/** Optional parameters. */\nexport interface RoleEligibilityScheduleRequestsCreateOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the create operation. */\nexport type RoleEligibilityScheduleRequestsCreateResponse = RoleEligibilityScheduleRequest;\n\n/** Optional parameters. */\nexport interface RoleEligibilityScheduleRequestsGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type RoleEligibilityScheduleRequestsGetResponse = RoleEligibilityScheduleRequest;\n\n/** Optional parameters. */\nexport interface RoleEligibilityScheduleRequestsListForScopeOptionalParams\n extends coreClient.OperationOptions {\n /** The filter to apply on the operation. Use $filter=atScope() to return all role eligibility schedule requests at or above the scope. Use $filter=principalId eq {id} to return all role eligibility schedule requests at, above or below the scope for the specified principal. Use $filter=asRequestor() to return all role eligibility schedule requests requested by the current user. Use $filter=asTarget() to return all role eligibility schedule requests created for the current user. Use $filter=asApprover() to return all role eligibility schedule requests where the current user is an approver. */\n filter?: string;\n}\n\n/** Contains response data for the listForScope operation. */\nexport type RoleEligibilityScheduleRequestsListForScopeResponse = RoleEligibilityScheduleRequestListResult;\n\n/** Optional parameters. */\nexport interface RoleEligibilityScheduleRequestsCancelOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface RoleEligibilityScheduleRequestsValidateOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the validate operation. */\nexport type RoleEligibilityScheduleRequestsValidateResponse = RoleEligibilityScheduleRequest;\n\n/** Optional parameters. */\nexport interface RoleEligibilityScheduleRequestsListForScopeNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listForScopeNext operation. */\nexport type RoleEligibilityScheduleRequestsListForScopeNextResponse = RoleEligibilityScheduleRequestListResult;\n\n/** Optional parameters. */\nexport interface RoleManagementPoliciesGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type RoleManagementPoliciesGetResponse = RoleManagementPolicy;\n\n/** Optional parameters. */\nexport interface RoleManagementPoliciesUpdateOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the update operation. */\nexport type RoleManagementPoliciesUpdateResponse = RoleManagementPolicy;\n\n/** Optional parameters. */\nexport interface RoleManagementPoliciesDeleteOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface RoleManagementPoliciesListForScopeOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listForScope operation. */\nexport type RoleManagementPoliciesListForScopeResponse = RoleManagementPolicyListResult;\n\n/** Optional parameters. */\nexport interface RoleManagementPoliciesListForScopeNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listForScopeNext operation. */\nexport type RoleManagementPoliciesListForScopeNextResponse = RoleManagementPolicyListResult;\n\n/** Optional parameters. */\nexport interface RoleManagementPolicyAssignmentsGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type RoleManagementPolicyAssignmentsGetResponse = RoleManagementPolicyAssignment;\n\n/** Optional parameters. */\nexport interface RoleManagementPolicyAssignmentsCreateOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the create operation. */\nexport type RoleManagementPolicyAssignmentsCreateResponse = RoleManagementPolicyAssignment;\n\n/** Optional parameters. */\nexport interface RoleManagementPolicyAssignmentsDeleteOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface RoleManagementPolicyAssignmentsListForScopeOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listForScope operation. */\nexport type RoleManagementPolicyAssignmentsListForScopeResponse = RoleManagementPolicyAssignmentListResult;\n\n/** Optional parameters. */\nexport interface RoleManagementPolicyAssignmentsListForScopeNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listForScopeNext operation. */\nexport type RoleManagementPolicyAssignmentsListForScopeNextResponse = RoleManagementPolicyAssignmentListResult;\n\n/** Optional parameters. */\nexport interface AlertsGetOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type AlertsGetResponse = Alert;\n\n/** Optional parameters. */\nexport interface AlertsUpdateOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface AlertsListForScopeOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listForScope operation. */\nexport type AlertsListForScopeResponse = AlertListResult;\n\n/** Optional parameters. */\nexport interface AlertsRefreshOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the refresh operation. */\nexport type AlertsRefreshResponse = AlertsRefreshHeaders & AlertOperationResult;\n\n/** Optional parameters. */\nexport interface AlertsRefreshAllOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the refreshAll operation. */\nexport type AlertsRefreshAllResponse = AlertsRefreshAllHeaders &\n AlertOperationResult;\n\n/** Optional parameters. */\nexport interface AlertsListForScopeNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listForScopeNext operation. */\nexport type AlertsListForScopeNextResponse = AlertListResult;\n\n/** Optional parameters. */\nexport interface AlertConfigurationsGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type AlertConfigurationsGetResponse = AlertConfiguration;\n\n/** Optional parameters. */\nexport interface AlertConfigurationsUpdateOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface AlertConfigurationsListForScopeOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listForScope operation. */\nexport type AlertConfigurationsListForScopeResponse = AlertConfigurationListResult;\n\n/** Optional parameters. */\nexport interface AlertConfigurationsListForScopeNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listForScopeNext operation. */\nexport type AlertConfigurationsListForScopeNextResponse = AlertConfigurationListResult;\n\n/** Optional parameters. */\nexport interface AlertDefinitionsGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type AlertDefinitionsGetResponse = AlertDefinition;\n\n/** Optional parameters. */\nexport interface AlertDefinitionsListForScopeOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listForScope operation. */\nexport type AlertDefinitionsListForScopeResponse = AlertDefinitionListResult;\n\n/** Optional parameters. */\nexport interface AlertDefinitionsListForScopeNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listForScopeNext operation. */\nexport type AlertDefinitionsListForScopeNextResponse = AlertDefinitionListResult;\n\n/** Optional parameters. */\nexport interface AlertIncidentsGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type AlertIncidentsGetResponse = AlertIncident;\n\n/** Optional parameters. */\nexport interface AlertIncidentsListForScopeOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listForScope operation. */\nexport type AlertIncidentsListForScopeResponse = AlertIncidentListResult;\n\n/** Optional parameters. */\nexport interface AlertIncidentsRemediateOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface AlertIncidentsListForScopeNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listForScopeNext operation. */\nexport type AlertIncidentsListForScopeNextResponse = AlertIncidentListResult;\n\n/** Optional parameters. */\nexport interface AlertOperationGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type AlertOperationGetResponse = AlertOperationResult;\n\n/** Optional parameters. */\nexport interface AuthorizationManagementClientOptionalParams\n extends coreClient.ServiceClientOptions {\n /** server parameter */\n $host?: string;\n /** Overrides client endpoint. */\n endpoint?: string;\n}\n","/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport * as coreClient from \"@azure/core-client\";\n\nexport const ClassicAdministratorListResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ClassicAdministratorListResult\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ClassicAdministrator\"\n }\n }\n }\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ClassicAdministrator: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ClassicAdministrator\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n type: {\n name: \"String\"\n }\n },\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\"\n }\n },\n type: {\n serializedName: \"type\",\n type: {\n name: \"String\"\n }\n },\n emailAddress: {\n serializedName: \"properties.emailAddress\",\n type: {\n name: \"String\"\n }\n },\n role: {\n serializedName: \"properties.role\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ErrorResponse: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ErrorResponse\",\n modelProperties: {\n error: {\n serializedName: \"error\",\n type: {\n name: \"Composite\",\n className: \"ErrorDetail\"\n }\n }\n }\n }\n};\n\nexport const ErrorDetail: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ErrorDetail\",\n modelProperties: {\n code: {\n serializedName: \"code\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n message: {\n serializedName: \"message\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n target: {\n serializedName: \"target\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n details: {\n serializedName: \"details\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ErrorDetail\"\n }\n }\n }\n },\n additionalInfo: {\n serializedName: \"additionalInfo\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ErrorAdditionalInfo\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const ErrorAdditionalInfo: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ErrorAdditionalInfo\",\n modelProperties: {\n type: {\n serializedName: \"type\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n info: {\n serializedName: \"info\",\n readOnly: true,\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"any\" } }\n }\n }\n }\n }\n};\n\nexport const DenyAssignmentListResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DenyAssignmentListResult\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"DenyAssignment\"\n }\n }\n }\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const DenyAssignment: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DenyAssignment\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n name: {\n serializedName: \"name\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n type: {\n serializedName: \"type\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n denyAssignmentName: {\n serializedName: \"properties.denyAssignmentName\",\n type: {\n name: \"String\"\n }\n },\n description: {\n serializedName: \"properties.description\",\n type: {\n name: \"String\"\n }\n },\n permissions: {\n serializedName: \"properties.permissions\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"DenyAssignmentPermission\"\n }\n }\n }\n },\n scope: {\n serializedName: \"properties.scope\",\n type: {\n name: \"String\"\n }\n },\n doNotApplyToChildScopes: {\n serializedName: \"properties.doNotApplyToChildScopes\",\n type: {\n name: \"Boolean\"\n }\n },\n principals: {\n serializedName: \"properties.principals\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"Principal\"\n }\n }\n }\n },\n excludePrincipals: {\n serializedName: \"properties.excludePrincipals\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"Principal\"\n }\n }\n }\n },\n isSystemProtected: {\n serializedName: \"properties.isSystemProtected\",\n type: {\n name: \"Boolean\"\n }\n },\n condition: {\n serializedName: \"properties.condition\",\n type: {\n name: \"String\"\n }\n },\n conditionVersion: {\n serializedName: \"properties.conditionVersion\",\n type: {\n name: \"String\"\n }\n },\n createdOn: {\n serializedName: \"properties.createdOn\",\n readOnly: true,\n type: {\n name: \"DateTime\"\n }\n },\n updatedOn: {\n serializedName: \"properties.updatedOn\",\n readOnly: true,\n type: {\n name: \"DateTime\"\n }\n },\n createdBy: {\n serializedName: \"properties.createdBy\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n updatedBy: {\n serializedName: \"properties.updatedBy\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const DenyAssignmentPermission: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DenyAssignmentPermission\",\n modelProperties: {\n actions: {\n serializedName: \"actions\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n notActions: {\n serializedName: \"notActions\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n dataActions: {\n serializedName: \"dataActions\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n notDataActions: {\n serializedName: \"notDataActions\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n condition: {\n serializedName: \"condition\",\n type: {\n name: \"String\"\n }\n },\n conditionVersion: {\n serializedName: \"conditionVersion\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const Principal: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"Principal\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n type: {\n name: \"String\"\n }\n },\n displayName: {\n serializedName: \"displayName\",\n type: {\n name: \"String\"\n }\n },\n type: {\n serializedName: \"type\",\n type: {\n name: \"String\"\n }\n },\n email: {\n serializedName: \"email\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ProviderOperationsMetadata: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ProviderOperationsMetadata\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n type: {\n name: \"String\"\n }\n },\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\"\n }\n },\n type: {\n serializedName: \"type\",\n type: {\n name: \"String\"\n }\n },\n displayName: {\n serializedName: \"displayName\",\n type: {\n name: \"String\"\n }\n },\n resourceTypes: {\n serializedName: \"resourceTypes\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ResourceType\"\n }\n }\n }\n },\n operations: {\n serializedName: \"operations\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ProviderOperation\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const ResourceType: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ResourceType\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\"\n }\n },\n displayName: {\n serializedName: \"displayName\",\n type: {\n name: \"String\"\n }\n },\n operations: {\n serializedName: \"operations\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ProviderOperation\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const ProviderOperation: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ProviderOperation\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\"\n }\n },\n displayName: {\n serializedName: \"displayName\",\n type: {\n name: \"String\"\n }\n },\n description: {\n serializedName: \"description\",\n type: {\n name: \"String\"\n }\n },\n origin: {\n serializedName: \"origin\",\n type: {\n name: \"String\"\n }\n },\n properties: {\n serializedName: \"properties\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"any\" } }\n }\n },\n isDataAction: {\n serializedName: \"isDataAction\",\n type: {\n name: \"Boolean\"\n }\n }\n }\n }\n};\n\nexport const ProviderOperationsMetadataListResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ProviderOperationsMetadataListResult\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ProviderOperationsMetadata\"\n }\n }\n }\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const RoleAssignmentListResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"RoleAssignmentListResult\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"RoleAssignment\"\n }\n }\n }\n },\n nextLink: {\n serializedName: \"nextLink\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const RoleAssignment: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"RoleAssignment\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n name: {\n serializedName: \"name\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n type: {\n serializedName: \"type\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n scope: {\n serializedName: \"properties.scope\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n roleDefinitionId: {\n serializedName: \"properties.roleDefinitionId\",\n type: {\n name: \"String\"\n }\n },\n principalId: {\n serializedName: \"properties.principalId\",\n type: {\n name: \"String\"\n }\n },\n principalType: {\n serializedName: \"properties.principalType\",\n type: {\n name: \"String\"\n }\n },\n description: {\n serializedName: \"properties.description\",\n type: {\n name: \"String\"\n }\n },\n condition: {\n serializedName: \"properties.condition\",\n type: {\n name: \"String\"\n }\n },\n conditionVersion: {\n serializedName: \"properties.conditionVersion\",\n type: {\n name: \"String\"\n }\n },\n createdOn: {\n serializedName: \"properties.createdOn\",\n readOnly: true,\n type: {\n name: \"DateTime\"\n }\n },\n updatedOn: {\n serializedName: \"properties.updatedOn\",\n readOnly: true,\n type: {\n name: \"DateTime\"\n }\n },\n createdBy: {\n serializedName: \"properties.createdBy\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n updatedBy: {\n serializedName: \"properties.updatedBy\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n delegatedManagedIdentityResourceId: {\n serializedName: \"properties.delegatedManagedIdentityResourceId\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const RoleAssignmentCreateParameters: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"RoleAssignmentCreateParameters\",\n modelProperties: {\n scope: {\n serializedName: \"properties.scope\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n roleDefinitionId: {\n serializedName: \"properties.roleDefinitionId\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n principalId: {\n serializedName: \"properties.principalId\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n principalType: {\n serializedName: \"properties.principalType\",\n type: {\n name: \"String\"\n }\n },\n description: {\n serializedName: \"properties.description\",\n type: {\n name: \"String\"\n }\n },\n condition: {\n serializedName: \"properties.condition\",\n type: {\n name: \"String\"\n }\n },\n conditionVersion: {\n serializedName: \"properties.conditionVersion\",\n type: {\n name: \"String\"\n }\n },\n createdOn: {\n serializedName: \"properties.createdOn\",\n readOnly: true,\n type: {\n name: \"DateTime\"\n }\n },\n updatedOn: {\n serializedName: \"properties.updatedOn\",\n readOnly: true,\n type: {\n name: \"DateTime\"\n }\n },\n createdBy: {\n serializedName: \"properties.createdBy\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n updatedBy: {\n serializedName: \"properties.updatedBy\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n delegatedManagedIdentityResourceId: {\n serializedName: \"properties.delegatedManagedIdentityResourceId\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const PermissionGetResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"PermissionGetResult\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"Permission\"\n }\n }\n }\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const Permission: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"Permission\",\n modelProperties: {\n actions: {\n serializedName: \"actions\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n notActions: {\n serializedName: \"notActions\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n dataActions: {\n serializedName: \"dataActions\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n notDataActions: {\n serializedName: \"notDataActions\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n condition: {\n serializedName: \"condition\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n conditionVersion: {\n serializedName: \"conditionVersion\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const RoleDefinition: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"RoleDefinition\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n name: {\n serializedName: \"name\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n type: {\n serializedName: \"type\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n roleName: {\n serializedName: \"properties.roleName\",\n type: {\n name: \"String\"\n }\n },\n description: {\n serializedName: \"properties.description\",\n type: {\n name: \"String\"\n }\n },\n roleType: {\n serializedName: \"properties.type\",\n type: {\n name: \"String\"\n }\n },\n permissions: {\n serializedName: \"properties.permissions\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"Permission\"\n }\n }\n }\n },\n assignableScopes: {\n serializedName: \"properties.assignableScopes\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n createdOn: {\n serializedName: \"properties.createdOn\",\n readOnly: true,\n type: {\n name: \"DateTime\"\n }\n },\n updatedOn: {\n serializedName: \"properties.updatedOn\",\n readOnly: true,\n type: {\n name: \"DateTime\"\n }\n },\n createdBy: {\n serializedName: \"properties.createdBy\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n updatedBy: {\n serializedName: \"properties.updatedBy\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const RoleDefinitionListResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"RoleDefinitionListResult\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"RoleDefinition\"\n }\n }\n }\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const OperationListResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"OperationListResult\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"Operation\"\n }\n }\n }\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const Operation: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"Operation\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\"\n }\n },\n isDataAction: {\n serializedName: \"isDataAction\",\n type: {\n name: \"Boolean\"\n }\n },\n display: {\n serializedName: \"display\",\n type: {\n name: \"Composite\",\n className: \"OperationDisplay\"\n }\n },\n origin: {\n serializedName: \"origin\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const OperationDisplay: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"OperationDisplay\",\n modelProperties: {\n provider: {\n serializedName: \"provider\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n resource: {\n serializedName: \"resource\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n operation: {\n serializedName: \"operation\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n description: {\n serializedName: \"description\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ErrorDefinition: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ErrorDefinition\",\n modelProperties: {\n error: {\n serializedName: \"error\",\n type: {\n name: \"Composite\",\n className: \"ErrorDefinitionProperties\"\n }\n }\n }\n }\n};\n\nexport const ErrorDefinitionProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ErrorDefinitionProperties\",\n modelProperties: {\n message: {\n serializedName: \"message\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n code: {\n serializedName: \"code\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const AccessReviewHistoryDefinitionListResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AccessReviewHistoryDefinitionListResult\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"AccessReviewHistoryDefinition\"\n }\n }\n }\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const AccessReviewHistoryDefinition: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AccessReviewHistoryDefinition\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n name: {\n serializedName: \"name\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n type: {\n serializedName: \"type\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n displayName: {\n serializedName: \"properties.displayName\",\n type: {\n name: \"String\"\n }\n },\n reviewHistoryPeriodStartDateTime: {\n serializedName: \"properties.reviewHistoryPeriodStartDateTime\",\n readOnly: true,\n nullable: true,\n type: {\n name: \"DateTime\"\n }\n },\n reviewHistoryPeriodEndDateTime: {\n serializedName: \"properties.reviewHistoryPeriodEndDateTime\",\n readOnly: true,\n nullable: true,\n type: {\n name: \"DateTime\"\n }\n },\n decisions: {\n serializedName: \"properties.decisions\",\n nullable: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n status: {\n serializedName: \"properties.status\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n createdDateTime: {\n serializedName: \"properties.createdDateTime\",\n readOnly: true,\n nullable: true,\n type: {\n name: \"DateTime\"\n }\n },\n scopes: {\n serializedName: \"properties.scopes\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"AccessReviewScope\"\n }\n }\n }\n },\n instances: {\n serializedName: \"properties.instances\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"AccessReviewHistoryInstance\"\n }\n }\n }\n },\n typePropertiesSettingsRangeType: {\n serializedName: \"properties.settings.range.type\",\n nullable: true,\n type: {\n name: \"String\"\n }\n },\n numberOfOccurrences: {\n serializedName: \"properties.settings.range.numberOfOccurrences\",\n nullable: true,\n type: {\n name: \"Number\"\n }\n },\n startDate: {\n serializedName: \"properties.settings.range.startDate\",\n nullable: true,\n type: {\n name: \"DateTime\"\n }\n },\n endDate: {\n serializedName: \"properties.settings.range.endDate\",\n nullable: true,\n type: {\n name: \"DateTime\"\n }\n },\n typePropertiesSettingsPatternType: {\n serializedName: \"properties.settings.pattern.type\",\n nullable: true,\n type: {\n name: \"String\"\n }\n },\n interval: {\n serializedName: \"properties.settings.pattern.interval\",\n nullable: true,\n type: {\n name: \"Number\"\n }\n },\n principalId: {\n serializedName: \"properties.createdBy.principalId\",\n readOnly: true,\n nullable: true,\n type: {\n name: \"String\"\n }\n },\n principalType: {\n serializedName: \"properties.createdBy.principalType\",\n readOnly: true,\n nullable: true,\n type: {\n name: \"String\"\n }\n },\n principalName: {\n serializedName: \"properties.createdBy.principalName\",\n readOnly: true,\n nullable: true,\n type: {\n name: \"String\"\n }\n },\n userPrincipalName: {\n serializedName: \"properties.createdBy.userPrincipalName\",\n readOnly: true,\n nullable: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const AccessReviewHistoryDefinitionProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AccessReviewHistoryDefinitionProperties\",\n modelProperties: {\n displayName: {\n serializedName: \"displayName\",\n type: {\n name: \"String\"\n }\n },\n reviewHistoryPeriodStartDateTime: {\n serializedName: \"reviewHistoryPeriodStartDateTime\",\n readOnly: true,\n nullable: true,\n type: {\n name: \"DateTime\"\n }\n },\n reviewHistoryPeriodEndDateTime: {\n serializedName: \"reviewHistoryPeriodEndDateTime\",\n readOnly: true,\n nullable: true,\n type: {\n name: \"DateTime\"\n }\n },\n decisions: {\n serializedName: \"decisions\",\n nullable: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n status: {\n serializedName: \"status\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n createdDateTime: {\n serializedName: \"createdDateTime\",\n readOnly: true,\n nullable: true,\n type: {\n name: \"DateTime\"\n }\n },\n scopes: {\n serializedName: \"scopes\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"AccessReviewScope\"\n }\n }\n }\n },\n instances: {\n serializedName: \"instances\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"AccessReviewHistoryInstance\"\n }\n }\n }\n },\n typeSettingsRangeType: {\n serializedName: \"settings.range.type\",\n nullable: true,\n type: {\n name: \"String\"\n }\n },\n numberOfOccurrences: {\n serializedName: \"settings.range.numberOfOccurrences\",\n nullable: true,\n type: {\n name: \"Number\"\n }\n },\n startDate: {\n serializedName: \"settings.range.startDate\",\n nullable: true,\n type: {\n name: \"DateTime\"\n }\n },\n endDate: {\n serializedName: \"settings.range.endDate\",\n nullable: true,\n type: {\n name: \"DateTime\"\n }\n },\n typeSettingsPatternType: {\n serializedName: \"settings.pattern.type\",\n nullable: true,\n type: {\n name: \"String\"\n }\n },\n interval: {\n serializedName: \"settings.pattern.interval\",\n nullable: true,\n type: {\n name: \"Number\"\n }\n },\n principalId: {\n serializedName: \"createdBy.principalId\",\n readOnly: true,\n nullable: true,\n type: {\n name: \"String\"\n }\n },\n principalType: {\n serializedName: \"createdBy.principalType\",\n readOnly: true,\n nullable: true,\n type: {\n name: \"String\"\n }\n },\n principalName: {\n serializedName: \"createdBy.principalName\",\n readOnly: true,\n nullable: true,\n type: {\n name: \"String\"\n }\n },\n userPrincipalName: {\n serializedName: \"createdBy.userPrincipalName\",\n readOnly: true,\n nullable: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const AccessReviewScope: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AccessReviewScope\",\n modelProperties: {\n resourceId: {\n serializedName: \"resourceId\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n roleDefinitionId: {\n serializedName: \"roleDefinitionId\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n principalType: {\n serializedName: \"principalType\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n assignmentState: {\n serializedName: \"assignmentState\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n inactiveDuration: {\n serializedName: \"inactiveDuration\",\n type: {\n name: \"TimeSpan\"\n }\n },\n expandNestedMemberships: {\n serializedName: \"expandNestedMemberships\",\n type: {\n name: \"Boolean\"\n }\n },\n includeInheritedAccess: {\n serializedName: \"includeInheritedAccess\",\n type: {\n name: \"Boolean\"\n }\n },\n includeAccessBelowResource: {\n serializedName: \"includeAccessBelowResource\",\n type: {\n name: \"Boolean\"\n }\n },\n excludeResourceId: {\n serializedName: \"excludeResourceId\",\n type: {\n name: \"String\"\n }\n },\n excludeRoleDefinitionId: {\n serializedName: \"excludeRoleDefinitionId\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const AccessReviewHistoryInstance: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AccessReviewHistoryInstance\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n name: {\n serializedName: \"name\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n type: {\n serializedName: \"type\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n reviewHistoryPeriodStartDateTime: {\n serializedName: \"properties.reviewHistoryPeriodStartDateTime\",\n type: {\n name: \"DateTime\"\n }\n },\n reviewHistoryPeriodEndDateTime: {\n serializedName: \"properties.reviewHistoryPeriodEndDateTime\",\n type: {\n name: \"DateTime\"\n }\n },\n displayName: {\n serializedName: \"properties.displayName\",\n type: {\n name: \"String\"\n }\n },\n status: {\n serializedName: \"properties.status\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n runDateTime: {\n serializedName: \"properties.runDateTime\",\n nullable: true,\n type: {\n name: \"DateTime\"\n }\n },\n fulfilledDateTime: {\n serializedName: \"properties.fulfilledDateTime\",\n nullable: true,\n type: {\n name: \"DateTime\"\n }\n },\n downloadUri: {\n serializedName: \"properties.downloadUri\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n expiration: {\n serializedName: \"properties.expiration\",\n nullable: true,\n type: {\n name: \"DateTime\"\n }\n }\n }\n }\n};\n\nexport const AccessReviewHistoryDefinitionInstanceListResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AccessReviewHistoryDefinitionInstanceListResult\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"AccessReviewHistoryInstance\"\n }\n }\n }\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const AccessReviewScheduleDefinitionListResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AccessReviewScheduleDefinitionListResult\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"AccessReviewScheduleDefinition\"\n }\n }\n }\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const AccessReviewScheduleDefinition: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AccessReviewScheduleDefinition\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n name: {\n serializedName: \"name\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n type: {\n serializedName: \"type\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n displayName: {\n serializedName: \"properties.displayName\",\n type: {\n name: \"String\"\n }\n },\n status: {\n serializedName: \"properties.status\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n descriptionForAdmins: {\n serializedName: \"properties.descriptionForAdmins\",\n type: {\n name: \"String\"\n }\n },\n descriptionForReviewers: {\n serializedName: \"properties.descriptionForReviewers\",\n type: {\n name: \"String\"\n }\n },\n reviewers: {\n serializedName: \"properties.reviewers\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"AccessReviewReviewer\"\n }\n }\n }\n },\n backupReviewers: {\n serializedName: \"properties.backupReviewers\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"AccessReviewReviewer\"\n }\n }\n }\n },\n reviewersType: {\n serializedName: \"properties.reviewersType\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n instances: {\n serializedName: \"properties.instances\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"AccessReviewInstance\"\n }\n }\n }\n },\n resourceId: {\n serializedName: \"properties.scope.resourceId\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n roleDefinitionId: {\n serializedName: \"properties.scope.roleDefinitionId\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n principalTypePropertiesScopePrincipalType: {\n serializedName: \"properties.scope.principalType\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n assignmentState: {\n serializedName: \"properties.scope.assignmentState\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n inactiveDuration: {\n serializedName: \"properties.scope.inactiveDuration\",\n type: {\n name: \"TimeSpan\"\n }\n },\n expandNestedMemberships: {\n serializedName: \"properties.scope.expandNestedMemberships\",\n type: {\n name: \"Boolean\"\n }\n },\n includeInheritedAccess: {\n serializedName: \"properties.scope.includeInheritedAccess\",\n type: {\n name: \"Boolean\"\n }\n },\n includeAccessBelowResource: {\n serializedName: \"properties.scope.includeAccessBelowResource\",\n type: {\n name: \"Boolean\"\n }\n },\n excludeResourceId: {\n serializedName: \"properties.scope.excludeResourceId\",\n type: {\n name: \"String\"\n }\n },\n excludeRoleDefinitionId: {\n serializedName: \"properties.scope.excludeRoleDefinitionId\",\n type: {\n name: \"String\"\n }\n },\n mailNotificationsEnabled: {\n serializedName: \"properties.settings.mailNotificationsEnabled\",\n type: {\n name: \"Boolean\"\n }\n },\n reminderNotificationsEnabled: {\n serializedName: \"properties.settings.reminderNotificationsEnabled\",\n type: {\n name: \"Boolean\"\n }\n },\n defaultDecisionEnabled: {\n serializedName: \"properties.settings.defaultDecisionEnabled\",\n type: {\n name: \"Boolean\"\n }\n },\n justificationRequiredOnApproval: {\n serializedName: \"properties.settings.justificationRequiredOnApproval\",\n type: {\n name: \"Boolean\"\n }\n },\n defaultDecision: {\n serializedName: \"properties.settings.defaultDecision\",\n type: {\n name: \"String\"\n }\n },\n autoApplyDecisionsEnabled: {\n serializedName: \"properties.settings.autoApplyDecisionsEnabled\",\n type: {\n name: \"Boolean\"\n }\n },\n recommendationsEnabled: {\n serializedName: \"properties.settings.recommendationsEnabled\",\n type: {\n name: \"Boolean\"\n }\n },\n recommendationLookBackDuration: {\n serializedName: \"properties.settings.recommendationLookBackDuration\",\n type: {\n name: \"TimeSpan\"\n }\n },\n instanceDurationInDays: {\n serializedName: \"properties.settings.instanceDurationInDays\",\n type: {\n name: \"Number\"\n }\n },\n typePropertiesSettingsRecurrenceRangeType: {\n serializedName: \"properties.settings.recurrence.range.type\",\n type: {\n name: \"String\"\n }\n },\n numberOfOccurrences: {\n serializedName:\n \"properties.settings.recurrence.range.numberOfOccurrences\",\n type: {\n name: \"Number\"\n }\n },\n startDate: {\n serializedName: \"properties.settings.recurrence.range.startDate\",\n nullable: true,\n type: {\n name: \"DateTime\"\n }\n },\n endDate: {\n serializedName: \"properties.settings.recurrence.range.endDate\",\n nullable: true,\n type: {\n name: \"DateTime\"\n }\n },\n typePropertiesSettingsRecurrencePatternType: {\n serializedName: \"properties.settings.recurrence.pattern.type\",\n type: {\n name: \"String\"\n }\n },\n interval: {\n serializedName: \"properties.settings.recurrence.pattern.interval\",\n type: {\n name: \"Number\"\n }\n },\n principalId: {\n serializedName: \"properties.createdBy.principalId\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n principalTypePropertiesCreatedByPrincipalType: {\n serializedName: \"properties.createdBy.principalType\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n principalName: {\n serializedName: \"properties.createdBy.principalName\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n userPrincipalName: {\n serializedName: \"properties.createdBy.userPrincipalName\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const AccessReviewScheduleDefinitionProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AccessReviewScheduleDefinitionProperties\",\n modelProperties: {\n displayName: {\n serializedName: \"displayName\",\n type: {\n name: \"String\"\n }\n },\n status: {\n serializedName: \"status\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n descriptionForAdmins: {\n serializedName: \"descriptionForAdmins\",\n type: {\n name: \"String\"\n }\n },\n descriptionForReviewers: {\n serializedName: \"descriptionForReviewers\",\n type: {\n name: \"String\"\n }\n },\n reviewers: {\n serializedName: \"reviewers\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"AccessReviewReviewer\"\n }\n }\n }\n },\n backupReviewers: {\n serializedName: \"backupReviewers\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"AccessReviewReviewer\"\n }\n }\n }\n },\n reviewersType: {\n serializedName: \"reviewersType\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n instances: {\n serializedName: \"instances\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"AccessReviewInstance\"\n }\n }\n }\n },\n resourceId: {\n serializedName: \"scope.resourceId\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n roleDefinitionId: {\n serializedName: \"scope.roleDefinitionId\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n principalTypeScopePrincipalType: {\n serializedName: \"scope.principalType\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n assignmentState: {\n serializedName: \"scope.assignmentState\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n inactiveDuration: {\n serializedName: \"scope.inactiveDuration\",\n type: {\n name: \"TimeSpan\"\n }\n },\n expandNestedMemberships: {\n serializedName: \"scope.expandNestedMemberships\",\n type: {\n name: \"Boolean\"\n }\n },\n includeInheritedAccess: {\n serializedName: \"scope.includeInheritedAccess\",\n type: {\n name: \"Boolean\"\n }\n },\n includeAccessBelowResource: {\n serializedName: \"scope.includeAccessBelowResource\",\n type: {\n name: \"Boolean\"\n }\n },\n excludeResourceId: {\n serializedName: \"scope.excludeResourceId\",\n type: {\n name: \"String\"\n }\n },\n excludeRoleDefinitionId: {\n serializedName: \"scope.excludeRoleDefinitionId\",\n type: {\n name: \"String\"\n }\n },\n mailNotificationsEnabled: {\n serializedName: \"settings.mailNotificationsEnabled\",\n type: {\n name: \"Boolean\"\n }\n },\n reminderNotificationsEnabled: {\n serializedName: \"settings.reminderNotificationsEnabled\",\n type: {\n name: \"Boolean\"\n }\n },\n defaultDecisionEnabled: {\n serializedName: \"settings.defaultDecisionEnabled\",\n type: {\n name: \"Boolean\"\n }\n },\n justificationRequiredOnApproval: {\n serializedName: \"settings.justificationRequiredOnApproval\",\n type: {\n name: \"Boolean\"\n }\n },\n defaultDecision: {\n serializedName: \"settings.defaultDecision\",\n type: {\n name: \"String\"\n }\n },\n autoApplyDecisionsEnabled: {\n serializedName: \"settings.autoApplyDecisionsEnabled\",\n type: {\n name: \"Boolean\"\n }\n },\n recommendationsEnabled: {\n serializedName: \"settings.recommendationsEnabled\",\n type: {\n name: \"Boolean\"\n }\n },\n recommendationLookBackDuration: {\n serializedName: \"settings.recommendationLookBackDuration\",\n type: {\n name: \"TimeSpan\"\n }\n },\n instanceDurationInDays: {\n serializedName: \"settings.instanceDurationInDays\",\n type: {\n name: \"Number\"\n }\n },\n typeSettingsRecurrenceRangeType: {\n serializedName: \"settings.recurrence.range.type\",\n type: {\n name: \"String\"\n }\n },\n numberOfOccurrences: {\n serializedName: \"settings.recurrence.range.numberOfOccurrences\",\n type: {\n name: \"Number\"\n }\n },\n startDate: {\n serializedName: \"settings.recurrence.range.startDate\",\n nullable: true,\n type: {\n name: \"DateTime\"\n }\n },\n endDate: {\n serializedName: \"settings.recurrence.range.endDate\",\n nullable: true,\n type: {\n name: \"DateTime\"\n }\n },\n typeSettingsRecurrencePatternType: {\n serializedName: \"settings.recurrence.pattern.type\",\n type: {\n name: \"String\"\n }\n },\n interval: {\n serializedName: \"settings.recurrence.pattern.interval\",\n type: {\n name: \"Number\"\n }\n },\n principalId: {\n serializedName: \"createdBy.principalId\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n principalTypeCreatedByPrincipalType: {\n serializedName: \"createdBy.principalType\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n principalName: {\n serializedName: \"createdBy.principalName\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n userPrincipalName: {\n serializedName: \"createdBy.userPrincipalName\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const AccessReviewScheduleSettings: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AccessReviewScheduleSettings\",\n modelProperties: {\n mailNotificationsEnabled: {\n serializedName: \"mailNotificationsEnabled\",\n type: {\n name: \"Boolean\"\n }\n },\n reminderNotificationsEnabled: {\n serializedName: \"reminderNotificationsEnabled\",\n type: {\n name: \"Boolean\"\n }\n },\n defaultDecisionEnabled: {\n serializedName: \"defaultDecisionEnabled\",\n type: {\n name: \"Boolean\"\n }\n },\n justificationRequiredOnApproval: {\n serializedName: \"justificationRequiredOnApproval\",\n type: {\n name: \"Boolean\"\n }\n },\n defaultDecision: {\n serializedName: \"defaultDecision\",\n type: {\n name: \"String\"\n }\n },\n autoApplyDecisionsEnabled: {\n serializedName: \"autoApplyDecisionsEnabled\",\n type: {\n name: \"Boolean\"\n }\n },\n recommendationsEnabled: {\n serializedName: \"recommendationsEnabled\",\n type: {\n name: \"Boolean\"\n }\n },\n recommendationLookBackDuration: {\n serializedName: \"recommendationLookBackDuration\",\n type: {\n name: \"TimeSpan\"\n }\n },\n instanceDurationInDays: {\n serializedName: \"instanceDurationInDays\",\n type: {\n name: \"Number\"\n }\n },\n typeRecurrenceRangeType: {\n serializedName: \"recurrence.range.type\",\n type: {\n name: \"String\"\n }\n },\n numberOfOccurrences: {\n serializedName: \"recurrence.range.numberOfOccurrences\",\n type: {\n name: \"Number\"\n }\n },\n startDate: {\n serializedName: \"recurrence.range.startDate\",\n nullable: true,\n type: {\n name: \"DateTime\"\n }\n },\n endDate: {\n serializedName: \"recurrence.range.endDate\",\n nullable: true,\n type: {\n name: \"DateTime\"\n }\n },\n typeRecurrencePatternType: {\n serializedName: \"recurrence.pattern.type\",\n type: {\n name: \"String\"\n }\n },\n interval: {\n serializedName: \"recurrence.pattern.interval\",\n type: {\n name: \"Number\"\n }\n }\n }\n }\n};\n\nexport const AccessReviewReviewer: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AccessReviewReviewer\",\n modelProperties: {\n principalId: {\n serializedName: \"principalId\",\n type: {\n name: \"String\"\n }\n },\n principalType: {\n serializedName: \"principalType\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const AccessReviewInstance: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AccessReviewInstance\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n name: {\n serializedName: \"name\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n type: {\n serializedName: \"type\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n status: {\n serializedName: \"properties.status\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n startDateTime: {\n serializedName: \"properties.startDateTime\",\n type: {\n name: \"DateTime\"\n }\n },\n endDateTime: {\n serializedName: \"properties.endDateTime\",\n type: {\n name: \"DateTime\"\n }\n },\n reviewers: {\n serializedName: \"properties.reviewers\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"AccessReviewReviewer\"\n }\n }\n }\n },\n backupReviewers: {\n serializedName: \"properties.backupReviewers\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"AccessReviewReviewer\"\n }\n }\n }\n },\n reviewersType: {\n serializedName: \"properties.reviewersType\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const AccessReviewInstanceProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AccessReviewInstanceProperties\",\n modelProperties: {\n status: {\n serializedName: \"status\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n startDateTime: {\n serializedName: \"startDateTime\",\n type: {\n name: \"DateTime\"\n }\n },\n endDateTime: {\n serializedName: \"endDateTime\",\n type: {\n name: \"DateTime\"\n }\n },\n reviewers: {\n serializedName: \"reviewers\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"AccessReviewReviewer\"\n }\n }\n }\n },\n backupReviewers: {\n serializedName: \"backupReviewers\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"AccessReviewReviewer\"\n }\n }\n }\n },\n reviewersType: {\n serializedName: \"reviewersType\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const AccessReviewInstanceListResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AccessReviewInstanceListResult\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"AccessReviewInstance\"\n }\n }\n }\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const AccessReviewDecisionListResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AccessReviewDecisionListResult\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"AccessReviewDecision\"\n }\n }\n }\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const AccessReviewDecision: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AccessReviewDecision\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n name: {\n serializedName: \"name\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n type: {\n serializedName: \"type\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n recommendation: {\n serializedName: \"properties.recommendation\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n decision: {\n serializedName: \"properties.decision\",\n type: {\n name: \"String\"\n }\n },\n justification: {\n serializedName: \"properties.justification\",\n type: {\n name: \"String\"\n }\n },\n reviewedDateTime: {\n serializedName: \"properties.reviewedDateTime\",\n readOnly: true,\n nullable: true,\n type: {\n name: \"DateTime\"\n }\n },\n applyResult: {\n serializedName: \"properties.applyResult\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n appliedDateTime: {\n serializedName: \"properties.appliedDateTime\",\n readOnly: true,\n nullable: true,\n type: {\n name: \"DateTime\"\n }\n },\n insights: {\n serializedName: \"properties.insights\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"AccessReviewDecisionInsight\"\n }\n }\n }\n },\n membershipTypes: {\n serializedName:\n \"properties.principalResourceMembership.membershipTypes\",\n nullable: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n principalIdPropertiesAppliedByPrincipalId: {\n serializedName: \"properties.appliedBy.principalId\",\n readOnly: true,\n nullable: true,\n type: {\n name: \"String\"\n }\n },\n principalTypePropertiesAppliedByPrincipalType: {\n serializedName: \"properties.appliedBy.principalType\",\n readOnly: true,\n nullable: true,\n type: {\n name: \"String\"\n }\n },\n principalNamePropertiesAppliedByPrincipalName: {\n serializedName: \"properties.appliedBy.principalName\",\n readOnly: true,\n nullable: true,\n type: {\n name: \"String\"\n }\n },\n userPrincipalNamePropertiesAppliedByUserPrincipalName: {\n serializedName: \"properties.appliedBy.userPrincipalName\",\n readOnly: true,\n nullable: true,\n type: {\n name: \"String\"\n }\n },\n principalIdPropertiesReviewedByPrincipalId: {\n serializedName: \"properties.reviewedBy.principalId\",\n readOnly: true,\n nullable: true,\n type: {\n name: \"String\"\n }\n },\n principalTypePropertiesReviewedByPrincipalType: {\n serializedName: \"properties.reviewedBy.principalType\",\n readOnly: true,\n nullable: true,\n type: {\n name: \"String\"\n }\n },\n principalNamePropertiesReviewedByPrincipalName: {\n serializedName: \"properties.reviewedBy.principalName\",\n readOnly: true,\n nullable: true,\n type: {\n name: \"String\"\n }\n },\n userPrincipalNamePropertiesReviewedByUserPrincipalName: {\n serializedName: \"properties.reviewedBy.userPrincipalName\",\n readOnly: true,\n nullable: true,\n type: {\n name: \"String\"\n }\n },\n typePropertiesResourceType: {\n serializedName: \"properties.resource.type\",\n nullable: true,\n type: {\n name: \"String\"\n }\n },\n idPropertiesResourceId: {\n serializedName: \"properties.resource.id\",\n readOnly: true,\n nullable: true,\n type: {\n name: \"String\"\n }\n },\n displayNamePropertiesResourceDisplayName: {\n serializedName: \"properties.resource.displayName\",\n readOnly: true,\n nullable: true,\n type: {\n name: \"String\"\n }\n },\n typePropertiesPrincipalType: {\n serializedName: \"properties.principal.type\",\n nullable: true,\n type: {\n name: \"String\"\n }\n },\n idPropertiesPrincipalId: {\n serializedName: \"properties.principal.id\",\n readOnly: true,\n nullable: true,\n type: {\n name: \"String\"\n }\n },\n displayNamePropertiesPrincipalDisplayName: {\n serializedName: \"properties.principal.displayName\",\n readOnly: true,\n nullable: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const AccessReviewDecisionProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AccessReviewDecisionProperties\",\n modelProperties: {\n recommendation: {\n serializedName: \"recommendation\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n decision: {\n serializedName: \"decision\",\n type: {\n name: \"String\"\n }\n },\n justification: {\n serializedName: \"justification\",\n type: {\n name: \"String\"\n }\n },\n reviewedDateTime: {\n serializedName: \"reviewedDateTime\",\n readOnly: true,\n nullable: true,\n type: {\n name: \"DateTime\"\n }\n },\n applyResult: {\n serializedName: \"applyResult\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n appliedDateTime: {\n serializedName: \"appliedDateTime\",\n readOnly: true,\n nullable: true,\n type: {\n name: \"DateTime\"\n }\n },\n insights: {\n serializedName: \"insights\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"AccessReviewDecisionInsight\"\n }\n }\n }\n },\n membershipTypes: {\n serializedName: \"principalResourceMembership.membershipTypes\",\n nullable: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n principalIdAppliedByPrincipalId: {\n serializedName: \"appliedBy.principalId\",\n readOnly: true,\n nullable: true,\n type: {\n name: \"String\"\n }\n },\n principalTypeAppliedByPrincipalType: {\n serializedName: \"appliedBy.principalType\",\n readOnly: true,\n nullable: true,\n type: {\n name: \"String\"\n }\n },\n principalNameAppliedByPrincipalName: {\n serializedName: \"appliedBy.principalName\",\n readOnly: true,\n nullable: true,\n type: {\n name: \"String\"\n }\n },\n userPrincipalNameAppliedByUserPrincipalName: {\n serializedName: \"appliedBy.userPrincipalName\",\n readOnly: true,\n nullable: true,\n type: {\n name: \"String\"\n }\n },\n principalIdReviewedByPrincipalId: {\n serializedName: \"reviewedBy.principalId\",\n readOnly: true,\n nullable: true,\n type: {\n name: \"String\"\n }\n },\n principalTypeReviewedByPrincipalType: {\n serializedName: \"reviewedBy.principalType\",\n readOnly: true,\n nullable: true,\n type: {\n name: \"String\"\n }\n },\n principalNameReviewedByPrincipalName: {\n serializedName: \"reviewedBy.principalName\",\n readOnly: true,\n nullable: true,\n type: {\n name: \"String\"\n }\n },\n userPrincipalNameReviewedByUserPrincipalName: {\n serializedName: \"reviewedBy.userPrincipalName\",\n readOnly: true,\n nullable: true,\n type: {\n name: \"String\"\n }\n },\n typeResourceType: {\n serializedName: \"resource.type\",\n nullable: true,\n type: {\n name: \"String\"\n }\n },\n idResourceId: {\n serializedName: \"resource.id\",\n readOnly: true,\n nullable: true,\n type: {\n name: \"String\"\n }\n },\n displayNameResourceDisplayName: {\n serializedName: \"resource.displayName\",\n readOnly: true,\n nullable: true,\n type: {\n name: \"String\"\n }\n },\n typePrincipalType: {\n serializedName: \"principal.type\",\n nullable: true,\n type: {\n name: \"String\"\n }\n },\n idPrincipalId: {\n serializedName: \"principal.id\",\n readOnly: true,\n nullable: true,\n type: {\n name: \"String\"\n }\n },\n displayNamePrincipalDisplayName: {\n serializedName: \"principal.displayName\",\n readOnly: true,\n nullable: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const AccessReviewDecisionIdentity: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AccessReviewDecisionIdentity\",\n uberParent: \"AccessReviewDecisionIdentity\",\n polymorphicDiscriminator: {\n serializedName: \"type\",\n clientName: \"type\"\n },\n modelProperties: {\n type: {\n serializedName: \"type\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n id: {\n serializedName: \"id\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n displayName: {\n serializedName: \"displayName\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const AccessReviewDecisionInsight: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AccessReviewDecisionInsight\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n name: {\n serializedName: \"name\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n type: {\n serializedName: \"type\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n typePropertiesType: {\n serializedName: \"properties.type\",\n type: {\n name: \"String\"\n }\n },\n insightCreatedDateTime: {\n serializedName: \"properties.insightCreatedDateTime\",\n readOnly: true,\n nullable: true,\n type: {\n name: \"any\"\n }\n }\n }\n }\n};\n\nexport const AccessReviewDecisionInsightProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AccessReviewDecisionInsightProperties\",\n uberParent: \"AccessReviewDecisionInsightProperties\",\n polymorphicDiscriminator: {\n serializedName: \"type\",\n clientName: \"type\"\n },\n modelProperties: {\n type: {\n serializedName: \"type\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n insightCreatedDateTime: {\n serializedName: \"insightCreatedDateTime\",\n readOnly: true,\n nullable: true,\n type: {\n name: \"any\"\n }\n }\n }\n }\n};\n\nexport const AccessReviewContactedReviewerListResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AccessReviewContactedReviewerListResult\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"AccessReviewContactedReviewer\"\n }\n }\n }\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const AccessReviewContactedReviewer: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AccessReviewContactedReviewer\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n name: {\n serializedName: \"name\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n type: {\n serializedName: \"type\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n userDisplayName: {\n serializedName: \"properties.userDisplayName\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n userPrincipalName: {\n serializedName: \"properties.userPrincipalName\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n createdDateTime: {\n serializedName: \"properties.createdDateTime\",\n readOnly: true,\n nullable: true,\n type: {\n name: \"DateTime\"\n }\n }\n }\n }\n};\n\nexport const AccessReviewDefaultSettings: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AccessReviewDefaultSettings\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n name: {\n serializedName: \"name\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n type: {\n serializedName: \"type\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n mailNotificationsEnabled: {\n serializedName: \"properties.mailNotificationsEnabled\",\n type: {\n name: \"Boolean\"\n }\n },\n reminderNotificationsEnabled: {\n serializedName: \"properties.reminderNotificationsEnabled\",\n type: {\n name: \"Boolean\"\n }\n },\n defaultDecisionEnabled: {\n serializedName: \"properties.defaultDecisionEnabled\",\n type: {\n name: \"Boolean\"\n }\n },\n justificationRequiredOnApproval: {\n serializedName: \"properties.justificationRequiredOnApproval\",\n type: {\n name: \"Boolean\"\n }\n },\n defaultDecision: {\n serializedName: \"properties.defaultDecision\",\n type: {\n name: \"String\"\n }\n },\n autoApplyDecisionsEnabled: {\n serializedName: \"properties.autoApplyDecisionsEnabled\",\n type: {\n name: \"Boolean\"\n }\n },\n recommendationsEnabled: {\n serializedName: \"properties.recommendationsEnabled\",\n type: {\n name: \"Boolean\"\n }\n },\n recommendationLookBackDuration: {\n serializedName: \"properties.recommendationLookBackDuration\",\n type: {\n name: \"TimeSpan\"\n }\n },\n instanceDurationInDays: {\n serializedName: \"properties.instanceDurationInDays\",\n type: {\n name: \"Number\"\n }\n },\n typePropertiesRecurrenceRangeType: {\n serializedName: \"properties.recurrence.range.type\",\n type: {\n name: \"String\"\n }\n },\n numberOfOccurrences: {\n serializedName: \"properties.recurrence.range.numberOfOccurrences\",\n type: {\n name: \"Number\"\n }\n },\n startDate: {\n serializedName: \"properties.recurrence.range.startDate\",\n nullable: true,\n type: {\n name: \"DateTime\"\n }\n },\n endDate: {\n serializedName: \"properties.recurrence.range.endDate\",\n nullable: true,\n type: {\n name: \"DateTime\"\n }\n },\n typePropertiesRecurrencePatternType: {\n serializedName: \"properties.recurrence.pattern.type\",\n type: {\n name: \"String\"\n }\n },\n interval: {\n serializedName: \"properties.recurrence.pattern.interval\",\n type: {\n name: \"Number\"\n }\n }\n }\n }\n};\n\nexport const RecordAllDecisionsProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"RecordAllDecisionsProperties\",\n modelProperties: {\n principalId: {\n serializedName: \"principalId\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n resourceId: {\n serializedName: \"resourceId\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n decision: {\n serializedName: \"decision\",\n type: {\n name: \"String\"\n }\n },\n justification: {\n serializedName: \"justification\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const EligibleChildResourcesListResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"EligibleChildResourcesListResult\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"EligibleChildResource\"\n }\n }\n }\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const EligibleChildResource: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"EligibleChildResource\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n name: {\n serializedName: \"name\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n type: {\n serializedName: \"type\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const CloudError: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"CloudError\",\n modelProperties: {\n error: {\n serializedName: \"error\",\n type: {\n name: \"Composite\",\n className: \"CloudErrorBody\"\n }\n }\n }\n }\n};\n\nexport const CloudErrorBody: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"CloudErrorBody\",\n modelProperties: {\n code: {\n serializedName: \"code\",\n type: {\n name: \"String\"\n }\n },\n message: {\n serializedName: \"message\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const RoleAssignmentSchedule: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"RoleAssignmentSchedule\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n name: {\n serializedName: \"name\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n type: {\n serializedName: \"type\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n scope: {\n serializedName: \"properties.scope\",\n type: {\n name: \"String\"\n }\n },\n roleDefinitionId: {\n serializedName: \"properties.roleDefinitionId\",\n type: {\n name: \"String\"\n }\n },\n principalId: {\n serializedName: \"properties.principalId\",\n type: {\n name: \"String\"\n }\n },\n principalType: {\n serializedName: \"properties.principalType\",\n type: {\n name: \"String\"\n }\n },\n roleAssignmentScheduleRequestId: {\n serializedName: \"properties.roleAssignmentScheduleRequestId\",\n type: {\n name: \"String\"\n }\n },\n linkedRoleEligibilityScheduleId: {\n serializedName: \"properties.linkedRoleEligibilityScheduleId\",\n type: {\n name: \"String\"\n }\n },\n assignmentType: {\n serializedName: \"properties.assignmentType\",\n type: {\n name: \"String\"\n }\n },\n memberType: {\n serializedName: \"properties.memberType\",\n type: {\n name: \"String\"\n }\n },\n status: {\n serializedName: \"properties.status\",\n type: {\n name: \"String\"\n }\n },\n startDateTime: {\n serializedName: \"properties.startDateTime\",\n type: {\n name: \"DateTime\"\n }\n },\n endDateTime: {\n serializedName: \"properties.endDateTime\",\n type: {\n name: \"DateTime\"\n }\n },\n condition: {\n serializedName: \"properties.condition\",\n type: {\n name: \"String\"\n }\n },\n conditionVersion: {\n serializedName: \"properties.conditionVersion\",\n type: {\n name: \"String\"\n }\n },\n createdOn: {\n serializedName: \"properties.createdOn\",\n type: {\n name: \"DateTime\"\n }\n },\n updatedOn: {\n serializedName: \"properties.updatedOn\",\n type: {\n name: \"DateTime\"\n }\n },\n expandedProperties: {\n serializedName: \"properties.expandedProperties\",\n type: {\n name: \"Composite\",\n className: \"ExpandedProperties\"\n }\n }\n }\n }\n};\n\nexport const ExpandedProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ExpandedProperties\",\n modelProperties: {\n scope: {\n serializedName: \"scope\",\n type: {\n name: \"Composite\",\n className: \"ExpandedPropertiesScope\"\n }\n },\n roleDefinition: {\n serializedName: \"roleDefinition\",\n type: {\n name: \"Composite\",\n className: \"ExpandedPropertiesRoleDefinition\"\n }\n },\n principal: {\n serializedName: \"principal\",\n type: {\n name: \"Composite\",\n className: \"ExpandedPropertiesPrincipal\"\n }\n }\n }\n }\n};\n\nexport const ExpandedPropertiesScope: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ExpandedPropertiesScope\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n type: {\n name: \"String\"\n }\n },\n displayName: {\n serializedName: \"displayName\",\n type: {\n name: \"String\"\n }\n },\n type: {\n serializedName: \"type\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ExpandedPropertiesRoleDefinition: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ExpandedPropertiesRoleDefinition\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n type: {\n name: \"String\"\n }\n },\n displayName: {\n serializedName: \"displayName\",\n type: {\n name: \"String\"\n }\n },\n type: {\n serializedName: \"type\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ExpandedPropertiesPrincipal: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ExpandedPropertiesPrincipal\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n type: {\n name: \"String\"\n }\n },\n displayName: {\n serializedName: \"displayName\",\n type: {\n name: \"String\"\n }\n },\n email: {\n serializedName: \"email\",\n type: {\n name: \"String\"\n }\n },\n type: {\n serializedName: \"type\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const RoleAssignmentScheduleListResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"RoleAssignmentScheduleListResult\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"RoleAssignmentSchedule\"\n }\n }\n }\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const RoleAssignmentScheduleInstanceListResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"RoleAssignmentScheduleInstanceListResult\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"RoleAssignmentScheduleInstance\"\n }\n }\n }\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const RoleAssignmentScheduleInstance: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"RoleAssignmentScheduleInstance\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n name: {\n serializedName: \"name\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n type: {\n serializedName: \"type\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n scope: {\n serializedName: \"properties.scope\",\n type: {\n name: \"String\"\n }\n },\n roleDefinitionId: {\n serializedName: \"properties.roleDefinitionId\",\n type: {\n name: \"String\"\n }\n },\n principalId: {\n serializedName: \"properties.principalId\",\n type: {\n name: \"String\"\n }\n },\n principalType: {\n serializedName: \"properties.principalType\",\n type: {\n name: \"String\"\n }\n },\n roleAssignmentScheduleId: {\n serializedName: \"properties.roleAssignmentScheduleId\",\n type: {\n name: \"String\"\n }\n },\n originRoleAssignmentId: {\n serializedName: \"properties.originRoleAssignmentId\",\n type: {\n name: \"String\"\n }\n },\n status: {\n serializedName: \"properties.status\",\n type: {\n name: \"String\"\n }\n },\n startDateTime: {\n serializedName: \"properties.startDateTime\",\n type: {\n name: \"DateTime\"\n }\n },\n endDateTime: {\n serializedName: \"properties.endDateTime\",\n type: {\n name: \"DateTime\"\n }\n },\n linkedRoleEligibilityScheduleId: {\n serializedName: \"properties.linkedRoleEligibilityScheduleId\",\n type: {\n name: \"String\"\n }\n },\n linkedRoleEligibilityScheduleInstanceId: {\n serializedName: \"properties.linkedRoleEligibilityScheduleInstanceId\",\n type: {\n name: \"String\"\n }\n },\n assignmentType: {\n serializedName: \"properties.assignmentType\",\n type: {\n name: \"String\"\n }\n },\n memberType: {\n serializedName: \"properties.memberType\",\n type: {\n name: \"String\"\n }\n },\n condition: {\n serializedName: \"properties.condition\",\n type: {\n name: \"String\"\n }\n },\n conditionVersion: {\n serializedName: \"properties.conditionVersion\",\n type: {\n name: \"String\"\n }\n },\n createdOn: {\n serializedName: \"properties.createdOn\",\n type: {\n name: \"DateTime\"\n }\n },\n expandedProperties: {\n serializedName: \"properties.expandedProperties\",\n type: {\n name: \"Composite\",\n className: \"ExpandedProperties\"\n }\n }\n }\n }\n};\n\nexport const RoleAssignmentScheduleRequest: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"RoleAssignmentScheduleRequest\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n name: {\n serializedName: \"name\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n type: {\n serializedName: \"type\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n scope: {\n serializedName: \"properties.scope\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n roleDefinitionId: {\n serializedName: \"properties.roleDefinitionId\",\n type: {\n name: \"String\"\n }\n },\n principalId: {\n serializedName: \"properties.principalId\",\n type: {\n name: \"String\"\n }\n },\n principalType: {\n serializedName: \"properties.principalType\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n requestType: {\n serializedName: \"properties.requestType\",\n type: {\n name: \"String\"\n }\n },\n status: {\n serializedName: \"properties.status\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n approvalId: {\n serializedName: \"properties.approvalId\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n targetRoleAssignmentScheduleId: {\n serializedName: \"properties.targetRoleAssignmentScheduleId\",\n type: {\n name: \"String\"\n }\n },\n targetRoleAssignmentScheduleInstanceId: {\n serializedName: \"properties.targetRoleAssignmentScheduleInstanceId\",\n type: {\n name: \"String\"\n }\n },\n scheduleInfo: {\n serializedName: \"properties.scheduleInfo\",\n type: {\n name: \"Composite\",\n className: \"RoleAssignmentScheduleRequestPropertiesScheduleInfo\"\n }\n },\n linkedRoleEligibilityScheduleId: {\n serializedName: \"properties.linkedRoleEligibilityScheduleId\",\n type: {\n name: \"String\"\n }\n },\n justification: {\n serializedName: \"properties.justification\",\n type: {\n name: \"String\"\n }\n },\n ticketInfo: {\n serializedName: \"properties.ticketInfo\",\n type: {\n name: \"Composite\",\n className: \"RoleAssignmentScheduleRequestPropertiesTicketInfo\"\n }\n },\n condition: {\n serializedName: \"properties.condition\",\n type: {\n name: \"String\"\n }\n },\n conditionVersion: {\n serializedName: \"properties.conditionVersion\",\n type: {\n name: \"String\"\n }\n },\n createdOn: {\n serializedName: \"properties.createdOn\",\n readOnly: true,\n type: {\n name: \"DateTime\"\n }\n },\n requestorId: {\n serializedName: \"properties.requestorId\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n expandedProperties: {\n serializedName: \"properties.expandedProperties\",\n type: {\n name: \"Composite\",\n className: \"ExpandedProperties\"\n }\n }\n }\n }\n};\n\nexport const RoleAssignmentScheduleRequestPropertiesScheduleInfo: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"RoleAssignmentScheduleRequestPropertiesScheduleInfo\",\n modelProperties: {\n startDateTime: {\n serializedName: \"startDateTime\",\n type: {\n name: \"DateTime\"\n }\n },\n expiration: {\n serializedName: \"expiration\",\n type: {\n name: \"Composite\",\n className:\n \"RoleAssignmentScheduleRequestPropertiesScheduleInfoExpiration\"\n }\n }\n }\n }\n};\n\nexport const RoleAssignmentScheduleRequestPropertiesScheduleInfoExpiration: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"RoleAssignmentScheduleRequestPropertiesScheduleInfoExpiration\",\n modelProperties: {\n type: {\n serializedName: \"type\",\n type: {\n name: \"String\"\n }\n },\n endDateTime: {\n serializedName: \"endDateTime\",\n type: {\n name: \"DateTime\"\n }\n },\n duration: {\n serializedName: \"duration\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const RoleAssignmentScheduleRequestPropertiesTicketInfo: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"RoleAssignmentScheduleRequestPropertiesTicketInfo\",\n modelProperties: {\n ticketNumber: {\n serializedName: \"ticketNumber\",\n type: {\n name: \"String\"\n }\n },\n ticketSystem: {\n serializedName: \"ticketSystem\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const RoleAssignmentScheduleRequestListResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"RoleAssignmentScheduleRequestListResult\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"RoleAssignmentScheduleRequest\"\n }\n }\n }\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const RoleEligibilitySchedule: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"RoleEligibilitySchedule\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n name: {\n serializedName: \"name\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n type: {\n serializedName: \"type\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n scope: {\n serializedName: \"properties.scope\",\n type: {\n name: \"String\"\n }\n },\n roleDefinitionId: {\n serializedName: \"properties.roleDefinitionId\",\n type: {\n name: \"String\"\n }\n },\n principalId: {\n serializedName: \"properties.principalId\",\n type: {\n name: \"String\"\n }\n },\n principalType: {\n serializedName: \"properties.principalType\",\n type: {\n name: \"String\"\n }\n },\n roleEligibilityScheduleRequestId: {\n serializedName: \"properties.roleEligibilityScheduleRequestId\",\n type: {\n name: \"String\"\n }\n },\n memberType: {\n serializedName: \"properties.memberType\",\n type: {\n name: \"String\"\n }\n },\n status: {\n serializedName: \"properties.status\",\n type: {\n name: \"String\"\n }\n },\n startDateTime: {\n serializedName: \"properties.startDateTime\",\n type: {\n name: \"DateTime\"\n }\n },\n endDateTime: {\n serializedName: \"properties.endDateTime\",\n type: {\n name: \"DateTime\"\n }\n },\n condition: {\n serializedName: \"properties.condition\",\n type: {\n name: \"String\"\n }\n },\n conditionVersion: {\n serializedName: \"properties.conditionVersion\",\n type: {\n name: \"String\"\n }\n },\n createdOn: {\n serializedName: \"properties.createdOn\",\n type: {\n name: \"DateTime\"\n }\n },\n updatedOn: {\n serializedName: \"properties.updatedOn\",\n type: {\n name: \"DateTime\"\n }\n },\n expandedProperties: {\n serializedName: \"properties.expandedProperties\",\n type: {\n name: \"Composite\",\n className: \"ExpandedProperties\"\n }\n }\n }\n }\n};\n\nexport const RoleEligibilityScheduleListResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"RoleEligibilityScheduleListResult\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"RoleEligibilitySchedule\"\n }\n }\n }\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const RoleEligibilityScheduleInstanceListResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"RoleEligibilityScheduleInstanceListResult\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"RoleEligibilityScheduleInstance\"\n }\n }\n }\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const RoleEligibilityScheduleInstance: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"RoleEligibilityScheduleInstance\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n name: {\n serializedName: \"name\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n type: {\n serializedName: \"type\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n scope: {\n serializedName: \"properties.scope\",\n type: {\n name: \"String\"\n }\n },\n roleDefinitionId: {\n serializedName: \"properties.roleDefinitionId\",\n type: {\n name: \"String\"\n }\n },\n principalId: {\n serializedName: \"properties.principalId\",\n type: {\n name: \"String\"\n }\n },\n principalType: {\n serializedName: \"properties.principalType\",\n type: {\n name: \"String\"\n }\n },\n roleEligibilityScheduleId: {\n serializedName: \"properties.roleEligibilityScheduleId\",\n type: {\n name: \"String\"\n }\n },\n status: {\n serializedName: \"properties.status\",\n type: {\n name: \"String\"\n }\n },\n startDateTime: {\n serializedName: \"properties.startDateTime\",\n type: {\n name: \"DateTime\"\n }\n },\n endDateTime: {\n serializedName: \"properties.endDateTime\",\n type: {\n name: \"DateTime\"\n }\n },\n memberType: {\n serializedName: \"properties.memberType\",\n type: {\n name: \"String\"\n }\n },\n condition: {\n serializedName: \"properties.condition\",\n type: {\n name: \"String\"\n }\n },\n conditionVersion: {\n serializedName: \"properties.conditionVersion\",\n type: {\n name: \"String\"\n }\n },\n createdOn: {\n serializedName: \"properties.createdOn\",\n type: {\n name: \"DateTime\"\n }\n },\n expandedProperties: {\n serializedName: \"properties.expandedProperties\",\n type: {\n name: \"Composite\",\n className: \"ExpandedProperties\"\n }\n }\n }\n }\n};\n\nexport const RoleEligibilityScheduleRequest: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"RoleEligibilityScheduleRequest\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n name: {\n serializedName: \"name\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n type: {\n serializedName: \"type\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n scope: {\n serializedName: \"properties.scope\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n roleDefinitionId: {\n serializedName: \"properties.roleDefinitionId\",\n type: {\n name: \"String\"\n }\n },\n principalId: {\n serializedName: \"properties.principalId\",\n type: {\n name: \"String\"\n }\n },\n principalType: {\n serializedName: \"properties.principalType\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n requestType: {\n serializedName: \"properties.requestType\",\n type: {\n name: \"String\"\n }\n },\n status: {\n serializedName: \"properties.status\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n approvalId: {\n serializedName: \"properties.approvalId\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n scheduleInfo: {\n serializedName: \"properties.scheduleInfo\",\n type: {\n name: \"Composite\",\n className: \"RoleEligibilityScheduleRequestPropertiesScheduleInfo\"\n }\n },\n targetRoleEligibilityScheduleId: {\n serializedName: \"properties.targetRoleEligibilityScheduleId\",\n type: {\n name: \"String\"\n }\n },\n targetRoleEligibilityScheduleInstanceId: {\n serializedName: \"properties.targetRoleEligibilityScheduleInstanceId\",\n type: {\n name: \"String\"\n }\n },\n justification: {\n serializedName: \"properties.justification\",\n type: {\n name: \"String\"\n }\n },\n ticketInfo: {\n serializedName: \"properties.ticketInfo\",\n type: {\n name: \"Composite\",\n className: \"RoleEligibilityScheduleRequestPropertiesTicketInfo\"\n }\n },\n condition: {\n serializedName: \"properties.condition\",\n type: {\n name: \"String\"\n }\n },\n conditionVersion: {\n serializedName: \"properties.conditionVersion\",\n type: {\n name: \"String\"\n }\n },\n createdOn: {\n serializedName: \"properties.createdOn\",\n readOnly: true,\n type: {\n name: \"DateTime\"\n }\n },\n requestorId: {\n serializedName: \"properties.requestorId\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n expandedProperties: {\n serializedName: \"properties.expandedProperties\",\n type: {\n name: \"Composite\",\n className: \"ExpandedProperties\"\n }\n }\n }\n }\n};\n\nexport const RoleEligibilityScheduleRequestPropertiesScheduleInfo: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"RoleEligibilityScheduleRequestPropertiesScheduleInfo\",\n modelProperties: {\n startDateTime: {\n serializedName: \"startDateTime\",\n type: {\n name: \"DateTime\"\n }\n },\n expiration: {\n serializedName: \"expiration\",\n type: {\n name: \"Composite\",\n className:\n \"RoleEligibilityScheduleRequestPropertiesScheduleInfoExpiration\"\n }\n }\n }\n }\n};\n\nexport const RoleEligibilityScheduleRequestPropertiesScheduleInfoExpiration: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"RoleEligibilityScheduleRequestPropertiesScheduleInfoExpiration\",\n modelProperties: {\n type: {\n serializedName: \"type\",\n type: {\n name: \"String\"\n }\n },\n endDateTime: {\n serializedName: \"endDateTime\",\n type: {\n name: \"DateTime\"\n }\n },\n duration: {\n serializedName: \"duration\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const RoleEligibilityScheduleRequestPropertiesTicketInfo: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"RoleEligibilityScheduleRequestPropertiesTicketInfo\",\n modelProperties: {\n ticketNumber: {\n serializedName: \"ticketNumber\",\n type: {\n name: \"String\"\n }\n },\n ticketSystem: {\n serializedName: \"ticketSystem\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const RoleEligibilityScheduleRequestListResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"RoleEligibilityScheduleRequestListResult\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"RoleEligibilityScheduleRequest\"\n }\n }\n }\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const RoleManagementPolicy: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"RoleManagementPolicy\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n name: {\n serializedName: \"name\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n type: {\n serializedName: \"type\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n scope: {\n serializedName: \"properties.scope\",\n type: {\n name: \"String\"\n }\n },\n displayName: {\n serializedName: \"properties.displayName\",\n type: {\n name: \"String\"\n }\n },\n description: {\n serializedName: \"properties.description\",\n type: {\n name: \"String\"\n }\n },\n isOrganizationDefault: {\n serializedName: \"properties.isOrganizationDefault\",\n type: {\n name: \"Boolean\"\n }\n },\n lastModifiedBy: {\n serializedName: \"properties.lastModifiedBy\",\n type: {\n name: \"Composite\",\n className: \"Principal\"\n }\n },\n lastModifiedDateTime: {\n serializedName: \"properties.lastModifiedDateTime\",\n readOnly: true,\n type: {\n name: \"DateTime\"\n }\n },\n rules: {\n serializedName: \"properties.rules\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"RoleManagementPolicyRule\"\n }\n }\n }\n },\n effectiveRules: {\n serializedName: \"properties.effectiveRules\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"RoleManagementPolicyRule\"\n }\n }\n }\n },\n policyProperties: {\n serializedName: \"properties.policyProperties\",\n type: {\n name: \"Composite\",\n className: \"PolicyProperties\"\n }\n }\n }\n }\n};\n\nexport const RoleManagementPolicyRule: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"RoleManagementPolicyRule\",\n uberParent: \"RoleManagementPolicyRule\",\n polymorphicDiscriminator: {\n serializedName: \"ruleType\",\n clientName: \"ruleType\"\n },\n modelProperties: {\n id: {\n serializedName: \"id\",\n type: {\n name: \"String\"\n }\n },\n ruleType: {\n serializedName: \"ruleType\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n target: {\n serializedName: \"target\",\n type: {\n name: \"Composite\",\n className: \"RoleManagementPolicyRuleTarget\"\n }\n }\n }\n }\n};\n\nexport const RoleManagementPolicyRuleTarget: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"RoleManagementPolicyRuleTarget\",\n modelProperties: {\n caller: {\n serializedName: \"caller\",\n type: {\n name: \"String\"\n }\n },\n operations: {\n serializedName: \"operations\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n level: {\n serializedName: \"level\",\n type: {\n name: \"String\"\n }\n },\n targetObjects: {\n serializedName: \"targetObjects\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n inheritableSettings: {\n serializedName: \"inheritableSettings\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n enforcedSettings: {\n serializedName: \"enforcedSettings\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const PolicyProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"PolicyProperties\",\n modelProperties: {\n scope: {\n serializedName: \"scope\",\n type: {\n name: \"Composite\",\n className: \"PolicyPropertiesScope\"\n }\n }\n }\n }\n};\n\nexport const PolicyPropertiesScope: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"PolicyPropertiesScope\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n type: {\n name: \"String\"\n }\n },\n displayName: {\n serializedName: \"displayName\",\n type: {\n name: \"String\"\n }\n },\n type: {\n serializedName: \"type\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const RoleManagementPolicyListResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"RoleManagementPolicyListResult\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"RoleManagementPolicy\"\n }\n }\n }\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const RoleManagementPolicyAssignment: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"RoleManagementPolicyAssignment\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n name: {\n serializedName: \"name\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n type: {\n serializedName: \"type\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n scope: {\n serializedName: \"properties.scope\",\n type: {\n name: \"String\"\n }\n },\n roleDefinitionId: {\n serializedName: \"properties.roleDefinitionId\",\n type: {\n name: \"String\"\n }\n },\n policyId: {\n serializedName: \"properties.policyId\",\n type: {\n name: \"String\"\n }\n },\n policyAssignmentProperties: {\n serializedName: \"properties.policyAssignmentProperties\",\n type: {\n name: \"Composite\",\n className: \"PolicyAssignmentProperties\"\n }\n }\n }\n }\n};\n\nexport const PolicyAssignmentProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"PolicyAssignmentProperties\",\n modelProperties: {\n scope: {\n serializedName: \"scope\",\n type: {\n name: \"Composite\",\n className: \"PolicyAssignmentPropertiesScope\"\n }\n },\n roleDefinition: {\n serializedName: \"roleDefinition\",\n type: {\n name: \"Composite\",\n className: \"PolicyAssignmentPropertiesRoleDefinition\"\n }\n },\n policy: {\n serializedName: \"policy\",\n type: {\n name: \"Composite\",\n className: \"PolicyAssignmentPropertiesPolicy\"\n }\n }\n }\n }\n};\n\nexport const PolicyAssignmentPropertiesScope: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"PolicyAssignmentPropertiesScope\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n type: {\n name: \"String\"\n }\n },\n displayName: {\n serializedName: \"displayName\",\n type: {\n name: \"String\"\n }\n },\n type: {\n serializedName: \"type\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const PolicyAssignmentPropertiesRoleDefinition: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"PolicyAssignmentPropertiesRoleDefinition\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n type: {\n name: \"String\"\n }\n },\n displayName: {\n serializedName: \"displayName\",\n type: {\n name: \"String\"\n }\n },\n type: {\n serializedName: \"type\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const PolicyAssignmentPropertiesPolicy: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"PolicyAssignmentPropertiesPolicy\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n type: {\n name: \"String\"\n }\n },\n lastModifiedBy: {\n serializedName: \"lastModifiedBy\",\n type: {\n name: \"Composite\",\n className: \"Principal\"\n }\n },\n lastModifiedDateTime: {\n serializedName: \"lastModifiedDateTime\",\n type: {\n name: \"DateTime\"\n }\n }\n }\n }\n};\n\nexport const RoleManagementPolicyAssignmentListResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"RoleManagementPolicyAssignmentListResult\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"RoleManagementPolicyAssignment\"\n }\n }\n }\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const Alert: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"Alert\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n name: {\n serializedName: \"name\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n type: {\n serializedName: \"type\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n scope: {\n serializedName: \"properties.scope\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n isActive: {\n serializedName: \"properties.isActive\",\n type: {\n name: \"Boolean\"\n }\n },\n incidentCount: {\n serializedName: \"properties.incidentCount\",\n readOnly: true,\n type: {\n name: \"Number\"\n }\n },\n lastModifiedDateTime: {\n serializedName: \"properties.lastModifiedDateTime\",\n readOnly: true,\n type: {\n name: \"DateTime\"\n }\n },\n lastScannedDateTime: {\n serializedName: \"properties.lastScannedDateTime\",\n readOnly: true,\n type: {\n name: \"DateTime\"\n }\n },\n alertDefinition: {\n serializedName: \"properties.alertDefinition\",\n type: {\n name: \"Composite\",\n className: \"AlertDefinition\"\n }\n },\n alertIncidents: {\n serializedName: \"properties.alertIncidents\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"AlertIncident\"\n }\n }\n }\n },\n alertConfiguration: {\n serializedName: \"properties.alertConfiguration\",\n type: {\n name: \"Composite\",\n className: \"AlertConfiguration\"\n }\n }\n }\n }\n};\n\nexport const AlertDefinition: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AlertDefinition\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n name: {\n serializedName: \"name\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n type: {\n serializedName: \"type\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n displayName: {\n serializedName: \"properties.displayName\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n scope: {\n serializedName: \"properties.scope\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n description: {\n serializedName: \"properties.description\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n severityLevel: {\n serializedName: \"properties.severityLevel\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n securityImpact: {\n serializedName: \"properties.securityImpact\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n mitigationSteps: {\n serializedName: \"properties.mitigationSteps\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n howToPrevent: {\n serializedName: \"properties.howToPrevent\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n isRemediatable: {\n serializedName: \"properties.isRemediatable\",\n readOnly: true,\n type: {\n name: \"Boolean\"\n }\n },\n isConfigurable: {\n serializedName: \"properties.isConfigurable\",\n readOnly: true,\n type: {\n name: \"Boolean\"\n }\n }\n }\n }\n};\n\nexport const AlertIncident: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AlertIncident\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n name: {\n serializedName: \"name\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n type: {\n serializedName: \"type\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n alertIncidentType: {\n serializedName: \"properties.alertIncidentType\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const AlertIncidentProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AlertIncidentProperties\",\n uberParent: \"AlertIncidentProperties\",\n polymorphicDiscriminator: {\n serializedName: \"alertIncidentType\",\n clientName: \"alertIncidentType\"\n },\n modelProperties: {\n alertIncidentType: {\n serializedName: \"alertIncidentType\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const AlertConfiguration: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AlertConfiguration\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n name: {\n serializedName: \"name\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n type: {\n serializedName: \"type\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n alertDefinitionId: {\n serializedName: \"properties.alertDefinitionId\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n scope: {\n serializedName: \"properties.scope\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n isEnabled: {\n serializedName: \"properties.isEnabled\",\n type: {\n name: \"Boolean\"\n }\n },\n alertConfigurationType: {\n serializedName: \"properties.alertConfigurationType\",\n type: {\n name: \"String\"\n }\n },\n alertDefinition: {\n serializedName: \"properties.alertDefinition\",\n type: {\n name: \"Composite\",\n className: \"AlertDefinition\"\n }\n }\n }\n }\n};\n\nexport const AlertConfigurationProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AlertConfigurationProperties\",\n uberParent: \"AlertConfigurationProperties\",\n polymorphicDiscriminator: {\n serializedName: \"alertConfigurationType\",\n clientName: \"alertConfigurationType\"\n },\n modelProperties: {\n alertDefinitionId: {\n serializedName: \"alertDefinitionId\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n scope: {\n serializedName: \"scope\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n isEnabled: {\n serializedName: \"isEnabled\",\n type: {\n name: \"Boolean\"\n }\n },\n alertConfigurationType: {\n serializedName: \"alertConfigurationType\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n alertDefinition: {\n serializedName: \"alertDefinition\",\n type: {\n name: \"Composite\",\n className: \"AlertDefinition\"\n }\n }\n }\n }\n};\n\nexport const AlertListResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AlertListResult\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"Alert\"\n }\n }\n }\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const AlertOperationResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AlertOperationResult\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n status: {\n serializedName: \"status\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n statusDetail: {\n serializedName: \"statusDetail\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n createdDateTime: {\n serializedName: \"createdDateTime\",\n readOnly: true,\n type: {\n name: \"DateTime\"\n }\n },\n lastActionDateTime: {\n serializedName: \"lastActionDateTime\",\n readOnly: true,\n type: {\n name: \"DateTime\"\n }\n },\n resourceLocation: {\n serializedName: \"resourceLocation\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const AlertConfigurationListResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AlertConfigurationListResult\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"AlertConfiguration\"\n }\n }\n }\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const AlertDefinitionListResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AlertDefinitionListResult\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"AlertDefinition\"\n }\n }\n }\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const AlertIncidentListResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AlertIncidentListResult\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"AlertIncident\"\n }\n }\n }\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const DenyAssignmentFilter: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DenyAssignmentFilter\",\n modelProperties: {\n denyAssignmentName: {\n serializedName: \"denyAssignmentName\",\n type: {\n name: \"String\"\n }\n },\n principalId: {\n serializedName: \"principalId\",\n type: {\n name: \"String\"\n }\n },\n gdprExportPrincipalId: {\n serializedName: \"gdprExportPrincipalId\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ValidationResponseErrorInfo: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ValidationResponseErrorInfo\",\n modelProperties: {\n code: {\n serializedName: \"code\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n message: {\n serializedName: \"message\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ValidationResponse: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ValidationResponse\",\n modelProperties: {\n isValid: {\n serializedName: \"isValid\",\n readOnly: true,\n type: {\n name: \"Boolean\"\n }\n },\n errorInfo: {\n serializedName: \"errorInfo\",\n type: {\n name: \"Composite\",\n className: \"ValidationResponseErrorInfo\"\n }\n }\n }\n }\n};\n\nexport const RoleAssignmentFilter: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"RoleAssignmentFilter\",\n modelProperties: {\n principalId: {\n serializedName: \"principalId\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const RoleDefinitionFilter: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"RoleDefinitionFilter\",\n modelProperties: {\n roleName: {\n serializedName: \"roleName\",\n type: {\n name: \"String\"\n }\n },\n type: {\n serializedName: \"type\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ApprovalSettings: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ApprovalSettings\",\n modelProperties: {\n isApprovalRequired: {\n serializedName: \"isApprovalRequired\",\n type: {\n name: \"Boolean\"\n }\n },\n isApprovalRequiredForExtension: {\n serializedName: \"isApprovalRequiredForExtension\",\n type: {\n name: \"Boolean\"\n }\n },\n isRequestorJustificationRequired: {\n serializedName: \"isRequestorJustificationRequired\",\n type: {\n name: \"Boolean\"\n }\n },\n approvalMode: {\n serializedName: \"approvalMode\",\n type: {\n name: \"String\"\n }\n },\n approvalStages: {\n serializedName: \"approvalStages\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ApprovalStage\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const ApprovalStage: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ApprovalStage\",\n modelProperties: {\n approvalStageTimeOutInDays: {\n serializedName: \"approvalStageTimeOutInDays\",\n type: {\n name: \"Number\"\n }\n },\n isApproverJustificationRequired: {\n serializedName: \"isApproverJustificationRequired\",\n type: {\n name: \"Boolean\"\n }\n },\n escalationTimeInMinutes: {\n serializedName: \"escalationTimeInMinutes\",\n type: {\n name: \"Number\"\n }\n },\n primaryApprovers: {\n serializedName: \"primaryApprovers\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"UserSet\"\n }\n }\n }\n },\n isEscalationEnabled: {\n serializedName: \"isEscalationEnabled\",\n type: {\n name: \"Boolean\"\n }\n },\n escalationApprovers: {\n serializedName: \"escalationApprovers\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"UserSet\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const UserSet: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"UserSet\",\n modelProperties: {\n userType: {\n serializedName: \"userType\",\n type: {\n name: \"String\"\n }\n },\n isBackup: {\n serializedName: \"isBackup\",\n type: {\n name: \"Boolean\"\n }\n },\n id: {\n serializedName: \"id\",\n type: {\n name: \"String\"\n }\n },\n description: {\n serializedName: \"description\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const RoleAssignmentScheduleFilter: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"RoleAssignmentScheduleFilter\",\n modelProperties: {\n principalId: {\n serializedName: \"principalId\",\n type: {\n name: \"String\"\n }\n },\n roleDefinitionId: {\n serializedName: \"roleDefinitionId\",\n type: {\n name: \"String\"\n }\n },\n status: {\n serializedName: \"status\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const RoleAssignmentScheduleInstanceFilter: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"RoleAssignmentScheduleInstanceFilter\",\n modelProperties: {\n principalId: {\n serializedName: \"principalId\",\n type: {\n name: \"String\"\n }\n },\n roleDefinitionId: {\n serializedName: \"roleDefinitionId\",\n type: {\n name: \"String\"\n }\n },\n status: {\n serializedName: \"status\",\n type: {\n name: \"String\"\n }\n },\n roleAssignmentScheduleId: {\n serializedName: \"roleAssignmentScheduleId\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const RoleAssignmentScheduleRequestFilter: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"RoleAssignmentScheduleRequestFilter\",\n modelProperties: {\n principalId: {\n serializedName: \"principalId\",\n type: {\n name: \"String\"\n }\n },\n roleDefinitionId: {\n serializedName: \"roleDefinitionId\",\n type: {\n name: \"String\"\n }\n },\n requestorId: {\n serializedName: \"requestorId\",\n type: {\n name: \"String\"\n }\n },\n status: {\n serializedName: \"status\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const RoleEligibilityScheduleFilter: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"RoleEligibilityScheduleFilter\",\n modelProperties: {\n principalId: {\n serializedName: \"principalId\",\n type: {\n name: \"String\"\n }\n },\n roleDefinitionId: {\n serializedName: \"roleDefinitionId\",\n type: {\n name: \"String\"\n }\n },\n status: {\n serializedName: \"status\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const RoleEligibilityScheduleInstanceFilter: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"RoleEligibilityScheduleInstanceFilter\",\n modelProperties: {\n principalId: {\n serializedName: \"principalId\",\n type: {\n name: \"String\"\n }\n },\n roleDefinitionId: {\n serializedName: \"roleDefinitionId\",\n type: {\n name: \"String\"\n }\n },\n status: {\n serializedName: \"status\",\n type: {\n name: \"String\"\n }\n },\n roleEligibilityScheduleId: {\n serializedName: \"roleEligibilityScheduleId\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const RoleEligibilityScheduleRequestFilter: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"RoleEligibilityScheduleRequestFilter\",\n modelProperties: {\n principalId: {\n serializedName: \"principalId\",\n type: {\n name: \"String\"\n }\n },\n roleDefinitionId: {\n serializedName: \"roleDefinitionId\",\n type: {\n name: \"String\"\n }\n },\n requestorId: {\n serializedName: \"requestorId\",\n type: {\n name: \"String\"\n }\n },\n status: {\n serializedName: \"status\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const AccessReviewDecisionUserIdentity: coreClient.CompositeMapper = {\n serializedName: \"user\",\n type: {\n name: \"Composite\",\n className: \"AccessReviewDecisionUserIdentity\",\n uberParent: \"AccessReviewDecisionIdentity\",\n polymorphicDiscriminator:\n AccessReviewDecisionIdentity.type.polymorphicDiscriminator,\n modelProperties: {\n ...AccessReviewDecisionIdentity.type.modelProperties,\n userPrincipalName: {\n serializedName: \"userPrincipalName\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const AccessReviewDecisionServicePrincipalIdentity: coreClient.CompositeMapper = {\n serializedName: \"servicePrincipal\",\n type: {\n name: \"Composite\",\n className: \"AccessReviewDecisionServicePrincipalIdentity\",\n uberParent: \"AccessReviewDecisionIdentity\",\n polymorphicDiscriminator:\n AccessReviewDecisionIdentity.type.polymorphicDiscriminator,\n modelProperties: {\n ...AccessReviewDecisionIdentity.type.modelProperties,\n appId: {\n serializedName: \"appId\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const AccessReviewDecisionUserSignInInsightProperties: coreClient.CompositeMapper = {\n serializedName: \"userSignInInsight\",\n type: {\n name: \"Composite\",\n className: \"AccessReviewDecisionUserSignInInsightProperties\",\n uberParent: \"AccessReviewDecisionInsightProperties\",\n polymorphicDiscriminator:\n AccessReviewDecisionInsightProperties.type.polymorphicDiscriminator,\n modelProperties: {\n ...AccessReviewDecisionInsightProperties.type.modelProperties,\n lastSignInDateTime: {\n serializedName: \"lastSignInDateTime\",\n readOnly: true,\n nullable: true,\n type: {\n name: \"any\"\n }\n }\n }\n }\n};\n\nexport const RoleManagementPolicyApprovalRule: coreClient.CompositeMapper = {\n serializedName: \"RoleManagementPolicyApprovalRule\",\n type: {\n name: \"Composite\",\n className: \"RoleManagementPolicyApprovalRule\",\n uberParent: \"RoleManagementPolicyRule\",\n polymorphicDiscriminator:\n RoleManagementPolicyRule.type.polymorphicDiscriminator,\n modelProperties: {\n ...RoleManagementPolicyRule.type.modelProperties,\n setting: {\n serializedName: \"setting\",\n type: {\n name: \"Composite\",\n className: \"ApprovalSettings\"\n }\n }\n }\n }\n};\n\nexport const RoleManagementPolicyAuthenticationContextRule: coreClient.CompositeMapper = {\n serializedName: \"RoleManagementPolicyAuthenticationContextRule\",\n type: {\n name: \"Composite\",\n className: \"RoleManagementPolicyAuthenticationContextRule\",\n uberParent: \"RoleManagementPolicyRule\",\n polymorphicDiscriminator:\n RoleManagementPolicyRule.type.polymorphicDiscriminator,\n modelProperties: {\n ...RoleManagementPolicyRule.type.modelProperties,\n isEnabled: {\n serializedName: \"isEnabled\",\n type: {\n name: \"Boolean\"\n }\n },\n claimValue: {\n serializedName: \"claimValue\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const RoleManagementPolicyEnablementRule: coreClient.CompositeMapper = {\n serializedName: \"RoleManagementPolicyEnablementRule\",\n type: {\n name: \"Composite\",\n className: \"RoleManagementPolicyEnablementRule\",\n uberParent: \"RoleManagementPolicyRule\",\n polymorphicDiscriminator:\n RoleManagementPolicyRule.type.polymorphicDiscriminator,\n modelProperties: {\n ...RoleManagementPolicyRule.type.modelProperties,\n enabledRules: {\n serializedName: \"enabledRules\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const RoleManagementPolicyExpirationRule: coreClient.CompositeMapper = {\n serializedName: \"RoleManagementPolicyExpirationRule\",\n type: {\n name: \"Composite\",\n className: \"RoleManagementPolicyExpirationRule\",\n uberParent: \"RoleManagementPolicyRule\",\n polymorphicDiscriminator:\n RoleManagementPolicyRule.type.polymorphicDiscriminator,\n modelProperties: {\n ...RoleManagementPolicyRule.type.modelProperties,\n isExpirationRequired: {\n serializedName: \"isExpirationRequired\",\n type: {\n name: \"Boolean\"\n }\n },\n maximumDuration: {\n serializedName: \"maximumDuration\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const RoleManagementPolicyNotificationRule: coreClient.CompositeMapper = {\n serializedName: \"RoleManagementPolicyNotificationRule\",\n type: {\n name: \"Composite\",\n className: \"RoleManagementPolicyNotificationRule\",\n uberParent: \"RoleManagementPolicyRule\",\n polymorphicDiscriminator:\n RoleManagementPolicyRule.type.polymorphicDiscriminator,\n modelProperties: {\n ...RoleManagementPolicyRule.type.modelProperties,\n notificationType: {\n serializedName: \"notificationType\",\n type: {\n name: \"String\"\n }\n },\n notificationLevel: {\n serializedName: \"notificationLevel\",\n type: {\n name: \"String\"\n }\n },\n recipientType: {\n serializedName: \"recipientType\",\n type: {\n name: \"String\"\n }\n },\n notificationRecipients: {\n serializedName: \"notificationRecipients\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n isDefaultRecipientsEnabled: {\n serializedName: \"isDefaultRecipientsEnabled\",\n type: {\n name: \"Boolean\"\n }\n }\n }\n }\n};\n\nexport const AzureRolesAssignedOutsidePimAlertIncidentProperties: coreClient.CompositeMapper = {\n serializedName: \"AzureRolesAssignedOutsidePimAlertIncident\",\n type: {\n name: \"Composite\",\n className: \"AzureRolesAssignedOutsidePimAlertIncidentProperties\",\n uberParent: \"AlertIncidentProperties\",\n polymorphicDiscriminator:\n AlertIncidentProperties.type.polymorphicDiscriminator,\n modelProperties: {\n ...AlertIncidentProperties.type.modelProperties,\n assigneeDisplayName: {\n serializedName: \"assigneeDisplayName\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n assigneeUserPrincipalName: {\n serializedName: \"assigneeUserPrincipalName\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n assigneeId: {\n serializedName: \"assigneeId\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n roleDisplayName: {\n serializedName: \"roleDisplayName\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n roleTemplateId: {\n serializedName: \"roleTemplateId\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n roleDefinitionId: {\n serializedName: \"roleDefinitionId\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n assignmentActivatedDate: {\n serializedName: \"assignmentActivatedDate\",\n readOnly: true,\n type: {\n name: \"DateTime\"\n }\n },\n requestorId: {\n serializedName: \"requestorId\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n requestorDisplayName: {\n serializedName: \"requestorDisplayName\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n requestorUserPrincipalName: {\n serializedName: \"requestorUserPrincipalName\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const DuplicateRoleCreatedAlertIncidentProperties: coreClient.CompositeMapper = {\n serializedName: \"DuplicateRoleCreatedAlertIncident\",\n type: {\n name: \"Composite\",\n className: \"DuplicateRoleCreatedAlertIncidentProperties\",\n uberParent: \"AlertIncidentProperties\",\n polymorphicDiscriminator:\n AlertIncidentProperties.type.polymorphicDiscriminator,\n modelProperties: {\n ...AlertIncidentProperties.type.modelProperties,\n roleName: {\n serializedName: \"roleName\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n duplicateRoles: {\n serializedName: \"duplicateRoles\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n reason: {\n serializedName: \"reason\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const TooManyOwnersAssignedToResourceAlertIncidentProperties: coreClient.CompositeMapper = {\n serializedName: \"TooManyOwnersAssignedToResourceAlertIncident\",\n type: {\n name: \"Composite\",\n className: \"TooManyOwnersAssignedToResourceAlertIncidentProperties\",\n uberParent: \"AlertIncidentProperties\",\n polymorphicDiscriminator:\n AlertIncidentProperties.type.polymorphicDiscriminator,\n modelProperties: {\n ...AlertIncidentProperties.type.modelProperties,\n assigneeName: {\n serializedName: \"assigneeName\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n assigneeType: {\n serializedName: \"assigneeType\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const TooManyPermanentOwnersAssignedToResourceAlertIncidentProperties: coreClient.CompositeMapper = {\n serializedName: \"TooManyPermanentOwnersAssignedToResourceAlertIncident\",\n type: {\n name: \"Composite\",\n className:\n \"TooManyPermanentOwnersAssignedToResourceAlertIncidentProperties\",\n uberParent: \"AlertIncidentProperties\",\n polymorphicDiscriminator:\n AlertIncidentProperties.type.polymorphicDiscriminator,\n modelProperties: {\n ...AlertIncidentProperties.type.modelProperties,\n assigneeName: {\n serializedName: \"assigneeName\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n assigneeType: {\n serializedName: \"assigneeType\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const AzureRolesAssignedOutsidePimAlertConfigurationProperties: coreClient.CompositeMapper = {\n serializedName: \"AzureRolesAssignedOutsidePimAlertConfiguration\",\n type: {\n name: \"Composite\",\n className: \"AzureRolesAssignedOutsidePimAlertConfigurationProperties\",\n uberParent: \"AlertConfigurationProperties\",\n polymorphicDiscriminator:\n AlertConfigurationProperties.type.polymorphicDiscriminator,\n modelProperties: {\n ...AlertConfigurationProperties.type.modelProperties\n }\n }\n};\n\nexport const DuplicateRoleCreatedAlertConfigurationProperties: coreClient.CompositeMapper = {\n serializedName: \"DuplicateRoleCreatedAlertConfiguration\",\n type: {\n name: \"Composite\",\n className: \"DuplicateRoleCreatedAlertConfigurationProperties\",\n uberParent: \"AlertConfigurationProperties\",\n polymorphicDiscriminator:\n AlertConfigurationProperties.type.polymorphicDiscriminator,\n modelProperties: {\n ...AlertConfigurationProperties.type.modelProperties\n }\n }\n};\n\nexport const TooManyOwnersAssignedToResourceAlertConfigurationProperties: coreClient.CompositeMapper = {\n serializedName: \"TooManyOwnersAssignedToResourceAlertConfiguration\",\n type: {\n name: \"Composite\",\n className: \"TooManyOwnersAssignedToResourceAlertConfigurationProperties\",\n uberParent: \"AlertConfigurationProperties\",\n polymorphicDiscriminator:\n AlertConfigurationProperties.type.polymorphicDiscriminator,\n modelProperties: {\n ...AlertConfigurationProperties.type.modelProperties,\n thresholdNumberOfOwners: {\n serializedName: \"thresholdNumberOfOwners\",\n type: {\n name: \"Number\"\n }\n },\n thresholdPercentageOfOwnersOutOfAllRoleMembers: {\n serializedName: \"thresholdPercentageOfOwnersOutOfAllRoleMembers\",\n type: {\n name: \"Number\"\n }\n }\n }\n }\n};\n\nexport const TooManyPermanentOwnersAssignedToResourceAlertConfigurationProperties: coreClient.CompositeMapper = {\n serializedName: \"TooManyPermanentOwnersAssignedToResourceAlertConfiguration\",\n type: {\n name: \"Composite\",\n className:\n \"TooManyPermanentOwnersAssignedToResourceAlertConfigurationProperties\",\n uberParent: \"AlertConfigurationProperties\",\n polymorphicDiscriminator:\n AlertConfigurationProperties.type.polymorphicDiscriminator,\n modelProperties: {\n ...AlertConfigurationProperties.type.modelProperties,\n thresholdNumberOfPermanentOwners: {\n serializedName: \"thresholdNumberOfPermanentOwners\",\n type: {\n name: \"Number\"\n }\n },\n thresholdPercentageOfPermanentOwnersOutOfAllOwners: {\n serializedName: \"thresholdPercentageOfPermanentOwnersOutOfAllOwners\",\n type: {\n name: \"Number\"\n }\n }\n }\n }\n};\n\nexport const AlertsRefreshHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AlertsRefreshHeaders\",\n modelProperties: {\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const AlertsRefreshAllHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AlertsRefreshAllHeaders\",\n modelProperties: {\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport let discriminators = {\n AccessReviewDecisionIdentity: AccessReviewDecisionIdentity,\n AccessReviewDecisionInsightProperties: AccessReviewDecisionInsightProperties,\n RoleManagementPolicyRule: RoleManagementPolicyRule,\n AlertIncidentProperties: AlertIncidentProperties,\n AlertConfigurationProperties: AlertConfigurationProperties,\n \"AccessReviewDecisionIdentity.user\": AccessReviewDecisionUserIdentity,\n \"AccessReviewDecisionIdentity.servicePrincipal\": AccessReviewDecisionServicePrincipalIdentity,\n \"AccessReviewDecisionInsightProperties.userSignInInsight\": AccessReviewDecisionUserSignInInsightProperties,\n \"RoleManagementPolicyRule.RoleManagementPolicyApprovalRule\": RoleManagementPolicyApprovalRule,\n \"RoleManagementPolicyRule.RoleManagementPolicyAuthenticationContextRule\": RoleManagementPolicyAuthenticationContextRule,\n \"RoleManagementPolicyRule.RoleManagementPolicyEnablementRule\": RoleManagementPolicyEnablementRule,\n \"RoleManagementPolicyRule.RoleManagementPolicyExpirationRule\": RoleManagementPolicyExpirationRule,\n \"RoleManagementPolicyRule.RoleManagementPolicyNotificationRule\": RoleManagementPolicyNotificationRule,\n \"AlertIncidentProperties.AzureRolesAssignedOutsidePimAlertIncident\": AzureRolesAssignedOutsidePimAlertIncidentProperties,\n \"AlertIncidentProperties.DuplicateRoleCreatedAlertIncident\": DuplicateRoleCreatedAlertIncidentProperties,\n \"AlertIncidentProperties.TooManyOwnersAssignedToResourceAlertIncident\": TooManyOwnersAssignedToResourceAlertIncidentProperties,\n \"AlertIncidentProperties.TooManyPermanentOwnersAssignedToResourceAlertIncident\": TooManyPermanentOwnersAssignedToResourceAlertIncidentProperties,\n \"AlertConfigurationProperties.AzureRolesAssignedOutsidePimAlertConfiguration\": AzureRolesAssignedOutsidePimAlertConfigurationProperties,\n \"AlertConfigurationProperties.DuplicateRoleCreatedAlertConfiguration\": DuplicateRoleCreatedAlertConfigurationProperties,\n \"AlertConfigurationProperties.TooManyOwnersAssignedToResourceAlertConfiguration\": TooManyOwnersAssignedToResourceAlertConfigurationProperties,\n \"AlertConfigurationProperties.TooManyPermanentOwnersAssignedToResourceAlertConfiguration\": TooManyPermanentOwnersAssignedToResourceAlertConfigurationProperties\n};\n","/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport {\n OperationParameter,\n OperationURLParameter,\n OperationQueryParameter\n} from \"@azure/core-client\";\nimport {\n RoleAssignmentCreateParameters as RoleAssignmentCreateParametersMapper,\n RoleDefinition as RoleDefinitionMapper,\n AccessReviewHistoryDefinitionProperties as AccessReviewHistoryDefinitionPropertiesMapper,\n AccessReviewScheduleDefinitionProperties as AccessReviewScheduleDefinitionPropertiesMapper,\n AccessReviewInstanceProperties as AccessReviewInstancePropertiesMapper,\n AccessReviewScheduleSettings as AccessReviewScheduleSettingsMapper,\n RecordAllDecisionsProperties as RecordAllDecisionsPropertiesMapper,\n AccessReviewDecisionProperties as AccessReviewDecisionPropertiesMapper,\n RoleAssignmentScheduleRequest as RoleAssignmentScheduleRequestMapper,\n RoleEligibilityScheduleRequest as RoleEligibilityScheduleRequestMapper,\n RoleManagementPolicy as RoleManagementPolicyMapper,\n RoleManagementPolicyAssignment as RoleManagementPolicyAssignmentMapper,\n Alert as AlertMapper,\n AlertConfiguration as AlertConfigurationMapper\n} from \"../models/mappers\";\n\nexport const accept: OperationParameter = {\n parameterPath: \"accept\",\n mapper: {\n defaultValue: \"application/json\",\n isConstant: true,\n serializedName: \"Accept\",\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const $host: OperationURLParameter = {\n parameterPath: \"$host\",\n mapper: {\n serializedName: \"$host\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n skipEncoding: true\n};\n\nexport const apiVersion: OperationQueryParameter = {\n parameterPath: \"apiVersion\",\n mapper: {\n defaultValue: \"2015-07-01\",\n isConstant: true,\n serializedName: \"api-version\",\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const subscriptionId: OperationURLParameter = {\n parameterPath: \"subscriptionId\",\n mapper: {\n constraints: {\n MinLength: 1\n },\n serializedName: \"subscriptionId\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const nextLink: OperationURLParameter = {\n parameterPath: \"nextLink\",\n mapper: {\n serializedName: \"nextLink\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n skipEncoding: true\n};\n\nexport const resourceGroupName: OperationURLParameter = {\n parameterPath: \"resourceGroupName\",\n mapper: {\n constraints: {\n MaxLength: 90,\n MinLength: 1\n },\n serializedName: \"resourceGroupName\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const resourceProviderNamespace: OperationURLParameter = {\n parameterPath: \"resourceProviderNamespace\",\n mapper: {\n serializedName: \"resourceProviderNamespace\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n skipEncoding: true\n};\n\nexport const parentResourcePath: OperationURLParameter = {\n parameterPath: \"parentResourcePath\",\n mapper: {\n serializedName: \"parentResourcePath\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n skipEncoding: true\n};\n\nexport const resourceType: OperationURLParameter = {\n parameterPath: \"resourceType\",\n mapper: {\n serializedName: \"resourceType\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n skipEncoding: true\n};\n\nexport const resourceName: OperationURLParameter = {\n parameterPath: \"resourceName\",\n mapper: {\n serializedName: \"resourceName\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const apiVersion1: OperationQueryParameter = {\n parameterPath: \"apiVersion\",\n mapper: {\n defaultValue: \"2022-04-01\",\n isConstant: true,\n serializedName: \"api-version\",\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const filter: OperationQueryParameter = {\n parameterPath: [\"options\", \"filter\"],\n mapper: {\n serializedName: \"$filter\",\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const scope: OperationURLParameter = {\n parameterPath: \"scope\",\n mapper: {\n serializedName: \"scope\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n skipEncoding: true\n};\n\nexport const denyAssignmentId: OperationURLParameter = {\n parameterPath: \"denyAssignmentId\",\n mapper: {\n serializedName: \"denyAssignmentId\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const denyAssignmentId1: OperationURLParameter = {\n parameterPath: \"denyAssignmentId\",\n mapper: {\n serializedName: \"denyAssignmentId\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n skipEncoding: true\n};\n\nexport const expand: OperationQueryParameter = {\n parameterPath: [\"options\", \"expand\"],\n mapper: {\n defaultValue: \"resourceTypes\",\n serializedName: \"$expand\",\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const filter1: OperationQueryParameter = {\n parameterPath: [\"options\", \"filter\"],\n mapper: {\n serializedName: \"$filter\",\n type: {\n name: \"String\"\n }\n },\n skipEncoding: true\n};\n\nexport const tenantId: OperationQueryParameter = {\n parameterPath: [\"options\", \"tenantId\"],\n mapper: {\n serializedName: \"tenantId\",\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const resourceName1: OperationURLParameter = {\n parameterPath: \"resourceName\",\n mapper: {\n serializedName: \"resourceName\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n skipEncoding: true\n};\n\nexport const roleAssignmentName: OperationURLParameter = {\n parameterPath: \"roleAssignmentName\",\n mapper: {\n serializedName: \"roleAssignmentName\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n skipEncoding: true\n};\n\nexport const contentType: OperationParameter = {\n parameterPath: [\"options\", \"contentType\"],\n mapper: {\n defaultValue: \"application/json\",\n isConstant: true,\n serializedName: \"Content-Type\",\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const parameters: OperationParameter = {\n parameterPath: \"parameters\",\n mapper: RoleAssignmentCreateParametersMapper\n};\n\nexport const skipToken: OperationQueryParameter = {\n parameterPath: [\"options\", \"skipToken\"],\n mapper: {\n serializedName: \"$skipToken\",\n type: {\n name: \"String\"\n }\n },\n skipEncoding: true\n};\n\nexport const roleAssignmentId: OperationURLParameter = {\n parameterPath: \"roleAssignmentId\",\n mapper: {\n serializedName: \"roleAssignmentId\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n skipEncoding: true\n};\n\nexport const apiVersion2: OperationQueryParameter = {\n parameterPath: \"apiVersion\",\n mapper: {\n defaultValue: \"2022-05-01-preview\",\n isConstant: true,\n serializedName: \"api-version\",\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const resourceName2: OperationURLParameter = {\n parameterPath: \"resourceName\",\n mapper: {\n constraints: {\n Pattern: new RegExp(\".+\")\n },\n serializedName: \"resourceName\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const roleDefinitionId: OperationURLParameter = {\n parameterPath: \"roleDefinitionId\",\n mapper: {\n serializedName: \"roleDefinitionId\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const roleDefinition: OperationParameter = {\n parameterPath: \"roleDefinition\",\n mapper: RoleDefinitionMapper\n};\n\nexport const roleId: OperationURLParameter = {\n parameterPath: \"roleId\",\n mapper: {\n serializedName: \"roleId\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n skipEncoding: true\n};\n\nexport const apiVersion3: OperationQueryParameter = {\n parameterPath: \"apiVersion\",\n mapper: {\n defaultValue: \"2021-12-01-preview\",\n isConstant: true,\n serializedName: \"api-version\",\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const historyDefinitionId: OperationURLParameter = {\n parameterPath: \"historyDefinitionId\",\n mapper: {\n serializedName: \"historyDefinitionId\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const properties: OperationParameter = {\n parameterPath: \"properties\",\n mapper: AccessReviewHistoryDefinitionPropertiesMapper\n};\n\nexport const instanceId: OperationURLParameter = {\n parameterPath: \"instanceId\",\n mapper: {\n serializedName: \"instanceId\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const scheduleDefinitionId: OperationURLParameter = {\n parameterPath: \"scheduleDefinitionId\",\n mapper: {\n serializedName: \"scheduleDefinitionId\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const properties1: OperationParameter = {\n parameterPath: \"properties\",\n mapper: AccessReviewScheduleDefinitionPropertiesMapper\n};\n\nexport const id: OperationURLParameter = {\n parameterPath: \"id\",\n mapper: {\n serializedName: \"id\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const properties2: OperationParameter = {\n parameterPath: \"properties\",\n mapper: AccessReviewInstancePropertiesMapper\n};\n\nexport const properties3: OperationParameter = {\n parameterPath: \"properties\",\n mapper: AccessReviewScheduleSettingsMapper\n};\n\nexport const scope1: OperationURLParameter = {\n parameterPath: \"scope\",\n mapper: {\n serializedName: \"scope\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const properties4: OperationParameter = {\n parameterPath: \"properties\",\n mapper: RecordAllDecisionsPropertiesMapper\n};\n\nexport const decisionId: OperationURLParameter = {\n parameterPath: \"decisionId\",\n mapper: {\n serializedName: \"decisionId\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const properties5: OperationParameter = {\n parameterPath: \"properties\",\n mapper: AccessReviewDecisionPropertiesMapper\n};\n\nexport const apiVersion4: OperationQueryParameter = {\n parameterPath: \"apiVersion\",\n mapper: {\n defaultValue: \"2020-10-01-preview\",\n isConstant: true,\n serializedName: \"api-version\",\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const roleAssignmentScheduleName: OperationURLParameter = {\n parameterPath: \"roleAssignmentScheduleName\",\n mapper: {\n serializedName: \"roleAssignmentScheduleName\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const roleAssignmentScheduleInstanceName: OperationURLParameter = {\n parameterPath: \"roleAssignmentScheduleInstanceName\",\n mapper: {\n serializedName: \"roleAssignmentScheduleInstanceName\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const parameters1: OperationParameter = {\n parameterPath: \"parameters\",\n mapper: RoleAssignmentScheduleRequestMapper\n};\n\nexport const roleAssignmentScheduleRequestName: OperationURLParameter = {\n parameterPath: \"roleAssignmentScheduleRequestName\",\n mapper: {\n serializedName: \"roleAssignmentScheduleRequestName\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const apiVersion5: OperationQueryParameter = {\n parameterPath: \"apiVersion\",\n mapper: {\n defaultValue: \"2022-04-01-preview\",\n isConstant: true,\n serializedName: \"api-version\",\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const roleEligibilityScheduleName: OperationURLParameter = {\n parameterPath: \"roleEligibilityScheduleName\",\n mapper: {\n serializedName: \"roleEligibilityScheduleName\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const roleEligibilityScheduleInstanceName: OperationURLParameter = {\n parameterPath: \"roleEligibilityScheduleInstanceName\",\n mapper: {\n serializedName: \"roleEligibilityScheduleInstanceName\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const parameters2: OperationParameter = {\n parameterPath: \"parameters\",\n mapper: RoleEligibilityScheduleRequestMapper\n};\n\nexport const roleEligibilityScheduleRequestName: OperationURLParameter = {\n parameterPath: \"roleEligibilityScheduleRequestName\",\n mapper: {\n serializedName: \"roleEligibilityScheduleRequestName\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const roleManagementPolicyName: OperationURLParameter = {\n parameterPath: \"roleManagementPolicyName\",\n mapper: {\n serializedName: \"roleManagementPolicyName\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const parameters3: OperationParameter = {\n parameterPath: \"parameters\",\n mapper: RoleManagementPolicyMapper\n};\n\nexport const roleManagementPolicyAssignmentName: OperationURLParameter = {\n parameterPath: \"roleManagementPolicyAssignmentName\",\n mapper: {\n serializedName: \"roleManagementPolicyAssignmentName\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const parameters4: OperationParameter = {\n parameterPath: \"parameters\",\n mapper: RoleManagementPolicyAssignmentMapper\n};\n\nexport const alertId: OperationURLParameter = {\n parameterPath: \"alertId\",\n mapper: {\n serializedName: \"alertId\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n skipEncoding: true\n};\n\nexport const apiVersion6: OperationQueryParameter = {\n parameterPath: \"apiVersion\",\n mapper: {\n defaultValue: \"2022-08-01-preview\",\n isConstant: true,\n serializedName: \"api-version\",\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const parameters5: OperationParameter = {\n parameterPath: \"parameters\",\n mapper: AlertMapper\n};\n\nexport const parameters6: OperationParameter = {\n parameterPath: \"parameters\",\n mapper: AlertConfigurationMapper\n};\n\nexport const alertDefinitionId: OperationURLParameter = {\n parameterPath: \"alertDefinitionId\",\n mapper: {\n serializedName: \"alertDefinitionId\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n skipEncoding: true\n};\n\nexport const alertIncidentId: OperationURLParameter = {\n parameterPath: \"alertIncidentId\",\n mapper: {\n serializedName: \"alertIncidentId\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n skipEncoding: true\n};\n\nexport const operationId: OperationURLParameter = {\n parameterPath: \"operationId\",\n mapper: {\n serializedName: \"operationId\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n skipEncoding: true\n};\n","/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { PagedAsyncIterableIterator, PageSettings } from \"@azure/core-paging\";\nimport { setContinuationToken } from \"../pagingHelper\";\nimport { ClassicAdministrators } from \"../operationsInterfaces\";\nimport * as coreClient from \"@azure/core-client\";\nimport * as Mappers from \"../models/mappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { AuthorizationManagementClient } from \"../authorizationManagementClient\";\nimport {\n ClassicAdministrator,\n ClassicAdministratorsListNextOptionalParams,\n ClassicAdministratorsListOptionalParams,\n ClassicAdministratorsListResponse,\n ClassicAdministratorsListNextResponse\n} from \"../models\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Class containing ClassicAdministrators operations. */\nexport class ClassicAdministratorsImpl implements ClassicAdministrators {\n private readonly client: AuthorizationManagementClient;\n\n /**\n * Initialize a new instance of the class ClassicAdministrators class.\n * @param client Reference to the service client\n */\n constructor(client: AuthorizationManagementClient) {\n this.client = client;\n }\n\n /**\n * Gets service administrator, account administrator, and co-administrators for the subscription.\n * @param options The options parameters.\n */\n public list(\n options?: ClassicAdministratorsListOptionalParams\n ): PagedAsyncIterableIterator<ClassicAdministrator> {\n const iter = this.listPagingAll(options);\n return {\n next() {\n return iter.next();\n },\n [Symbol.asyncIterator]() {\n return this;\n },\n byPage: (settings?: PageSettings) => {\n if (settings?.maxPageSize) {\n throw new Error(\"maxPageSize is not supported by this operation.\");\n }\n return this.listPagingPage(options, settings);\n }\n };\n }\n\n private async *listPagingPage(\n options?: ClassicAdministratorsListOptionalParams,\n settings?: PageSettings\n ): AsyncIterableIterator<ClassicAdministrator[]> {\n let result: ClassicAdministratorsListResponse;\n let continuationToken = settings?.continuationToken;\n if (!continuationToken) {\n result = await this._list(options);\n let page = result.value || [];\n continuationToken = result.nextLink;\n setContinuationToken(page, continuationToken);\n yield page;\n }\n while (continuationToken) {\n result = await this._listNext(continuationToken, options);\n continuationToken = result.nextLink;\n let page = result.value || [];\n setContinuationToken(page, continuationToken);\n yield page;\n }\n }\n\n private async *listPagingAll(\n options?: ClassicAdministratorsListOptionalParams\n ): AsyncIterableIterator<ClassicAdministrator> {\n for await (const page of this.listPagingPage(options)) {\n yield* page;\n }\n }\n\n /**\n * Gets service administrator, account administrator, and co-administrators for the subscription.\n * @param options The options parameters.\n */\n private _list(\n options?: ClassicAdministratorsListOptionalParams\n ): Promise<ClassicAdministratorsListResponse> {\n return this.client.sendOperationRequest({ options }, listOperationSpec);\n }\n\n /**\n * ListNext\n * @param nextLink The nextLink from the previous successful call to the List method.\n * @param options The options parameters.\n */\n private _listNext(\n nextLink: string,\n options?: ClassicAdministratorsListNextOptionalParams\n ): Promise<ClassicAdministratorsListNextResponse> {\n return this.client.sendOperationRequest(\n { nextLink, options },\n listNextOperationSpec\n );\n }\n}\n// Operation Specifications\nconst serializer = coreClient.createSerializer(Mappers, /* isXml */ false);\n\nconst listOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/providers/Microsoft.Authorization/classicAdministrators\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.ClassicAdministratorListResult\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [Parameters.$host, Parameters.subscriptionId],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst listNextOperationSpec: coreClient.OperationSpec = {\n path: \"{nextLink}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.ClassicAdministratorListResult\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.nextLink\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\n","/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { GlobalAdministrator } from \"../operationsInterfaces\";\nimport * as coreClient from \"@azure/core-client\";\nimport * as Mappers from \"../models/mappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { AuthorizationManagementClient } from \"../authorizationManagementClient\";\nimport { GlobalAdministratorElevateAccessOptionalParams } from \"../models\";\n\n/** Class containing GlobalAdministrator operations. */\nexport class GlobalAdministratorImpl implements GlobalAdministrator {\n private readonly client: AuthorizationManagementClient;\n\n /**\n * Initialize a new instance of the class GlobalAdministrator class.\n * @param client Reference to the service client\n */\n constructor(client: AuthorizationManagementClient) {\n this.client = client;\n }\n\n /**\n * Elevates access for a Global Administrator.\n * @param options The options parameters.\n */\n elevateAccess(\n options?: GlobalAdministratorElevateAccessOptionalParams\n ): Promise<void> {\n return this.client.sendOperationRequest(\n { options },\n elevateAccessOperationSpec\n );\n }\n}\n// Operation Specifications\nconst serializer = coreClient.createSerializer(Mappers, /* isXml */ false);\n\nconst elevateAccessOperationSpec: coreClient.OperationSpec = {\n path: \"/providers/Microsoft.Authorization/elevateAccess\",\n httpMethod: \"POST\",\n responses: {\n 200: {},\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [Parameters.$host],\n headerParameters: [Parameters.accept],\n serializer\n};\n","/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { PagedAsyncIterableIterator, PageSettings } from \"@azure/core-paging\";\nimport { setContinuationToken } from \"../pagingHelper\";\nimport { DenyAssignments } from \"../operationsInterfaces\";\nimport * as coreClient from \"@azure/core-client\";\nimport * as Mappers from \"../models/mappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { AuthorizationManagementClient } from \"../authorizationManagementClient\";\nimport {\n DenyAssignment,\n DenyAssignmentsListForResourceNextOptionalParams,\n DenyAssignmentsListForResourceOptionalParams,\n DenyAssignmentsListForResourceResponse,\n DenyAssignmentsListForResourceGroupNextOptionalParams,\n DenyAssignmentsListForResourceGroupOptionalParams,\n DenyAssignmentsListForResourceGroupResponse,\n DenyAssignmentsListNextOptionalParams,\n DenyAssignmentsListOptionalParams,\n DenyAssignmentsListResponse,\n DenyAssignmentsListForScopeNextOptionalParams,\n DenyAssignmentsListForScopeOptionalParams,\n DenyAssignmentsListForScopeResponse,\n DenyAssignmentsGetOptionalParams,\n DenyAssignmentsGetResponse,\n DenyAssignmentsGetByIdOptionalParams,\n DenyAssignmentsGetByIdResponse,\n DenyAssignmentsListForResourceNextResponse,\n DenyAssignmentsListForResourceGroupNextResponse,\n DenyAssignmentsListNextResponse,\n DenyAssignmentsListForScopeNextResponse\n} from \"../models\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Class containing DenyAssignments operations. */\nexport class DenyAssignmentsImpl implements DenyAssignments {\n private readonly client: AuthorizationManagementClient;\n\n /**\n * Initialize a new instance of the class DenyAssignments class.\n * @param client Reference to the service client\n */\n constructor(client: AuthorizationManagementClient) {\n this.client = client;\n }\n\n /**\n * Gets deny assignments for a resource.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param resourceProviderNamespace The namespace of the resource provider.\n * @param parentResourcePath The parent resource identity.\n * @param resourceType The resource type of the resource.\n * @param resourceName The name of the resource to get deny assignments for.\n * @param options The options parameters.\n */\n public listForResource(\n resourceGroupName: string,\n resourceProviderNamespace: string,\n parentResourcePath: string,\n resourceType: string,\n resourceName: string,\n options?: DenyAssignmentsListForResourceOptionalParams\n ): PagedAsyncIterableIterator<DenyAssignment> {\n const iter = this.listForResourcePagingAll(\n resourceGroupName,\n resourceProviderNamespace,\n parentResourcePath,\n resourceType,\n resourceName,\n options\n );\n return {\n next() {\n return iter.next();\n },\n [Symbol.asyncIterator]() {\n return this;\n },\n byPage: (settings?: PageSettings) => {\n if (settings?.maxPageSize) {\n throw new Error(\"maxPageSize is not supported by this operation.\");\n }\n return this.listForResourcePagingPage(\n resourceGroupName,\n resourceProviderNamespace,\n parentResourcePath,\n resourceType,\n resourceName,\n options,\n settings\n );\n }\n };\n }\n\n private async *listForResourcePagingPage(\n resourceGroupName: string,\n resourceProviderNamespace: string,\n parentResourcePath: string,\n resourceType: string,\n resourceName: string,\n options?: DenyAssignmentsListForResourceOptionalParams,\n settings?: PageSettings\n ): AsyncIterableIterator<DenyAssignment[]> {\n let result: DenyAssignmentsListForResourceResponse;\n let continuationToken = settings?.continuationToken;\n if (!continuationToken) {\n result = await this._listForResource(\n resourceGroupName,\n resourceProviderNamespace,\n parentResourcePath,\n resourceType,\n resourceName,\n options\n );\n let page = result.value || [];\n continuationToken = result.nextLink;\n setContinuationToken(page, continuationToken);\n yield page;\n }\n while (continuationToken) {\n result = await this._listForResourceNext(\n resourceGroupName,\n resourceProviderNamespace,\n parentResourcePath,\n resourceType,\n resourceName,\n continuationToken,\n options\n );\n continuationToken = result.nextLink;\n let page = result.value || [];\n setContinuationToken(page, continuationToken);\n yield page;\n }\n }\n\n private async *listForResourcePagingAll(\n resourceGroupName: string,\n resourceProviderNamespace: string,\n parentResourcePath: string,\n resourceType: string,\n resourceName: string,\n options?: DenyAssignmentsListForResourceOptionalParams\n ): AsyncIterableIterator<DenyAssignment> {\n for await (const page of this.listForResourcePagingPage(\n resourceGroupName,\n resourceProviderNamespace,\n parentResourcePath,\n resourceType,\n resourceName,\n options\n )) {\n yield* page;\n }\n }\n\n /**\n * Gets deny assignments for a resource group.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param options The options parameters.\n */\n public listForResourceGroup(\n resourceGroupName: string,\n options?: DenyAssignmentsListForResourceGroupOptionalParams\n ): PagedAsyncIterableIterator<DenyAssignment> {\n const iter = this.listForResourceGroupPagingAll(resourceGroupName, options);\n return {\n next() {\n return iter.next();\n },\n [Symbol.asyncIterator]() {\n return this;\n },\n byPage: (settings?: PageSettings) => {\n if (settings?.maxPageSize) {\n throw new Error(\"maxPageSize is not supported by this operation.\");\n }\n return this.listForResourceGroupPagingPage(\n resourceGroupName,\n options,\n settings\n );\n }\n };\n }\n\n private async *listForResourceGroupPagingPage(\n resourceGroupName: string,\n options?: DenyAssignmentsListForResourceGroupOptionalParams,\n settings?: PageSettings\n ): AsyncIterableIterator<DenyAssignment[]> {\n let result: DenyAssignmentsListForResourceGroupResponse;\n let continuationToken = settings?.continuationToken;\n if (!continuationToken) {\n result = await this._listForResourceGroup(resourceGroupName, options);\n let page = result.value || [];\n continuationToken = result.nextLink;\n setContinuationToken(page, continuationToken);\n yield page;\n }\n while (continuationToken) {\n result = await this._listForResourceGroupNext(\n resourceGroupName,\n continuationToken,\n options\n );\n continuationToken = result.nextLink;\n let page = result.value || [];\n setContinuationToken(page, continuationToken);\n yield page;\n }\n }\n\n private async *listForResourceGroupPagingAll(\n resourceGroupName: string,\n options?: DenyAssignmentsListForResourceGroupOptionalParams\n ): AsyncIterableIterator<DenyAssignment> {\n for await (const page of this.listForResourceGroupPagingPage(\n resourceGroupName,\n options\n )) {\n yield* page;\n }\n }\n\n /**\n * Gets all deny assignments for the subscription.\n * @param options The options parameters.\n */\n public list(\n options?: DenyAssignmentsListOptionalParams\n ): PagedAsyncIterableIterator<DenyAssignment> {\n const iter = this.listPagingAll(options);\n return {\n next() {\n return iter.next();\n },\n [Symbol.asyncIterator]() {\n return this;\n },\n byPage: (settings?: PageSettings) => {\n if (settings?.maxPageSize) {\n throw new Error(\"maxPageSize is not supported by this operation.\");\n }\n return this.listPagingPage(options, settings);\n }\n };\n }\n\n private async *listPagingPage(\n options?: DenyAssignmentsListOptionalParams,\n settings?: PageSettings\n ): AsyncIterableIterator<DenyAssignment[]> {\n let result: DenyAssignmentsListResponse;\n let continuationToken = settings?.continuationToken;\n if (!continuationToken) {\n result = await this._list(options);\n let page = result.value || [];\n continuationToken = result.nextLink;\n setContinuationToken(page, continuationToken);\n yield page;\n }\n while (continuationToken) {\n result = await this._listNext(continuationToken, options);\n continuationToken = result.nextLink;\n let page = result.value || [];\n setContinuationToken(page, continuationToken);\n yield page;\n }\n }\n\n private async *listPagingAll(\n options?: DenyAssignmentsListOptionalParams\n ): AsyncIterableIterator<DenyAssignment> {\n for await (const page of this.listPagingPage(options)) {\n yield* page;\n }\n }\n\n /**\n * Gets deny assignments for a scope.\n * @param scope The scope of the deny assignments.\n * @param options The options parameters.\n */\n public listForScope(\n scope: string,\n options?: DenyAssignmentsListForScopeOptionalParams\n ): PagedAsyncIterableIterator<DenyAssignment> {\n const iter = this.listForScopePagingAll(scope, options);\n return {\n next() {\n return iter.next();\n },\n [Symbol.asyncIterator]() {\n return this;\n },\n byPage: (settings?: PageSettings) => {\n if (settings?.maxPageSize) {\n throw new Error(\"maxPageSize is not supported by this operation.\");\n }\n return this.listForScopePagingPage(scope, options, settings);\n }\n };\n }\n\n private async *listForScopePagingPage(\n scope: string,\n options?: DenyAssignmentsListForScopeOptionalParams,\n settings?: PageSettings\n ): AsyncIterableIterator<DenyAssignment[]> {\n let result: DenyAssignmentsListForScopeResponse;\n let continuationToken = settings?.continuationToken;\n if (!continuationToken) {\n result = await this._listForScope(scope, options);\n let page = result.value || [];\n continuationToken = result.nextLink;\n setContinuationToken(page, continuationToken);\n yield page;\n }\n while (continuationToken) {\n result = await this._listForScopeNext(scope, continuationToken, options);\n continuationToken = result.nextLink;\n let page = result.value || [];\n setContinuationToken(page, continuationToken);\n yield page;\n }\n }\n\n private async *listForScopePagingAll(\n scope: string,\n options?: DenyAssignmentsListForScopeOptionalParams\n ): AsyncIterableIterator<DenyAssignment> {\n for await (const page of this.listForScopePagingPage(scope, options)) {\n yield* page;\n }\n }\n\n /**\n * Gets deny assignments for a resource.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param resourceProviderNamespace The namespace of the resource provider.\n * @param parentResourcePath The parent resource identity.\n * @param resourceType The resource type of the resource.\n * @param resourceName The name of the resource to get deny assignments for.\n * @param options The options parameters.\n */\n private _listForResource(\n resourceGroupName: string,\n resourceProviderNamespace: string,\n parentResourcePath: string,\n resourceType: string,\n resourceName: string,\n options?: DenyAssignmentsListForResourceOptionalParams\n ): Promise<DenyAssignmentsListForResourceResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n resourceProviderNamespace,\n parentResourcePath,\n resourceType,\n resourceName,\n options\n },\n listForResourceOperationSpec\n );\n }\n\n /**\n * Gets deny assignments for a resource group.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param options The options parameters.\n */\n private _listForResourceGroup(\n resourceGroupName: string,\n options?: DenyAssignmentsListForResourceGroupOptionalParams\n ): Promise<DenyAssignmentsListForResourceGroupResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, options },\n listForResourceGroupOperationSpec\n );\n }\n\n /**\n * Gets all deny assignments for the subscription.\n * @param options The options parameters.\n */\n private _list(\n options?: DenyAssignmentsListOptionalParams\n ): Promise<DenyAssignmentsListResponse> {\n return this.client.sendOperationRequest({ options }, listOperationSpec);\n }\n\n /**\n * Get the specified deny assignment.\n * @param scope The scope of the deny assignment.\n * @param denyAssignmentId The ID of the deny assignment to get.\n * @param options The options parameters.\n */\n get(\n scope: string,\n denyAssignmentId: string,\n options?: DenyAssignmentsGetOptionalParams\n ): Promise<DenyAssignmentsGetResponse> {\n return this.client.sendOperationRequest(\n { scope, denyAssignmentId, options },\n getOperationSpec\n );\n }\n\n /**\n * Gets a deny assignment by ID.\n * @param denyAssignmentId The fully qualified deny assignment ID. For example, use the format,\n * /subscriptions/{guid}/providers/Microsoft.Authorization/denyAssignments/{denyAssignmentId} for\n * subscription level deny assignments, or\n * /providers/Microsoft.Authorization/denyAssignments/{denyAssignmentId} for tenant level deny\n * assignments.\n * @param options The options parameters.\n */\n getById(\n denyAssignmentId: string,\n options?: DenyAssignmentsGetByIdOptionalParams\n ): Promise<DenyAssignmentsGetByIdResponse> {\n return this.client.sendOperationRequest(\n { denyAssignmentId, options },\n getByIdOperationSpec\n );\n }\n\n /**\n * Gets deny assignments for a scope.\n * @param scope The scope of the deny assignments.\n * @param options The options parameters.\n */\n private _listForScope(\n scope: string,\n options?: DenyAssignmentsListForScopeOptionalParams\n ): Promise<DenyAssignmentsListForScopeResponse> {\n return this.client.sendOperationRequest(\n { scope, options },\n listForScopeOperationSpec\n );\n }\n\n /**\n * ListForResourceNext\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param resourceProviderNamespace The namespace of the resource provider.\n * @param parentResourcePath The parent resource identity.\n * @param resourceType The resource type of the resource.\n * @param resourceName The name of the resource to get deny assignments for.\n * @param nextLink The nextLink from the previous successful call to the ListForResource method.\n * @param options The options parameters.\n */\n private _listForResourceNext(\n resourceGroupName: string,\n resourceProviderNamespace: string,\n parentResourcePath: string,\n resourceType: string,\n resourceName: string,\n nextLink: string,\n options?: DenyAssignmentsListForResourceNextOptionalParams\n ): Promise<DenyAssignmentsListForResourceNextResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n resourceProviderNamespace,\n parentResourcePath,\n resourceType,\n resourceName,\n nextLink,\n options\n },\n listForResourceNextOperationSpec\n );\n }\n\n /**\n * ListForResourceGroupNext\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param nextLink The nextLink from the previous successful call to the ListForResourceGroup method.\n * @param options The options parameters.\n */\n private _listForResourceGroupNext(\n resourceGroupName: string,\n nextLink: string,\n options?: DenyAssignmentsListForResourceGroupNextOptionalParams\n ): Promise<DenyAssignmentsListForResourceGroupNextResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, nextLink, options },\n listForResourceGroupNextOperationSpec\n );\n }\n\n /**\n * ListNext\n * @param nextLink The nextLink from the previous successful call to the List method.\n * @param options The options parameters.\n */\n private _listNext(\n nextLink: string,\n options?: DenyAssignmentsListNextOptionalParams\n ): Promise<DenyAssignmentsListNextResponse> {\n return this.client.sendOperationRequest(\n { nextLink, options },\n listNextOperationSpec\n );\n }\n\n /**\n * ListForScopeNext\n * @param scope The scope of the deny assignments.\n * @param nextLink The nextLink from the previous successful call to the ListForScope method.\n * @param options The options parameters.\n */\n private _listForScopeNext(\n scope: string,\n nextLink: string,\n options?: DenyAssignmentsListForScopeNextOptionalParams\n ): Promise<DenyAssignmentsListForScopeNextResponse> {\n return this.client.sendOperationRequest(\n { scope, nextLink, options },\n listForScopeNextOperationSpec\n );\n }\n}\n// Operation Specifications\nconst serializer = coreClient.createSerializer(Mappers, /* isXml */ false);\n\nconst listForResourceOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{parentResourcePath}/{resourceType}/{resourceName}/providers/Microsoft.Authorization/denyAssignments\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.DenyAssignmentListResult\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n queryParameters: [Parameters.apiVersion1, Parameters.filter],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.resourceProviderNamespace,\n Parameters.parentResourcePath,\n Parameters.resourceType,\n Parameters.resourceName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst listForResourceGroupOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Authorization/denyAssignments\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.DenyAssignmentListResult\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n queryParameters: [Parameters.apiVersion1, Parameters.filter],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst listOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/providers/Microsoft.Authorization/denyAssignments\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.DenyAssignmentListResult\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n queryParameters: [Parameters.apiVersion1, Parameters.filter],\n urlParameters: [Parameters.$host, Parameters.subscriptionId],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst getOperationSpec: coreClient.OperationSpec = {\n path:\n \"/{scope}/providers/Microsoft.Authorization/denyAssignments/{denyAssignmentId}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.DenyAssignment\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n queryParameters: [Parameters.apiVersion1],\n urlParameters: [\n Parameters.$host,\n Parameters.scope,\n Parameters.denyAssignmentId\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst getByIdOperationSpec: coreClient.OperationSpec = {\n path: \"/{denyAssignmentId}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.DenyAssignment\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n queryParameters: [Parameters.apiVersion1],\n urlParameters: [Parameters.$host, Parameters.denyAssignmentId1],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst listForScopeOperationSpec: coreClient.OperationSpec = {\n path: \"/{scope}/providers/Microsoft.Authorization/denyAssignments\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.DenyAssignmentListResult\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n queryParameters: [Parameters.apiVersion1, Parameters.filter],\n urlParameters: [Parameters.$host, Parameters.scope],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst listForResourceNextOperationSpec: coreClient.OperationSpec = {\n path: \"{nextLink}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.DenyAssignmentListResult\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.nextLink,\n Parameters.resourceGroupName,\n Parameters.resourceProviderNamespace,\n Parameters.parentResourcePath,\n Parameters.resourceType,\n Parameters.resourceName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst listForResourceGroupNextOperationSpec: coreClient.OperationSpec = {\n path: \"{nextLink}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.DenyAssignmentListResult\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.nextLink,\n Parameters.resourceGroupName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst listNextOperationSpec: coreClient.OperationSpec = {\n path: \"{nextLink}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.DenyAssignmentListResult\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.nextLink\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst listForScopeNextOperationSpec: coreClient.OperationSpec = {\n path: \"{nextLink}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.DenyAssignmentListResult\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n urlParameters: [Parameters.$host, Parameters.nextLink, Parameters.scope],\n headerParameters: [Parameters.accept],\n serializer\n};\n","/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { PagedAsyncIterableIterator, PageSettings } from \"@azure/core-paging\";\nimport { setContinuationToken } from \"../pagingHelper\";\nimport { ProviderOperationsMetadataOperations } from \"../operationsInterfaces\";\nimport * as coreClient from \"@azure/core-client\";\nimport * as Mappers from \"../models/mappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { AuthorizationManagementClient } from \"../authorizationManagementClient\";\nimport {\n ProviderOperationsMetadata,\n ProviderOperationsMetadataListNextOptionalParams,\n ProviderOperationsMetadataListOptionalParams,\n ProviderOperationsMetadataListResponse,\n ProviderOperationsMetadataGetOptionalParams,\n ProviderOperationsMetadataGetResponse,\n ProviderOperationsMetadataListNextResponse\n} from \"../models\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Class containing ProviderOperationsMetadataOperations operations. */\nexport class ProviderOperationsMetadataOperationsImpl\n implements ProviderOperationsMetadataOperations {\n private readonly client: AuthorizationManagementClient;\n\n /**\n * Initialize a new instance of the class ProviderOperationsMetadataOperations class.\n * @param client Reference to the service client\n */\n constructor(client: AuthorizationManagementClient) {\n this.client = client;\n }\n\n /**\n * Gets provider operations metadata for all resource providers.\n * @param options The options parameters.\n */\n public list(\n options?: ProviderOperationsMetadataListOptionalParams\n ): PagedAsyncIterableIterator<ProviderOperationsMetadata> {\n const iter = this.listPagingAll(options);\n return {\n next() {\n return iter.next();\n },\n [Symbol.asyncIterator]() {\n return this;\n },\n byPage: (settings?: PageSettings) => {\n if (settings?.maxPageSize) {\n throw new Error(\"maxPageSize is not supported by this operation.\");\n }\n return this.listPagingPage(options, settings);\n }\n };\n }\n\n private async *listPagingPage(\n options?: ProviderOperationsMetadataListOptionalParams,\n settings?: PageSettings\n ): AsyncIterableIterator<ProviderOperationsMetadata[]> {\n let result: ProviderOperationsMetadataListResponse;\n let continuationToken = settings?.continuationToken;\n if (!continuationToken) {\n result = await this._list(options);\n let page = result.value || [];\n continuationToken = result.nextLink;\n setContinuationToken(page, continuationToken);\n yield page;\n }\n while (continuationToken) {\n result = await this._listNext(continuationToken, options);\n continuationToken = result.nextLink;\n let page = result.value || [];\n setContinuationToken(page, continuationToken);\n yield page;\n }\n }\n\n private async *listPagingAll(\n options?: ProviderOperationsMetadataListOptionalParams\n ): AsyncIterableIterator<ProviderOperationsMetadata> {\n for await (const page of this.listPagingPage(options)) {\n yield* page;\n }\n }\n\n /**\n * Gets provider operations metadata for the specified resource provider.\n * @param resourceProviderNamespace The namespace of the resource provider.\n * @param options The options parameters.\n */\n get(\n resourceProviderNamespace: string,\n options?: ProviderOperationsMetadataGetOptionalParams\n ): Promise<ProviderOperationsMetadataGetResponse> {\n return this.client.sendOperationRequest(\n { resourceProviderNamespace, options },\n getOperationSpec\n );\n }\n\n /**\n * Gets provider operations metadata for all resource providers.\n * @param options The options parameters.\n */\n private _list(\n options?: ProviderOperationsMetadataListOptionalParams\n ): Promise<ProviderOperationsMetadataListResponse> {\n return this.client.sendOperationRequest({ options }, listOperationSpec);\n }\n\n /**\n * ListNext\n * @param nextLink The nextLink from the previous successful call to the List method.\n * @param options The options parameters.\n */\n private _listNext(\n nextLink: string,\n options?: ProviderOperationsMetadataListNextOptionalParams\n ): Promise<ProviderOperationsMetadataListNextResponse> {\n return this.client.sendOperationRequest(\n { nextLink, options },\n listNextOperationSpec\n );\n }\n}\n// Operation Specifications\nconst serializer = coreClient.createSerializer(Mappers, /* isXml */ false);\n\nconst getOperationSpec: coreClient.OperationSpec = {\n path:\n \"/providers/Microsoft.Authorization/providerOperations/{resourceProviderNamespace}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.ProviderOperationsMetadata\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n queryParameters: [Parameters.apiVersion1, Parameters.expand],\n urlParameters: [Parameters.$host, Parameters.resourceProviderNamespace],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst listOperationSpec: coreClient.OperationSpec = {\n path: \"/providers/Microsoft.Authorization/providerOperations\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.ProviderOperationsMetadataListResult\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n queryParameters: [Parameters.apiVersion1, Parameters.expand],\n urlParameters: [Parameters.$host],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst listNextOperationSpec: coreClient.OperationSpec = {\n path: \"{nextLink}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.ProviderOperationsMetadataListResult\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n urlParameters: [Parameters.$host, Parameters.nextLink],\n headerParameters: [Parameters.accept],\n serializer\n};\n","/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { PagedAsyncIterableIterator, PageSettings } from \"@azure/core-paging\";\nimport { setContinuationToken } from \"../pagingHelper\";\nimport { RoleAssignments } from \"../operationsInterfaces\";\nimport * as coreClient from \"@azure/core-client\";\nimport * as Mappers from \"../models/mappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { AuthorizationManagementClient } from \"../authorizationManagementClient\";\nimport {\n RoleAssignment,\n RoleAssignmentsListForSubscriptionNextOptionalParams,\n RoleAssignmentsListForSubscriptionOptionalParams,\n RoleAssignmentsListForSubscriptionResponse,\n RoleAssignmentsListForResourceGroupNextOptionalParams,\n RoleAssignmentsListForResourceGroupOptionalParams,\n RoleAssignmentsListForResourceGroupResponse,\n RoleAssignmentsListForResourceNextOptionalParams,\n RoleAssignmentsListForResourceOptionalParams,\n RoleAssignmentsListForResourceResponse,\n RoleAssignmentsListForScopeNextOptionalParams,\n RoleAssignmentsListForScopeOptionalParams,\n RoleAssignmentsListForScopeResponse,\n RoleAssignmentsGetOptionalParams,\n RoleAssignmentsGetResponse,\n RoleAssignmentCreateParameters,\n RoleAssignmentsCreateOptionalParams,\n RoleAssignmentsCreateResponse,\n RoleAssignmentsDeleteOptionalParams,\n RoleAssignmentsDeleteResponse,\n RoleAssignmentsGetByIdOptionalParams,\n RoleAssignmentsGetByIdResponse,\n RoleAssignmentsCreateByIdOptionalParams,\n RoleAssignmentsCreateByIdResponse,\n RoleAssignmentsDeleteByIdOptionalParams,\n RoleAssignmentsDeleteByIdResponse,\n RoleAssignmentsListForSubscriptionNextResponse,\n RoleAssignmentsListForResourceGroupNextResponse,\n RoleAssignmentsListForResourceNextResponse,\n RoleAssignmentsListForScopeNextResponse\n} from \"../models\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Class containing RoleAssignments operations. */\nexport class RoleAssignmentsImpl implements RoleAssignments {\n private readonly client: AuthorizationManagementClient;\n\n /**\n * Initialize a new instance of the class RoleAssignments class.\n * @param client Reference to the service client\n */\n constructor(client: AuthorizationManagementClient) {\n this.client = client;\n }\n\n /**\n * List all role assignments that apply to a subscription.\n * @param options The options parameters.\n */\n public listForSubscription(\n options?: RoleAssignmentsListForSubscriptionOptionalParams\n ): PagedAsyncIterableIterator<RoleAssignment> {\n const iter = this.listForSubscriptionPagingAll(options);\n return {\n next() {\n return iter.next();\n },\n [Symbol.asyncIterator]() {\n return this;\n },\n byPage: (settings?: PageSettings) => {\n if (settings?.maxPageSize) {\n throw new Error(\"maxPageSize is not supported by this operation.\");\n }\n return this.listForSubscriptionPagingPage(options, settings);\n }\n };\n }\n\n private async *listForSubscriptionPagingPage(\n options?: RoleAssignmentsListForSubscriptionOptionalParams,\n settings?: PageSettings\n ): AsyncIterableIterator<RoleAssignment[]> {\n let result: RoleAssignmentsListForSubscriptionResponse;\n let continuationToken = settings?.continuationToken;\n if (!continuationToken) {\n result = await this._listForSubscription(options);\n let page = result.value || [];\n continuationToken = result.nextLink;\n setContinuationToken(page, continuationToken);\n yield page;\n }\n while (continuationToken) {\n result = await this._listForSubscriptionNext(continuationToken, options);\n continuationToken = result.nextLink;\n let page = result.value || [];\n setContinuationToken(page, continuationToken);\n yield page;\n }\n }\n\n private async *listForSubscriptionPagingAll(\n options?: RoleAssignmentsListForSubscriptionOptionalParams\n ): AsyncIterableIterator<RoleAssignment> {\n for await (const page of this.listForSubscriptionPagingPage(options)) {\n yield* page;\n }\n }\n\n /**\n * List all role assignments that apply to a resource group.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param options The options parameters.\n */\n public listForResourceGroup(\n resourceGroupName: string,\n options?: RoleAssignmentsListForResourceGroupOptionalParams\n ): PagedAsyncIterableIterator<RoleAssignment> {\n const iter = this.listForResourceGroupPagingAll(resourceGroupName, options);\n return {\n next() {\n return iter.next();\n },\n [Symbol.asyncIterator]() {\n return this;\n },\n byPage: (settings?: PageSettings) => {\n if (settings?.maxPageSize) {\n throw new Error(\"maxPageSize is not supported by this operation.\");\n }\n return this.listForResourceGroupPagingPage(\n resourceGroupName,\n options,\n settings\n );\n }\n };\n }\n\n private async *listForResourceGroupPagingPage(\n resourceGroupName: string,\n options?: RoleAssignmentsListForResourceGroupOptionalParams,\n settings?: PageSettings\n ): AsyncIterableIterator<RoleAssignment[]> {\n let result: RoleAssignmentsListForResourceGroupResponse;\n let continuationToken = settings?.continuationToken;\n if (!continuationToken) {\n result = await this._listForResourceGroup(resourceGroupName, options);\n let page = result.value || [];\n continuationToken = result.nextLink;\n setContinuationToken(page, continuationToken);\n yield page;\n }\n while (continuationToken) {\n result = await this._listForResourceGroupNext(\n resourceGroupName,\n continuationToken,\n options\n );\n continuationToken = result.nextLink;\n let page = result.value || [];\n setContinuationToken(page, continuationToken);\n yield page;\n }\n }\n\n private async *listForResourceGroupPagingAll(\n resourceGroupName: string,\n options?: RoleAssignmentsListForResourceGroupOptionalParams\n ): AsyncIterableIterator<RoleAssignment> {\n for await (const page of this.listForResourceGroupPagingPage(\n resourceGroupName,\n options\n )) {\n yield* page;\n }\n }\n\n /**\n * List all role assignments that apply to a resource.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param resourceProviderNamespace The namespace of the resource provider.\n * @param resourceType The resource type name. For example the type name of a web app is 'sites' (from\n * Microsoft.Web/sites).\n * @param resourceName The resource name.\n * @param options The options parameters.\n */\n public listForResource(\n resourceGroupName: string,\n resourceProviderNamespace: string,\n resourceType: string,\n resourceName: string,\n options?: RoleAssignmentsListForResourceOptionalParams\n ): PagedAsyncIterableIterator<RoleAssignment> {\n const iter = this.listForResourcePagingAll(\n resourceGroupName,\n resourceProviderNamespace,\n resourceType,\n resourceName,\n options\n );\n return {\n next() {\n return iter.next();\n },\n [Symbol.asyncIterator]() {\n return this;\n },\n byPage: (settings?: PageSettings) => {\n if (settings?.maxPageSize) {\n throw new Error(\"maxPageSize is not supported by this operation.\");\n }\n return this.listForResourcePagingPage(\n resourceGroupName,\n resourceProviderNamespace,\n resourceType,\n resourceName,\n options,\n settings\n );\n }\n };\n }\n\n private async *listForResourcePagingPage(\n resourceGroupName: string,\n resourceProviderNamespace: string,\n resourceType: string,\n resourceName: string,\n options?: RoleAssignmentsListForResourceOptionalParams,\n settings?: PageSettings\n ): AsyncIterableIterator<RoleAssignment[]> {\n let result: RoleAssignmentsListForResourceResponse;\n let continuationToken = settings?.continuationToken;\n if (!continuationToken) {\n result = await this._listForResource(\n resourceGroupName,\n resourceProviderNamespace,\n resourceType,\n resourceName,\n options\n );\n let page = result.value || [];\n continuationToken = result.nextLink;\n setContinuationToken(page, continuationToken);\n yield page;\n }\n while (continuationToken) {\n result = await this._listForResourceNext(\n resourceGroupName,\n resourceProviderNamespace,\n resourceType,\n resourceName,\n continuationToken,\n options\n );\n continuationToken = result.nextLink;\n let page = result.value || [];\n setContinuationToken(page, continuationToken);\n yield page;\n }\n }\n\n private async *listForResourcePagingAll(\n resourceGroupName: string,\n resourceProviderNamespace: string,\n resourceType: string,\n resourceName: string,\n options?: RoleAssignmentsListForResourceOptionalParams\n ): AsyncIterableIterator<RoleAssignment> {\n for await (const page of this.listForResourcePagingPage(\n resourceGroupName,\n resourceProviderNamespace,\n resourceType,\n resourceName,\n options\n )) {\n yield* page;\n }\n }\n\n /**\n * List all role assignments that apply to a scope.\n * @param scope The scope of the operation or resource. Valid scopes are: subscription (format:\n * '/subscriptions/{subscriptionId}'), resource group (format:\n * '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}', or resource (format:\n * '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/[{parentResourcePath}/]{resourceType}/{resourceName}'\n * @param options The options parameters.\n */\n public listForScope(\n scope: string,\n options?: RoleAssignmentsListForScopeOptionalParams\n ): PagedAsyncIterableIterator<RoleAssignment> {\n const iter = this.listForScopePagingAll(scope, options);\n return {\n next() {\n return iter.next();\n },\n [Symbol.asyncIterator]() {\n return this;\n },\n byPage: (settings?: PageSettings) => {\n if (settings?.maxPageSize) {\n throw new Error(\"maxPageSize is not supported by this operation.\");\n }\n return this.listForScopePagingPage(scope, options, settings);\n }\n };\n }\n\n private async *listForScopePagingPage(\n scope: string,\n options?: RoleAssignmentsListForScopeOptionalParams,\n settings?: PageSettings\n ): AsyncIterableIterator<RoleAssignment[]> {\n let result: RoleAssignmentsListForScopeResponse;\n let continuationToken = settings?.continuationToken;\n if (!continuationToken) {\n result = await this._listForScope(scope, options);\n let page = result.value || [];\n continuationToken = result.nextLink;\n setContinuationToken(page, continuationToken);\n yield page;\n }\n while (continuationToken) {\n result = await this._listForScopeNext(scope, continuationToken, options);\n continuationToken = result.nextLink;\n let page = result.value || [];\n setContinuationToken(page, continuationToken);\n yield page;\n }\n }\n\n private async *listForScopePagingAll(\n scope: string,\n options?: RoleAssignmentsListForScopeOptionalParams\n ): AsyncIterableIterator<RoleAssignment> {\n for await (const page of this.listForScopePagingPage(scope, options)) {\n yield* page;\n }\n }\n\n /**\n * List all role assignments that apply to a subscription.\n * @param options The options parameters.\n */\n private _listForSubscription(\n options?: RoleAssignmentsListForSubscriptionOptionalParams\n ): Promise<RoleAssignmentsListForSubscriptionResponse> {\n return this.client.sendOperationRequest(\n { options },\n listForSubscriptionOperationSpec\n );\n }\n\n /**\n * List all role assignments that apply to a resource group.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param options The options parameters.\n */\n private _listForResourceGroup(\n resourceGroupName: string,\n options?: RoleAssignmentsListForResourceGroupOptionalParams\n ): Promise<RoleAssignmentsListForResourceGroupResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, options },\n listForResourceGroupOperationSpec\n );\n }\n\n /**\n * List all role assignments that apply to a resource.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param resourceProviderNamespace The namespace of the resource provider.\n * @param resourceType The resource type name. For example the type name of a web app is 'sites' (from\n * Microsoft.Web/sites).\n * @param resourceName The resource name.\n * @param options The options parameters.\n */\n private _listForResource(\n resourceGroupName: string,\n resourceProviderNamespace: string,\n resourceType: string,\n resourceName: string,\n options?: RoleAssignmentsListForResourceOptionalParams\n ): Promise<RoleAssignmentsListForResourceResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n resourceProviderNamespace,\n resourceType,\n resourceName,\n options\n },\n listForResourceOperationSpec\n );\n }\n\n /**\n * Get a role assignment by scope and name.\n * @param scope The scope of the operation or resource. Valid scopes are: subscription (format:\n * '/subscriptions/{subscriptionId}'), resource group (format:\n * '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}', or resource (format:\n * '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/[{parentResourcePath}/]{resourceType}/{resourceName}'\n * @param roleAssignmentName The name of the role assignment. It can be any valid GUID.\n * @param options The options parameters.\n */\n get(\n scope: string,\n roleAssignmentName: string,\n options?: RoleAssignmentsGetOptionalParams\n ): Promise<RoleAssignmentsGetResponse> {\n return this.client.sendOperationRequest(\n { scope, roleAssignmentName, options },\n getOperationSpec\n );\n }\n\n /**\n * Create or update a role assignment by scope and name.\n * @param scope The scope of the operation or resource. Valid scopes are: subscription (format:\n * '/subscriptions/{subscriptionId}'), resource group (format:\n * '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}', or resource (format:\n * '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/[{parentResourcePath}/]{resourceType}/{resourceName}'\n * @param roleAssignmentName The name of the role assignment. It can be any valid GUID.\n * @param parameters Parameters for the role assignment.\n * @param options The options parameters.\n */\n create(\n scope: string,\n roleAssignmentName: string,\n parameters: RoleAssignmentCreateParameters,\n options?: RoleAssignmentsCreateOptionalParams\n ): Promise<RoleAssignmentsCreateResponse> {\n return this.client.sendOperationRequest(\n { scope, roleAssignmentName, parameters, options },\n createOperationSpec\n );\n }\n\n /**\n * Delete a role assignment by scope and name.\n * @param scope The scope of the operation or resource. Valid scopes are: subscription (format:\n * '/subscriptions/{subscriptionId}'), resource group (format:\n * '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}', or resource (format:\n * '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/[{parentResourcePath}/]{resourceType}/{resourceName}'\n * @param roleAssignmentName The name of the role assignment. It can be any valid GUID.\n * @param options The options parameters.\n */\n delete(\n scope: string,\n roleAssignmentName: string,\n options?: RoleAssignmentsDeleteOptionalParams\n ): Promise<RoleAssignmentsDeleteResponse> {\n return this.client.sendOperationRequest(\n { scope, roleAssignmentName, options },\n deleteOperationSpec\n );\n }\n\n /**\n * List all role assignments that apply to a scope.\n * @param scope The scope of the operation or resource. Valid scopes are: subscription (format:\n * '/subscriptions/{subscriptionId}'), resource group (format:\n * '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}', or resource (format:\n * '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/[{parentResourcePath}/]{resourceType}/{resourceName}'\n * @param options The options parameters.\n */\n private _listForScope(\n scope: string,\n options?: RoleAssignmentsListForScopeOptionalParams\n ): Promise<RoleAssignmentsListForScopeResponse> {\n return this.client.sendOperationRequest(\n { scope, options },\n listForScopeOperationSpec\n );\n }\n\n /**\n * Get a role assignment by ID.\n * @param roleAssignmentId The fully qualified ID of the role assignment including scope, resource\n * name, and resource type. Format:\n * /{scope}/providers/Microsoft.Authorization/roleAssignments/{roleAssignmentName}. Example:\n * /subscriptions/<SUB_ID>/resourcegroups/<RESOURCE_GROUP>/providers/Microsoft.Authorization/roleAssignments/<ROLE_ASSIGNMENT_NAME>\n * @param options The options parameters.\n */\n getById(\n roleAssignmentId: string,\n options?: RoleAssignmentsGetByIdOptionalParams\n ): Promise<RoleAssignmentsGetByIdResponse> {\n return this.client.sendOperationRequest(\n { roleAssignmentId, options },\n getByIdOperationSpec\n );\n }\n\n /**\n * Create or update a role assignment by ID.\n * @param roleAssignmentId The fully qualified ID of the role assignment including scope, resource\n * name, and resource type. Format:\n * /{scope}/providers/Microsoft.Authorization/roleAssignments/{roleAssignmentName}. Example:\n * /subscriptions/<SUB_ID>/resourcegroups/<RESOURCE_GROUP>/providers/Microsoft.Authorization/roleAssignments/<ROLE_ASSIGNMENT_NAME>\n * @param parameters Parameters for the role assignment.\n * @param options The options parameters.\n */\n createById(\n roleAssignmentId: string,\n parameters: RoleAssignmentCreateParameters,\n options?: RoleAssignmentsCreateByIdOptionalParams\n ): Promise<RoleAssignmentsCreateByIdResponse> {\n return this.client.sendOperationRequest(\n { roleAssignmentId, parameters, options },\n createByIdOperationSpec\n );\n }\n\n /**\n * Delete a role assignment by ID.\n * @param roleAssignmentId The fully qualified ID of the role assignment including scope, resource\n * name, and resource type. Format:\n * /{scope}/providers/Microsoft.Authorization/roleAssignments/{roleAssignmentName}. Example:\n * /subscriptions/<SUB_ID>/resourcegroups/<RESOURCE_GROUP>/providers/Microsoft.Authorization/roleAssignments/<ROLE_ASSIGNMENT_NAME>\n * @param options The options parameters.\n */\n deleteById(\n roleAssignmentId: string,\n options?: RoleAssignmentsDeleteByIdOptionalParams\n ): Promise<RoleAssignmentsDeleteByIdResponse> {\n return this.client.sendOperationRequest(\n { roleAssignmentId, options },\n deleteByIdOperationSpec\n );\n }\n\n /**\n * ListForSubscriptionNext\n * @param nextLink The nextLink from the previous successful call to the ListForSubscription method.\n * @param options The options parameters.\n */\n private _listForSubscriptionNext(\n nextLink: string,\n options?: RoleAssignmentsListForSubscriptionNextOptionalParams\n ): Promise<RoleAssignmentsListForSubscriptionNextResponse> {\n return this.client.sendOperationRequest(\n { nextLink, options },\n listForSubscriptionNextOperationSpec\n );\n }\n\n /**\n * ListForResourceGroupNext\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param nextLink The nextLink from the previous successful call to the ListForResourceGroup method.\n * @param options The options parameters.\n */\n private _listForResourceGroupNext(\n resourceGroupName: string,\n nextLink: string,\n options?: RoleAssignmentsListForResourceGroupNextOptionalParams\n ): Promise<RoleAssignmentsListForResourceGroupNextResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, nextLink, options },\n listForResourceGroupNextOperationSpec\n );\n }\n\n /**\n * ListForResourceNext\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param resourceProviderNamespace The namespace of the resource provider.\n * @param resourceType The resource type name. For example the type name of a web app is 'sites' (from\n * Microsoft.Web/sites).\n * @param resourceName The resource name.\n * @param nextLink The nextLink from the previous successful call to the ListForResource method.\n * @param options The options parameters.\n */\n private _listForResourceNext(\n resourceGroupName: string,\n resourceProviderNamespace: string,\n resourceType: string,\n resourceName: string,\n nextLink: string,\n options?: RoleAssignmentsListForResourceNextOptionalParams\n ): Promise<RoleAssignmentsListForResourceNextResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n resourceProviderNamespace,\n resourceType,\n resourceName,\n nextLink,\n options\n },\n listForResourceNextOperationSpec\n );\n }\n\n /**\n * ListForScopeNext\n * @param scope The scope of the operation or resource. Valid scopes are: subscription (format:\n * '/subscriptions/{subscriptionId}'), resource group (format:\n * '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}', or resource (format:\n * '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/[{parentResourcePath}/]{resourceType}/{resourceName}'\n * @param nextLink The nextLink from the previous successful call to the ListForScope method.\n * @param options The options parameters.\n */\n private _listForScopeNext(\n scope: string,\n nextLink: string,\n options?: RoleAssignmentsListForScopeNextOptionalParams\n ): Promise<RoleAssignmentsListForScopeNextResponse> {\n return this.client.sendOperationRequest(\n { scope, nextLink, options },\n listForScopeNextOperationSpec\n );\n }\n}\n// Operation Specifications\nconst serializer = coreClient.createSerializer(Mappers, /* isXml */ false);\n\nconst listForSubscriptionOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/providers/Microsoft.Authorization/roleAssignments\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.RoleAssignmentListResult\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n queryParameters: [\n Parameters.apiVersion1,\n Parameters.filter1,\n Parameters.tenantId\n ],\n urlParameters: [Parameters.$host, Parameters.subscriptionId],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst listForResourceGroupOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Authorization/roleAssignments\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.RoleAssignmentListResult\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n queryParameters: [\n Parameters.apiVersion1,\n Parameters.filter1,\n Parameters.tenantId\n ],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst listForResourceOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}/providers/Microsoft.Authorization/roleAssignments\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.RoleAssignmentListResult\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n queryParameters: [\n Parameters.apiVersion1,\n Parameters.filter1,\n Parameters.tenantId\n ],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.resourceProviderNamespace,\n Parameters.resourceType,\n Parameters.resourceName1\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst getOperationSpec: coreClient.OperationSpec = {\n path:\n \"/{scope}/providers/Microsoft.Authorization/roleAssignments/{roleAssignmentName}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.RoleAssignment\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n queryParameters: [Parameters.apiVersion1, Parameters.tenantId],\n urlParameters: [\n Parameters.$host,\n Parameters.scope,\n Parameters.roleAssignmentName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst createOperationSpec: coreClient.OperationSpec = {\n path:\n \"/{scope}/providers/Microsoft.Authorization/roleAssignments/{roleAssignmentName}\",\n httpMethod: \"PUT\",\n responses: {\n 200: {\n bodyMapper: Mappers.RoleAssignment\n },\n 201: {\n bodyMapper: Mappers.RoleAssignment\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n requestBody: Parameters.parameters,\n queryParameters: [Parameters.apiVersion1],\n urlParameters: [\n Parameters.$host,\n Parameters.scope,\n Parameters.roleAssignmentName\n ],\n headerParameters: [Parameters.accept, Parameters.contentType],\n mediaType: \"json\",\n serializer\n};\nconst deleteOperationSpec: coreClient.OperationSpec = {\n path:\n \"/{scope}/providers/Microsoft.Authorization/roleAssignments/{roleAssignmentName}\",\n httpMethod: \"DELETE\",\n responses: {\n 200: {\n bodyMapper: Mappers.RoleAssignment\n },\n 204: {},\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n queryParameters: [Parameters.apiVersion1, Parameters.tenantId],\n urlParameters: [\n Parameters.$host,\n Parameters.scope,\n Parameters.roleAssignmentName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst listForScopeOperationSpec: coreClient.OperationSpec = {\n path: \"/{scope}/providers/Microsoft.Authorization/roleAssignments\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.RoleAssignmentListResult\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n queryParameters: [\n Parameters.apiVersion1,\n Parameters.filter1,\n Parameters.tenantId,\n Parameters.skipToken\n ],\n urlParameters: [Parameters.$host, Parameters.scope],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst getByIdOperationSpec: coreClient.OperationSpec = {\n path: \"/{roleAssignmentId}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.RoleAssignment\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n queryParameters: [Parameters.apiVersion1, Parameters.tenantId],\n urlParameters: [Parameters.$host, Parameters.roleAssignmentId],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst createByIdOperationSpec: coreClient.OperationSpec = {\n path: \"/{roleAssignmentId}\",\n httpMethod: \"PUT\",\n responses: {\n 200: {\n bodyMapper: Mappers.RoleAssignment\n },\n 201: {\n bodyMapper: Mappers.RoleAssignment\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n requestBody: Parameters.parameters,\n queryParameters: [Parameters.apiVersion1],\n urlParameters: [Parameters.$host, Parameters.roleAssignmentId],\n headerParameters: [Parameters.accept, Parameters.contentType],\n mediaType: \"json\",\n serializer\n};\nconst deleteByIdOperationSpec: coreClient.OperationSpec = {\n path: \"/{roleAssignmentId}\",\n httpMethod: \"DELETE\",\n responses: {\n 200: {\n bodyMapper: Mappers.RoleAssignment\n },\n 204: {},\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n queryParameters: [Parameters.apiVersion1, Parameters.tenantId],\n urlParameters: [Parameters.$host, Parameters.roleAssignmentId],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst listForSubscriptionNextOperationSpec: coreClient.OperationSpec = {\n path: \"{nextLink}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.RoleAssignmentListResult\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.nextLink\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst listForResourceGroupNextOperationSpec: coreClient.OperationSpec = {\n path: \"{nextLink}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.RoleAssignmentListResult\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.nextLink,\n Parameters.resourceGroupName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst listForResourceNextOperationSpec: coreClient.OperationSpec = {\n path: \"{nextLink}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.RoleAssignmentListResult\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.nextLink,\n Parameters.resourceGroupName,\n Parameters.resourceProviderNamespace,\n Parameters.resourceType,\n Parameters.resourceName1\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst listForScopeNextOperationSpec: coreClient.OperationSpec = {\n path: \"{nextLink}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.RoleAssignmentListResult\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n urlParameters: [Parameters.$host, Parameters.nextLink, Parameters.scope],\n headerParameters: [Parameters.accept],\n serializer\n};\n","/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { PagedAsyncIterableIterator, PageSettings } from \"@azure/core-paging\";\nimport { setContinuationToken } from \"../pagingHelper\";\nimport { Permissions } from \"../operationsInterfaces\";\nimport * as coreClient from \"@azure/core-client\";\nimport * as Mappers from \"../models/mappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { AuthorizationManagementClient } from \"../authorizationManagementClient\";\nimport {\n Permission,\n PermissionsListForResourceGroupNextOptionalParams,\n PermissionsListForResourceGroupOptionalParams,\n PermissionsListForResourceGroupResponse,\n PermissionsListForResourceNextOptionalParams,\n PermissionsListForResourceOptionalParams,\n PermissionsListForResourceResponse,\n PermissionsListForResourceGroupNextResponse,\n PermissionsListForResourceNextResponse\n} from \"../models\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Class containing Permissions operations. */\nexport class PermissionsImpl implements Permissions {\n private readonly client: AuthorizationManagementClient;\n\n /**\n * Initialize a new instance of the class Permissions class.\n * @param client Reference to the service client\n */\n constructor(client: AuthorizationManagementClient) {\n this.client = client;\n }\n\n /**\n * Gets all permissions the caller has for a resource group.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param options The options parameters.\n */\n public listForResourceGroup(\n resourceGroupName: string,\n options?: PermissionsListForResourceGroupOptionalParams\n ): PagedAsyncIterableIterator<Permission> {\n const iter = this.listForResourceGroupPagingAll(resourceGroupName, options);\n return {\n next() {\n return iter.next();\n },\n [Symbol.asyncIterator]() {\n return this;\n },\n byPage: (settings?: PageSettings) => {\n if (settings?.maxPageSize) {\n throw new Error(\"maxPageSize is not supported by this operation.\");\n }\n return this.listForResourceGroupPagingPage(\n resourceGroupName,\n options,\n settings\n );\n }\n };\n }\n\n private async *listForResourceGroupPagingPage(\n resourceGroupName: string,\n options?: PermissionsListForResourceGroupOptionalParams,\n settings?: PageSettings\n ): AsyncIterableIterator<Permission[]> {\n let result: PermissionsListForResourceGroupResponse;\n let continuationToken = settings?.continuationToken;\n if (!continuationToken) {\n result = await this._listForResourceGroup(resourceGroupName, options);\n let page = result.value || [];\n continuationToken = result.nextLink;\n setContinuationToken(page, continuationToken);\n yield page;\n }\n while (continuationToken) {\n result = await this._listForResourceGroupNext(\n resourceGroupName,\n continuationToken,\n options\n );\n continuationToken = result.nextLink;\n let page = result.value || [];\n setContinuationToken(page, continuationToken);\n yield page;\n }\n }\n\n private async *listForResourceGroupPagingAll(\n resourceGroupName: string,\n options?: PermissionsListForResourceGroupOptionalParams\n ): AsyncIterableIterator<Permission> {\n for await (const page of this.listForResourceGroupPagingPage(\n resourceGroupName,\n options\n )) {\n yield* page;\n }\n }\n\n /**\n * Gets all permissions the caller has for a resource.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param resourceProviderNamespace The namespace of the resource provider.\n * @param parentResourcePath The parent resource identity.\n * @param resourceType The resource type of the resource.\n * @param resourceName The name of the resource to get the permissions for.\n * @param options The options parameters.\n */\n public listForResource(\n resourceGroupName: string,\n resourceProviderNamespace: string,\n parentResourcePath: string,\n resourceType: string,\n resourceName: string,\n options?: PermissionsListForResourceOptionalParams\n ): PagedAsyncIterableIterator<Permission> {\n const iter = this.listForResourcePagingAll(\n resourceGroupName,\n resourceProviderNamespace,\n parentResourcePath,\n resourceType,\n resourceName,\n options\n );\n return {\n next() {\n return iter.next();\n },\n [Symbol.asyncIterator]() {\n return this;\n },\n byPage: (settings?: PageSettings) => {\n if (settings?.maxPageSize) {\n throw new Error(\"maxPageSize is not supported by this operation.\");\n }\n return this.listForResourcePagingPage(\n resourceGroupName,\n resourceProviderNamespace,\n parentResourcePath,\n resourceType,\n resourceName,\n options,\n settings\n );\n }\n };\n }\n\n private async *listForResourcePagingPage(\n resourceGroupName: string,\n resourceProviderNamespace: string,\n parentResourcePath: string,\n resourceType: string,\n resourceName: string,\n options?: PermissionsListForResourceOptionalParams,\n settings?: PageSettings\n ): AsyncIterableIterator<Permission[]> {\n let result: PermissionsListForResourceResponse;\n let continuationToken = settings?.continuationToken;\n if (!continuationToken) {\n result = await this._listForResource(\n resourceGroupName,\n resourceProviderNamespace,\n parentResourcePath,\n resourceType,\n resourceName,\n options\n );\n let page = result.value || [];\n continuationToken = result.nextLink;\n setContinuationToken(page, continuationToken);\n yield page;\n }\n while (continuationToken) {\n result = await this._listForResourceNext(\n resourceGroupName,\n resourceProviderNamespace,\n parentResourcePath,\n resourceType,\n resourceName,\n continuationToken,\n options\n );\n continuationToken = result.nextLink;\n let page = result.value || [];\n setContinuationToken(page, continuationToken);\n yield page;\n }\n }\n\n private async *listForResourcePagingAll(\n resourceGroupName: string,\n resourceProviderNamespace: string,\n parentResourcePath: string,\n resourceType: string,\n resourceName: string,\n options?: PermissionsListForResourceOptionalParams\n ): AsyncIterableIterator<Permission> {\n for await (const page of this.listForResourcePagingPage(\n resourceGroupName,\n resourceProviderNamespace,\n parentResourcePath,\n resourceType,\n resourceName,\n options\n )) {\n yield* page;\n }\n }\n\n /**\n * Gets all permissions the caller has for a resource group.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param options The options parameters.\n */\n private _listForResourceGroup(\n resourceGroupName: string,\n options?: PermissionsListForResourceGroupOptionalParams\n ): Promise<PermissionsListForResourceGroupResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, options },\n listForResourceGroupOperationSpec\n );\n }\n\n /**\n * Gets all permissions the caller has for a resource.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param resourceProviderNamespace The namespace of the resource provider.\n * @param parentResourcePath The parent resource identity.\n * @param resourceType The resource type of the resource.\n * @param resourceName The name of the resource to get the permissions for.\n * @param options The options parameters.\n */\n private _listForResource(\n resourceGroupName: string,\n resourceProviderNamespace: string,\n parentResourcePath: string,\n resourceType: string,\n resourceName: string,\n options?: PermissionsListForResourceOptionalParams\n ): Promise<PermissionsListForResourceResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n resourceProviderNamespace,\n parentResourcePath,\n resourceType,\n resourceName,\n options\n },\n listForResourceOperationSpec\n );\n }\n\n /**\n * ListForResourceGroupNext\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param nextLink The nextLink from the previous successful call to the ListForResourceGroup method.\n * @param options The options parameters.\n */\n private _listForResourceGroupNext(\n resourceGroupName: string,\n nextLink: string,\n options?: PermissionsListForResourceGroupNextOptionalParams\n ): Promise<PermissionsListForResourceGroupNextResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, nextLink, options },\n listForResourceGroupNextOperationSpec\n );\n }\n\n /**\n * ListForResourceNext\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param resourceProviderNamespace The namespace of the resource provider.\n * @param parentResourcePath The parent resource identity.\n * @param resourceType The resource type of the resource.\n * @param resourceName The name of the resource to get the permissions for.\n * @param nextLink The nextLink from the previous successful call to the ListForResource method.\n * @param options The options parameters.\n */\n private _listForResourceNext(\n resourceGroupName: string,\n resourceProviderNamespace: string,\n parentResourcePath: string,\n resourceType: string,\n resourceName: string,\n nextLink: string,\n options?: PermissionsListForResourceNextOptionalParams\n ): Promise<PermissionsListForResourceNextResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n resourceProviderNamespace,\n parentResourcePath,\n resourceType,\n resourceName,\n nextLink,\n options\n },\n listForResourceNextOperationSpec\n );\n }\n}\n// Operation Specifications\nconst serializer = coreClient.createSerializer(Mappers, /* isXml */ false);\n\nconst listForResourceGroupOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.Authorization/permissions\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.PermissionGetResult\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n queryParameters: [Parameters.apiVersion2],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst listForResourceOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{parentResourcePath}/{resourceType}/{resourceName}/providers/Microsoft.Authorization/permissions\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.PermissionGetResult\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n queryParameters: [Parameters.apiVersion2],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.resourceProviderNamespace,\n Parameters.parentResourcePath,\n Parameters.resourceType,\n Parameters.resourceName2\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst listForResourceGroupNextOperationSpec: coreClient.OperationSpec = {\n path: \"{nextLink}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.PermissionGetResult\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.nextLink,\n Parameters.resourceGroupName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst listForResourceNextOperationSpec: coreClient.OperationSpec = {\n path: \"{nextLink}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.PermissionGetResult\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.nextLink,\n Parameters.resourceGroupName,\n Parameters.resourceProviderNamespace,\n Parameters.parentResourcePath,\n Parameters.resourceType,\n Parameters.resourceName2\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\n","/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { PagedAsyncIterableIterator, PageSettings } from \"@azure/core-paging\";\nimport { setContinuationToken } from \"../pagingHelper\";\nimport { RoleDefinitions } from \"../operationsInterfaces\";\nimport * as coreClient from \"@azure/core-client\";\nimport * as Mappers from \"../models/mappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { AuthorizationManagementClient } from \"../authorizationManagementClient\";\nimport {\n RoleDefinition,\n RoleDefinitionsListNextOptionalParams,\n RoleDefinitionsListOptionalParams,\n RoleDefinitionsListResponse,\n RoleDefinitionsDeleteOptionalParams,\n RoleDefinitionsDeleteResponse,\n RoleDefinitionsGetOptionalParams,\n RoleDefinitionsGetResponse,\n RoleDefinitionsCreateOrUpdateOptionalParams,\n RoleDefinitionsCreateOrUpdateResponse,\n RoleDefinitionsGetByIdOptionalParams,\n RoleDefinitionsGetByIdResponse,\n RoleDefinitionsListNextResponse\n} from \"../models\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Class containing RoleDefinitions operations. */\nexport class RoleDefinitionsImpl implements RoleDefinitions {\n private readonly client: AuthorizationManagementClient;\n\n /**\n * Initialize a new instance of the class RoleDefinitions class.\n * @param client Reference to the service client\n */\n constructor(client: AuthorizationManagementClient) {\n this.client = client;\n }\n\n /**\n * Get all role definitions that are applicable at scope and above.\n * @param scope The scope of the operation or resource. Valid scopes are: subscription (format:\n * '/subscriptions/{subscriptionId}'), resource group (format:\n * '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}', or resource (format:\n * '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/[{parentResourcePath}/]{resourceType}/{resourceName}'\n * @param options The options parameters.\n */\n public list(\n scope: string,\n options?: RoleDefinitionsListOptionalParams\n ): PagedAsyncIterableIterator<RoleDefinition> {\n const iter = this.listPagingAll(scope, options);\n return {\n next() {\n return iter.next();\n },\n [Symbol.asyncIterator]() {\n return this;\n },\n byPage: (settings?: PageSettings) => {\n if (settings?.maxPageSize) {\n throw new Error(\"maxPageSize is not supported by this operation.\");\n }\n return this.listPagingPage(scope, options, settings);\n }\n };\n }\n\n private async *listPagingPage(\n scope: string,\n options?: RoleDefinitionsListOptionalParams,\n settings?: PageSettings\n ): AsyncIterableIterator<RoleDefinition[]> {\n let result: RoleDefinitionsListResponse;\n let continuationToken = settings?.continuationToken;\n if (!continuationToken) {\n result = await this._list(scope, options);\n let page = result.value || [];\n continuationToken = result.nextLink;\n setContinuationToken(page, continuationToken);\n yield page;\n }\n while (continuationToken) {\n result = await this._listNext(scope, continuationToken, options);\n continuationToken = result.nextLink;\n let page = result.value || [];\n setContinuationToken(page, continuationToken);\n yield page;\n }\n }\n\n private async *listPagingAll(\n scope: string,\n options?: RoleDefinitionsListOptionalParams\n ): AsyncIterableIterator<RoleDefinition> {\n for await (const page of this.listPagingPage(scope, options)) {\n yield* page;\n }\n }\n\n /**\n * Deletes a role definition.\n * @param scope The scope of the operation or resource. Valid scopes are: subscription (format:\n * '/subscriptions/{subscriptionId}'), resource group (format:\n * '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}', or resource (format:\n * '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/[{parentResourcePath}/]{resourceType}/{resourceName}'\n * @param roleDefinitionId The ID of the role definition to delete.\n * @param options The options parameters.\n */\n delete(\n scope: string,\n roleDefinitionId: string,\n options?: RoleDefinitionsDeleteOptionalParams\n ): Promise<RoleDefinitionsDeleteResponse> {\n return this.client.sendOperationRequest(\n { scope, roleDefinitionId, options },\n deleteOperationSpec\n );\n }\n\n /**\n * Get role definition by ID (GUID).\n * @param scope The scope of the operation or resource. Valid scopes are: subscription (format:\n * '/subscriptions/{subscriptionId}'), resource group (format:\n * '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}', or resource (format:\n * '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/[{parentResourcePath}/]{resourceType}/{resourceName}'\n * @param roleDefinitionId The ID of the role definition.\n * @param options The options parameters.\n */\n get(\n scope: string,\n roleDefinitionId: string,\n options?: RoleDefinitionsGetOptionalParams\n ): Promise<RoleDefinitionsGetResponse> {\n return this.client.sendOperationRequest(\n { scope, roleDefinitionId, options },\n getOperationSpec\n );\n }\n\n /**\n * Creates or updates a role definition.\n * @param scope The scope of the operation or resource. Valid scopes are: subscription (format:\n * '/subscriptions/{subscriptionId}'), resource group (format:\n * '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}', or resource (format:\n * '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/[{parentResourcePath}/]{resourceType}/{resourceName}'\n * @param roleDefinitionId The ID of the role definition.\n * @param roleDefinition The values for the role definition.\n * @param options The options parameters.\n */\n createOrUpdate(\n scope: string,\n roleDefinitionId: string,\n roleDefinition: RoleDefinition,\n options?: RoleDefinitionsCreateOrUpdateOptionalParams\n ): Promise<RoleDefinitionsCreateOrUpdateResponse> {\n return this.client.sendOperationRequest(\n { scope, roleDefinitionId, roleDefinition, options },\n createOrUpdateOperationSpec\n );\n }\n\n /**\n * Get all role definitions that are applicable at scope and above.\n * @param scope The scope of the operation or resource. Valid scopes are: subscription (format:\n * '/subscriptions/{subscriptionId}'), resource group (format:\n * '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}', or resource (format:\n * '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/[{parentResourcePath}/]{resourceType}/{resourceName}'\n * @param options The options parameters.\n */\n private _list(\n scope: string,\n options?: RoleDefinitionsListOptionalParams\n ): Promise<RoleDefinitionsListResponse> {\n return this.client.sendOperationRequest(\n { scope, options },\n listOperationSpec\n );\n }\n\n /**\n * Gets a role definition by ID.\n * @param roleId The fully qualified role definition ID. Use the format,\n * /subscriptions/{guid}/providers/Microsoft.Authorization/roleDefinitions/{roleDefinitionId} for\n * subscription level role definitions, or\n * /providers/Microsoft.Authorization/roleDefinitions/{roleDefinitionId} for tenant level role\n * definitions.\n * @param options The options parameters.\n */\n getById(\n roleId: string,\n options?: RoleDefinitionsGetByIdOptionalParams\n ): Promise<RoleDefinitionsGetByIdResponse> {\n return this.client.sendOperationRequest(\n { roleId, options },\n getByIdOperationSpec\n );\n }\n\n /**\n * ListNext\n * @param scope The scope of the operation or resource. Valid scopes are: subscription (format:\n * '/subscriptions/{subscriptionId}'), resource group (format:\n * '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}', or resource (format:\n * '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/[{parentResourcePath}/]{resourceType}/{resourceName}'\n * @param nextLink The nextLink from the previous successful call to the List method.\n * @param options The options parameters.\n */\n private _listNext(\n scope: string,\n nextLink: string,\n options?: RoleDefinitionsListNextOptionalParams\n ): Promise<RoleDefinitionsListNextResponse> {\n return this.client.sendOperationRequest(\n { scope, nextLink, options },\n listNextOperationSpec\n );\n }\n}\n// Operation Specifications\nconst serializer = coreClient.createSerializer(Mappers, /* isXml */ false);\n\nconst deleteOperationSpec: coreClient.OperationSpec = {\n path:\n \"/{scope}/providers/Microsoft.Authorization/roleDefinitions/{roleDefinitionId}\",\n httpMethod: \"DELETE\",\n responses: {\n 200: {\n bodyMapper: Mappers.RoleDefinition\n },\n 204: {},\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n queryParameters: [Parameters.apiVersion2],\n urlParameters: [\n Parameters.$host,\n Parameters.scope,\n Parameters.roleDefinitionId\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst getOperationSpec: coreClient.OperationSpec = {\n path:\n \"/{scope}/providers/Microsoft.Authorization/roleDefinitions/{roleDefinitionId}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.RoleDefinition\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n queryParameters: [Parameters.apiVersion2],\n urlParameters: [\n Parameters.$host,\n Parameters.scope,\n Parameters.roleDefinitionId\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst createOrUpdateOperationSpec: coreClient.OperationSpec = {\n path:\n \"/{scope}/providers/Microsoft.Authorization/roleDefinitions/{roleDefinitionId}\",\n httpMethod: \"PUT\",\n responses: {\n 201: {\n bodyMapper: Mappers.RoleDefinition\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n requestBody: Parameters.roleDefinition,\n queryParameters: [Parameters.apiVersion2],\n urlParameters: [\n Parameters.$host,\n Parameters.scope,\n Parameters.roleDefinitionId\n ],\n headerParameters: [Parameters.accept, Parameters.contentType],\n mediaType: \"json\",\n serializer\n};\nconst listOperationSpec: coreClient.OperationSpec = {\n path: \"/{scope}/providers/Microsoft.Authorization/roleDefinitions\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.RoleDefinitionListResult\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n queryParameters: [Parameters.filter, Parameters.apiVersion2],\n urlParameters: [Parameters.$host, Parameters.scope],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst getByIdOperationSpec: coreClient.OperationSpec = {\n path: \"/{roleId}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.RoleDefinition\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n queryParameters: [Parameters.apiVersion2],\n urlParameters: [Parameters.$host, Parameters.roleId],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst listNextOperationSpec: coreClient.OperationSpec = {\n path: \"{nextLink}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.RoleDefinitionListResult\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n urlParameters: [Parameters.$host, Parameters.nextLink, Parameters.scope],\n headerParameters: [Parameters.accept],\n serializer\n};\n","/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { PagedAsyncIterableIterator, PageSettings } from \"@azure/core-paging\";\nimport { setContinuationToken } from \"../pagingHelper\";\nimport { Operations } from \"../operationsInterfaces\";\nimport * as coreClient from \"@azure/core-client\";\nimport * as Mappers from \"../models/mappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { AuthorizationManagementClient } from \"../authorizationManagementClient\";\nimport {\n Operation,\n OperationsListNextOptionalParams,\n OperationsListOptionalParams,\n OperationsListResponse,\n OperationsListNextResponse\n} from \"../models\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Class containing Operations operations. */\nexport class OperationsImpl implements Operations {\n private readonly client: AuthorizationManagementClient;\n\n /**\n * Initialize a new instance of the class Operations class.\n * @param client Reference to the service client\n */\n constructor(client: AuthorizationManagementClient) {\n this.client = client;\n }\n\n /**\n * Lists the operations available from this provider.\n * @param options The options parameters.\n */\n public list(\n options?: OperationsListOptionalParams\n ): PagedAsyncIterableIterator<Operation> {\n const iter = this.listPagingAll(options);\n return {\n next() {\n return iter.next();\n },\n [Symbol.asyncIterator]() {\n return this;\n },\n byPage: (settings?: PageSettings) => {\n if (settings?.maxPageSize) {\n throw new Error(\"maxPageSize is not supported by this operation.\");\n }\n return this.listPagingPage(options, settings);\n }\n };\n }\n\n private async *listPagingPage(\n options?: OperationsListOptionalParams,\n settings?: PageSettings\n ): AsyncIterableIterator<Operation[]> {\n let result: OperationsListResponse;\n let continuationToken = settings?.continuationToken;\n if (!continuationToken) {\n result = await this._list(options);\n let page = result.value || [];\n continuationToken = result.nextLink;\n setContinuationToken(page, continuationToken);\n yield page;\n }\n while (continuationToken) {\n result = await this._listNext(continuationToken, options);\n continuationToken = result.nextLink;\n let page = result.value || [];\n setContinuationToken(page, continuationToken);\n yield page;\n }\n }\n\n private async *listPagingAll(\n options?: OperationsListOptionalParams\n ): AsyncIterableIterator<Operation> {\n for await (const page of this.listPagingPage(options)) {\n yield* page;\n }\n }\n\n /**\n * Lists the operations available from this provider.\n * @param options The options parameters.\n */\n private _list(\n options?: OperationsListOptionalParams\n ): Promise<OperationsListResponse> {\n return this.client.sendOperationRequest({ options }, listOperationSpec);\n }\n\n /**\n * ListNext\n * @param nextLink The nextLink from the previous successful call to the List method.\n * @param options The options parameters.\n */\n private _listNext(\n nextLink: string,\n options?: OperationsListNextOptionalParams\n ): Promise<OperationsListNextResponse> {\n return this.client.sendOperationRequest(\n { nextLink, options },\n listNextOperationSpec\n );\n }\n}\n// Operation Specifications\nconst serializer = coreClient.createSerializer(Mappers, /* isXml */ false);\n\nconst listOperationSpec: coreClient.OperationSpec = {\n path: \"/providers/Microsoft.Authorization/operations\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.OperationListResult\n },\n default: {\n bodyMapper: Mappers.ErrorDefinition\n }\n },\n queryParameters: [Parameters.apiVersion3],\n urlParameters: [Parameters.$host],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst listNextOperationSpec: coreClient.OperationSpec = {\n path: \"{nextLink}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.OperationListResult\n },\n default: {\n bodyMapper: Mappers.ErrorDefinition\n }\n },\n urlParameters: [Parameters.$host, Parameters.nextLink],\n headerParameters: [Parameters.accept],\n serializer\n};\n","/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { PagedAsyncIterableIterator, PageSettings } from \"@azure/core-paging\";\nimport { setContinuationToken } from \"../pagingHelper\";\nimport { AccessReviewHistoryDefinitions } from \"../operationsInterfaces\";\nimport * as coreClient from \"@azure/core-client\";\nimport * as Mappers from \"../models/mappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { AuthorizationManagementClient } from \"../authorizationManagementClient\";\nimport {\n AccessReviewHistoryDefinition,\n AccessReviewHistoryDefinitionsListNextOptionalParams,\n AccessReviewHistoryDefinitionsListOptionalParams,\n AccessReviewHistoryDefinitionsListResponse,\n AccessReviewHistoryDefinitionsGetByIdOptionalParams,\n AccessReviewHistoryDefinitionsGetByIdResponse,\n AccessReviewHistoryDefinitionsListNextResponse\n} from \"../models\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Class containing AccessReviewHistoryDefinitions operations. */\nexport class AccessReviewHistoryDefinitionsImpl\n implements AccessReviewHistoryDefinitions {\n private readonly client: AuthorizationManagementClient;\n\n /**\n * Initialize a new instance of the class AccessReviewHistoryDefinitions class.\n * @param client Reference to the service client\n */\n constructor(client: AuthorizationManagementClient) {\n this.client = client;\n }\n\n /**\n * Lists the accessReviewHistoryDefinitions available from this provider, definition instances are only\n * available for 30 days after creation.\n * @param options The options parameters.\n */\n public list(\n options?: AccessReviewHistoryDefinitionsListOptionalParams\n ): PagedAsyncIterableIterator<AccessReviewHistoryDefinition> {\n const iter = this.listPagingAll(options);\n return {\n next() {\n return iter.next();\n },\n [Symbol.asyncIterator]() {\n return this;\n },\n byPage: (settings?: PageSettings) => {\n if (settings?.maxPageSize) {\n throw new Error(\"maxPageSize is not supported by this operation.\");\n }\n return this.listPagingPage(options, settings);\n }\n };\n }\n\n private async *listPagingPage(\n options?: AccessReviewHistoryDefinitionsListOptionalParams,\n settings?: PageSettings\n ): AsyncIterableIterator<AccessReviewHistoryDefinition[]> {\n let result: AccessReviewHistoryDefinitionsListResponse;\n let continuationToken = settings?.continuationToken;\n if (!continuationToken) {\n result = await this._list(options);\n let page = result.value || [];\n continuationToken = result.nextLink;\n setContinuationToken(page, continuationToken);\n yield page;\n }\n while (continuationToken) {\n result = await this._listNext(continuationToken, options);\n continuationToken = result.nextLink;\n let page = result.value || [];\n setContinuationToken(page, continuationToken);\n yield page;\n }\n }\n\n private async *listPagingAll(\n options?: AccessReviewHistoryDefinitionsListOptionalParams\n ): AsyncIterableIterator<AccessReviewHistoryDefinition> {\n for await (const page of this.listPagingPage(options)) {\n yield* page;\n }\n }\n\n /**\n * Lists the accessReviewHistoryDefinitions available from this provider, definition instances are only\n * available for 30 days after creation.\n * @param options The options parameters.\n */\n private _list(\n options?: AccessReviewHistoryDefinitionsListOptionalParams\n ): Promise<AccessReviewHistoryDefinitionsListResponse> {\n return this.client.sendOperationRequest({ options }, listOperationSpec);\n }\n\n /**\n * Get access review history definition by definition Id\n * @param historyDefinitionId The id of the access review history definition.\n * @param options The options parameters.\n */\n getById(\n historyDefinitionId: string,\n options?: AccessReviewHistoryDefinitionsGetByIdOptionalParams\n ): Promise<AccessReviewHistoryDefinitionsGetByIdResponse> {\n return this.client.sendOperationRequest(\n { historyDefinitionId, options },\n getByIdOperationSpec\n );\n }\n\n /**\n * ListNext\n * @param nextLink The nextLink from the previous successful call to the List method.\n * @param options The options parameters.\n */\n private _listNext(\n nextLink: string,\n options?: AccessReviewHistoryDefinitionsListNextOptionalParams\n ): Promise<AccessReviewHistoryDefinitionsListNextResponse> {\n return this.client.sendOperationRequest(\n { nextLink, options },\n listNextOperationSpec\n );\n }\n}\n// Operation Specifications\nconst serializer = coreClient.createSerializer(Mappers, /* isXml */ false);\n\nconst listOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/providers/Microsoft.Authorization/accessReviewHistoryDefinitions\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.AccessReviewHistoryDefinitionListResult\n },\n default: {\n bodyMapper: Mappers.ErrorDefinition\n }\n },\n queryParameters: [Parameters.filter1, Parameters.apiVersion3],\n urlParameters: [Parameters.$host, Parameters.subscriptionId],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst getByIdOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/providers/Microsoft.Authorization/accessReviewHistoryDefinitions/{historyDefinitionId}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.AccessReviewHistoryDefinition\n },\n default: {\n bodyMapper: Mappers.ErrorDefinition\n }\n },\n queryParameters: [Parameters.apiVersion3],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.historyDefinitionId\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst listNextOperationSpec: coreClient.OperationSpec = {\n path: \"{nextLink}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.AccessReviewHistoryDefinitionListResult\n },\n default: {\n bodyMapper: Mappers.ErrorDefinition\n }\n },\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.nextLink\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\n","/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { AccessReviewHistoryDefinitionOperations } from \"../operationsInterfaces\";\nimport * as coreClient from \"@azure/core-client\";\nimport * as Mappers from \"../models/mappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { AuthorizationManagementClient } from \"../authorizationManagementClient\";\nimport {\n AccessReviewHistoryDefinitionProperties,\n AccessReviewHistoryDefinitionCreateOptionalParams,\n AccessReviewHistoryDefinitionCreateResponse,\n AccessReviewHistoryDefinitionDeleteByIdOptionalParams\n} from \"../models\";\n\n/** Class containing AccessReviewHistoryDefinitionOperations operations. */\nexport class AccessReviewHistoryDefinitionOperationsImpl\n implements AccessReviewHistoryDefinitionOperations {\n private readonly client: AuthorizationManagementClient;\n\n /**\n * Initialize a new instance of the class AccessReviewHistoryDefinitionOperations class.\n * @param client Reference to the service client\n */\n constructor(client: AuthorizationManagementClient) {\n this.client = client;\n }\n\n /**\n * Create a scheduled or one-time Access Review History Definition\n * @param historyDefinitionId The id of the access review history definition.\n * @param properties Access review history definition properties.\n * @param options The options parameters.\n */\n create(\n historyDefinitionId: string,\n properties: AccessReviewHistoryDefinitionProperties,\n options?: AccessReviewHistoryDefinitionCreateOptionalParams\n ): Promise<AccessReviewHistoryDefinitionCreateResponse> {\n return this.client.sendOperationRequest(\n { historyDefinitionId, properties, options },\n createOperationSpec\n );\n }\n\n /**\n * Delete an access review history definition\n * @param historyDefinitionId The id of the access review history definition.\n * @param options The options parameters.\n */\n deleteById(\n historyDefinitionId: string,\n options?: AccessReviewHistoryDefinitionDeleteByIdOptionalParams\n ): Promise<void> {\n return this.client.sendOperationRequest(\n { historyDefinitionId, options },\n deleteByIdOperationSpec\n );\n }\n}\n// Operation Specifications\nconst serializer = coreClient.createSerializer(Mappers, /* isXml */ false);\n\nconst createOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/providers/Microsoft.Authorization/accessReviewHistoryDefinitions/{historyDefinitionId}\",\n httpMethod: \"PUT\",\n responses: {\n 200: {\n bodyMapper: Mappers.AccessReviewHistoryDefinition\n },\n default: {\n bodyMapper: Mappers.ErrorDefinition\n }\n },\n requestBody: Parameters.properties,\n queryParameters: [Parameters.apiVersion3],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.historyDefinitionId\n ],\n headerParameters: [Parameters.accept, Parameters.contentType],\n mediaType: \"json\",\n serializer\n};\nconst deleteByIdOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/providers/Microsoft.Authorization/accessReviewHistoryDefinitions/{historyDefinitionId}\",\n httpMethod: \"DELETE\",\n responses: {\n 200: {},\n 204: {},\n default: {\n bodyMapper: Mappers.ErrorDefinition\n }\n },\n queryParameters: [Parameters.apiVersion3],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.historyDefinitionId\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\n","/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { AccessReviewHistoryDefinitionInstance } from \"../operationsInterfaces\";\nimport * as coreClient from \"@azure/core-client\";\nimport * as Mappers from \"../models/mappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { AuthorizationManagementClient } from \"../authorizationManagementClient\";\nimport {\n AccessReviewHistoryDefinitionInstanceGenerateDownloadUriOptionalParams,\n AccessReviewHistoryDefinitionInstanceGenerateDownloadUriResponse\n} from \"../models\";\n\n/** Class containing AccessReviewHistoryDefinitionInstance operations. */\nexport class AccessReviewHistoryDefinitionInstanceImpl\n implements AccessReviewHistoryDefinitionInstance {\n private readonly client: AuthorizationManagementClient;\n\n /**\n * Initialize a new instance of the class AccessReviewHistoryDefinitionInstance class.\n * @param client Reference to the service client\n */\n constructor(client: AuthorizationManagementClient) {\n this.client = client;\n }\n\n /**\n * Generates a uri which can be used to retrieve review history data. This URI has a TTL of 1 day and\n * can be retrieved by fetching the accessReviewHistoryDefinition object.\n * @param historyDefinitionId The id of the access review history definition.\n * @param instanceId The id of the access review history definition instance to generate a URI for.\n * @param options The options parameters.\n */\n generateDownloadUri(\n historyDefinitionId: string,\n instanceId: string,\n options?: AccessReviewHistoryDefinitionInstanceGenerateDownloadUriOptionalParams\n ): Promise<AccessReviewHistoryDefinitionInstanceGenerateDownloadUriResponse> {\n return this.client.sendOperationRequest(\n { historyDefinitionId, instanceId, options },\n generateDownloadUriOperationSpec\n );\n }\n}\n// Operation Specifications\nconst serializer = coreClient.createSerializer(Mappers, /* isXml */ false);\n\nconst generateDownloadUriOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/providers/Microsoft.Authorization/accessReviewHistoryDefinitions/{historyDefinitionId}/instances/{instanceId}/generateDownloadUri\",\n httpMethod: \"POST\",\n responses: {\n 200: {\n bodyMapper: Mappers.AccessReviewHistoryInstance\n },\n default: {\n bodyMapper: Mappers.ErrorDefinition\n }\n },\n queryParameters: [Parameters.apiVersion3],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.historyDefinitionId,\n Parameters.instanceId\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\n","/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { PagedAsyncIterableIterator, PageSettings } from \"@azure/core-paging\";\nimport { setContinuationToken } from \"../pagingHelper\";\nimport { AccessReviewHistoryDefinitionInstances } from \"../operationsInterfaces\";\nimport * as coreClient from \"@azure/core-client\";\nimport * as Mappers from \"../models/mappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { AuthorizationManagementClient } from \"../authorizationManagementClient\";\nimport {\n AccessReviewHistoryInstance,\n AccessReviewHistoryDefinitionInstancesListNextOptionalParams,\n AccessReviewHistoryDefinitionInstancesListOptionalParams,\n AccessReviewHistoryDefinitionInstancesListResponse,\n AccessReviewHistoryDefinitionInstancesListNextResponse\n} from \"../models\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Class containing AccessReviewHistoryDefinitionInstances operations. */\nexport class AccessReviewHistoryDefinitionInstancesImpl\n implements AccessReviewHistoryDefinitionInstances {\n private readonly client: AuthorizationManagementClient;\n\n /**\n * Initialize a new instance of the class AccessReviewHistoryDefinitionInstances class.\n * @param client Reference to the service client\n */\n constructor(client: AuthorizationManagementClient) {\n this.client = client;\n }\n\n /**\n * Get access review history definition instances by definition Id\n * @param historyDefinitionId The id of the access review history definition.\n * @param options The options parameters.\n */\n public list(\n historyDefinitionId: string,\n options?: AccessReviewHistoryDefinitionInstancesListOptionalParams\n ): PagedAsyncIterableIterator<AccessReviewHistoryInstance> {\n const iter = this.listPagingAll(historyDefinitionId, options);\n return {\n next() {\n return iter.next();\n },\n [Symbol.asyncIterator]() {\n return this;\n },\n byPage: (settings?: PageSettings) => {\n if (settings?.maxPageSize) {\n throw new Error(\"maxPageSize is not supported by this operation.\");\n }\n return this.listPagingPage(historyDefinitionId, options, settings);\n }\n };\n }\n\n private async *listPagingPage(\n historyDefinitionId: string,\n options?: AccessReviewHistoryDefinitionInstancesListOptionalParams,\n settings?: PageSettings\n ): AsyncIterableIterator<AccessReviewHistoryInstance[]> {\n let result: AccessReviewHistoryDefinitionInstancesListResponse;\n let continuationToken = settings?.continuationToken;\n if (!continuationToken) {\n result = await this._list(historyDefinitionId, options);\n let page = result.value || [];\n continuationToken = result.nextLink;\n setContinuationToken(page, continuationToken);\n yield page;\n }\n while (continuationToken) {\n result = await this._listNext(\n historyDefinitionId,\n continuationToken,\n options\n );\n continuationToken = result.nextLink;\n let page = result.value || [];\n setContinuationToken(page, continuationToken);\n yield page;\n }\n }\n\n private async *listPagingAll(\n historyDefinitionId: string,\n options?: AccessReviewHistoryDefinitionInstancesListOptionalParams\n ): AsyncIterableIterator<AccessReviewHistoryInstance> {\n for await (const page of this.listPagingPage(\n historyDefinitionId,\n options\n )) {\n yield* page;\n }\n }\n\n /**\n * Get access review history definition instances by definition Id\n * @param historyDefinitionId The id of the access review history definition.\n * @param options The options parameters.\n */\n private _list(\n historyDefinitionId: string,\n options?: AccessReviewHistoryDefinitionInstancesListOptionalParams\n ): Promise<AccessReviewHistoryDefinitionInstancesListResponse> {\n return this.client.sendOperationRequest(\n { historyDefinitionId, options },\n listOperationSpec\n );\n }\n\n /**\n * ListNext\n * @param historyDefinitionId The id of the access review history definition.\n * @param nextLink The nextLink from the previous successful call to the List method.\n * @param options The options parameters.\n */\n private _listNext(\n historyDefinitionId: string,\n nextLink: string,\n options?: AccessReviewHistoryDefinitionInstancesListNextOptionalParams\n ): Promise<AccessReviewHistoryDefinitionInstancesListNextResponse> {\n return this.client.sendOperationRequest(\n { historyDefinitionId, nextLink, options },\n listNextOperationSpec\n );\n }\n}\n// Operation Specifications\nconst serializer = coreClient.createSerializer(Mappers, /* isXml */ false);\n\nconst listOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/providers/Microsoft.Authorization/accessReviewHistoryDefinitions/{historyDefinitionId}/instances\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.AccessReviewHistoryDefinitionInstanceListResult\n },\n default: {\n bodyMapper: Mappers.ErrorDefinition\n }\n },\n queryParameters: [Parameters.apiVersion3],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.historyDefinitionId\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst listNextOperationSpec: coreClient.OperationSpec = {\n path: \"{nextLink}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.AccessReviewHistoryDefinitionInstanceListResult\n },\n default: {\n bodyMapper: Mappers.ErrorDefinition\n }\n },\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.nextLink,\n Parameters.historyDefinitionId\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\n","/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { PagedAsyncIterableIterator, PageSettings } from \"@azure/core-paging\";\nimport { setContinuationToken } from \"../pagingHelper\";\nimport { AccessReviewScheduleDefinitions } from \"../operationsInterfaces\";\nimport * as coreClient from \"@azure/core-client\";\nimport * as Mappers from \"../models/mappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { AuthorizationManagementClient } from \"../authorizationManagementClient\";\nimport {\n AccessReviewScheduleDefinition,\n AccessReviewScheduleDefinitionsListNextOptionalParams,\n AccessReviewScheduleDefinitionsListOptionalParams,\n AccessReviewScheduleDefinitionsListResponse,\n AccessReviewScheduleDefinitionsGetByIdOptionalParams,\n AccessReviewScheduleDefinitionsGetByIdResponse,\n AccessReviewScheduleDefinitionsDeleteByIdOptionalParams,\n AccessReviewScheduleDefinitionProperties,\n AccessReviewScheduleDefinitionsCreateOrUpdateByIdOptionalParams,\n AccessReviewScheduleDefinitionsCreateOrUpdateByIdResponse,\n AccessReviewScheduleDefinitionsStopOptionalParams,\n AccessReviewScheduleDefinitionsListNextResponse\n} from \"../models\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Class containing AccessReviewScheduleDefinitions operations. */\nexport class AccessReviewScheduleDefinitionsImpl\n implements AccessReviewScheduleDefinitions {\n private readonly client: AuthorizationManagementClient;\n\n /**\n * Initialize a new instance of the class AccessReviewScheduleDefinitions class.\n * @param client Reference to the service client\n */\n constructor(client: AuthorizationManagementClient) {\n this.client = client;\n }\n\n /**\n * Get access review schedule definitions\n * @param options The options parameters.\n */\n public list(\n options?: AccessReviewScheduleDefinitionsListOptionalParams\n ): PagedAsyncIterableIterator<AccessReviewScheduleDefinition> {\n const iter = this.listPagingAll(options);\n return {\n next() {\n return iter.next();\n },\n [Symbol.asyncIterator]() {\n return this;\n },\n byPage: (settings?: PageSettings) => {\n if (settings?.maxPageSize) {\n throw new Error(\"maxPageSize is not supported by this operation.\");\n }\n return this.listPagingPage(options, settings);\n }\n };\n }\n\n private async *listPagingPage(\n options?: AccessReviewScheduleDefinitionsListOptionalParams,\n settings?: PageSettings\n ): AsyncIterableIterator<AccessReviewScheduleDefinition[]> {\n let result: AccessReviewScheduleDefinitionsListResponse;\n let continuationToken = settings?.continuationToken;\n if (!continuationToken) {\n result = await this._list(options);\n let page = result.value || [];\n continuationToken = result.nextLink;\n setContinuationToken(page, continuationToken);\n yield page;\n }\n while (continuationToken) {\n result = await this._listNext(continuationToken, options);\n continuationToken = result.nextLink;\n let page = result.value || [];\n setContinuationToken(page, continuationToken);\n yield page;\n }\n }\n\n private async *listPagingAll(\n options?: AccessReviewScheduleDefinitionsListOptionalParams\n ): AsyncIterableIterator<AccessReviewScheduleDefinition> {\n for await (const page of this.listPagingPage(options)) {\n yield* page;\n }\n }\n\n /**\n * Get access review schedule definitions\n * @param options The options parameters.\n */\n private _list(\n options?: AccessReviewScheduleDefinitionsListOptionalParams\n ): Promise<AccessReviewScheduleDefinitionsListResponse> {\n return this.client.sendOperationRequest({ options }, listOperationSpec);\n }\n\n /**\n * Get single access review definition\n * @param scheduleDefinitionId The id of the access review schedule definition.\n * @param options The options parameters.\n */\n getById(\n scheduleDefinitionId: string,\n options?: AccessReviewScheduleDefinitionsGetByIdOptionalParams\n ): Promise<AccessReviewScheduleDefinitionsGetByIdResponse> {\n return this.client.sendOperationRequest(\n { scheduleDefinitionId, options },\n getByIdOperationSpec\n );\n }\n\n /**\n * Delete access review schedule definition\n * @param scheduleDefinitionId The id of the access review schedule definition.\n * @param options The options parameters.\n */\n deleteById(\n scheduleDefinitionId: string,\n options?: AccessReviewScheduleDefinitionsDeleteByIdOptionalParams\n ): Promise<void> {\n return this.client.sendOperationRequest(\n { scheduleDefinitionId, options },\n deleteByIdOperationSpec\n );\n }\n\n /**\n * Create or Update access review schedule definition.\n * @param scheduleDefinitionId The id of the access review schedule definition.\n * @param properties Access review schedule definition properties.\n * @param options The options parameters.\n */\n createOrUpdateById(\n scheduleDefinitionId: string,\n properties: AccessReviewScheduleDefinitionProperties,\n options?: AccessReviewScheduleDefinitionsCreateOrUpdateByIdOptionalParams\n ): Promise<AccessReviewScheduleDefinitionsCreateOrUpdateByIdResponse> {\n return this.client.sendOperationRequest(\n { scheduleDefinitionId, properties, options },\n createOrUpdateByIdOperationSpec\n );\n }\n\n /**\n * Stop access review definition\n * @param scheduleDefinitionId The id of the access review schedule definition.\n * @param options The options parameters.\n */\n stop(\n scheduleDefinitionId: string,\n options?: AccessReviewScheduleDefinitionsStopOptionalParams\n ): Promise<void> {\n return this.client.sendOperationRequest(\n { scheduleDefinitionId, options },\n stopOperationSpec\n );\n }\n\n /**\n * ListNext\n * @param nextLink The nextLink from the previous successful call to the List method.\n * @param options The options parameters.\n */\n private _listNext(\n nextLink: string,\n options?: AccessReviewScheduleDefinitionsListNextOptionalParams\n ): Promise<AccessReviewScheduleDefinitionsListNextResponse> {\n return this.client.sendOperationRequest(\n { nextLink, options },\n listNextOperationSpec\n );\n }\n}\n// Operation Specifications\nconst serializer = coreClient.createSerializer(Mappers, /* isXml */ false);\n\nconst listOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/providers/Microsoft.Authorization/accessReviewScheduleDefinitions\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.AccessReviewScheduleDefinitionListResult\n },\n default: {\n bodyMapper: Mappers.ErrorDefinition\n }\n },\n queryParameters: [Parameters.filter1, Parameters.apiVersion3],\n urlParameters: [Parameters.$host, Parameters.subscriptionId],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst getByIdOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/providers/Microsoft.Authorization/accessReviewScheduleDefinitions/{scheduleDefinitionId}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.AccessReviewScheduleDefinition\n },\n default: {\n bodyMapper: Mappers.ErrorDefinition\n }\n },\n queryParameters: [Parameters.apiVersion3],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.scheduleDefinitionId\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst deleteByIdOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/providers/Microsoft.Authorization/accessReviewScheduleDefinitions/{scheduleDefinitionId}\",\n httpMethod: \"DELETE\",\n responses: {\n 200: {},\n 204: {},\n default: {\n bodyMapper: Mappers.ErrorDefinition\n }\n },\n queryParameters: [Parameters.apiVersion3],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.scheduleDefinitionId\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst createOrUpdateByIdOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/providers/Microsoft.Authorization/accessReviewScheduleDefinitions/{scheduleDefinitionId}\",\n httpMethod: \"PUT\",\n responses: {\n 200: {\n bodyMapper: Mappers.AccessReviewScheduleDefinition\n },\n default: {\n bodyMapper: Mappers.ErrorDefinition\n }\n },\n requestBody: Parameters.properties1,\n queryParameters: [Parameters.apiVersion3],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.scheduleDefinitionId\n ],\n headerParameters: [Parameters.accept, Parameters.contentType],\n mediaType: \"json\",\n serializer\n};\nconst stopOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/providers/Microsoft.Authorization/accessReviewScheduleDefinitions/{scheduleDefinitionId}/stop\",\n httpMethod: \"POST\",\n responses: {\n 204: {},\n default: {\n bodyMapper: Mappers.ErrorDefinition\n }\n },\n queryParameters: [Parameters.apiVersion3],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.scheduleDefinitionId\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst listNextOperationSpec: coreClient.OperationSpec = {\n path: \"{nextLink}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.AccessReviewScheduleDefinitionListResult\n },\n default: {\n bodyMapper: Mappers.ErrorDefinition\n }\n },\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.nextLink\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\n","/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { PagedAsyncIterableIterator, PageSettings } from \"@azure/core-paging\";\nimport { setContinuationToken } from \"../pagingHelper\";\nimport { AccessReviewInstances } from \"../operationsInterfaces\";\nimport * as coreClient from \"@azure/core-client\";\nimport * as Mappers from \"../models/mappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { AuthorizationManagementClient } from \"../authorizationManagementClient\";\nimport {\n AccessReviewInstance,\n AccessReviewInstancesListNextOptionalParams,\n AccessReviewInstancesListOptionalParams,\n AccessReviewInstancesListResponse,\n AccessReviewInstancesGetByIdOptionalParams,\n AccessReviewInstancesGetByIdResponse,\n AccessReviewInstanceProperties,\n AccessReviewInstancesCreateOptionalParams,\n AccessReviewInstancesCreateResponse,\n AccessReviewInstancesListNextResponse\n} from \"../models\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Class containing AccessReviewInstances operations. */\nexport class AccessReviewInstancesImpl implements AccessReviewInstances {\n private readonly client: AuthorizationManagementClient;\n\n /**\n * Initialize a new instance of the class AccessReviewInstances class.\n * @param client Reference to the service client\n */\n constructor(client: AuthorizationManagementClient) {\n this.client = client;\n }\n\n /**\n * Get access review instances\n * @param scheduleDefinitionId The id of the access review schedule definition.\n * @param options The options parameters.\n */\n public list(\n scheduleDefinitionId: string,\n options?: AccessReviewInstancesListOptionalParams\n ): PagedAsyncIterableIterator<AccessReviewInstance> {\n const iter = this.listPagingAll(scheduleDefinitionId, options);\n return {\n next() {\n return iter.next();\n },\n [Symbol.asyncIterator]() {\n return this;\n },\n byPage: (settings?: PageSettings) => {\n if (settings?.maxPageSize) {\n throw new Error(\"maxPageSize is not supported by this operation.\");\n }\n return this.listPagingPage(scheduleDefinitionId, options, settings);\n }\n };\n }\n\n private async *listPagingPage(\n scheduleDefinitionId: string,\n options?: AccessReviewInstancesListOptionalParams,\n settings?: PageSettings\n ): AsyncIterableIterator<AccessReviewInstance[]> {\n let result: AccessReviewInstancesListResponse;\n let continuationToken = settings?.continuationToken;\n if (!continuationToken) {\n result = await this._list(scheduleDefinitionId, options);\n let page = result.value || [];\n continuationToken = result.nextLink;\n setContinuationToken(page, continuationToken);\n yield page;\n }\n while (continuationToken) {\n result = await this._listNext(\n scheduleDefinitionId,\n continuationToken,\n options\n );\n continuationToken = result.nextLink;\n let page = result.value || [];\n setContinuationToken(page, continuationToken);\n yield page;\n }\n }\n\n private async *listPagingAll(\n scheduleDefinitionId: string,\n options?: AccessReviewInstancesListOptionalParams\n ): AsyncIterableIterator<AccessReviewInstance> {\n for await (const page of this.listPagingPage(\n scheduleDefinitionId,\n options\n )) {\n yield* page;\n }\n }\n\n /**\n * Get access review instances\n * @param scheduleDefinitionId The id of the access review schedule definition.\n * @param options The options parameters.\n */\n private _list(\n scheduleDefinitionId: string,\n options?: AccessReviewInstancesListOptionalParams\n ): Promise<AccessReviewInstancesListResponse> {\n return this.client.sendOperationRequest(\n { scheduleDefinitionId, options },\n listOperationSpec\n );\n }\n\n /**\n * Get access review instances\n * @param scheduleDefinitionId The id of the access review schedule definition.\n * @param id The id of the access review instance.\n * @param options The options parameters.\n */\n getById(\n scheduleDefinitionId: string,\n id: string,\n options?: AccessReviewInstancesGetByIdOptionalParams\n ): Promise<AccessReviewInstancesGetByIdResponse> {\n return this.client.sendOperationRequest(\n { scheduleDefinitionId, id, options },\n getByIdOperationSpec\n );\n }\n\n /**\n * Update access review instance.\n * @param scheduleDefinitionId The id of the access review schedule definition.\n * @param id The id of the access review instance.\n * @param properties Access review instance properties.\n * @param options The options parameters.\n */\n create(\n scheduleDefinitionId: string,\n id: string,\n properties: AccessReviewInstanceProperties,\n options?: AccessReviewInstancesCreateOptionalParams\n ): Promise<AccessReviewInstancesCreateResponse> {\n return this.client.sendOperationRequest(\n { scheduleDefinitionId, id, properties, options },\n createOperationSpec\n );\n }\n\n /**\n * ListNext\n * @param scheduleDefinitionId The id of the access review schedule definition.\n * @param nextLink The nextLink from the previous successful call to the List method.\n * @param options The options parameters.\n */\n private _listNext(\n scheduleDefinitionId: string,\n nextLink: string,\n options?: AccessReviewInstancesListNextOptionalParams\n ): Promise<AccessReviewInstancesListNextResponse> {\n return this.client.sendOperationRequest(\n { scheduleDefinitionId, nextLink, options },\n listNextOperationSpec\n );\n }\n}\n// Operation Specifications\nconst serializer = coreClient.createSerializer(Mappers, /* isXml */ false);\n\nconst listOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/providers/Microsoft.Authorization/accessReviewScheduleDefinitions/{scheduleDefinitionId}/instances\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.AccessReviewInstanceListResult\n },\n default: {\n bodyMapper: Mappers.ErrorDefinition\n }\n },\n queryParameters: [Parameters.filter1, Parameters.apiVersion3],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.scheduleDefinitionId\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst getByIdOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/providers/Microsoft.Authorization/accessReviewScheduleDefinitions/{scheduleDefinitionId}/instances/{id}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.AccessReviewInstance\n },\n default: {\n bodyMapper: Mappers.ErrorDefinition\n }\n },\n queryParameters: [Parameters.apiVersion3],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.scheduleDefinitionId,\n Parameters.id\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst createOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/providers/Microsoft.Authorization/accessReviewScheduleDefinitions/{scheduleDefinitionId}/instances/{id}\",\n httpMethod: \"PUT\",\n responses: {\n 200: {\n bodyMapper: Mappers.AccessReviewInstance\n },\n default: {\n bodyMapper: Mappers.ErrorDefinition\n }\n },\n requestBody: Parameters.properties2,\n queryParameters: [Parameters.apiVersion3],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.scheduleDefinitionId,\n Parameters.id\n ],\n headerParameters: [Parameters.accept, Parameters.contentType],\n mediaType: \"json\",\n serializer\n};\nconst listNextOperationSpec: coreClient.OperationSpec = {\n path: \"{nextLink}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.AccessReviewInstanceListResult\n },\n default: {\n bodyMapper: Mappers.ErrorDefinition\n }\n },\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.nextLink,\n Parameters.scheduleDefinitionId\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\n","/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { AccessReviewInstanceOperations } from \"../operationsInterfaces\";\nimport * as coreClient from \"@azure/core-client\";\nimport * as Mappers from \"../models/mappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { AuthorizationManagementClient } from \"../authorizationManagementClient\";\nimport {\n AccessReviewInstanceStopOptionalParams,\n AccessReviewInstanceResetDecisionsOptionalParams,\n AccessReviewInstanceApplyDecisionsOptionalParams,\n AccessReviewInstanceSendRemindersOptionalParams,\n AccessReviewInstanceAcceptRecommendationsOptionalParams\n} from \"../models\";\n\n/** Class containing AccessReviewInstanceOperations operations. */\nexport class AccessReviewInstanceOperationsImpl\n implements AccessReviewInstanceOperations {\n private readonly client: AuthorizationManagementClient;\n\n /**\n * Initialize a new instance of the class AccessReviewInstanceOperations class.\n * @param client Reference to the service client\n */\n constructor(client: AuthorizationManagementClient) {\n this.client = client;\n }\n\n /**\n * An action to stop an access review instance.\n * @param scheduleDefinitionId The id of the access review schedule definition.\n * @param id The id of the access review instance.\n * @param options The options parameters.\n */\n stop(\n scheduleDefinitionId: string,\n id: string,\n options?: AccessReviewInstanceStopOptionalParams\n ): Promise<void> {\n return this.client.sendOperationRequest(\n { scheduleDefinitionId, id, options },\n stopOperationSpec\n );\n }\n\n /**\n * An action to reset all decisions for an access review instance.\n * @param scheduleDefinitionId The id of the access review schedule definition.\n * @param id The id of the access review instance.\n * @param options The options parameters.\n */\n resetDecisions(\n scheduleDefinitionId: string,\n id: string,\n options?: AccessReviewInstanceResetDecisionsOptionalParams\n ): Promise<void> {\n return this.client.sendOperationRequest(\n { scheduleDefinitionId, id, options },\n resetDecisionsOperationSpec\n );\n }\n\n /**\n * An action to apply all decisions for an access review instance.\n * @param scheduleDefinitionId The id of the access review schedule definition.\n * @param id The id of the access review instance.\n * @param options The options parameters.\n */\n applyDecisions(\n scheduleDefinitionId: string,\n id: string,\n options?: AccessReviewInstanceApplyDecisionsOptionalParams\n ): Promise<void> {\n return this.client.sendOperationRequest(\n { scheduleDefinitionId, id, options },\n applyDecisionsOperationSpec\n );\n }\n\n /**\n * An action to send reminders for an access review instance.\n * @param scheduleDefinitionId The id of the access review schedule definition.\n * @param id The id of the access review instance.\n * @param options The options parameters.\n */\n sendReminders(\n scheduleDefinitionId: string,\n id: string,\n options?: AccessReviewInstanceSendRemindersOptionalParams\n ): Promise<void> {\n return this.client.sendOperationRequest(\n { scheduleDefinitionId, id, options },\n sendRemindersOperationSpec\n );\n }\n\n /**\n * An action to accept recommendations for decision in an access review instance.\n * @param scheduleDefinitionId The id of the access review schedule definition.\n * @param id The id of the access review instance.\n * @param options The options parameters.\n */\n acceptRecommendations(\n scheduleDefinitionId: string,\n id: string,\n options?: AccessReviewInstanceAcceptRecommendationsOptionalParams\n ): Promise<void> {\n return this.client.sendOperationRequest(\n { scheduleDefinitionId, id, options },\n acceptRecommendationsOperationSpec\n );\n }\n}\n// Operation Specifications\nconst serializer = coreClient.createSerializer(Mappers, /* isXml */ false);\n\nconst stopOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/providers/Microsoft.Authorization/accessReviewScheduleDefinitions/{scheduleDefinitionId}/instances/{id}/stop\",\n httpMethod: \"POST\",\n responses: {\n 204: {},\n default: {\n bodyMapper: Mappers.ErrorDefinition\n }\n },\n queryParameters: [Parameters.apiVersion3],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.scheduleDefinitionId,\n Parameters.id\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst resetDecisionsOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/providers/Microsoft.Authorization/accessReviewScheduleDefinitions/{scheduleDefinitionId}/instances/{id}/resetDecisions\",\n httpMethod: \"POST\",\n responses: {\n 204: {},\n default: {\n bodyMapper: Mappers.ErrorDefinition\n }\n },\n queryParameters: [Parameters.apiVersion3],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.scheduleDefinitionId,\n Parameters.id\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst applyDecisionsOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/providers/Microsoft.Authorization/accessReviewScheduleDefinitions/{scheduleDefinitionId}/instances/{id}/applyDecisions\",\n httpMethod: \"POST\",\n responses: {\n 204: {},\n default: {\n bodyMapper: Mappers.ErrorDefinition\n }\n },\n queryParameters: [Parameters.apiVersion3],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.scheduleDefinitionId,\n Parameters.id\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst sendRemindersOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/providers/Microsoft.Authorization/accessReviewScheduleDefinitions/{scheduleDefinitionId}/instances/{id}/sendReminders\",\n httpMethod: \"POST\",\n responses: {\n 204: {},\n default: {\n bodyMapper: Mappers.ErrorDefinition\n }\n },\n queryParameters: [Parameters.apiVersion3],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.scheduleDefinitionId,\n Parameters.id\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst acceptRecommendationsOperationSpec: coreClient.OperationSpec = {\n path:\n \"/providers/Microsoft.Authorization/accessReviewScheduleDefinitions/{scheduleDefinitionId}/instances/{id}/acceptRecommendations\",\n httpMethod: \"POST\",\n responses: {\n 204: {},\n default: {\n bodyMapper: Mappers.ErrorDefinition\n }\n },\n queryParameters: [Parameters.apiVersion3],\n urlParameters: [\n Parameters.$host,\n Parameters.scheduleDefinitionId,\n Parameters.id\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\n","/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { PagedAsyncIterableIterator, PageSettings } from \"@azure/core-paging\";\nimport { setContinuationToken } from \"../pagingHelper\";\nimport { AccessReviewInstanceDecisions } from \"../operationsInterfaces\";\nimport * as coreClient from \"@azure/core-client\";\nimport * as Mappers from \"../models/mappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { AuthorizationManagementClient } from \"../authorizationManagementClient\";\nimport {\n AccessReviewDecision,\n AccessReviewInstanceDecisionsListNextOptionalParams,\n AccessReviewInstanceDecisionsListOptionalParams,\n AccessReviewInstanceDecisionsListResponse,\n AccessReviewInstanceDecisionsListNextResponse\n} from \"../models\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Class containing AccessReviewInstanceDecisions operations. */\nexport class AccessReviewInstanceDecisionsImpl\n implements AccessReviewInstanceDecisions {\n private readonly client: AuthorizationManagementClient;\n\n /**\n * Initialize a new instance of the class AccessReviewInstanceDecisions class.\n * @param client Reference to the service client\n */\n constructor(client: AuthorizationManagementClient) {\n this.client = client;\n }\n\n /**\n * Get access review instance decisions\n * @param scheduleDefinitionId The id of the access review schedule definition.\n * @param id The id of the access review instance.\n * @param options The options parameters.\n */\n public list(\n scheduleDefinitionId: string,\n id: string,\n options?: AccessReviewInstanceDecisionsListOptionalParams\n ): PagedAsyncIterableIterator<AccessReviewDecision> {\n const iter = this.listPagingAll(scheduleDefinitionId, id, options);\n return {\n next() {\n return iter.next();\n },\n [Symbol.asyncIterator]() {\n return this;\n },\n byPage: (settings?: PageSettings) => {\n if (settings?.maxPageSize) {\n throw new Error(\"maxPageSize is not supported by this operation.\");\n }\n return this.listPagingPage(scheduleDefinitionId, id, options, settings);\n }\n };\n }\n\n private async *listPagingPage(\n scheduleDefinitionId: string,\n id: string,\n options?: AccessReviewInstanceDecisionsListOptionalParams,\n settings?: PageSettings\n ): AsyncIterableIterator<AccessReviewDecision[]> {\n let result: AccessReviewInstanceDecisionsListResponse;\n let continuationToken = settings?.continuationToken;\n if (!continuationToken) {\n result = await this._list(scheduleDefinitionId, id, options);\n let page = result.value || [];\n continuationToken = result.nextLink;\n setContinuationToken(page, continuationToken);\n yield page;\n }\n while (continuationToken) {\n result = await this._listNext(\n scheduleDefinitionId,\n id,\n continuationToken,\n options\n );\n continuationToken = result.nextLink;\n let page = result.value || [];\n setContinuationToken(page, continuationToken);\n yield page;\n }\n }\n\n private async *listPagingAll(\n scheduleDefinitionId: string,\n id: string,\n options?: AccessReviewInstanceDecisionsListOptionalParams\n ): AsyncIterableIterator<AccessReviewDecision> {\n for await (const page of this.listPagingPage(\n scheduleDefinitionId,\n id,\n options\n )) {\n yield* page;\n }\n }\n\n /**\n * Get access review instance decisions\n * @param scheduleDefinitionId The id of the access review schedule definition.\n * @param id The id of the access review instance.\n * @param options The options parameters.\n */\n private _list(\n scheduleDefinitionId: string,\n id: string,\n options?: AccessReviewInstanceDecisionsListOptionalParams\n ): Promise<AccessReviewInstanceDecisionsListResponse> {\n return this.client.sendOperationRequest(\n { scheduleDefinitionId, id, options },\n listOperationSpec\n );\n }\n\n /**\n * ListNext\n * @param scheduleDefinitionId The id of the access review schedule definition.\n * @param id The id of the access review instance.\n * @param nextLink The nextLink from the previous successful call to the List method.\n * @param options The options parameters.\n */\n private _listNext(\n scheduleDefinitionId: string,\n id: string,\n nextLink: string,\n options?: AccessReviewInstanceDecisionsListNextOptionalParams\n ): Promise<AccessReviewInstanceDecisionsListNextResponse> {\n return this.client.sendOperationRequest(\n { scheduleDefinitionId, id, nextLink, options },\n listNextOperationSpec\n );\n }\n}\n// Operation Specifications\nconst serializer = coreClient.createSerializer(Mappers, /* isXml */ false);\n\nconst listOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/providers/Microsoft.Authorization/accessReviewScheduleDefinitions/{scheduleDefinitionId}/instances/{id}/decisions\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.AccessReviewDecisionListResult\n },\n default: {\n bodyMapper: Mappers.ErrorDefinition\n }\n },\n queryParameters: [Parameters.filter1, Parameters.apiVersion3],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.scheduleDefinitionId,\n Parameters.id\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst listNextOperationSpec: coreClient.OperationSpec = {\n path: \"{nextLink}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.AccessReviewDecisionListResult\n },\n default: {\n bodyMapper: Mappers.ErrorDefinition\n }\n },\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.nextLink,\n Parameters.scheduleDefinitionId,\n Parameters.id\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\n","/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { PagedAsyncIterableIterator, PageSettings } from \"@azure/core-paging\";\nimport { setContinuationToken } from \"../pagingHelper\";\nimport { AccessReviewInstanceContactedReviewers } from \"../operationsInterfaces\";\nimport * as coreClient from \"@azure/core-client\";\nimport * as Mappers from \"../models/mappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { AuthorizationManagementClient } from \"../authorizationManagementClient\";\nimport {\n AccessReviewContactedReviewer,\n AccessReviewInstanceContactedReviewersListNextOptionalParams,\n AccessReviewInstanceContactedReviewersListOptionalParams,\n AccessReviewInstanceContactedReviewersListResponse,\n AccessReviewInstanceContactedReviewersListNextResponse\n} from \"../models\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Class containing AccessReviewInstanceContactedReviewers operations. */\nexport class AccessReviewInstanceContactedReviewersImpl\n implements AccessReviewInstanceContactedReviewers {\n private readonly client: AuthorizationManagementClient;\n\n /**\n * Initialize a new instance of the class AccessReviewInstanceContactedReviewers class.\n * @param client Reference to the service client\n */\n constructor(client: AuthorizationManagementClient) {\n this.client = client;\n }\n\n /**\n * Get access review instance contacted reviewers\n * @param scheduleDefinitionId The id of the access review schedule definition.\n * @param id The id of the access review instance.\n * @param options The options parameters.\n */\n public list(\n scheduleDefinitionId: string,\n id: string,\n options?: AccessReviewInstanceContactedReviewersListOptionalParams\n ): PagedAsyncIterableIterator<AccessReviewContactedReviewer> {\n const iter = this.listPagingAll(scheduleDefinitionId, id, options);\n return {\n next() {\n return iter.next();\n },\n [Symbol.asyncIterator]() {\n return this;\n },\n byPage: (settings?: PageSettings) => {\n if (settings?.maxPageSize) {\n throw new Error(\"maxPageSize is not supported by this operation.\");\n }\n return this.listPagingPage(scheduleDefinitionId, id, options, settings);\n }\n };\n }\n\n private async *listPagingPage(\n scheduleDefinitionId: string,\n id: string,\n options?: AccessReviewInstanceContactedReviewersListOptionalParams,\n settings?: PageSettings\n ): AsyncIterableIterator<AccessReviewContactedReviewer[]> {\n let result: AccessReviewInstanceContactedReviewersListResponse;\n let continuationToken = settings?.continuationToken;\n if (!continuationToken) {\n result = await this._list(scheduleDefinitionId, id, options);\n let page = result.value || [];\n continuationToken = result.nextLink;\n setContinuationToken(page, continuationToken);\n yield page;\n }\n while (continuationToken) {\n result = await this._listNext(\n scheduleDefinitionId,\n id,\n continuationToken,\n options\n );\n continuationToken = result.nextLink;\n let page = result.value || [];\n setContinuationToken(page, continuationToken);\n yield page;\n }\n }\n\n private async *listPagingAll(\n scheduleDefinitionId: string,\n id: string,\n options?: AccessReviewInstanceContactedReviewersListOptionalParams\n ): AsyncIterableIterator<AccessReviewContactedReviewer> {\n for await (const page of this.listPagingPage(\n scheduleDefinitionId,\n id,\n options\n )) {\n yield* page;\n }\n }\n\n /**\n * Get access review instance contacted reviewers\n * @param scheduleDefinitionId The id of the access review schedule definition.\n * @param id The id of the access review instance.\n * @param options The options parameters.\n */\n private _list(\n scheduleDefinitionId: string,\n id: string,\n options?: AccessReviewInstanceContactedReviewersListOptionalParams\n ): Promise<AccessReviewInstanceContactedReviewersListResponse> {\n return this.client.sendOperationRequest(\n { scheduleDefinitionId, id, options },\n listOperationSpec\n );\n }\n\n /**\n * ListNext\n * @param scheduleDefinitionId The id of the access review schedule definition.\n * @param id The id of the access review instance.\n * @param nextLink The nextLink from the previous successful call to the List method.\n * @param options The options parameters.\n */\n private _listNext(\n scheduleDefinitionId: string,\n id: string,\n nextLink: string,\n options?: AccessReviewInstanceContactedReviewersListNextOptionalParams\n ): Promise<AccessReviewInstanceContactedReviewersListNextResponse> {\n return this.client.sendOperationRequest(\n { scheduleDefinitionId, id, nextLink, options },\n listNextOperationSpec\n );\n }\n}\n// Operation Specifications\nconst serializer = coreClient.createSerializer(Mappers, /* isXml */ false);\n\nconst listOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/providers/Microsoft.Authorization/accessReviewScheduleDefinitions/{scheduleDefinitionId}/instances/{id}/contactedReviewers\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.AccessReviewContactedReviewerListResult\n },\n default: {\n bodyMapper: Mappers.ErrorDefinition\n }\n },\n queryParameters: [Parameters.apiVersion3],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.scheduleDefinitionId,\n Parameters.id\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst listNextOperationSpec: coreClient.OperationSpec = {\n path: \"{nextLink}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.AccessReviewContactedReviewerListResult\n },\n default: {\n bodyMapper: Mappers.ErrorDefinition\n }\n },\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.nextLink,\n Parameters.scheduleDefinitionId,\n Parameters.id\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\n","/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { AccessReviewDefaultSettingsOperations } from \"../operationsInterfaces\";\nimport * as coreClient from \"@azure/core-client\";\nimport * as Mappers from \"../models/mappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { AuthorizationManagementClient } from \"../authorizationManagementClient\";\nimport {\n AccessReviewDefaultSettingsGetOptionalParams,\n AccessReviewDefaultSettingsGetResponse,\n AccessReviewScheduleSettings,\n AccessReviewDefaultSettingsPutOptionalParams,\n AccessReviewDefaultSettingsPutResponse\n} from \"../models\";\n\n/** Class containing AccessReviewDefaultSettingsOperations operations. */\nexport class AccessReviewDefaultSettingsOperationsImpl\n implements AccessReviewDefaultSettingsOperations {\n private readonly client: AuthorizationManagementClient;\n\n /**\n * Initialize a new instance of the class AccessReviewDefaultSettingsOperations class.\n * @param client Reference to the service client\n */\n constructor(client: AuthorizationManagementClient) {\n this.client = client;\n }\n\n /**\n * Get access review default settings for the subscription\n * @param options The options parameters.\n */\n get(\n options?: AccessReviewDefaultSettingsGetOptionalParams\n ): Promise<AccessReviewDefaultSettingsGetResponse> {\n return this.client.sendOperationRequest({ options }, getOperationSpec);\n }\n\n /**\n * Get access review default settings for the subscription\n * @param properties Access review schedule settings.\n * @param options The options parameters.\n */\n put(\n properties: AccessReviewScheduleSettings,\n options?: AccessReviewDefaultSettingsPutOptionalParams\n ): Promise<AccessReviewDefaultSettingsPutResponse> {\n return this.client.sendOperationRequest(\n { properties, options },\n putOperationSpec\n );\n }\n}\n// Operation Specifications\nconst serializer = coreClient.createSerializer(Mappers, /* isXml */ false);\n\nconst getOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/providers/Microsoft.Authorization/accessReviewScheduleSettings/default\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.AccessReviewDefaultSettings\n },\n default: {\n bodyMapper: Mappers.ErrorDefinition\n }\n },\n queryParameters: [Parameters.apiVersion3],\n urlParameters: [Parameters.$host, Parameters.subscriptionId],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst putOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/providers/Microsoft.Authorization/accessReviewScheduleSettings/default\",\n httpMethod: \"PUT\",\n responses: {\n 200: {\n bodyMapper: Mappers.AccessReviewDefaultSettings\n },\n default: {\n bodyMapper: Mappers.ErrorDefinition\n }\n },\n requestBody: Parameters.properties3,\n queryParameters: [Parameters.apiVersion3],\n urlParameters: [Parameters.$host, Parameters.subscriptionId],\n headerParameters: [Parameters.accept, Parameters.contentType],\n mediaType: \"json\",\n serializer\n};\n","/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { PagedAsyncIterableIterator, PageSettings } from \"@azure/core-paging\";\nimport { setContinuationToken } from \"../pagingHelper\";\nimport { ScopeAccessReviewHistoryDefinitions } from \"../operationsInterfaces\";\nimport * as coreClient from \"@azure/core-client\";\nimport * as Mappers from \"../models/mappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { AuthorizationManagementClient } from \"../authorizationManagementClient\";\nimport {\n AccessReviewHistoryDefinition,\n ScopeAccessReviewHistoryDefinitionsListNextOptionalParams,\n ScopeAccessReviewHistoryDefinitionsListOptionalParams,\n ScopeAccessReviewHistoryDefinitionsListResponse,\n ScopeAccessReviewHistoryDefinitionsGetByIdOptionalParams,\n ScopeAccessReviewHistoryDefinitionsGetByIdResponse,\n ScopeAccessReviewHistoryDefinitionsListNextResponse\n} from \"../models\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Class containing ScopeAccessReviewHistoryDefinitions operations. */\nexport class ScopeAccessReviewHistoryDefinitionsImpl\n implements ScopeAccessReviewHistoryDefinitions {\n private readonly client: AuthorizationManagementClient;\n\n /**\n * Initialize a new instance of the class ScopeAccessReviewHistoryDefinitions class.\n * @param client Reference to the service client\n */\n constructor(client: AuthorizationManagementClient) {\n this.client = client;\n }\n\n /**\n * Lists the accessReviewHistoryDefinitions available from this provider, definition instances are only\n * available for 30 days after creation.\n * @param scope The scope of the resource.\n * @param options The options parameters.\n */\n public list(\n scope: string,\n options?: ScopeAccessReviewHistoryDefinitionsListOptionalParams\n ): PagedAsyncIterableIterator<AccessReviewHistoryDefinition> {\n const iter = this.listPagingAll(scope, options);\n return {\n next() {\n return iter.next();\n },\n [Symbol.asyncIterator]() {\n return this;\n },\n byPage: (settings?: PageSettings) => {\n if (settings?.maxPageSize) {\n throw new Error(\"maxPageSize is not supported by this operation.\");\n }\n return this.listPagingPage(scope, options, settings);\n }\n };\n }\n\n private async *listPagingPage(\n scope: string,\n options?: ScopeAccessReviewHistoryDefinitionsListOptionalParams,\n settings?: PageSettings\n ): AsyncIterableIterator<AccessReviewHistoryDefinition[]> {\n let result: ScopeAccessReviewHistoryDefinitionsListResponse;\n let continuationToken = settings?.continuationToken;\n if (!continuationToken) {\n result = await this._list(scope, options);\n let page = result.value || [];\n continuationToken = result.nextLink;\n setContinuationToken(page, continuationToken);\n yield page;\n }\n while (continuationToken) {\n result = await this._listNext(scope, continuationToken, options);\n continuationToken = result.nextLink;\n let page = result.value || [];\n setContinuationToken(page, continuationToken);\n yield page;\n }\n }\n\n private async *listPagingAll(\n scope: string,\n options?: ScopeAccessReviewHistoryDefinitionsListOptionalParams\n ): AsyncIterableIterator<AccessReviewHistoryDefinition> {\n for await (const page of this.listPagingPage(scope, options)) {\n yield* page;\n }\n }\n\n /**\n * Lists the accessReviewHistoryDefinitions available from this provider, definition instances are only\n * available for 30 days after creation.\n * @param scope The scope of the resource.\n * @param options The options parameters.\n */\n private _list(\n scope: string,\n options?: ScopeAccessReviewHistoryDefinitionsListOptionalParams\n ): Promise<ScopeAccessReviewHistoryDefinitionsListResponse> {\n return this.client.sendOperationRequest(\n { scope, options },\n listOperationSpec\n );\n }\n\n /**\n * Get access review history definition by definition Id\n * @param scope The scope of the resource.\n * @param historyDefinitionId The id of the access review history definition.\n * @param options The options parameters.\n */\n getById(\n scope: string,\n historyDefinitionId: string,\n options?: ScopeAccessReviewHistoryDefinitionsGetByIdOptionalParams\n ): Promise<ScopeAccessReviewHistoryDefinitionsGetByIdResponse> {\n return this.client.sendOperationRequest(\n { scope, historyDefinitionId, options },\n getByIdOperationSpec\n );\n }\n\n /**\n * ListNext\n * @param scope The scope of the resource.\n * @param nextLink The nextLink from the previous successful call to the List method.\n * @param options The options parameters.\n */\n private _listNext(\n scope: string,\n nextLink: string,\n options?: ScopeAccessReviewHistoryDefinitionsListNextOptionalParams\n ): Promise<ScopeAccessReviewHistoryDefinitionsListNextResponse> {\n return this.client.sendOperationRequest(\n { scope, nextLink, options },\n listNextOperationSpec\n );\n }\n}\n// Operation Specifications\nconst serializer = coreClient.createSerializer(Mappers, /* isXml */ false);\n\nconst listOperationSpec: coreClient.OperationSpec = {\n path:\n \"/{scope}/providers/Microsoft.Authorization/accessReviewHistoryDefinitions\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.AccessReviewHistoryDefinitionListResult\n },\n default: {\n bodyMapper: Mappers.ErrorDefinition\n }\n },\n queryParameters: [Parameters.filter1, Parameters.apiVersion3],\n urlParameters: [Parameters.$host, Parameters.scope1],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst getByIdOperationSpec: coreClient.OperationSpec = {\n path:\n \"/{scope}/providers/Microsoft.Authorization/accessReviewHistoryDefinitions/{historyDefinitionId}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.AccessReviewHistoryDefinition\n },\n default: {\n bodyMapper: Mappers.ErrorDefinition\n }\n },\n queryParameters: [Parameters.apiVersion3],\n urlParameters: [\n Parameters.$host,\n Parameters.historyDefinitionId,\n Parameters.scope1\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst listNextOperationSpec: coreClient.OperationSpec = {\n path: \"{nextLink}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.AccessReviewHistoryDefinitionListResult\n },\n default: {\n bodyMapper: Mappers.ErrorDefinition\n }\n },\n urlParameters: [Parameters.$host, Parameters.nextLink, Parameters.scope1],\n headerParameters: [Parameters.accept],\n serializer\n};\n","/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { ScopeAccessReviewHistoryDefinition } from \"../operationsInterfaces\";\nimport * as coreClient from \"@azure/core-client\";\nimport * as Mappers from \"../models/mappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { AuthorizationManagementClient } from \"../authorizationManagementClient\";\nimport {\n AccessReviewHistoryDefinitionProperties,\n ScopeAccessReviewHistoryDefinitionCreateOptionalParams,\n ScopeAccessReviewHistoryDefinitionCreateResponse,\n ScopeAccessReviewHistoryDefinitionDeleteByIdOptionalParams\n} from \"../models\";\n\n/** Class containing ScopeAccessReviewHistoryDefinition operations. */\nexport class ScopeAccessReviewHistoryDefinitionImpl\n implements ScopeAccessReviewHistoryDefinition {\n private readonly client: AuthorizationManagementClient;\n\n /**\n * Initialize a new instance of the class ScopeAccessReviewHistoryDefinition class.\n * @param client Reference to the service client\n */\n constructor(client: AuthorizationManagementClient) {\n this.client = client;\n }\n\n /**\n * Create a scheduled or one-time Access Review History Definition\n * @param scope The scope of the resource.\n * @param historyDefinitionId The id of the access review history definition.\n * @param properties Access review history definition properties.\n * @param options The options parameters.\n */\n create(\n scope: string,\n historyDefinitionId: string,\n properties: AccessReviewHistoryDefinitionProperties,\n options?: ScopeAccessReviewHistoryDefinitionCreateOptionalParams\n ): Promise<ScopeAccessReviewHistoryDefinitionCreateResponse> {\n return this.client.sendOperationRequest(\n { scope, historyDefinitionId, properties, options },\n createOperationSpec\n );\n }\n\n /**\n * Delete an access review history definition\n * @param scope The scope of the resource.\n * @param historyDefinitionId The id of the access review history definition.\n * @param options The options parameters.\n */\n deleteById(\n scope: string,\n historyDefinitionId: string,\n options?: ScopeAccessReviewHistoryDefinitionDeleteByIdOptionalParams\n ): Promise<void> {\n return this.client.sendOperationRequest(\n { scope, historyDefinitionId, options },\n deleteByIdOperationSpec\n );\n }\n}\n// Operation Specifications\nconst serializer = coreClient.createSerializer(Mappers, /* isXml */ false);\n\nconst createOperationSpec: coreClient.OperationSpec = {\n path:\n \"/{scope}/providers/Microsoft.Authorization/accessReviewHistoryDefinitions/{historyDefinitionId}\",\n httpMethod: \"PUT\",\n responses: {\n 200: {\n bodyMapper: Mappers.AccessReviewHistoryDefinition\n },\n default: {\n bodyMapper: Mappers.ErrorDefinition\n }\n },\n requestBody: Parameters.properties,\n queryParameters: [Parameters.apiVersion3],\n urlParameters: [\n Parameters.$host,\n Parameters.historyDefinitionId,\n Parameters.scope1\n ],\n headerParameters: [Parameters.accept, Parameters.contentType],\n mediaType: \"json\",\n serializer\n};\nconst deleteByIdOperationSpec: coreClient.OperationSpec = {\n path:\n \"/{scope}/providers/Microsoft.Authorization/accessReviewHistoryDefinitions/{historyDefinitionId}\",\n httpMethod: \"DELETE\",\n responses: {\n 200: {},\n 204: {},\n default: {\n bodyMapper: Mappers.ErrorDefinition\n }\n },\n queryParameters: [Parameters.apiVersion3],\n urlParameters: [\n Parameters.$host,\n Parameters.historyDefinitionId,\n Parameters.scope1\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\n","/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { ScopeAccessReviewHistoryDefinitionInstance } from \"../operationsInterfaces\";\nimport * as coreClient from \"@azure/core-client\";\nimport * as Mappers from \"../models/mappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { AuthorizationManagementClient } from \"../authorizationManagementClient\";\nimport {\n ScopeAccessReviewHistoryDefinitionInstanceGenerateDownloadUriOptionalParams,\n ScopeAccessReviewHistoryDefinitionInstanceGenerateDownloadUriResponse\n} from \"../models\";\n\n/** Class containing ScopeAccessReviewHistoryDefinitionInstance operations. */\nexport class ScopeAccessReviewHistoryDefinitionInstanceImpl\n implements ScopeAccessReviewHistoryDefinitionInstance {\n private readonly client: AuthorizationManagementClient;\n\n /**\n * Initialize a new instance of the class ScopeAccessReviewHistoryDefinitionInstance class.\n * @param client Reference to the service client\n */\n constructor(client: AuthorizationManagementClient) {\n this.client = client;\n }\n\n /**\n * Generates a uri which can be used to retrieve review history data. This URI has a TTL of 1 day and\n * can be retrieved by fetching the accessReviewHistoryDefinition object.\n * @param scope The scope of the resource.\n * @param historyDefinitionId The id of the access review history definition.\n * @param instanceId The id of the access review history definition instance to generate a URI for.\n * @param options The options parameters.\n */\n generateDownloadUri(\n scope: string,\n historyDefinitionId: string,\n instanceId: string,\n options?: ScopeAccessReviewHistoryDefinitionInstanceGenerateDownloadUriOptionalParams\n ): Promise<\n ScopeAccessReviewHistoryDefinitionInstanceGenerateDownloadUriResponse\n > {\n return this.client.sendOperationRequest(\n { scope, historyDefinitionId, instanceId, options },\n generateDownloadUriOperationSpec\n );\n }\n}\n// Operation Specifications\nconst serializer = coreClient.createSerializer(Mappers, /* isXml */ false);\n\nconst generateDownloadUriOperationSpec: coreClient.OperationSpec = {\n path:\n \"/{scope}/providers/Microsoft.Authorization/accessReviewHistoryDefinitions/{historyDefinitionId}/instances/{instanceId}/generateDownloadUri\",\n httpMethod: \"POST\",\n responses: {\n 200: {\n bodyMapper: Mappers.AccessReviewHistoryInstance\n },\n default: {\n bodyMapper: Mappers.ErrorDefinition\n }\n },\n queryParameters: [Parameters.apiVersion3],\n urlParameters: [\n Parameters.$host,\n Parameters.historyDefinitionId,\n Parameters.instanceId,\n Parameters.scope1\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\n","/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { PagedAsyncIterableIterator, PageSettings } from \"@azure/core-paging\";\nimport { setContinuationToken } from \"../pagingHelper\";\nimport { ScopeAccessReviewHistoryDefinitionInstances } from \"../operationsInterfaces\";\nimport * as coreClient from \"@azure/core-client\";\nimport * as Mappers from \"../models/mappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { AuthorizationManagementClient } from \"../authorizationManagementClient\";\nimport {\n AccessReviewHistoryInstance,\n ScopeAccessReviewHistoryDefinitionInstancesListNextOptionalParams,\n ScopeAccessReviewHistoryDefinitionInstancesListOptionalParams,\n ScopeAccessReviewHistoryDefinitionInstancesListResponse,\n ScopeAccessReviewHistoryDefinitionInstancesListNextResponse\n} from \"../models\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Class containing ScopeAccessReviewHistoryDefinitionInstances operations. */\nexport class ScopeAccessReviewHistoryDefinitionInstancesImpl\n implements ScopeAccessReviewHistoryDefinitionInstances {\n private readonly client: AuthorizationManagementClient;\n\n /**\n * Initialize a new instance of the class ScopeAccessReviewHistoryDefinitionInstances class.\n * @param client Reference to the service client\n */\n constructor(client: AuthorizationManagementClient) {\n this.client = client;\n }\n\n /**\n * Get access review history definition instances by definition Id\n * @param scope The scope of the resource.\n * @param historyDefinitionId The id of the access review history definition.\n * @param options The options parameters.\n */\n public list(\n scope: string,\n historyDefinitionId: string,\n options?: ScopeAccessReviewHistoryDefinitionInstancesListOptionalParams\n ): PagedAsyncIterableIterator<AccessReviewHistoryInstance> {\n const iter = this.listPagingAll(scope, historyDefinitionId, options);\n return {\n next() {\n return iter.next();\n },\n [Symbol.asyncIterator]() {\n return this;\n },\n byPage: (settings?: PageSettings) => {\n if (settings?.maxPageSize) {\n throw new Error(\"maxPageSize is not supported by this operation.\");\n }\n return this.listPagingPage(\n scope,\n historyDefinitionId,\n options,\n settings\n );\n }\n };\n }\n\n private async *listPagingPage(\n scope: string,\n historyDefinitionId: string,\n options?: ScopeAccessReviewHistoryDefinitionInstancesListOptionalParams,\n settings?: PageSettings\n ): AsyncIterableIterator<AccessReviewHistoryInstance[]> {\n let result: ScopeAccessReviewHistoryDefinitionInstancesListResponse;\n let continuationToken = settings?.continuationToken;\n if (!continuationToken) {\n result = await this._list(scope, historyDefinitionId, options);\n let page = result.value || [];\n continuationToken = result.nextLink;\n setContinuationToken(page, continuationToken);\n yield page;\n }\n while (continuationToken) {\n result = await this._listNext(\n scope,\n historyDefinitionId,\n continuationToken,\n options\n );\n continuationToken = result.nextLink;\n let page = result.value || [];\n setContinuationToken(page, continuationToken);\n yield page;\n }\n }\n\n private async *listPagingAll(\n scope: string,\n historyDefinitionId: string,\n options?: ScopeAccessReviewHistoryDefinitionInstancesListOptionalParams\n ): AsyncIterableIterator<AccessReviewHistoryInstance> {\n for await (const page of this.listPagingPage(\n scope,\n historyDefinitionId,\n options\n )) {\n yield* page;\n }\n }\n\n /**\n * Get access review history definition instances by definition Id\n * @param scope The scope of the resource.\n * @param historyDefinitionId The id of the access review history definition.\n * @param options The options parameters.\n */\n private _list(\n scope: string,\n historyDefinitionId: string,\n options?: ScopeAccessReviewHistoryDefinitionInstancesListOptionalParams\n ): Promise<ScopeAccessReviewHistoryDefinitionInstancesListResponse> {\n return this.client.sendOperationRequest(\n { scope, historyDefinitionId, options },\n listOperationSpec\n );\n }\n\n /**\n * ListNext\n * @param scope The scope of the resource.\n * @param historyDefinitionId The id of the access review history definition.\n * @param nextLink The nextLink from the previous successful call to the List method.\n * @param options The options parameters.\n */\n private _listNext(\n scope: string,\n historyDefinitionId: string,\n nextLink: string,\n options?: ScopeAccessReviewHistoryDefinitionInstancesListNextOptionalParams\n ): Promise<ScopeAccessReviewHistoryDefinitionInstancesListNextResponse> {\n return this.client.sendOperationRequest(\n { scope, historyDefinitionId, nextLink, options },\n listNextOperationSpec\n );\n }\n}\n// Operation Specifications\nconst serializer = coreClient.createSerializer(Mappers, /* isXml */ false);\n\nconst listOperationSpec: coreClient.OperationSpec = {\n path:\n \"/{scope}/providers/Microsoft.Authorization/accessReviewHistoryDefinitions/{historyDefinitionId}/instances\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.AccessReviewHistoryDefinitionInstanceListResult\n },\n default: {\n bodyMapper: Mappers.ErrorDefinition\n }\n },\n queryParameters: [Parameters.apiVersion3],\n urlParameters: [\n Parameters.$host,\n Parameters.historyDefinitionId,\n Parameters.scope1\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst listNextOperationSpec: coreClient.OperationSpec = {\n path: \"{nextLink}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.AccessReviewHistoryDefinitionInstanceListResult\n },\n default: {\n bodyMapper: Mappers.ErrorDefinition\n }\n },\n urlParameters: [\n Parameters.$host,\n Parameters.nextLink,\n Parameters.historyDefinitionId,\n Parameters.scope1\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\n","/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { PagedAsyncIterableIterator, PageSettings } from \"@azure/core-paging\";\nimport { setContinuationToken } from \"../pagingHelper\";\nimport { ScopeAccessReviewScheduleDefinitions } from \"../operationsInterfaces\";\nimport * as coreClient from \"@azure/core-client\";\nimport * as Mappers from \"../models/mappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { AuthorizationManagementClient } from \"../authorizationManagementClient\";\nimport {\n AccessReviewScheduleDefinition,\n ScopeAccessReviewScheduleDefinitionsListNextOptionalParams,\n ScopeAccessReviewScheduleDefinitionsListOptionalParams,\n ScopeAccessReviewScheduleDefinitionsListResponse,\n ScopeAccessReviewScheduleDefinitionsGetByIdOptionalParams,\n ScopeAccessReviewScheduleDefinitionsGetByIdResponse,\n ScopeAccessReviewScheduleDefinitionsDeleteByIdOptionalParams,\n AccessReviewScheduleDefinitionProperties,\n ScopeAccessReviewScheduleDefinitionsCreateOrUpdateByIdOptionalParams,\n ScopeAccessReviewScheduleDefinitionsCreateOrUpdateByIdResponse,\n ScopeAccessReviewScheduleDefinitionsStopOptionalParams,\n ScopeAccessReviewScheduleDefinitionsListNextResponse\n} from \"../models\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Class containing ScopeAccessReviewScheduleDefinitions operations. */\nexport class ScopeAccessReviewScheduleDefinitionsImpl\n implements ScopeAccessReviewScheduleDefinitions {\n private readonly client: AuthorizationManagementClient;\n\n /**\n * Initialize a new instance of the class ScopeAccessReviewScheduleDefinitions class.\n * @param client Reference to the service client\n */\n constructor(client: AuthorizationManagementClient) {\n this.client = client;\n }\n\n /**\n * Get access review schedule definitions\n * @param scope The scope of the resource.\n * @param options The options parameters.\n */\n public list(\n scope: string,\n options?: ScopeAccessReviewScheduleDefinitionsListOptionalParams\n ): PagedAsyncIterableIterator<AccessReviewScheduleDefinition> {\n const iter = this.listPagingAll(scope, options);\n return {\n next() {\n return iter.next();\n },\n [Symbol.asyncIterator]() {\n return this;\n },\n byPage: (settings?: PageSettings) => {\n if (settings?.maxPageSize) {\n throw new Error(\"maxPageSize is not supported by this operation.\");\n }\n return this.listPagingPage(scope, options, settings);\n }\n };\n }\n\n private async *listPagingPage(\n scope: string,\n options?: ScopeAccessReviewScheduleDefinitionsListOptionalParams,\n settings?: PageSettings\n ): AsyncIterableIterator<AccessReviewScheduleDefinition[]> {\n let result: ScopeAccessReviewScheduleDefinitionsListResponse;\n let continuationToken = settings?.continuationToken;\n if (!continuationToken) {\n result = await this._list(scope, options);\n let page = result.value || [];\n continuationToken = result.nextLink;\n setContinuationToken(page, continuationToken);\n yield page;\n }\n while (continuationToken) {\n result = await this._listNext(scope, continuationToken, options);\n continuationToken = result.nextLink;\n let page = result.value || [];\n setContinuationToken(page, continuationToken);\n yield page;\n }\n }\n\n private async *listPagingAll(\n scope: string,\n options?: ScopeAccessReviewScheduleDefinitionsListOptionalParams\n ): AsyncIterableIterator<AccessReviewScheduleDefinition> {\n for await (const page of this.listPagingPage(scope, options)) {\n yield* page;\n }\n }\n\n /**\n * Get access review schedule definitions\n * @param scope The scope of the resource.\n * @param options The options parameters.\n */\n private _list(\n scope: string,\n options?: ScopeAccessReviewScheduleDefinitionsListOptionalParams\n ): Promise<ScopeAccessReviewScheduleDefinitionsListResponse> {\n return this.client.sendOperationRequest(\n { scope, options },\n listOperationSpec\n );\n }\n\n /**\n * Get single access review definition\n * @param scope The scope of the resource.\n * @param scheduleDefinitionId The id of the access review schedule definition.\n * @param options The options parameters.\n */\n getById(\n scope: string,\n scheduleDefinitionId: string,\n options?: ScopeAccessReviewScheduleDefinitionsGetByIdOptionalParams\n ): Promise<ScopeAccessReviewScheduleDefinitionsGetByIdResponse> {\n return this.client.sendOperationRequest(\n { scope, scheduleDefinitionId, options },\n getByIdOperationSpec\n );\n }\n\n /**\n * Delete access review schedule definition\n * @param scope The scope of the resource.\n * @param scheduleDefinitionId The id of the access review schedule definition.\n * @param options The options parameters.\n */\n deleteById(\n scope: string,\n scheduleDefinitionId: string,\n options?: ScopeAccessReviewScheduleDefinitionsDeleteByIdOptionalParams\n ): Promise<void> {\n return this.client.sendOperationRequest(\n { scope, scheduleDefinitionId, options },\n deleteByIdOperationSpec\n );\n }\n\n /**\n * Create or Update access review schedule definition.\n * @param scope The scope of the resource.\n * @param scheduleDefinitionId The id of the access review schedule definition.\n * @param properties Access review schedule definition properties.\n * @param options The options parameters.\n */\n createOrUpdateById(\n scope: string,\n scheduleDefinitionId: string,\n properties: AccessReviewScheduleDefinitionProperties,\n options?: ScopeAccessReviewScheduleDefinitionsCreateOrUpdateByIdOptionalParams\n ): Promise<ScopeAccessReviewScheduleDefinitionsCreateOrUpdateByIdResponse> {\n return this.client.sendOperationRequest(\n { scope, scheduleDefinitionId, properties, options },\n createOrUpdateByIdOperationSpec\n );\n }\n\n /**\n * Stop access review definition\n * @param scope The scope of the resource.\n * @param scheduleDefinitionId The id of the access review schedule definition.\n * @param options The options parameters.\n */\n stop(\n scope: string,\n scheduleDefinitionId: string,\n options?: ScopeAccessReviewScheduleDefinitionsStopOptionalParams\n ): Promise<void> {\n return this.client.sendOperationRequest(\n { scope, scheduleDefinitionId, options },\n stopOperationSpec\n );\n }\n\n /**\n * ListNext\n * @param scope The scope of the resource.\n * @param nextLink The nextLink from the previous successful call to the List method.\n * @param options The options parameters.\n */\n private _listNext(\n scope: string,\n nextLink: string,\n options?: ScopeAccessReviewScheduleDefinitionsListNextOptionalParams\n ): Promise<ScopeAccessReviewScheduleDefinitionsListNextResponse> {\n return this.client.sendOperationRequest(\n { scope, nextLink, options },\n listNextOperationSpec\n );\n }\n}\n// Operation Specifications\nconst serializer = coreClient.createSerializer(Mappers, /* isXml */ false);\n\nconst listOperationSpec: coreClient.OperationSpec = {\n path:\n \"/{scope}/providers/Microsoft.Authorization/accessReviewScheduleDefinitions\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.AccessReviewScheduleDefinitionListResult\n },\n default: {\n bodyMapper: Mappers.ErrorDefinition\n }\n },\n queryParameters: [Parameters.filter1, Parameters.apiVersion3],\n urlParameters: [Parameters.$host, Parameters.scope1],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst getByIdOperationSpec: coreClient.OperationSpec = {\n path:\n \"/{scope}/providers/Microsoft.Authorization/accessReviewScheduleDefinitions/{scheduleDefinitionId}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.AccessReviewScheduleDefinition\n },\n default: {\n bodyMapper: Mappers.ErrorDefinition\n }\n },\n queryParameters: [Parameters.apiVersion3],\n urlParameters: [\n Parameters.$host,\n Parameters.scheduleDefinitionId,\n Parameters.scope1\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst deleteByIdOperationSpec: coreClient.OperationSpec = {\n path:\n \"/{scope}/providers/Microsoft.Authorization/accessReviewScheduleDefinitions/{scheduleDefinitionId}\",\n httpMethod: \"DELETE\",\n responses: {\n 200: {},\n 204: {},\n default: {\n bodyMapper: Mappers.ErrorDefinition\n }\n },\n queryParameters: [Parameters.apiVersion3],\n urlParameters: [\n Parameters.$host,\n Parameters.scheduleDefinitionId,\n Parameters.scope1\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst createOrUpdateByIdOperationSpec: coreClient.OperationSpec = {\n path:\n \"/{scope}/providers/Microsoft.Authorization/accessReviewScheduleDefinitions/{scheduleDefinitionId}\",\n httpMethod: \"PUT\",\n responses: {\n 200: {\n bodyMapper: Mappers.AccessReviewScheduleDefinition\n },\n default: {\n bodyMapper: Mappers.ErrorDefinition\n }\n },\n requestBody: Parameters.properties1,\n queryParameters: [Parameters.apiVersion3],\n urlParameters: [\n Parameters.$host,\n Parameters.scheduleDefinitionId,\n Parameters.scope1\n ],\n headerParameters: [Parameters.accept, Parameters.contentType],\n mediaType: \"json\",\n serializer\n};\nconst stopOperationSpec: coreClient.OperationSpec = {\n path:\n \"/{scope}/providers/Microsoft.Authorization/accessReviewScheduleDefinitions/{scheduleDefinitionId}/stop\",\n httpMethod: \"POST\",\n responses: {\n 204: {},\n default: {\n bodyMapper: Mappers.ErrorDefinition\n }\n },\n queryParameters: [Parameters.apiVersion3],\n urlParameters: [\n Parameters.$host,\n Parameters.scheduleDefinitionId,\n Parameters.scope1\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst listNextOperationSpec: coreClient.OperationSpec = {\n path: \"{nextLink}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.AccessReviewScheduleDefinitionListResult\n },\n default: {\n bodyMapper: Mappers.ErrorDefinition\n }\n },\n urlParameters: [Parameters.$host, Parameters.nextLink, Parameters.scope1],\n headerParameters: [Parameters.accept],\n serializer\n};\n","/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { PagedAsyncIterableIterator, PageSettings } from \"@azure/core-paging\";\nimport { setContinuationToken } from \"../pagingHelper\";\nimport { ScopeAccessReviewInstances } from \"../operationsInterfaces\";\nimport * as coreClient from \"@azure/core-client\";\nimport * as Mappers from \"../models/mappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { AuthorizationManagementClient } from \"../authorizationManagementClient\";\nimport {\n AccessReviewInstance,\n ScopeAccessReviewInstancesListNextOptionalParams,\n ScopeAccessReviewInstancesListOptionalParams,\n ScopeAccessReviewInstancesListResponse,\n ScopeAccessReviewInstancesGetByIdOptionalParams,\n ScopeAccessReviewInstancesGetByIdResponse,\n AccessReviewInstanceProperties,\n ScopeAccessReviewInstancesCreateOptionalParams,\n ScopeAccessReviewInstancesCreateResponse,\n ScopeAccessReviewInstancesListNextResponse\n} from \"../models\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Class containing ScopeAccessReviewInstances operations. */\nexport class ScopeAccessReviewInstancesImpl\n implements ScopeAccessReviewInstances {\n private readonly client: AuthorizationManagementClient;\n\n /**\n * Initialize a new instance of the class ScopeAccessReviewInstances class.\n * @param client Reference to the service client\n */\n constructor(client: AuthorizationManagementClient) {\n this.client = client;\n }\n\n /**\n * Get access review instances\n * @param scope The scope of the resource.\n * @param scheduleDefinitionId The id of the access review schedule definition.\n * @param options The options parameters.\n */\n public list(\n scope: string,\n scheduleDefinitionId: string,\n options?: ScopeAccessReviewInstancesListOptionalParams\n ): PagedAsyncIterableIterator<AccessReviewInstance> {\n const iter = this.listPagingAll(scope, scheduleDefinitionId, options);\n return {\n next() {\n return iter.next();\n },\n [Symbol.asyncIterator]() {\n return this;\n },\n byPage: (settings?: PageSettings) => {\n if (settings?.maxPageSize) {\n throw new Error(\"maxPageSize is not supported by this operation.\");\n }\n return this.listPagingPage(\n scope,\n scheduleDefinitionId,\n options,\n settings\n );\n }\n };\n }\n\n private async *listPagingPage(\n scope: string,\n scheduleDefinitionId: string,\n options?: ScopeAccessReviewInstancesListOptionalParams,\n settings?: PageSettings\n ): AsyncIterableIterator<AccessReviewInstance[]> {\n let result: ScopeAccessReviewInstancesListResponse;\n let continuationToken = settings?.continuationToken;\n if (!continuationToken) {\n result = await this._list(scope, scheduleDefinitionId, options);\n let page = result.value || [];\n continuationToken = result.nextLink;\n setContinuationToken(page, continuationToken);\n yield page;\n }\n while (continuationToken) {\n result = await this._listNext(\n scope,\n scheduleDefinitionId,\n continuationToken,\n options\n );\n continuationToken = result.nextLink;\n let page = result.value || [];\n setContinuationToken(page, continuationToken);\n yield page;\n }\n }\n\n private async *listPagingAll(\n scope: string,\n scheduleDefinitionId: string,\n options?: ScopeAccessReviewInstancesListOptionalParams\n ): AsyncIterableIterator<AccessReviewInstance> {\n for await (const page of this.listPagingPage(\n scope,\n scheduleDefinitionId,\n options\n )) {\n yield* page;\n }\n }\n\n /**\n * Get access review instances\n * @param scope The scope of the resource.\n * @param scheduleDefinitionId The id of the access review schedule definition.\n * @param options The options parameters.\n */\n private _list(\n scope: string,\n scheduleDefinitionId: string,\n options?: ScopeAccessReviewInstancesListOptionalParams\n ): Promise<ScopeAccessReviewInstancesListResponse> {\n return this.client.sendOperationRequest(\n { scope, scheduleDefinitionId, options },\n listOperationSpec\n );\n }\n\n /**\n * Get access review instances\n * @param scope The scope of the resource.\n * @param scheduleDefinitionId The id of the access review schedule definition.\n * @param id The id of the access review instance.\n * @param options The options parameters.\n */\n getById(\n scope: string,\n scheduleDefinitionId: string,\n id: string,\n options?: ScopeAccessReviewInstancesGetByIdOptionalParams\n ): Promise<ScopeAccessReviewInstancesGetByIdResponse> {\n return this.client.sendOperationRequest(\n { scope, scheduleDefinitionId, id, options },\n getByIdOperationSpec\n );\n }\n\n /**\n * Update access review instance.\n * @param scope The scope of the resource.\n * @param scheduleDefinitionId The id of the access review schedule definition.\n * @param id The id of the access review instance.\n * @param properties Access review instance properties.\n * @param options The options parameters.\n */\n create(\n scope: string,\n scheduleDefinitionId: string,\n id: string,\n properties: AccessReviewInstanceProperties,\n options?: ScopeAccessReviewInstancesCreateOptionalParams\n ): Promise<ScopeAccessReviewInstancesCreateResponse> {\n return this.client.sendOperationRequest(\n { scope, scheduleDefinitionId, id, properties, options },\n createOperationSpec\n );\n }\n\n /**\n * ListNext\n * @param scope The scope of the resource.\n * @param scheduleDefinitionId The id of the access review schedule definition.\n * @param nextLink The nextLink from the previous successful call to the List method.\n * @param options The options parameters.\n */\n private _listNext(\n scope: string,\n scheduleDefinitionId: string,\n nextLink: string,\n options?: ScopeAccessReviewInstancesListNextOptionalParams\n ): Promise<ScopeAccessReviewInstancesListNextResponse> {\n return this.client.sendOperationRequest(\n { scope, scheduleDefinitionId, nextLink, options },\n listNextOperationSpec\n );\n }\n}\n// Operation Specifications\nconst serializer = coreClient.createSerializer(Mappers, /* isXml */ false);\n\nconst listOperationSpec: coreClient.OperationSpec = {\n path:\n \"/{scope}/providers/Microsoft.Authorization/accessReviewScheduleDefinitions/{scheduleDefinitionId}/instances\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.AccessReviewInstanceListResult\n },\n default: {\n bodyMapper: Mappers.ErrorDefinition\n }\n },\n queryParameters: [Parameters.filter1, Parameters.apiVersion3],\n urlParameters: [\n Parameters.$host,\n Parameters.scheduleDefinitionId,\n Parameters.scope1\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst getByIdOperationSpec: coreClient.OperationSpec = {\n path:\n \"/{scope}/providers/Microsoft.Authorization/accessReviewScheduleDefinitions/{scheduleDefinitionId}/instances/{id}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.AccessReviewInstance\n },\n default: {\n bodyMapper: Mappers.ErrorDefinition\n }\n },\n queryParameters: [Parameters.apiVersion3],\n urlParameters: [\n Parameters.$host,\n Parameters.scheduleDefinitionId,\n Parameters.id,\n Parameters.scope1\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst createOperationSpec: coreClient.OperationSpec = {\n path:\n \"/{scope}/providers/Microsoft.Authorization/accessReviewScheduleDefinitions/{scheduleDefinitionId}/instances/{id}\",\n httpMethod: \"PUT\",\n responses: {\n 200: {\n bodyMapper: Mappers.AccessReviewInstance\n },\n default: {\n bodyMapper: Mappers.ErrorDefinition\n }\n },\n requestBody: Parameters.properties2,\n queryParameters: [Parameters.apiVersion3],\n urlParameters: [\n Parameters.$host,\n Parameters.scheduleDefinitionId,\n Parameters.id,\n Parameters.scope1\n ],\n headerParameters: [Parameters.accept, Parameters.contentType],\n mediaType: \"json\",\n serializer\n};\nconst listNextOperationSpec: coreClient.OperationSpec = {\n path: \"{nextLink}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.AccessReviewInstanceListResult\n },\n default: {\n bodyMapper: Mappers.ErrorDefinition\n }\n },\n urlParameters: [\n Parameters.$host,\n Parameters.nextLink,\n Parameters.scheduleDefinitionId,\n Parameters.scope1\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\n","/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { ScopeAccessReviewInstance } from \"../operationsInterfaces\";\nimport * as coreClient from \"@azure/core-client\";\nimport * as Mappers from \"../models/mappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { AuthorizationManagementClient } from \"../authorizationManagementClient\";\nimport {\n ScopeAccessReviewInstanceStopOptionalParams,\n RecordAllDecisionsProperties,\n ScopeAccessReviewInstanceRecordAllDecisionsOptionalParams,\n ScopeAccessReviewInstanceResetDecisionsOptionalParams,\n ScopeAccessReviewInstanceApplyDecisionsOptionalParams,\n ScopeAccessReviewInstanceSendRemindersOptionalParams\n} from \"../models\";\n\n/** Class containing ScopeAccessReviewInstance operations. */\nexport class ScopeAccessReviewInstanceImpl\n implements ScopeAccessReviewInstance {\n private readonly client: AuthorizationManagementClient;\n\n /**\n * Initialize a new instance of the class ScopeAccessReviewInstance class.\n * @param client Reference to the service client\n */\n constructor(client: AuthorizationManagementClient) {\n this.client = client;\n }\n\n /**\n * An action to stop an access review instance.\n * @param scope The scope of the resource.\n * @param scheduleDefinitionId The id of the access review schedule definition.\n * @param id The id of the access review instance.\n * @param options The options parameters.\n */\n stop(\n scope: string,\n scheduleDefinitionId: string,\n id: string,\n options?: ScopeAccessReviewInstanceStopOptionalParams\n ): Promise<void> {\n return this.client.sendOperationRequest(\n { scope, scheduleDefinitionId, id, options },\n stopOperationSpec\n );\n }\n\n /**\n * An action to approve/deny all decisions for a review with certain filters.\n * @param scope The scope of the resource.\n * @param scheduleDefinitionId The id of the access review schedule definition.\n * @param id The id of the access review instance.\n * @param properties Record all decisions payload.\n * @param options The options parameters.\n */\n recordAllDecisions(\n scope: string,\n scheduleDefinitionId: string,\n id: string,\n properties: RecordAllDecisionsProperties,\n options?: ScopeAccessReviewInstanceRecordAllDecisionsOptionalParams\n ): Promise<void> {\n return this.client.sendOperationRequest(\n { scope, scheduleDefinitionId, id, properties, options },\n recordAllDecisionsOperationSpec\n );\n }\n\n /**\n * An action to reset all decisions for an access review instance.\n * @param scope The scope of the resource.\n * @param scheduleDefinitionId The id of the access review schedule definition.\n * @param id The id of the access review instance.\n * @param options The options parameters.\n */\n resetDecisions(\n scope: string,\n scheduleDefinitionId: string,\n id: string,\n options?: ScopeAccessReviewInstanceResetDecisionsOptionalParams\n ): Promise<void> {\n return this.client.sendOperationRequest(\n { scope, scheduleDefinitionId, id, options },\n resetDecisionsOperationSpec\n );\n }\n\n /**\n * An action to apply all decisions for an access review instance.\n * @param scope The scope of the resource.\n * @param scheduleDefinitionId The id of the access review schedule definition.\n * @param id The id of the access review instance.\n * @param options The options parameters.\n */\n applyDecisions(\n scope: string,\n scheduleDefinitionId: string,\n id: string,\n options?: ScopeAccessReviewInstanceApplyDecisionsOptionalParams\n ): Promise<void> {\n return this.client.sendOperationRequest(\n { scope, scheduleDefinitionId, id, options },\n applyDecisionsOperationSpec\n );\n }\n\n /**\n * An action to send reminders for an access review instance.\n * @param scope The scope of the resource.\n * @param scheduleDefinitionId The id of the access review schedule definition.\n * @param id The id of the access review instance.\n * @param options The options parameters.\n */\n sendReminders(\n scope: string,\n scheduleDefinitionId: string,\n id: string,\n options?: ScopeAccessReviewInstanceSendRemindersOptionalParams\n ): Promise<void> {\n return this.client.sendOperationRequest(\n { scope, scheduleDefinitionId, id, options },\n sendRemindersOperationSpec\n );\n }\n}\n// Operation Specifications\nconst serializer = coreClient.createSerializer(Mappers, /* isXml */ false);\n\nconst stopOperationSpec: coreClient.OperationSpec = {\n path:\n \"/{scope}/providers/Microsoft.Authorization/accessReviewScheduleDefinitions/{scheduleDefinitionId}/instances/{id}/stop\",\n httpMethod: \"POST\",\n responses: {\n 204: {},\n default: {\n bodyMapper: Mappers.ErrorDefinition\n }\n },\n queryParameters: [Parameters.apiVersion3],\n urlParameters: [\n Parameters.$host,\n Parameters.scheduleDefinitionId,\n Parameters.id,\n Parameters.scope1\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst recordAllDecisionsOperationSpec: coreClient.OperationSpec = {\n path:\n \"/{scope}/providers/Microsoft.Authorization/accessReviewScheduleDefinitions/{scheduleDefinitionId}/instances/{id}/recordAllDecisions\",\n httpMethod: \"POST\",\n responses: {\n 204: {},\n default: {\n bodyMapper: Mappers.ErrorDefinition\n }\n },\n requestBody: Parameters.properties4,\n queryParameters: [Parameters.apiVersion3],\n urlParameters: [\n Parameters.$host,\n Parameters.scheduleDefinitionId,\n Parameters.id,\n Parameters.scope1\n ],\n headerParameters: [Parameters.accept, Parameters.contentType],\n mediaType: \"json\",\n serializer\n};\nconst resetDecisionsOperationSpec: coreClient.OperationSpec = {\n path:\n \"/{scope}/providers/Microsoft.Authorization/accessReviewScheduleDefinitions/{scheduleDefinitionId}/instances/{id}/resetDecisions\",\n httpMethod: \"POST\",\n responses: {\n 204: {},\n default: {\n bodyMapper: Mappers.ErrorDefinition\n }\n },\n queryParameters: [Parameters.apiVersion3],\n urlParameters: [\n Parameters.$host,\n Parameters.scheduleDefinitionId,\n Parameters.id,\n Parameters.scope1\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst applyDecisionsOperationSpec: coreClient.OperationSpec = {\n path:\n \"/{scope}/providers/Microsoft.Authorization/accessReviewScheduleDefinitions/{scheduleDefinitionId}/instances/{id}/applyDecisions\",\n httpMethod: \"POST\",\n responses: {\n 204: {},\n default: {\n bodyMapper: Mappers.ErrorDefinition\n }\n },\n queryParameters: [Parameters.apiVersion3],\n urlParameters: [\n Parameters.$host,\n Parameters.scheduleDefinitionId,\n Parameters.id,\n Parameters.scope1\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst sendRemindersOperationSpec: coreClient.OperationSpec = {\n path:\n \"/{scope}/providers/Microsoft.Authorization/accessReviewScheduleDefinitions/{scheduleDefinitionId}/instances/{id}/sendReminders\",\n httpMethod: \"POST\",\n responses: {\n 204: {},\n default: {\n bodyMapper: Mappers.ErrorDefinition\n }\n },\n queryParameters: [Parameters.apiVersion3],\n urlParameters: [\n Parameters.$host,\n Parameters.scheduleDefinitionId,\n Parameters.id,\n Parameters.scope1\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\n","/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { PagedAsyncIterableIterator, PageSettings } from \"@azure/core-paging\";\nimport { setContinuationToken } from \"../pagingHelper\";\nimport { ScopeAccessReviewInstanceDecisions } from \"../operationsInterfaces\";\nimport * as coreClient from \"@azure/core-client\";\nimport * as Mappers from \"../models/mappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { AuthorizationManagementClient } from \"../authorizationManagementClient\";\nimport {\n AccessReviewDecision,\n ScopeAccessReviewInstanceDecisionsListNextOptionalParams,\n ScopeAccessReviewInstanceDecisionsListOptionalParams,\n ScopeAccessReviewInstanceDecisionsListResponse,\n ScopeAccessReviewInstanceDecisionsListNextResponse\n} from \"../models\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Class containing ScopeAccessReviewInstanceDecisions operations. */\nexport class ScopeAccessReviewInstanceDecisionsImpl\n implements ScopeAccessReviewInstanceDecisions {\n private readonly client: AuthorizationManagementClient;\n\n /**\n * Initialize a new instance of the class ScopeAccessReviewInstanceDecisions class.\n * @param client Reference to the service client\n */\n constructor(client: AuthorizationManagementClient) {\n this.client = client;\n }\n\n /**\n * Get access review instance decisions\n * @param scope The scope of the resource.\n * @param scheduleDefinitionId The id of the access review schedule definition.\n * @param id The id of the access review instance.\n * @param options The options parameters.\n */\n public list(\n scope: string,\n scheduleDefinitionId: string,\n id: string,\n options?: ScopeAccessReviewInstanceDecisionsListOptionalParams\n ): PagedAsyncIterableIterator<AccessReviewDecision> {\n const iter = this.listPagingAll(scope, scheduleDefinitionId, id, options);\n return {\n next() {\n return iter.next();\n },\n [Symbol.asyncIterator]() {\n return this;\n },\n byPage: (settings?: PageSettings) => {\n if (settings?.maxPageSize) {\n throw new Error(\"maxPageSize is not supported by this operation.\");\n }\n return this.listPagingPage(\n scope,\n scheduleDefinitionId,\n id,\n options,\n settings\n );\n }\n };\n }\n\n private async *listPagingPage(\n scope: string,\n scheduleDefinitionId: string,\n id: string,\n options?: ScopeAccessReviewInstanceDecisionsListOptionalParams,\n settings?: PageSettings\n ): AsyncIterableIterator<AccessReviewDecision[]> {\n let result: ScopeAccessReviewInstanceDecisionsListResponse;\n let continuationToken = settings?.continuationToken;\n if (!continuationToken) {\n result = await this._list(scope, scheduleDefinitionId, id, options);\n let page = result.value || [];\n continuationToken = result.nextLink;\n setContinuationToken(page, continuationToken);\n yield page;\n }\n while (continuationToken) {\n result = await this._listNext(\n scope,\n scheduleDefinitionId,\n id,\n continuationToken,\n options\n );\n continuationToken = result.nextLink;\n let page = result.value || [];\n setContinuationToken(page, continuationToken);\n yield page;\n }\n }\n\n private async *listPagingAll(\n scope: string,\n scheduleDefinitionId: string,\n id: string,\n options?: ScopeAccessReviewInstanceDecisionsListOptionalParams\n ): AsyncIterableIterator<AccessReviewDecision> {\n for await (const page of this.listPagingPage(\n scope,\n scheduleDefinitionId,\n id,\n options\n )) {\n yield* page;\n }\n }\n\n /**\n * Get access review instance decisions\n * @param scope The scope of the resource.\n * @param scheduleDefinitionId The id of the access review schedule definition.\n * @param id The id of the access review instance.\n * @param options The options parameters.\n */\n private _list(\n scope: string,\n scheduleDefinitionId: string,\n id: string,\n options?: ScopeAccessReviewInstanceDecisionsListOptionalParams\n ): Promise<ScopeAccessReviewInstanceDecisionsListResponse> {\n return this.client.sendOperationRequest(\n { scope, scheduleDefinitionId, id, options },\n listOperationSpec\n );\n }\n\n /**\n * ListNext\n * @param scope The scope of the resource.\n * @param scheduleDefinitionId The id of the access review schedule definition.\n * @param id The id of the access review instance.\n * @param nextLink The nextLink from the previous successful call to the List method.\n * @param options The options parameters.\n */\n private _listNext(\n scope: string,\n scheduleDefinitionId: string,\n id: string,\n nextLink: string,\n options?: ScopeAccessReviewInstanceDecisionsListNextOptionalParams\n ): Promise<ScopeAccessReviewInstanceDecisionsListNextResponse> {\n return this.client.sendOperationRequest(\n { scope, scheduleDefinitionId, id, nextLink, options },\n listNextOperationSpec\n );\n }\n}\n// Operation Specifications\nconst serializer = coreClient.createSerializer(Mappers, /* isXml */ false);\n\nconst listOperationSpec: coreClient.OperationSpec = {\n path:\n \"/{scope}/providers/Microsoft.Authorization/accessReviewScheduleDefinitions/{scheduleDefinitionId}/instances/{id}/decisions\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.AccessReviewDecisionListResult\n },\n default: {\n bodyMapper: Mappers.ErrorDefinition\n }\n },\n queryParameters: [Parameters.filter1, Parameters.apiVersion3],\n urlParameters: [\n Parameters.$host,\n Parameters.scheduleDefinitionId,\n Parameters.id,\n Parameters.scope1\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst listNextOperationSpec: coreClient.OperationSpec = {\n path: \"{nextLink}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.AccessReviewDecisionListResult\n },\n default: {\n bodyMapper: Mappers.ErrorDefinition\n }\n },\n urlParameters: [\n Parameters.$host,\n Parameters.nextLink,\n Parameters.scheduleDefinitionId,\n Parameters.id,\n Parameters.scope1\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\n","/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { PagedAsyncIterableIterator, PageSettings } from \"@azure/core-paging\";\nimport { setContinuationToken } from \"../pagingHelper\";\nimport { ScopeAccessReviewInstanceContactedReviewers } from \"../operationsInterfaces\";\nimport * as coreClient from \"@azure/core-client\";\nimport * as Mappers from \"../models/mappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { AuthorizationManagementClient } from \"../authorizationManagementClient\";\nimport {\n AccessReviewContactedReviewer,\n ScopeAccessReviewInstanceContactedReviewersListNextOptionalParams,\n ScopeAccessReviewInstanceContactedReviewersListOptionalParams,\n ScopeAccessReviewInstanceContactedReviewersListResponse,\n ScopeAccessReviewInstanceContactedReviewersListNextResponse\n} from \"../models\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Class containing ScopeAccessReviewInstanceContactedReviewers operations. */\nexport class ScopeAccessReviewInstanceContactedReviewersImpl\n implements ScopeAccessReviewInstanceContactedReviewers {\n private readonly client: AuthorizationManagementClient;\n\n /**\n * Initialize a new instance of the class ScopeAccessReviewInstanceContactedReviewers class.\n * @param client Reference to the service client\n */\n constructor(client: AuthorizationManagementClient) {\n this.client = client;\n }\n\n /**\n * Get access review instance contacted reviewers\n * @param scope The scope of the resource.\n * @param scheduleDefinitionId The id of the access review schedule definition.\n * @param id The id of the access review instance.\n * @param options The options parameters.\n */\n public list(\n scope: string,\n scheduleDefinitionId: string,\n id: string,\n options?: ScopeAccessReviewInstanceContactedReviewersListOptionalParams\n ): PagedAsyncIterableIterator<AccessReviewContactedReviewer> {\n const iter = this.listPagingAll(scope, scheduleDefinitionId, id, options);\n return {\n next() {\n return iter.next();\n },\n [Symbol.asyncIterator]() {\n return this;\n },\n byPage: (settings?: PageSettings) => {\n if (settings?.maxPageSize) {\n throw new Error(\"maxPageSize is not supported by this operation.\");\n }\n return this.listPagingPage(\n scope,\n scheduleDefinitionId,\n id,\n options,\n settings\n );\n }\n };\n }\n\n private async *listPagingPage(\n scope: string,\n scheduleDefinitionId: string,\n id: string,\n options?: ScopeAccessReviewInstanceContactedReviewersListOptionalParams,\n settings?: PageSettings\n ): AsyncIterableIterator<AccessReviewContactedReviewer[]> {\n let result: ScopeAccessReviewInstanceContactedReviewersListResponse;\n let continuationToken = settings?.continuationToken;\n if (!continuationToken) {\n result = await this._list(scope, scheduleDefinitionId, id, options);\n let page = result.value || [];\n continuationToken = result.nextLink;\n setContinuationToken(page, continuationToken);\n yield page;\n }\n while (continuationToken) {\n result = await this._listNext(\n scope,\n scheduleDefinitionId,\n id,\n continuationToken,\n options\n );\n continuationToken = result.nextLink;\n let page = result.value || [];\n setContinuationToken(page, continuationToken);\n yield page;\n }\n }\n\n private async *listPagingAll(\n scope: string,\n scheduleDefinitionId: string,\n id: string,\n options?: ScopeAccessReviewInstanceContactedReviewersListOptionalParams\n ): AsyncIterableIterator<AccessReviewContactedReviewer> {\n for await (const page of this.listPagingPage(\n scope,\n scheduleDefinitionId,\n id,\n options\n )) {\n yield* page;\n }\n }\n\n /**\n * Get access review instance contacted reviewers\n * @param scope The scope of the resource.\n * @param scheduleDefinitionId The id of the access review schedule definition.\n * @param id The id of the access review instance.\n * @param options The options parameters.\n */\n private _list(\n scope: string,\n scheduleDefinitionId: string,\n id: string,\n options?: ScopeAccessReviewInstanceContactedReviewersListOptionalParams\n ): Promise<ScopeAccessReviewInstanceContactedReviewersListResponse> {\n return this.client.sendOperationRequest(\n { scope, scheduleDefinitionId, id, options },\n listOperationSpec\n );\n }\n\n /**\n * ListNext\n * @param scope The scope of the resource.\n * @param scheduleDefinitionId The id of the access review schedule definition.\n * @param id The id of the access review instance.\n * @param nextLink The nextLink from the previous successful call to the List method.\n * @param options The options parameters.\n */\n private _listNext(\n scope: string,\n scheduleDefinitionId: string,\n id: string,\n nextLink: string,\n options?: ScopeAccessReviewInstanceContactedReviewersListNextOptionalParams\n ): Promise<ScopeAccessReviewInstanceContactedReviewersListNextResponse> {\n return this.client.sendOperationRequest(\n { scope, scheduleDefinitionId, id, nextLink, options },\n listNextOperationSpec\n );\n }\n}\n// Operation Specifications\nconst serializer = coreClient.createSerializer(Mappers, /* isXml */ false);\n\nconst listOperationSpec: coreClient.OperationSpec = {\n path:\n \"/{scope}/providers/Microsoft.Authorization/accessReviewScheduleDefinitions/{scheduleDefinitionId}/instances/{id}/contactedReviewers\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.AccessReviewContactedReviewerListResult\n },\n default: {\n bodyMapper: Mappers.ErrorDefinition\n }\n },\n queryParameters: [Parameters.apiVersion3],\n urlParameters: [\n Parameters.$host,\n Parameters.scheduleDefinitionId,\n Parameters.id,\n Parameters.scope1\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst listNextOperationSpec: coreClient.OperationSpec = {\n path: \"{nextLink}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.AccessReviewContactedReviewerListResult\n },\n default: {\n bodyMapper: Mappers.ErrorDefinition\n }\n },\n urlParameters: [\n Parameters.$host,\n Parameters.nextLink,\n Parameters.scheduleDefinitionId,\n Parameters.id,\n Parameters.scope1\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\n","/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { ScopeAccessReviewDefaultSettings } from \"../operationsInterfaces\";\nimport * as coreClient from \"@azure/core-client\";\nimport * as Mappers from \"../models/mappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { AuthorizationManagementClient } from \"../authorizationManagementClient\";\nimport {\n ScopeAccessReviewDefaultSettingsGetOptionalParams,\n ScopeAccessReviewDefaultSettingsGetResponse,\n AccessReviewScheduleSettings,\n ScopeAccessReviewDefaultSettingsPutOptionalParams,\n ScopeAccessReviewDefaultSettingsPutResponse\n} from \"../models\";\n\n/** Class containing ScopeAccessReviewDefaultSettings operations. */\nexport class ScopeAccessReviewDefaultSettingsImpl\n implements ScopeAccessReviewDefaultSettings {\n private readonly client: AuthorizationManagementClient;\n\n /**\n * Initialize a new instance of the class ScopeAccessReviewDefaultSettings class.\n * @param client Reference to the service client\n */\n constructor(client: AuthorizationManagementClient) {\n this.client = client;\n }\n\n /**\n * Get access review default settings for the subscription\n * @param scope The scope of the resource.\n * @param options The options parameters.\n */\n get(\n scope: string,\n options?: ScopeAccessReviewDefaultSettingsGetOptionalParams\n ): Promise<ScopeAccessReviewDefaultSettingsGetResponse> {\n return this.client.sendOperationRequest(\n { scope, options },\n getOperationSpec\n );\n }\n\n /**\n * Get access review default settings for the subscription\n * @param scope The scope of the resource.\n * @param properties Access review schedule settings.\n * @param options The options parameters.\n */\n put(\n scope: string,\n properties: AccessReviewScheduleSettings,\n options?: ScopeAccessReviewDefaultSettingsPutOptionalParams\n ): Promise<ScopeAccessReviewDefaultSettingsPutResponse> {\n return this.client.sendOperationRequest(\n { scope, properties, options },\n putOperationSpec\n );\n }\n}\n// Operation Specifications\nconst serializer = coreClient.createSerializer(Mappers, /* isXml */ false);\n\nconst getOperationSpec: coreClient.OperationSpec = {\n path:\n \"/{scope}/providers/Microsoft.Authorization/accessReviewScheduleSettings/default\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.AccessReviewDefaultSettings\n },\n default: {\n bodyMapper: Mappers.ErrorDefinition\n }\n },\n queryParameters: [Parameters.apiVersion3],\n urlParameters: [Parameters.$host, Parameters.scope1],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst putOperationSpec: coreClient.OperationSpec = {\n path:\n \"/{scope}/providers/Microsoft.Authorization/accessReviewScheduleSettings/default\",\n httpMethod: \"PUT\",\n responses: {\n 200: {\n bodyMapper: Mappers.AccessReviewDefaultSettings\n },\n default: {\n bodyMapper: Mappers.ErrorDefinition\n }\n },\n requestBody: Parameters.properties3,\n queryParameters: [Parameters.apiVersion3],\n urlParameters: [Parameters.$host, Parameters.scope1],\n headerParameters: [Parameters.accept, Parameters.contentType],\n mediaType: \"json\",\n serializer\n};\n","/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { PagedAsyncIterableIterator, PageSettings } from \"@azure/core-paging\";\nimport { setContinuationToken } from \"../pagingHelper\";\nimport { AccessReviewScheduleDefinitionsAssignedForMyApproval } from \"../operationsInterfaces\";\nimport * as coreClient from \"@azure/core-client\";\nimport * as Mappers from \"../models/mappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { AuthorizationManagementClient } from \"../authorizationManagementClient\";\nimport {\n AccessReviewScheduleDefinition,\n AccessReviewScheduleDefinitionsAssignedForMyApprovalListNextOptionalParams,\n AccessReviewScheduleDefinitionsAssignedForMyApprovalListOptionalParams,\n AccessReviewScheduleDefinitionsAssignedForMyApprovalListResponse,\n AccessReviewScheduleDefinitionsAssignedForMyApprovalListNextResponse\n} from \"../models\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Class containing AccessReviewScheduleDefinitionsAssignedForMyApproval operations. */\nexport class AccessReviewScheduleDefinitionsAssignedForMyApprovalImpl\n implements AccessReviewScheduleDefinitionsAssignedForMyApproval {\n private readonly client: AuthorizationManagementClient;\n\n /**\n * Initialize a new instance of the class AccessReviewScheduleDefinitionsAssignedForMyApproval class.\n * @param client Reference to the service client\n */\n constructor(client: AuthorizationManagementClient) {\n this.client = client;\n }\n\n /**\n * Get access review instances assigned for my approval.\n * @param options The options parameters.\n */\n public list(\n options?: AccessReviewScheduleDefinitionsAssignedForMyApprovalListOptionalParams\n ): PagedAsyncIterableIterator<AccessReviewScheduleDefinition> {\n const iter = this.listPagingAll(options);\n return {\n next() {\n return iter.next();\n },\n [Symbol.asyncIterator]() {\n return this;\n },\n byPage: (settings?: PageSettings) => {\n if (settings?.maxPageSize) {\n throw new Error(\"maxPageSize is not supported by this operation.\");\n }\n return this.listPagingPage(options, settings);\n }\n };\n }\n\n private async *listPagingPage(\n options?: AccessReviewScheduleDefinitionsAssignedForMyApprovalListOptionalParams,\n settings?: PageSettings\n ): AsyncIterableIterator<AccessReviewScheduleDefinition[]> {\n let result: AccessReviewScheduleDefinitionsAssignedForMyApprovalListResponse;\n let continuationToken = settings?.continuationToken;\n if (!continuationToken) {\n result = await this._list(options);\n let page = result.value || [];\n continuationToken = result.nextLink;\n setContinuationToken(page, continuationToken);\n yield page;\n }\n while (continuationToken) {\n result = await this._listNext(continuationToken, options);\n continuationToken = result.nextLink;\n let page = result.value || [];\n setContinuationToken(page, continuationToken);\n yield page;\n }\n }\n\n private async *listPagingAll(\n options?: AccessReviewScheduleDefinitionsAssignedForMyApprovalListOptionalParams\n ): AsyncIterableIterator<AccessReviewScheduleDefinition> {\n for await (const page of this.listPagingPage(options)) {\n yield* page;\n }\n }\n\n /**\n * Get access review instances assigned for my approval.\n * @param options The options parameters.\n */\n private _list(\n options?: AccessReviewScheduleDefinitionsAssignedForMyApprovalListOptionalParams\n ): Promise<AccessReviewScheduleDefinitionsAssignedForMyApprovalListResponse> {\n return this.client.sendOperationRequest({ options }, listOperationSpec);\n }\n\n /**\n * ListNext\n * @param nextLink The nextLink from the previous successful call to the List method.\n * @param options The options parameters.\n */\n private _listNext(\n nextLink: string,\n options?: AccessReviewScheduleDefinitionsAssignedForMyApprovalListNextOptionalParams\n ): Promise<\n AccessReviewScheduleDefinitionsAssignedForMyApprovalListNextResponse\n > {\n return this.client.sendOperationRequest(\n { nextLink, options },\n listNextOperationSpec\n );\n }\n}\n// Operation Specifications\nconst serializer = coreClient.createSerializer(Mappers, /* isXml */ false);\n\nconst listOperationSpec: coreClient.OperationSpec = {\n path: \"/providers/Microsoft.Authorization/accessReviewScheduleDefinitions\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.AccessReviewScheduleDefinitionListResult\n },\n default: {\n bodyMapper: Mappers.ErrorDefinition\n }\n },\n queryParameters: [Parameters.filter1, Parameters.apiVersion3],\n urlParameters: [Parameters.$host],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst listNextOperationSpec: coreClient.OperationSpec = {\n path: \"{nextLink}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.AccessReviewScheduleDefinitionListResult\n },\n default: {\n bodyMapper: Mappers.ErrorDefinition\n }\n },\n urlParameters: [Parameters.$host, Parameters.nextLink],\n headerParameters: [Parameters.accept],\n serializer\n};\n","/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { PagedAsyncIterableIterator, PageSettings } from \"@azure/core-paging\";\nimport { setContinuationToken } from \"../pagingHelper\";\nimport { AccessReviewInstancesAssignedForMyApproval } from \"../operationsInterfaces\";\nimport * as coreClient from \"@azure/core-client\";\nimport * as Mappers from \"../models/mappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { AuthorizationManagementClient } from \"../authorizationManagementClient\";\nimport {\n AccessReviewInstance,\n AccessReviewInstancesAssignedForMyApprovalListNextOptionalParams,\n AccessReviewInstancesAssignedForMyApprovalListOptionalParams,\n AccessReviewInstancesAssignedForMyApprovalListResponse,\n AccessReviewInstancesAssignedForMyApprovalGetByIdOptionalParams,\n AccessReviewInstancesAssignedForMyApprovalGetByIdResponse,\n AccessReviewInstancesAssignedForMyApprovalListNextResponse\n} from \"../models\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Class containing AccessReviewInstancesAssignedForMyApproval operations. */\nexport class AccessReviewInstancesAssignedForMyApprovalImpl\n implements AccessReviewInstancesAssignedForMyApproval {\n private readonly client: AuthorizationManagementClient;\n\n /**\n * Initialize a new instance of the class AccessReviewInstancesAssignedForMyApproval class.\n * @param client Reference to the service client\n */\n constructor(client: AuthorizationManagementClient) {\n this.client = client;\n }\n\n /**\n * Get access review instances assigned for my approval.\n * @param scheduleDefinitionId The id of the access review schedule definition.\n * @param options The options parameters.\n */\n public list(\n scheduleDefinitionId: string,\n options?: AccessReviewInstancesAssignedForMyApprovalListOptionalParams\n ): PagedAsyncIterableIterator<AccessReviewInstance> {\n const iter = this.listPagingAll(scheduleDefinitionId, options);\n return {\n next() {\n return iter.next();\n },\n [Symbol.asyncIterator]() {\n return this;\n },\n byPage: (settings?: PageSettings) => {\n if (settings?.maxPageSize) {\n throw new Error(\"maxPageSize is not supported by this operation.\");\n }\n return this.listPagingPage(scheduleDefinitionId, options, settings);\n }\n };\n }\n\n private async *listPagingPage(\n scheduleDefinitionId: string,\n options?: AccessReviewInstancesAssignedForMyApprovalListOptionalParams,\n settings?: PageSettings\n ): AsyncIterableIterator<AccessReviewInstance[]> {\n let result: AccessReviewInstancesAssignedForMyApprovalListResponse;\n let continuationToken = settings?.continuationToken;\n if (!continuationToken) {\n result = await this._list(scheduleDefinitionId, options);\n let page = result.value || [];\n continuationToken = result.nextLink;\n setContinuationToken(page, continuationToken);\n yield page;\n }\n while (continuationToken) {\n result = await this._listNext(\n scheduleDefinitionId,\n continuationToken,\n options\n );\n continuationToken = result.nextLink;\n let page = result.value || [];\n setContinuationToken(page, continuationToken);\n yield page;\n }\n }\n\n private async *listPagingAll(\n scheduleDefinitionId: string,\n options?: AccessReviewInstancesAssignedForMyApprovalListOptionalParams\n ): AsyncIterableIterator<AccessReviewInstance> {\n for await (const page of this.listPagingPage(\n scheduleDefinitionId,\n options\n )) {\n yield* page;\n }\n }\n\n /**\n * Get access review instances assigned for my approval.\n * @param scheduleDefinitionId The id of the access review schedule definition.\n * @param options The options parameters.\n */\n private _list(\n scheduleDefinitionId: string,\n options?: AccessReviewInstancesAssignedForMyApprovalListOptionalParams\n ): Promise<AccessReviewInstancesAssignedForMyApprovalListResponse> {\n return this.client.sendOperationRequest(\n { scheduleDefinitionId, options },\n listOperationSpec\n );\n }\n\n /**\n * Get single access review instance assigned for my approval.\n * @param scheduleDefinitionId The id of the access review schedule definition.\n * @param id The id of the access review instance.\n * @param options The options parameters.\n */\n getById(\n scheduleDefinitionId: string,\n id: string,\n options?: AccessReviewInstancesAssignedForMyApprovalGetByIdOptionalParams\n ): Promise<AccessReviewInstancesAssignedForMyApprovalGetByIdResponse> {\n return this.client.sendOperationRequest(\n { scheduleDefinitionId, id, options },\n getByIdOperationSpec\n );\n }\n\n /**\n * ListNext\n * @param scheduleDefinitionId The id of the access review schedule definition.\n * @param nextLink The nextLink from the previous successful call to the List method.\n * @param options The options parameters.\n */\n private _listNext(\n scheduleDefinitionId: string,\n nextLink: string,\n options?: AccessReviewInstancesAssignedForMyApprovalListNextOptionalParams\n ): Promise<AccessReviewInstancesAssignedForMyApprovalListNextResponse> {\n return this.client.sendOperationRequest(\n { scheduleDefinitionId, nextLink, options },\n listNextOperationSpec\n );\n }\n}\n// Operation Specifications\nconst serializer = coreClient.createSerializer(Mappers, /* isXml */ false);\n\nconst listOperationSpec: coreClient.OperationSpec = {\n path:\n \"/providers/Microsoft.Authorization/accessReviewScheduleDefinitions/{scheduleDefinitionId}/instances\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.AccessReviewInstanceListResult\n },\n default: {\n bodyMapper: Mappers.ErrorDefinition\n }\n },\n queryParameters: [Parameters.filter1, Parameters.apiVersion3],\n urlParameters: [Parameters.$host, Parameters.scheduleDefinitionId],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst getByIdOperationSpec: coreClient.OperationSpec = {\n path:\n \"/providers/Microsoft.Authorization/accessReviewScheduleDefinitions/{scheduleDefinitionId}/instances/{id}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.AccessReviewInstance\n },\n default: {\n bodyMapper: Mappers.ErrorDefinition\n }\n },\n queryParameters: [Parameters.apiVersion3],\n urlParameters: [\n Parameters.$host,\n Parameters.scheduleDefinitionId,\n Parameters.id\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst listNextOperationSpec: coreClient.OperationSpec = {\n path: \"{nextLink}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.AccessReviewInstanceListResult\n },\n default: {\n bodyMapper: Mappers.ErrorDefinition\n }\n },\n urlParameters: [\n Parameters.$host,\n Parameters.nextLink,\n Parameters.scheduleDefinitionId\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\n","/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { PagedAsyncIterableIterator, PageSettings } from \"@azure/core-paging\";\nimport { setContinuationToken } from \"../pagingHelper\";\nimport { AccessReviewInstanceMyDecisions } from \"../operationsInterfaces\";\nimport * as coreClient from \"@azure/core-client\";\nimport * as Mappers from \"../models/mappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { AuthorizationManagementClient } from \"../authorizationManagementClient\";\nimport {\n AccessReviewDecision,\n AccessReviewInstanceMyDecisionsListNextOptionalParams,\n AccessReviewInstanceMyDecisionsListOptionalParams,\n AccessReviewInstanceMyDecisionsListResponse,\n AccessReviewInstanceMyDecisionsGetByIdOptionalParams,\n AccessReviewInstanceMyDecisionsGetByIdResponse,\n AccessReviewDecisionProperties,\n AccessReviewInstanceMyDecisionsPatchOptionalParams,\n AccessReviewInstanceMyDecisionsPatchResponse,\n AccessReviewInstanceMyDecisionsListNextResponse\n} from \"../models\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Class containing AccessReviewInstanceMyDecisions operations. */\nexport class AccessReviewInstanceMyDecisionsImpl\n implements AccessReviewInstanceMyDecisions {\n private readonly client: AuthorizationManagementClient;\n\n /**\n * Initialize a new instance of the class AccessReviewInstanceMyDecisions class.\n * @param client Reference to the service client\n */\n constructor(client: AuthorizationManagementClient) {\n this.client = client;\n }\n\n /**\n * Get my access review instance decisions.\n * @param scheduleDefinitionId The id of the access review schedule definition.\n * @param id The id of the access review instance.\n * @param options The options parameters.\n */\n public list(\n scheduleDefinitionId: string,\n id: string,\n options?: AccessReviewInstanceMyDecisionsListOptionalParams\n ): PagedAsyncIterableIterator<AccessReviewDecision> {\n const iter = this.listPagingAll(scheduleDefinitionId, id, options);\n return {\n next() {\n return iter.next();\n },\n [Symbol.asyncIterator]() {\n return this;\n },\n byPage: (settings?: PageSettings) => {\n if (settings?.maxPageSize) {\n throw new Error(\"maxPageSize is not supported by this operation.\");\n }\n return this.listPagingPage(scheduleDefinitionId, id, options, settings);\n }\n };\n }\n\n private async *listPagingPage(\n scheduleDefinitionId: string,\n id: string,\n options?: AccessReviewInstanceMyDecisionsListOptionalParams,\n settings?: PageSettings\n ): AsyncIterableIterator<AccessReviewDecision[]> {\n let result: AccessReviewInstanceMyDecisionsListResponse;\n let continuationToken = settings?.continuationToken;\n if (!continuationToken) {\n result = await this._list(scheduleDefinitionId, id, options);\n let page = result.value || [];\n continuationToken = result.nextLink;\n setContinuationToken(page, continuationToken);\n yield page;\n }\n while (continuationToken) {\n result = await this._listNext(\n scheduleDefinitionId,\n id,\n continuationToken,\n options\n );\n continuationToken = result.nextLink;\n let page = result.value || [];\n setContinuationToken(page, continuationToken);\n yield page;\n }\n }\n\n private async *listPagingAll(\n scheduleDefinitionId: string,\n id: string,\n options?: AccessReviewInstanceMyDecisionsListOptionalParams\n ): AsyncIterableIterator<AccessReviewDecision> {\n for await (const page of this.listPagingPage(\n scheduleDefinitionId,\n id,\n options\n )) {\n yield* page;\n }\n }\n\n /**\n * Get my access review instance decisions.\n * @param scheduleDefinitionId The id of the access review schedule definition.\n * @param id The id of the access review instance.\n * @param options The options parameters.\n */\n private _list(\n scheduleDefinitionId: string,\n id: string,\n options?: AccessReviewInstanceMyDecisionsListOptionalParams\n ): Promise<AccessReviewInstanceMyDecisionsListResponse> {\n return this.client.sendOperationRequest(\n { scheduleDefinitionId, id, options },\n listOperationSpec\n );\n }\n\n /**\n * Get my single access review instance decision.\n * @param scheduleDefinitionId The id of the access review schedule definition.\n * @param id The id of the access review instance.\n * @param decisionId The id of the decision record.\n * @param options The options parameters.\n */\n getById(\n scheduleDefinitionId: string,\n id: string,\n decisionId: string,\n options?: AccessReviewInstanceMyDecisionsGetByIdOptionalParams\n ): Promise<AccessReviewInstanceMyDecisionsGetByIdResponse> {\n return this.client.sendOperationRequest(\n { scheduleDefinitionId, id, decisionId, options },\n getByIdOperationSpec\n );\n }\n\n /**\n * Record a decision.\n * @param scheduleDefinitionId The id of the access review schedule definition.\n * @param id The id of the access review instance.\n * @param decisionId The id of the decision record.\n * @param properties Access review decision properties to patch.\n * @param options The options parameters.\n */\n patch(\n scheduleDefinitionId: string,\n id: string,\n decisionId: string,\n properties: AccessReviewDecisionProperties,\n options?: AccessReviewInstanceMyDecisionsPatchOptionalParams\n ): Promise<AccessReviewInstanceMyDecisionsPatchResponse> {\n return this.client.sendOperationRequest(\n { scheduleDefinitionId, id, decisionId, properties, options },\n patchOperationSpec\n );\n }\n\n /**\n * ListNext\n * @param scheduleDefinitionId The id of the access review schedule definition.\n * @param id The id of the access review instance.\n * @param nextLink The nextLink from the previous successful call to the List method.\n * @param options The options parameters.\n */\n private _listNext(\n scheduleDefinitionId: string,\n id: string,\n nextLink: string,\n options?: AccessReviewInstanceMyDecisionsListNextOptionalParams\n ): Promise<AccessReviewInstanceMyDecisionsListNextResponse> {\n return this.client.sendOperationRequest(\n { scheduleDefinitionId, id, nextLink, options },\n listNextOperationSpec\n );\n }\n}\n// Operation Specifications\nconst serializer = coreClient.createSerializer(Mappers, /* isXml */ false);\n\nconst listOperationSpec: coreClient.OperationSpec = {\n path:\n \"/providers/Microsoft.Authorization/accessReviewScheduleDefinitions/{scheduleDefinitionId}/instances/{id}/decisions\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.AccessReviewDecisionListResult\n },\n default: {\n bodyMapper: Mappers.ErrorDefinition\n }\n },\n queryParameters: [Parameters.filter1, Parameters.apiVersion3],\n urlParameters: [\n Parameters.$host,\n Parameters.scheduleDefinitionId,\n Parameters.id\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst getByIdOperationSpec: coreClient.OperationSpec = {\n path:\n \"/providers/Microsoft.Authorization/accessReviewScheduleDefinitions/{scheduleDefinitionId}/instances/{id}/decisions/{decisionId}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.AccessReviewDecision\n },\n default: {\n bodyMapper: Mappers.ErrorDefinition\n }\n },\n queryParameters: [Parameters.apiVersion3],\n urlParameters: [\n Parameters.$host,\n Parameters.scheduleDefinitionId,\n Parameters.id,\n Parameters.decisionId\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst patchOperationSpec: coreClient.OperationSpec = {\n path:\n \"/providers/Microsoft.Authorization/accessReviewScheduleDefinitions/{scheduleDefinitionId}/instances/{id}/decisions/{decisionId}\",\n httpMethod: \"PATCH\",\n responses: {\n 200: {\n bodyMapper: Mappers.AccessReviewDecision\n },\n default: {\n bodyMapper: Mappers.ErrorDefinition\n }\n },\n requestBody: Parameters.properties5,\n queryParameters: [Parameters.apiVersion3],\n urlParameters: [\n Parameters.$host,\n Parameters.scheduleDefinitionId,\n Parameters.id,\n Parameters.decisionId\n ],\n headerParameters: [Parameters.accept, Parameters.contentType],\n mediaType: \"json\",\n serializer\n};\nconst listNextOperationSpec: coreClient.OperationSpec = {\n path: \"{nextLink}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.AccessReviewDecisionListResult\n },\n default: {\n bodyMapper: Mappers.ErrorDefinition\n }\n },\n urlParameters: [\n Parameters.$host,\n Parameters.nextLink,\n Parameters.scheduleDefinitionId,\n Parameters.id\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\n","/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { PagedAsyncIterableIterator, PageSettings } from \"@azure/core-paging\";\nimport { setContinuationToken } from \"../pagingHelper\";\nimport { TenantLevelAccessReviewInstanceContactedReviewers } from \"../operationsInterfaces\";\nimport * as coreClient from \"@azure/core-client\";\nimport * as Mappers from \"../models/mappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { AuthorizationManagementClient } from \"../authorizationManagementClient\";\nimport {\n AccessReviewContactedReviewer,\n TenantLevelAccessReviewInstanceContactedReviewersListNextOptionalParams,\n TenantLevelAccessReviewInstanceContactedReviewersListOptionalParams,\n TenantLevelAccessReviewInstanceContactedReviewersListResponse,\n TenantLevelAccessReviewInstanceContactedReviewersListNextResponse\n} from \"../models\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Class containing TenantLevelAccessReviewInstanceContactedReviewers operations. */\nexport class TenantLevelAccessReviewInstanceContactedReviewersImpl\n implements TenantLevelAccessReviewInstanceContactedReviewers {\n private readonly client: AuthorizationManagementClient;\n\n /**\n * Initialize a new instance of the class TenantLevelAccessReviewInstanceContactedReviewers class.\n * @param client Reference to the service client\n */\n constructor(client: AuthorizationManagementClient) {\n this.client = client;\n }\n\n /**\n * Get access review instance contacted reviewers\n * @param scheduleDefinitionId The id of the access review schedule definition.\n * @param id The id of the access review instance.\n * @param options The options parameters.\n */\n public list(\n scheduleDefinitionId: string,\n id: string,\n options?: TenantLevelAccessReviewInstanceContactedReviewersListOptionalParams\n ): PagedAsyncIterableIterator<AccessReviewContactedReviewer> {\n const iter = this.listPagingAll(scheduleDefinitionId, id, options);\n return {\n next() {\n return iter.next();\n },\n [Symbol.asyncIterator]() {\n return this;\n },\n byPage: (settings?: PageSettings) => {\n if (settings?.maxPageSize) {\n throw new Error(\"maxPageSize is not supported by this operation.\");\n }\n return this.listPagingPage(scheduleDefinitionId, id, options, settings);\n }\n };\n }\n\n private async *listPagingPage(\n scheduleDefinitionId: string,\n id: string,\n options?: TenantLevelAccessReviewInstanceContactedReviewersListOptionalParams,\n settings?: PageSettings\n ): AsyncIterableIterator<AccessReviewContactedReviewer[]> {\n let result: TenantLevelAccessReviewInstanceContactedReviewersListResponse;\n let continuationToken = settings?.continuationToken;\n if (!continuationToken) {\n result = await this._list(scheduleDefinitionId, id, options);\n let page = result.value || [];\n continuationToken = result.nextLink;\n setContinuationToken(page, continuationToken);\n yield page;\n }\n while (continuationToken) {\n result = await this._listNext(\n scheduleDefinitionId,\n id,\n continuationToken,\n options\n );\n continuationToken = result.nextLink;\n let page = result.value || [];\n setContinuationToken(page, continuationToken);\n yield page;\n }\n }\n\n private async *listPagingAll(\n scheduleDefinitionId: string,\n id: string,\n options?: TenantLevelAccessReviewInstanceContactedReviewersListOptionalParams\n ): AsyncIterableIterator<AccessReviewContactedReviewer> {\n for await (const page of this.listPagingPage(\n scheduleDefinitionId,\n id,\n options\n )) {\n yield* page;\n }\n }\n\n /**\n * Get access review instance contacted reviewers\n * @param scheduleDefinitionId The id of the access review schedule definition.\n * @param id The id of the access review instance.\n * @param options The options parameters.\n */\n private _list(\n scheduleDefinitionId: string,\n id: string,\n options?: TenantLevelAccessReviewInstanceContactedReviewersListOptionalParams\n ): Promise<TenantLevelAccessReviewInstanceContactedReviewersListResponse> {\n return this.client.sendOperationRequest(\n { scheduleDefinitionId, id, options },\n listOperationSpec\n );\n }\n\n /**\n * ListNext\n * @param scheduleDefinitionId The id of the access review schedule definition.\n * @param id The id of the access review instance.\n * @param nextLink The nextLink from the previous successful call to the List method.\n * @param options The options parameters.\n */\n private _listNext(\n scheduleDefinitionId: string,\n id: string,\n nextLink: string,\n options?: TenantLevelAccessReviewInstanceContactedReviewersListNextOptionalParams\n ): Promise<\n TenantLevelAccessReviewInstanceContactedReviewersListNextResponse\n > {\n return this.client.sendOperationRequest(\n { scheduleDefinitionId, id, nextLink, options },\n listNextOperationSpec\n );\n }\n}\n// Operation Specifications\nconst serializer = coreClient.createSerializer(Mappers, /* isXml */ false);\n\nconst listOperationSpec: coreClient.OperationSpec = {\n path:\n \"/providers/Microsoft.Authorization/accessReviewScheduleDefinitions/{scheduleDefinitionId}/instances/{id}/contactedReviewers\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.AccessReviewContactedReviewerListResult\n },\n default: {\n bodyMapper: Mappers.ErrorDefinition\n }\n },\n queryParameters: [Parameters.apiVersion3],\n urlParameters: [\n Parameters.$host,\n Parameters.scheduleDefinitionId,\n Parameters.id\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst listNextOperationSpec: coreClient.OperationSpec = {\n path: \"{nextLink}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.AccessReviewContactedReviewerListResult\n },\n default: {\n bodyMapper: Mappers.ErrorDefinition\n }\n },\n urlParameters: [\n Parameters.$host,\n Parameters.nextLink,\n Parameters.scheduleDefinitionId,\n Parameters.id\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\n","/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { PagedAsyncIterableIterator, PageSettings } from \"@azure/core-paging\";\nimport { setContinuationToken } from \"../pagingHelper\";\nimport { EligibleChildResources } from \"../operationsInterfaces\";\nimport * as coreClient from \"@azure/core-client\";\nimport * as Mappers from \"../models/mappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { AuthorizationManagementClient } from \"../authorizationManagementClient\";\nimport {\n EligibleChildResource,\n EligibleChildResourcesGetNextOptionalParams,\n EligibleChildResourcesGetOptionalParams,\n EligibleChildResourcesGetResponse,\n EligibleChildResourcesGetNextResponse\n} from \"../models\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Class containing EligibleChildResources operations. */\nexport class EligibleChildResourcesImpl implements EligibleChildResources {\n private readonly client: AuthorizationManagementClient;\n\n /**\n * Initialize a new instance of the class EligibleChildResources class.\n * @param client Reference to the service client\n */\n constructor(client: AuthorizationManagementClient) {\n this.client = client;\n }\n\n /**\n * Get the child resources of a resource on which user has eligible access\n * @param scope The scope of the role management policy.\n * @param options The options parameters.\n */\n public list(\n scope: string,\n options?: EligibleChildResourcesGetOptionalParams\n ): PagedAsyncIterableIterator<EligibleChildResource> {\n const iter = this.getPagingAll(scope, options);\n return {\n next() {\n return iter.next();\n },\n [Symbol.asyncIterator]() {\n return this;\n },\n byPage: (settings?: PageSettings) => {\n if (settings?.maxPageSize) {\n throw new Error(\"maxPageSize is not supported by this operation.\");\n }\n return this.getPagingPage(scope, options, settings);\n }\n };\n }\n\n private async *getPagingPage(\n scope: string,\n options?: EligibleChildResourcesGetOptionalParams,\n settings?: PageSettings\n ): AsyncIterableIterator<EligibleChildResource[]> {\n let result: EligibleChildResourcesGetResponse;\n let continuationToken = settings?.continuationToken;\n if (!continuationToken) {\n result = await this._get(scope, options);\n let page = result.value || [];\n continuationToken = result.nextLink;\n setContinuationToken(page, continuationToken);\n yield page;\n }\n while (continuationToken) {\n result = await this._getNext(scope, continuationToken, options);\n continuationToken = result.nextLink;\n let page = result.value || [];\n setContinuationToken(page, continuationToken);\n yield page;\n }\n }\n\n private async *getPagingAll(\n scope: string,\n options?: EligibleChildResourcesGetOptionalParams\n ): AsyncIterableIterator<EligibleChildResource> {\n for await (const page of this.getPagingPage(scope, options)) {\n yield* page;\n }\n }\n\n /**\n * Get the child resources of a resource on which user has eligible access\n * @param scope The scope of the role management policy.\n * @param options The options parameters.\n */\n private _get(\n scope: string,\n options?: EligibleChildResourcesGetOptionalParams\n ): Promise<EligibleChildResourcesGetResponse> {\n return this.client.sendOperationRequest(\n { scope, options },\n getOperationSpec\n );\n }\n\n /**\n * GetNext\n * @param scope The scope of the role management policy.\n * @param nextLink The nextLink from the previous successful call to the Get method.\n * @param options The options parameters.\n */\n private _getNext(\n scope: string,\n nextLink: string,\n options?: EligibleChildResourcesGetNextOptionalParams\n ): Promise<EligibleChildResourcesGetNextResponse> {\n return this.client.sendOperationRequest(\n { scope, nextLink, options },\n getNextOperationSpec\n );\n }\n}\n// Operation Specifications\nconst serializer = coreClient.createSerializer(Mappers, /* isXml */ false);\n\nconst getOperationSpec: coreClient.OperationSpec = {\n path: \"/{scope}/providers/Microsoft.Authorization/eligibleChildResources\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.EligibleChildResourcesListResult\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n queryParameters: [Parameters.filter, Parameters.apiVersion4],\n urlParameters: [Parameters.$host, Parameters.scope],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst getNextOperationSpec: coreClient.OperationSpec = {\n path: \"{nextLink}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.EligibleChildResourcesListResult\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n urlParameters: [Parameters.$host, Parameters.nextLink, Parameters.scope],\n headerParameters: [Parameters.accept],\n serializer\n};\n","/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { PagedAsyncIterableIterator, PageSettings } from \"@azure/core-paging\";\nimport { setContinuationToken } from \"../pagingHelper\";\nimport { RoleAssignmentSchedules } from \"../operationsInterfaces\";\nimport * as coreClient from \"@azure/core-client\";\nimport * as Mappers from \"../models/mappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { AuthorizationManagementClient } from \"../authorizationManagementClient\";\nimport {\n RoleAssignmentSchedule,\n RoleAssignmentSchedulesListForScopeNextOptionalParams,\n RoleAssignmentSchedulesListForScopeOptionalParams,\n RoleAssignmentSchedulesListForScopeResponse,\n RoleAssignmentSchedulesGetOptionalParams,\n RoleAssignmentSchedulesGetResponse,\n RoleAssignmentSchedulesListForScopeNextResponse\n} from \"../models\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Class containing RoleAssignmentSchedules operations. */\nexport class RoleAssignmentSchedulesImpl implements RoleAssignmentSchedules {\n private readonly client: AuthorizationManagementClient;\n\n /**\n * Initialize a new instance of the class RoleAssignmentSchedules class.\n * @param client Reference to the service client\n */\n constructor(client: AuthorizationManagementClient) {\n this.client = client;\n }\n\n /**\n * Gets role assignment schedules for a resource scope.\n * @param scope The scope of the role assignments schedules.\n * @param options The options parameters.\n */\n public listForScope(\n scope: string,\n options?: RoleAssignmentSchedulesListForScopeOptionalParams\n ): PagedAsyncIterableIterator<RoleAssignmentSchedule> {\n const iter = this.listForScopePagingAll(scope, options);\n return {\n next() {\n return iter.next();\n },\n [Symbol.asyncIterator]() {\n return this;\n },\n byPage: (settings?: PageSettings) => {\n if (settings?.maxPageSize) {\n throw new Error(\"maxPageSize is not supported by this operation.\");\n }\n return this.listForScopePagingPage(scope, options, settings);\n }\n };\n }\n\n private async *listForScopePagingPage(\n scope: string,\n options?: RoleAssignmentSchedulesListForScopeOptionalParams,\n settings?: PageSettings\n ): AsyncIterableIterator<RoleAssignmentSchedule[]> {\n let result: RoleAssignmentSchedulesListForScopeResponse;\n let continuationToken = settings?.continuationToken;\n if (!continuationToken) {\n result = await this._listForScope(scope, options);\n let page = result.value || [];\n continuationToken = result.nextLink;\n setContinuationToken(page, continuationToken);\n yield page;\n }\n while (continuationToken) {\n result = await this._listForScopeNext(scope, continuationToken, options);\n continuationToken = result.nextLink;\n let page = result.value || [];\n setContinuationToken(page, continuationToken);\n yield page;\n }\n }\n\n private async *listForScopePagingAll(\n scope: string,\n options?: RoleAssignmentSchedulesListForScopeOptionalParams\n ): AsyncIterableIterator<RoleAssignmentSchedule> {\n for await (const page of this.listForScopePagingPage(scope, options)) {\n yield* page;\n }\n }\n\n /**\n * Get the specified role assignment schedule for a resource scope\n * @param scope The scope of the role assignment schedule.\n * @param roleAssignmentScheduleName The name (guid) of the role assignment schedule to get.\n * @param options The options parameters.\n */\n get(\n scope: string,\n roleAssignmentScheduleName: string,\n options?: RoleAssignmentSchedulesGetOptionalParams\n ): Promise<RoleAssignmentSchedulesGetResponse> {\n return this.client.sendOperationRequest(\n { scope, roleAssignmentScheduleName, options },\n getOperationSpec\n );\n }\n\n /**\n * Gets role assignment schedules for a resource scope.\n * @param scope The scope of the role assignments schedules.\n * @param options The options parameters.\n */\n private _listForScope(\n scope: string,\n options?: RoleAssignmentSchedulesListForScopeOptionalParams\n ): Promise<RoleAssignmentSchedulesListForScopeResponse> {\n return this.client.sendOperationRequest(\n { scope, options },\n listForScopeOperationSpec\n );\n }\n\n /**\n * ListForScopeNext\n * @param scope The scope of the role assignments schedules.\n * @param nextLink The nextLink from the previous successful call to the ListForScope method.\n * @param options The options parameters.\n */\n private _listForScopeNext(\n scope: string,\n nextLink: string,\n options?: RoleAssignmentSchedulesListForScopeNextOptionalParams\n ): Promise<RoleAssignmentSchedulesListForScopeNextResponse> {\n return this.client.sendOperationRequest(\n { scope, nextLink, options },\n listForScopeNextOperationSpec\n );\n }\n}\n// Operation Specifications\nconst serializer = coreClient.createSerializer(Mappers, /* isXml */ false);\n\nconst getOperationSpec: coreClient.OperationSpec = {\n path:\n \"/{scope}/providers/Microsoft.Authorization/roleAssignmentSchedules/{roleAssignmentScheduleName}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.RoleAssignmentSchedule\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n queryParameters: [Parameters.apiVersion4],\n urlParameters: [\n Parameters.$host,\n Parameters.scope,\n Parameters.roleAssignmentScheduleName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst listForScopeOperationSpec: coreClient.OperationSpec = {\n path: \"/{scope}/providers/Microsoft.Authorization/roleAssignmentSchedules\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.RoleAssignmentScheduleListResult\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n queryParameters: [Parameters.filter, Parameters.apiVersion4],\n urlParameters: [Parameters.$host, Parameters.scope],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst listForScopeNextOperationSpec: coreClient.OperationSpec = {\n path: \"{nextLink}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.RoleAssignmentScheduleListResult\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n urlParameters: [Parameters.$host, Parameters.nextLink, Parameters.scope],\n headerParameters: [Parameters.accept],\n serializer\n};\n","/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { PagedAsyncIterableIterator, PageSettings } from \"@azure/core-paging\";\nimport { setContinuationToken } from \"../pagingHelper\";\nimport { RoleAssignmentScheduleInstances } from \"../operationsInterfaces\";\nimport * as coreClient from \"@azure/core-client\";\nimport * as Mappers from \"../models/mappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { AuthorizationManagementClient } from \"../authorizationManagementClient\";\nimport {\n RoleAssignmentScheduleInstance,\n RoleAssignmentScheduleInstancesListForScopeNextOptionalParams,\n RoleAssignmentScheduleInstancesListForScopeOptionalParams,\n RoleAssignmentScheduleInstancesListForScopeResponse,\n RoleAssignmentScheduleInstancesGetOptionalParams,\n RoleAssignmentScheduleInstancesGetResponse,\n RoleAssignmentScheduleInstancesListForScopeNextResponse\n} from \"../models\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Class containing RoleAssignmentScheduleInstances operations. */\nexport class RoleAssignmentScheduleInstancesImpl\n implements RoleAssignmentScheduleInstances {\n private readonly client: AuthorizationManagementClient;\n\n /**\n * Initialize a new instance of the class RoleAssignmentScheduleInstances class.\n * @param client Reference to the service client\n */\n constructor(client: AuthorizationManagementClient) {\n this.client = client;\n }\n\n /**\n * Gets role assignment schedule instances of a role assignment schedule.\n * @param scope The scope of the role assignment schedule.\n * @param options The options parameters.\n */\n public listForScope(\n scope: string,\n options?: RoleAssignmentScheduleInstancesListForScopeOptionalParams\n ): PagedAsyncIterableIterator<RoleAssignmentScheduleInstance> {\n const iter = this.listForScopePagingAll(scope, options);\n return {\n next() {\n return iter.next();\n },\n [Symbol.asyncIterator]() {\n return this;\n },\n byPage: (settings?: PageSettings) => {\n if (settings?.maxPageSize) {\n throw new Error(\"maxPageSize is not supported by this operation.\");\n }\n return this.listForScopePagingPage(scope, options, settings);\n }\n };\n }\n\n private async *listForScopePagingPage(\n scope: string,\n options?: RoleAssignmentScheduleInstancesListForScopeOptionalParams,\n settings?: PageSettings\n ): AsyncIterableIterator<RoleAssignmentScheduleInstance[]> {\n let result: RoleAssignmentScheduleInstancesListForScopeResponse;\n let continuationToken = settings?.continuationToken;\n if (!continuationToken) {\n result = await this._listForScope(scope, options);\n let page = result.value || [];\n continuationToken = result.nextLink;\n setContinuationToken(page, continuationToken);\n yield page;\n }\n while (continuationToken) {\n result = await this._listForScopeNext(scope, continuationToken, options);\n continuationToken = result.nextLink;\n let page = result.value || [];\n setContinuationToken(page, continuationToken);\n yield page;\n }\n }\n\n private async *listForScopePagingAll(\n scope: string,\n options?: RoleAssignmentScheduleInstancesListForScopeOptionalParams\n ): AsyncIterableIterator<RoleAssignmentScheduleInstance> {\n for await (const page of this.listForScopePagingPage(scope, options)) {\n yield* page;\n }\n }\n\n /**\n * Gets role assignment schedule instances of a role assignment schedule.\n * @param scope The scope of the role assignment schedule.\n * @param options The options parameters.\n */\n private _listForScope(\n scope: string,\n options?: RoleAssignmentScheduleInstancesListForScopeOptionalParams\n ): Promise<RoleAssignmentScheduleInstancesListForScopeResponse> {\n return this.client.sendOperationRequest(\n { scope, options },\n listForScopeOperationSpec\n );\n }\n\n /**\n * Gets the specified role assignment schedule instance.\n * @param scope The scope of the role assignments schedules.\n * @param roleAssignmentScheduleInstanceName The name (hash of schedule name + time) of the role\n * assignment schedule to get.\n * @param options The options parameters.\n */\n get(\n scope: string,\n roleAssignmentScheduleInstanceName: string,\n options?: RoleAssignmentScheduleInstancesGetOptionalParams\n ): Promise<RoleAssignmentScheduleInstancesGetResponse> {\n return this.client.sendOperationRequest(\n { scope, roleAssignmentScheduleInstanceName, options },\n getOperationSpec\n );\n }\n\n /**\n * ListForScopeNext\n * @param scope The scope of the role assignment schedule.\n * @param nextLink The nextLink from the previous successful call to the ListForScope method.\n * @param options The options parameters.\n */\n private _listForScopeNext(\n scope: string,\n nextLink: string,\n options?: RoleAssignmentScheduleInstancesListForScopeNextOptionalParams\n ): Promise<RoleAssignmentScheduleInstancesListForScopeNextResponse> {\n return this.client.sendOperationRequest(\n { scope, nextLink, options },\n listForScopeNextOperationSpec\n );\n }\n}\n// Operation Specifications\nconst serializer = coreClient.createSerializer(Mappers, /* isXml */ false);\n\nconst listForScopeOperationSpec: coreClient.OperationSpec = {\n path:\n \"/{scope}/providers/Microsoft.Authorization/roleAssignmentScheduleInstances\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.RoleAssignmentScheduleInstanceListResult\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n queryParameters: [Parameters.filter, Parameters.apiVersion4],\n urlParameters: [Parameters.$host, Parameters.scope],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst getOperationSpec: coreClient.OperationSpec = {\n path:\n \"/{scope}/providers/Microsoft.Authorization/roleAssignmentScheduleInstances/{roleAssignmentScheduleInstanceName}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.RoleAssignmentScheduleInstance\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n queryParameters: [Parameters.apiVersion4],\n urlParameters: [\n Parameters.$host,\n Parameters.scope,\n Parameters.roleAssignmentScheduleInstanceName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst listForScopeNextOperationSpec: coreClient.OperationSpec = {\n path: \"{nextLink}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.RoleAssignmentScheduleInstanceListResult\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n urlParameters: [Parameters.$host, Parameters.nextLink, Parameters.scope],\n headerParameters: [Parameters.accept],\n serializer\n};\n","/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { PagedAsyncIterableIterator, PageSettings } from \"@azure/core-paging\";\nimport { setContinuationToken } from \"../pagingHelper\";\nimport { RoleAssignmentScheduleRequests } from \"../operationsInterfaces\";\nimport * as coreClient from \"@azure/core-client\";\nimport * as Mappers from \"../models/mappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { AuthorizationManagementClient } from \"../authorizationManagementClient\";\nimport {\n RoleAssignmentScheduleRequest,\n RoleAssignmentScheduleRequestsListForScopeNextOptionalParams,\n RoleAssignmentScheduleRequestsListForScopeOptionalParams,\n RoleAssignmentScheduleRequestsListForScopeResponse,\n RoleAssignmentScheduleRequestsCreateOptionalParams,\n RoleAssignmentScheduleRequestsCreateResponse,\n RoleAssignmentScheduleRequestsGetOptionalParams,\n RoleAssignmentScheduleRequestsGetResponse,\n RoleAssignmentScheduleRequestsCancelOptionalParams,\n RoleAssignmentScheduleRequestsValidateOptionalParams,\n RoleAssignmentScheduleRequestsValidateResponse,\n RoleAssignmentScheduleRequestsListForScopeNextResponse\n} from \"../models\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Class containing RoleAssignmentScheduleRequests operations. */\nexport class RoleAssignmentScheduleRequestsImpl\n implements RoleAssignmentScheduleRequests {\n private readonly client: AuthorizationManagementClient;\n\n /**\n * Initialize a new instance of the class RoleAssignmentScheduleRequests class.\n * @param client Reference to the service client\n */\n constructor(client: AuthorizationManagementClient) {\n this.client = client;\n }\n\n /**\n * Gets role assignment schedule requests for a scope.\n * @param scope The scope of the role assignments schedule requests.\n * @param options The options parameters.\n */\n public listForScope(\n scope: string,\n options?: RoleAssignmentScheduleRequestsListForScopeOptionalParams\n ): PagedAsyncIterableIterator<RoleAssignmentScheduleRequest> {\n const iter = this.listForScopePagingAll(scope, options);\n return {\n next() {\n return iter.next();\n },\n [Symbol.asyncIterator]() {\n return this;\n },\n byPage: (settings?: PageSettings) => {\n if (settings?.maxPageSize) {\n throw new Error(\"maxPageSize is not supported by this operation.\");\n }\n return this.listForScopePagingPage(scope, options, settings);\n }\n };\n }\n\n private async *listForScopePagingPage(\n scope: string,\n options?: RoleAssignmentScheduleRequestsListForScopeOptionalParams,\n settings?: PageSettings\n ): AsyncIterableIterator<RoleAssignmentScheduleRequest[]> {\n let result: RoleAssignmentScheduleRequestsListForScopeResponse;\n let continuationToken = settings?.continuationToken;\n if (!continuationToken) {\n result = await this._listForScope(scope, options);\n let page = result.value || [];\n continuationToken = result.nextLink;\n setContinuationToken(page, continuationToken);\n yield page;\n }\n while (continuationToken) {\n result = await this._listForScopeNext(scope, continuationToken, options);\n continuationToken = result.nextLink;\n let page = result.value || [];\n setContinuationToken(page, continuationToken);\n yield page;\n }\n }\n\n private async *listForScopePagingAll(\n scope: string,\n options?: RoleAssignmentScheduleRequestsListForScopeOptionalParams\n ): AsyncIterableIterator<RoleAssignmentScheduleRequest> {\n for await (const page of this.listForScopePagingPage(scope, options)) {\n yield* page;\n }\n }\n\n /**\n * Creates a role assignment schedule request.\n * @param scope The scope of the role assignment schedule request to create. The scope can be any REST\n * resource instance. For example, use\n * '/providers/Microsoft.Subscription/subscriptions/{subscription-id}/' for a subscription,\n * '/providers/Microsoft.Subscription/subscriptions/{subscription-id}/resourceGroups/{resource-group-name}'\n * for a resource group, and\n * '/providers/Microsoft.Subscription/subscriptions/{subscription-id}/resourceGroups/{resource-group-name}/providers/{resource-provider}/{resource-type}/{resource-name}'\n * for a resource.\n * @param roleAssignmentScheduleRequestName A GUID for the role assignment to create. The name must be\n * unique and different for each role assignment.\n * @param parameters Parameters for the role assignment schedule request.\n * @param options The options parameters.\n */\n create(\n scope: string,\n roleAssignmentScheduleRequestName: string,\n parameters: RoleAssignmentScheduleRequest,\n options?: RoleAssignmentScheduleRequestsCreateOptionalParams\n ): Promise<RoleAssignmentScheduleRequestsCreateResponse> {\n return this.client.sendOperationRequest(\n { scope, roleAssignmentScheduleRequestName, parameters, options },\n createOperationSpec\n );\n }\n\n /**\n * Get the specified role assignment schedule request.\n * @param scope The scope of the role assignment schedule request.\n * @param roleAssignmentScheduleRequestName The name (guid) of the role assignment schedule request to\n * get.\n * @param options The options parameters.\n */\n get(\n scope: string,\n roleAssignmentScheduleRequestName: string,\n options?: RoleAssignmentScheduleRequestsGetOptionalParams\n ): Promise<RoleAssignmentScheduleRequestsGetResponse> {\n return this.client.sendOperationRequest(\n { scope, roleAssignmentScheduleRequestName, options },\n getOperationSpec\n );\n }\n\n /**\n * Gets role assignment schedule requests for a scope.\n * @param scope The scope of the role assignments schedule requests.\n * @param options The options parameters.\n */\n private _listForScope(\n scope: string,\n options?: RoleAssignmentScheduleRequestsListForScopeOptionalParams\n ): Promise<RoleAssignmentScheduleRequestsListForScopeResponse> {\n return this.client.sendOperationRequest(\n { scope, options },\n listForScopeOperationSpec\n );\n }\n\n /**\n * Cancels a pending role assignment schedule request.\n * @param scope The scope of the role assignment request to cancel.\n * @param roleAssignmentScheduleRequestName The name of the role assignment request to cancel.\n * @param options The options parameters.\n */\n cancel(\n scope: string,\n roleAssignmentScheduleRequestName: string,\n options?: RoleAssignmentScheduleRequestsCancelOptionalParams\n ): Promise<void> {\n return this.client.sendOperationRequest(\n { scope, roleAssignmentScheduleRequestName, options },\n cancelOperationSpec\n );\n }\n\n /**\n * Validates a new role assignment schedule request.\n * @param scope The scope of the role assignment request to validate.\n * @param roleAssignmentScheduleRequestName The name of the role assignment request to validate.\n * @param parameters Parameters for the role assignment schedule request.\n * @param options The options parameters.\n */\n validate(\n scope: string,\n roleAssignmentScheduleRequestName: string,\n parameters: RoleAssignmentScheduleRequest,\n options?: RoleAssignmentScheduleRequestsValidateOptionalParams\n ): Promise<RoleAssignmentScheduleRequestsValidateResponse> {\n return this.client.sendOperationRequest(\n { scope, roleAssignmentScheduleRequestName, parameters, options },\n validateOperationSpec\n );\n }\n\n /**\n * ListForScopeNext\n * @param scope The scope of the role assignments schedule requests.\n * @param nextLink The nextLink from the previous successful call to the ListForScope method.\n * @param options The options parameters.\n */\n private _listForScopeNext(\n scope: string,\n nextLink: string,\n options?: RoleAssignmentScheduleRequestsListForScopeNextOptionalParams\n ): Promise<RoleAssignmentScheduleRequestsListForScopeNextResponse> {\n return this.client.sendOperationRequest(\n { scope, nextLink, options },\n listForScopeNextOperationSpec\n );\n }\n}\n// Operation Specifications\nconst serializer = coreClient.createSerializer(Mappers, /* isXml */ false);\n\nconst createOperationSpec: coreClient.OperationSpec = {\n path:\n \"/{scope}/providers/Microsoft.Authorization/roleAssignmentScheduleRequests/{roleAssignmentScheduleRequestName}\",\n httpMethod: \"PUT\",\n responses: {\n 201: {\n bodyMapper: Mappers.RoleAssignmentScheduleRequest\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n requestBody: Parameters.parameters1,\n queryParameters: [Parameters.apiVersion5],\n urlParameters: [\n Parameters.$host,\n Parameters.scope,\n Parameters.roleAssignmentScheduleRequestName\n ],\n headerParameters: [Parameters.accept, Parameters.contentType],\n mediaType: \"json\",\n serializer\n};\nconst getOperationSpec: coreClient.OperationSpec = {\n path:\n \"/{scope}/providers/Microsoft.Authorization/roleAssignmentScheduleRequests/{roleAssignmentScheduleRequestName}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.RoleAssignmentScheduleRequest\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n queryParameters: [Parameters.apiVersion5],\n urlParameters: [\n Parameters.$host,\n Parameters.scope,\n Parameters.roleAssignmentScheduleRequestName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst listForScopeOperationSpec: coreClient.OperationSpec = {\n path:\n \"/{scope}/providers/Microsoft.Authorization/roleAssignmentScheduleRequests\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.RoleAssignmentScheduleRequestListResult\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n queryParameters: [Parameters.filter, Parameters.apiVersion5],\n urlParameters: [Parameters.$host, Parameters.scope],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst cancelOperationSpec: coreClient.OperationSpec = {\n path:\n \"/{scope}/providers/Microsoft.Authorization/roleAssignmentScheduleRequests/{roleAssignmentScheduleRequestName}/cancel\",\n httpMethod: \"POST\",\n responses: {\n 200: {},\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n queryParameters: [Parameters.apiVersion5],\n urlParameters: [\n Parameters.$host,\n Parameters.scope,\n Parameters.roleAssignmentScheduleRequestName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst validateOperationSpec: coreClient.OperationSpec = {\n path:\n \"/{scope}/providers/Microsoft.Authorization/roleAssignmentScheduleRequests/{roleAssignmentScheduleRequestName}/validate\",\n httpMethod: \"POST\",\n responses: {\n 200: {\n bodyMapper: Mappers.RoleAssignmentScheduleRequest\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n requestBody: Parameters.parameters1,\n queryParameters: [Parameters.apiVersion5],\n urlParameters: [\n Parameters.$host,\n Parameters.scope,\n Parameters.roleAssignmentScheduleRequestName\n ],\n headerParameters: [Parameters.accept, Parameters.contentType],\n mediaType: \"json\",\n serializer\n};\nconst listForScopeNextOperationSpec: coreClient.OperationSpec = {\n path: \"{nextLink}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.RoleAssignmentScheduleRequestListResult\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n urlParameters: [Parameters.$host, Parameters.nextLink, Parameters.scope],\n headerParameters: [Parameters.accept],\n serializer\n};\n","/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { PagedAsyncIterableIterator, PageSettings } from \"@azure/core-paging\";\nimport { setContinuationToken } from \"../pagingHelper\";\nimport { RoleEligibilitySchedules } from \"../operationsInterfaces\";\nimport * as coreClient from \"@azure/core-client\";\nimport * as Mappers from \"../models/mappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { AuthorizationManagementClient } from \"../authorizationManagementClient\";\nimport {\n RoleEligibilitySchedule,\n RoleEligibilitySchedulesListForScopeNextOptionalParams,\n RoleEligibilitySchedulesListForScopeOptionalParams,\n RoleEligibilitySchedulesListForScopeResponse,\n RoleEligibilitySchedulesGetOptionalParams,\n RoleEligibilitySchedulesGetResponse,\n RoleEligibilitySchedulesListForScopeNextResponse\n} from \"../models\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Class containing RoleEligibilitySchedules operations. */\nexport class RoleEligibilitySchedulesImpl implements RoleEligibilitySchedules {\n private readonly client: AuthorizationManagementClient;\n\n /**\n * Initialize a new instance of the class RoleEligibilitySchedules class.\n * @param client Reference to the service client\n */\n constructor(client: AuthorizationManagementClient) {\n this.client = client;\n }\n\n /**\n * Gets role eligibility schedules for a resource scope.\n * @param scope The scope of the role eligibility schedules.\n * @param options The options parameters.\n */\n public listForScope(\n scope: string,\n options?: RoleEligibilitySchedulesListForScopeOptionalParams\n ): PagedAsyncIterableIterator<RoleEligibilitySchedule> {\n const iter = this.listForScopePagingAll(scope, options);\n return {\n next() {\n return iter.next();\n },\n [Symbol.asyncIterator]() {\n return this;\n },\n byPage: (settings?: PageSettings) => {\n if (settings?.maxPageSize) {\n throw new Error(\"maxPageSize is not supported by this operation.\");\n }\n return this.listForScopePagingPage(scope, options, settings);\n }\n };\n }\n\n private async *listForScopePagingPage(\n scope: string,\n options?: RoleEligibilitySchedulesListForScopeOptionalParams,\n settings?: PageSettings\n ): AsyncIterableIterator<RoleEligibilitySchedule[]> {\n let result: RoleEligibilitySchedulesListForScopeResponse;\n let continuationToken = settings?.continuationToken;\n if (!continuationToken) {\n result = await this._listForScope(scope, options);\n let page = result.value || [];\n continuationToken = result.nextLink;\n setContinuationToken(page, continuationToken);\n yield page;\n }\n while (continuationToken) {\n result = await this._listForScopeNext(scope, continuationToken, options);\n continuationToken = result.nextLink;\n let page = result.value || [];\n setContinuationToken(page, continuationToken);\n yield page;\n }\n }\n\n private async *listForScopePagingAll(\n scope: string,\n options?: RoleEligibilitySchedulesListForScopeOptionalParams\n ): AsyncIterableIterator<RoleEligibilitySchedule> {\n for await (const page of this.listForScopePagingPage(scope, options)) {\n yield* page;\n }\n }\n\n /**\n * Get the specified role eligibility schedule for a resource scope\n * @param scope The scope of the role eligibility schedule.\n * @param roleEligibilityScheduleName The name (guid) of the role eligibility schedule to get.\n * @param options The options parameters.\n */\n get(\n scope: string,\n roleEligibilityScheduleName: string,\n options?: RoleEligibilitySchedulesGetOptionalParams\n ): Promise<RoleEligibilitySchedulesGetResponse> {\n return this.client.sendOperationRequest(\n { scope, roleEligibilityScheduleName, options },\n getOperationSpec\n );\n }\n\n /**\n * Gets role eligibility schedules for a resource scope.\n * @param scope The scope of the role eligibility schedules.\n * @param options The options parameters.\n */\n private _listForScope(\n scope: string,\n options?: RoleEligibilitySchedulesListForScopeOptionalParams\n ): Promise<RoleEligibilitySchedulesListForScopeResponse> {\n return this.client.sendOperationRequest(\n { scope, options },\n listForScopeOperationSpec\n );\n }\n\n /**\n * ListForScopeNext\n * @param scope The scope of the role eligibility schedules.\n * @param nextLink The nextLink from the previous successful call to the ListForScope method.\n * @param options The options parameters.\n */\n private _listForScopeNext(\n scope: string,\n nextLink: string,\n options?: RoleEligibilitySchedulesListForScopeNextOptionalParams\n ): Promise<RoleEligibilitySchedulesListForScopeNextResponse> {\n return this.client.sendOperationRequest(\n { scope, nextLink, options },\n listForScopeNextOperationSpec\n );\n }\n}\n// Operation Specifications\nconst serializer = coreClient.createSerializer(Mappers, /* isXml */ false);\n\nconst getOperationSpec: coreClient.OperationSpec = {\n path:\n \"/{scope}/providers/Microsoft.Authorization/roleEligibilitySchedules/{roleEligibilityScheduleName}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.RoleEligibilitySchedule\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n queryParameters: [Parameters.apiVersion4],\n urlParameters: [\n Parameters.$host,\n Parameters.scope,\n Parameters.roleEligibilityScheduleName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst listForScopeOperationSpec: coreClient.OperationSpec = {\n path: \"/{scope}/providers/Microsoft.Authorization/roleEligibilitySchedules\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.RoleEligibilityScheduleListResult\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n queryParameters: [Parameters.filter, Parameters.apiVersion4],\n urlParameters: [Parameters.$host, Parameters.scope],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst listForScopeNextOperationSpec: coreClient.OperationSpec = {\n path: \"{nextLink}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.RoleEligibilityScheduleListResult\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n urlParameters: [Parameters.$host, Parameters.nextLink, Parameters.scope],\n headerParameters: [Parameters.accept],\n serializer\n};\n","/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { PagedAsyncIterableIterator, PageSettings } from \"@azure/core-paging\";\nimport { setContinuationToken } from \"../pagingHelper\";\nimport { RoleEligibilityScheduleInstances } from \"../operationsInterfaces\";\nimport * as coreClient from \"@azure/core-client\";\nimport * as Mappers from \"../models/mappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { AuthorizationManagementClient } from \"../authorizationManagementClient\";\nimport {\n RoleEligibilityScheduleInstance,\n RoleEligibilityScheduleInstancesListForScopeNextOptionalParams,\n RoleEligibilityScheduleInstancesListForScopeOptionalParams,\n RoleEligibilityScheduleInstancesListForScopeResponse,\n RoleEligibilityScheduleInstancesGetOptionalParams,\n RoleEligibilityScheduleInstancesGetResponse,\n RoleEligibilityScheduleInstancesListForScopeNextResponse\n} from \"../models\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Class containing RoleEligibilityScheduleInstances operations. */\nexport class RoleEligibilityScheduleInstancesImpl\n implements RoleEligibilityScheduleInstances {\n private readonly client: AuthorizationManagementClient;\n\n /**\n * Initialize a new instance of the class RoleEligibilityScheduleInstances class.\n * @param client Reference to the service client\n */\n constructor(client: AuthorizationManagementClient) {\n this.client = client;\n }\n\n /**\n * Gets role eligibility schedule instances of a role eligibility schedule.\n * @param scope The scope of the role eligibility schedule.\n * @param options The options parameters.\n */\n public listForScope(\n scope: string,\n options?: RoleEligibilityScheduleInstancesListForScopeOptionalParams\n ): PagedAsyncIterableIterator<RoleEligibilityScheduleInstance> {\n const iter = this.listForScopePagingAll(scope, options);\n return {\n next() {\n return iter.next();\n },\n [Symbol.asyncIterator]() {\n return this;\n },\n byPage: (settings?: PageSettings) => {\n if (settings?.maxPageSize) {\n throw new Error(\"maxPageSize is not supported by this operation.\");\n }\n return this.listForScopePagingPage(scope, options, settings);\n }\n };\n }\n\n private async *listForScopePagingPage(\n scope: string,\n options?: RoleEligibilityScheduleInstancesListForScopeOptionalParams,\n settings?: PageSettings\n ): AsyncIterableIterator<RoleEligibilityScheduleInstance[]> {\n let result: RoleEligibilityScheduleInstancesListForScopeResponse;\n let continuationToken = settings?.continuationToken;\n if (!continuationToken) {\n result = await this._listForScope(scope, options);\n let page = result.value || [];\n continuationToken = result.nextLink;\n setContinuationToken(page, continuationToken);\n yield page;\n }\n while (continuationToken) {\n result = await this._listForScopeNext(scope, continuationToken, options);\n continuationToken = result.nextLink;\n let page = result.value || [];\n setContinuationToken(page, continuationToken);\n yield page;\n }\n }\n\n private async *listForScopePagingAll(\n scope: string,\n options?: RoleEligibilityScheduleInstancesListForScopeOptionalParams\n ): AsyncIterableIterator<RoleEligibilityScheduleInstance> {\n for await (const page of this.listForScopePagingPage(scope, options)) {\n yield* page;\n }\n }\n\n /**\n * Gets role eligibility schedule instances of a role eligibility schedule.\n * @param scope The scope of the role eligibility schedule.\n * @param options The options parameters.\n */\n private _listForScope(\n scope: string,\n options?: RoleEligibilityScheduleInstancesListForScopeOptionalParams\n ): Promise<RoleEligibilityScheduleInstancesListForScopeResponse> {\n return this.client.sendOperationRequest(\n { scope, options },\n listForScopeOperationSpec\n );\n }\n\n /**\n * Gets the specified role eligibility schedule instance.\n * @param scope The scope of the role eligibility schedules.\n * @param roleEligibilityScheduleInstanceName The name (hash of schedule name + time) of the role\n * eligibility schedule to get.\n * @param options The options parameters.\n */\n get(\n scope: string,\n roleEligibilityScheduleInstanceName: string,\n options?: RoleEligibilityScheduleInstancesGetOptionalParams\n ): Promise<RoleEligibilityScheduleInstancesGetResponse> {\n return this.client.sendOperationRequest(\n { scope, roleEligibilityScheduleInstanceName, options },\n getOperationSpec\n );\n }\n\n /**\n * ListForScopeNext\n * @param scope The scope of the role eligibility schedule.\n * @param nextLink The nextLink from the previous successful call to the ListForScope method.\n * @param options The options parameters.\n */\n private _listForScopeNext(\n scope: string,\n nextLink: string,\n options?: RoleEligibilityScheduleInstancesListForScopeNextOptionalParams\n ): Promise<RoleEligibilityScheduleInstancesListForScopeNextResponse> {\n return this.client.sendOperationRequest(\n { scope, nextLink, options },\n listForScopeNextOperationSpec\n );\n }\n}\n// Operation Specifications\nconst serializer = coreClient.createSerializer(Mappers, /* isXml */ false);\n\nconst listForScopeOperationSpec: coreClient.OperationSpec = {\n path:\n \"/{scope}/providers/Microsoft.Authorization/roleEligibilityScheduleInstances\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.RoleEligibilityScheduleInstanceListResult\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n queryParameters: [Parameters.filter, Parameters.apiVersion4],\n urlParameters: [Parameters.$host, Parameters.scope],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst getOperationSpec: coreClient.OperationSpec = {\n path:\n \"/{scope}/providers/Microsoft.Authorization/roleEligibilityScheduleInstances/{roleEligibilityScheduleInstanceName}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.RoleEligibilityScheduleInstance\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n queryParameters: [Parameters.apiVersion4],\n urlParameters: [\n Parameters.$host,\n Parameters.scope,\n Parameters.roleEligibilityScheduleInstanceName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst listForScopeNextOperationSpec: coreClient.OperationSpec = {\n path: \"{nextLink}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.RoleEligibilityScheduleInstanceListResult\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n urlParameters: [Parameters.$host, Parameters.nextLink, Parameters.scope],\n headerParameters: [Parameters.accept],\n serializer\n};\n","/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { PagedAsyncIterableIterator, PageSettings } from \"@azure/core-paging\";\nimport { setContinuationToken } from \"../pagingHelper\";\nimport { RoleEligibilityScheduleRequests } from \"../operationsInterfaces\";\nimport * as coreClient from \"@azure/core-client\";\nimport * as Mappers from \"../models/mappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { AuthorizationManagementClient } from \"../authorizationManagementClient\";\nimport {\n RoleEligibilityScheduleRequest,\n RoleEligibilityScheduleRequestsListForScopeNextOptionalParams,\n RoleEligibilityScheduleRequestsListForScopeOptionalParams,\n RoleEligibilityScheduleRequestsListForScopeResponse,\n RoleEligibilityScheduleRequestsCreateOptionalParams,\n RoleEligibilityScheduleRequestsCreateResponse,\n RoleEligibilityScheduleRequestsGetOptionalParams,\n RoleEligibilityScheduleRequestsGetResponse,\n RoleEligibilityScheduleRequestsCancelOptionalParams,\n RoleEligibilityScheduleRequestsValidateOptionalParams,\n RoleEligibilityScheduleRequestsValidateResponse,\n RoleEligibilityScheduleRequestsListForScopeNextResponse\n} from \"../models\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Class containing RoleEligibilityScheduleRequests operations. */\nexport class RoleEligibilityScheduleRequestsImpl\n implements RoleEligibilityScheduleRequests {\n private readonly client: AuthorizationManagementClient;\n\n /**\n * Initialize a new instance of the class RoleEligibilityScheduleRequests class.\n * @param client Reference to the service client\n */\n constructor(client: AuthorizationManagementClient) {\n this.client = client;\n }\n\n /**\n * Gets role eligibility schedule requests for a scope.\n * @param scope The scope of the role eligibility schedule requests.\n * @param options The options parameters.\n */\n public listForScope(\n scope: string,\n options?: RoleEligibilityScheduleRequestsListForScopeOptionalParams\n ): PagedAsyncIterableIterator<RoleEligibilityScheduleRequest> {\n const iter = this.listForScopePagingAll(scope, options);\n return {\n next() {\n return iter.next();\n },\n [Symbol.asyncIterator]() {\n return this;\n },\n byPage: (settings?: PageSettings) => {\n if (settings?.maxPageSize) {\n throw new Error(\"maxPageSize is not supported by this operation.\");\n }\n return this.listForScopePagingPage(scope, options, settings);\n }\n };\n }\n\n private async *listForScopePagingPage(\n scope: string,\n options?: RoleEligibilityScheduleRequestsListForScopeOptionalParams,\n settings?: PageSettings\n ): AsyncIterableIterator<RoleEligibilityScheduleRequest[]> {\n let result: RoleEligibilityScheduleRequestsListForScopeResponse;\n let continuationToken = settings?.continuationToken;\n if (!continuationToken) {\n result = await this._listForScope(scope, options);\n let page = result.value || [];\n continuationToken = result.nextLink;\n setContinuationToken(page, continuationToken);\n yield page;\n }\n while (continuationToken) {\n result = await this._listForScopeNext(scope, continuationToken, options);\n continuationToken = result.nextLink;\n let page = result.value || [];\n setContinuationToken(page, continuationToken);\n yield page;\n }\n }\n\n private async *listForScopePagingAll(\n scope: string,\n options?: RoleEligibilityScheduleRequestsListForScopeOptionalParams\n ): AsyncIterableIterator<RoleEligibilityScheduleRequest> {\n for await (const page of this.listForScopePagingPage(scope, options)) {\n yield* page;\n }\n }\n\n /**\n * Creates a role eligibility schedule request.\n * @param scope The scope of the role eligibility schedule request to create. The scope can be any REST\n * resource instance. For example, use\n * '/providers/Microsoft.Subscription/subscriptions/{subscription-id}/' for a subscription,\n * '/providers/Microsoft.Subscription/subscriptions/{subscription-id}/resourceGroups/{resource-group-name}'\n * for a resource group, and\n * '/providers/Microsoft.Subscription/subscriptions/{subscription-id}/resourceGroups/{resource-group-name}/providers/{resource-provider}/{resource-type}/{resource-name}'\n * for a resource.\n * @param roleEligibilityScheduleRequestName The name of the role eligibility to create. It can be any\n * valid GUID.\n * @param parameters Parameters for the role eligibility schedule request.\n * @param options The options parameters.\n */\n create(\n scope: string,\n roleEligibilityScheduleRequestName: string,\n parameters: RoleEligibilityScheduleRequest,\n options?: RoleEligibilityScheduleRequestsCreateOptionalParams\n ): Promise<RoleEligibilityScheduleRequestsCreateResponse> {\n return this.client.sendOperationRequest(\n { scope, roleEligibilityScheduleRequestName, parameters, options },\n createOperationSpec\n );\n }\n\n /**\n * Get the specified role eligibility schedule request.\n * @param scope The scope of the role eligibility schedule request.\n * @param roleEligibilityScheduleRequestName The name (guid) of the role eligibility schedule request\n * to get.\n * @param options The options parameters.\n */\n get(\n scope: string,\n roleEligibilityScheduleRequestName: string,\n options?: RoleEligibilityScheduleRequestsGetOptionalParams\n ): Promise<RoleEligibilityScheduleRequestsGetResponse> {\n return this.client.sendOperationRequest(\n { scope, roleEligibilityScheduleRequestName, options },\n getOperationSpec\n );\n }\n\n /**\n * Gets role eligibility schedule requests for a scope.\n * @param scope The scope of the role eligibility schedule requests.\n * @param options The options parameters.\n */\n private _listForScope(\n scope: string,\n options?: RoleEligibilityScheduleRequestsListForScopeOptionalParams\n ): Promise<RoleEligibilityScheduleRequestsListForScopeResponse> {\n return this.client.sendOperationRequest(\n { scope, options },\n listForScopeOperationSpec\n );\n }\n\n /**\n * Cancels a pending role eligibility schedule request.\n * @param scope The scope of the role eligibility request to cancel.\n * @param roleEligibilityScheduleRequestName The name of the role eligibility request to cancel.\n * @param options The options parameters.\n */\n cancel(\n scope: string,\n roleEligibilityScheduleRequestName: string,\n options?: RoleEligibilityScheduleRequestsCancelOptionalParams\n ): Promise<void> {\n return this.client.sendOperationRequest(\n { scope, roleEligibilityScheduleRequestName, options },\n cancelOperationSpec\n );\n }\n\n /**\n * Validates a new role eligibility schedule request.\n * @param scope The scope of the role eligibility request to validate.\n * @param roleEligibilityScheduleRequestName The name of the role eligibility request to validate.\n * @param parameters Parameters for the role eligibility schedule request.\n * @param options The options parameters.\n */\n validate(\n scope: string,\n roleEligibilityScheduleRequestName: string,\n parameters: RoleEligibilityScheduleRequest,\n options?: RoleEligibilityScheduleRequestsValidateOptionalParams\n ): Promise<RoleEligibilityScheduleRequestsValidateResponse> {\n return this.client.sendOperationRequest(\n { scope, roleEligibilityScheduleRequestName, parameters, options },\n validateOperationSpec\n );\n }\n\n /**\n * ListForScopeNext\n * @param scope The scope of the role eligibility schedule requests.\n * @param nextLink The nextLink from the previous successful call to the ListForScope method.\n * @param options The options parameters.\n */\n private _listForScopeNext(\n scope: string,\n nextLink: string,\n options?: RoleEligibilityScheduleRequestsListForScopeNextOptionalParams\n ): Promise<RoleEligibilityScheduleRequestsListForScopeNextResponse> {\n return this.client.sendOperationRequest(\n { scope, nextLink, options },\n listForScopeNextOperationSpec\n );\n }\n}\n// Operation Specifications\nconst serializer = coreClient.createSerializer(Mappers, /* isXml */ false);\n\nconst createOperationSpec: coreClient.OperationSpec = {\n path:\n \"/{scope}/providers/Microsoft.Authorization/roleEligibilityScheduleRequests/{roleEligibilityScheduleRequestName}\",\n httpMethod: \"PUT\",\n responses: {\n 201: {\n bodyMapper: Mappers.RoleEligibilityScheduleRequest\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n requestBody: Parameters.parameters2,\n queryParameters: [Parameters.apiVersion5],\n urlParameters: [\n Parameters.$host,\n Parameters.scope,\n Parameters.roleEligibilityScheduleRequestName\n ],\n headerParameters: [Parameters.accept, Parameters.contentType],\n mediaType: \"json\",\n serializer\n};\nconst getOperationSpec: coreClient.OperationSpec = {\n path:\n \"/{scope}/providers/Microsoft.Authorization/roleEligibilityScheduleRequests/{roleEligibilityScheduleRequestName}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.RoleEligibilityScheduleRequest\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n queryParameters: [Parameters.apiVersion5],\n urlParameters: [\n Parameters.$host,\n Parameters.scope,\n Parameters.roleEligibilityScheduleRequestName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst listForScopeOperationSpec: coreClient.OperationSpec = {\n path:\n \"/{scope}/providers/Microsoft.Authorization/roleEligibilityScheduleRequests\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.RoleEligibilityScheduleRequestListResult\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n queryParameters: [Parameters.filter, Parameters.apiVersion5],\n urlParameters: [Parameters.$host, Parameters.scope],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst cancelOperationSpec: coreClient.OperationSpec = {\n path:\n \"/{scope}/providers/Microsoft.Authorization/roleEligibilityScheduleRequests/{roleEligibilityScheduleRequestName}/cancel\",\n httpMethod: \"POST\",\n responses: {\n 200: {},\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n queryParameters: [Parameters.apiVersion5],\n urlParameters: [\n Parameters.$host,\n Parameters.scope,\n Parameters.roleEligibilityScheduleRequestName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst validateOperationSpec: coreClient.OperationSpec = {\n path:\n \"/{scope}/providers/Microsoft.Authorization/roleEligibilityScheduleRequests/{roleEligibilityScheduleRequestName}/validate\",\n httpMethod: \"POST\",\n responses: {\n 200: {\n bodyMapper: Mappers.RoleEligibilityScheduleRequest\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n requestBody: Parameters.parameters2,\n queryParameters: [Parameters.apiVersion5],\n urlParameters: [\n Parameters.$host,\n Parameters.scope,\n Parameters.roleEligibilityScheduleRequestName\n ],\n headerParameters: [Parameters.accept, Parameters.contentType],\n mediaType: \"json\",\n serializer\n};\nconst listForScopeNextOperationSpec: coreClient.OperationSpec = {\n path: \"{nextLink}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.RoleEligibilityScheduleRequestListResult\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n urlParameters: [Parameters.$host, Parameters.nextLink, Parameters.scope],\n headerParameters: [Parameters.accept],\n serializer\n};\n","/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { PagedAsyncIterableIterator, PageSettings } from \"@azure/core-paging\";\nimport { setContinuationToken } from \"../pagingHelper\";\nimport { RoleManagementPolicies } from \"../operationsInterfaces\";\nimport * as coreClient from \"@azure/core-client\";\nimport * as Mappers from \"../models/mappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { AuthorizationManagementClient } from \"../authorizationManagementClient\";\nimport {\n RoleManagementPolicy,\n RoleManagementPoliciesListForScopeNextOptionalParams,\n RoleManagementPoliciesListForScopeOptionalParams,\n RoleManagementPoliciesListForScopeResponse,\n RoleManagementPoliciesGetOptionalParams,\n RoleManagementPoliciesGetResponse,\n RoleManagementPoliciesUpdateOptionalParams,\n RoleManagementPoliciesUpdateResponse,\n RoleManagementPoliciesDeleteOptionalParams,\n RoleManagementPoliciesListForScopeNextResponse\n} from \"../models\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Class containing RoleManagementPolicies operations. */\nexport class RoleManagementPoliciesImpl implements RoleManagementPolicies {\n private readonly client: AuthorizationManagementClient;\n\n /**\n * Initialize a new instance of the class RoleManagementPolicies class.\n * @param client Reference to the service client\n */\n constructor(client: AuthorizationManagementClient) {\n this.client = client;\n }\n\n /**\n * Gets role management policies for a resource scope.\n * @param scope The scope of the role management policy.\n * @param options The options parameters.\n */\n public listForScope(\n scope: string,\n options?: RoleManagementPoliciesListForScopeOptionalParams\n ): PagedAsyncIterableIterator<RoleManagementPolicy> {\n const iter = this.listForScopePagingAll(scope, options);\n return {\n next() {\n return iter.next();\n },\n [Symbol.asyncIterator]() {\n return this;\n },\n byPage: (settings?: PageSettings) => {\n if (settings?.maxPageSize) {\n throw new Error(\"maxPageSize is not supported by this operation.\");\n }\n return this.listForScopePagingPage(scope, options, settings);\n }\n };\n }\n\n private async *listForScopePagingPage(\n scope: string,\n options?: RoleManagementPoliciesListForScopeOptionalParams,\n settings?: PageSettings\n ): AsyncIterableIterator<RoleManagementPolicy[]> {\n let result: RoleManagementPoliciesListForScopeResponse;\n let continuationToken = settings?.continuationToken;\n if (!continuationToken) {\n result = await this._listForScope(scope, options);\n let page = result.value || [];\n continuationToken = result.nextLink;\n setContinuationToken(page, continuationToken);\n yield page;\n }\n while (continuationToken) {\n result = await this._listForScopeNext(scope, continuationToken, options);\n continuationToken = result.nextLink;\n let page = result.value || [];\n setContinuationToken(page, continuationToken);\n yield page;\n }\n }\n\n private async *listForScopePagingAll(\n scope: string,\n options?: RoleManagementPoliciesListForScopeOptionalParams\n ): AsyncIterableIterator<RoleManagementPolicy> {\n for await (const page of this.listForScopePagingPage(scope, options)) {\n yield* page;\n }\n }\n\n /**\n * Get the specified role management policy for a resource scope\n * @param scope The scope of the role management policy.\n * @param roleManagementPolicyName The name (guid) of the role management policy to get.\n * @param options The options parameters.\n */\n get(\n scope: string,\n roleManagementPolicyName: string,\n options?: RoleManagementPoliciesGetOptionalParams\n ): Promise<RoleManagementPoliciesGetResponse> {\n return this.client.sendOperationRequest(\n { scope, roleManagementPolicyName, options },\n getOperationSpec\n );\n }\n\n /**\n * Update a role management policy\n * @param scope The scope of the role management policy to upsert.\n * @param roleManagementPolicyName The name (guid) of the role management policy to upsert.\n * @param parameters Parameters for the role management policy.\n * @param options The options parameters.\n */\n update(\n scope: string,\n roleManagementPolicyName: string,\n parameters: RoleManagementPolicy,\n options?: RoleManagementPoliciesUpdateOptionalParams\n ): Promise<RoleManagementPoliciesUpdateResponse> {\n return this.client.sendOperationRequest(\n { scope, roleManagementPolicyName, parameters, options },\n updateOperationSpec\n );\n }\n\n /**\n * Delete a role management policy\n * @param scope The scope of the role management policy to upsert.\n * @param roleManagementPolicyName The name (guid) of the role management policy to upsert.\n * @param options The options parameters.\n */\n delete(\n scope: string,\n roleManagementPolicyName: string,\n options?: RoleManagementPoliciesDeleteOptionalParams\n ): Promise<void> {\n return this.client.sendOperationRequest(\n { scope, roleManagementPolicyName, options },\n deleteOperationSpec\n );\n }\n\n /**\n * Gets role management policies for a resource scope.\n * @param scope The scope of the role management policy.\n * @param options The options parameters.\n */\n private _listForScope(\n scope: string,\n options?: RoleManagementPoliciesListForScopeOptionalParams\n ): Promise<RoleManagementPoliciesListForScopeResponse> {\n return this.client.sendOperationRequest(\n { scope, options },\n listForScopeOperationSpec\n );\n }\n\n /**\n * ListForScopeNext\n * @param scope The scope of the role management policy.\n * @param nextLink The nextLink from the previous successful call to the ListForScope method.\n * @param options The options parameters.\n */\n private _listForScopeNext(\n scope: string,\n nextLink: string,\n options?: RoleManagementPoliciesListForScopeNextOptionalParams\n ): Promise<RoleManagementPoliciesListForScopeNextResponse> {\n return this.client.sendOperationRequest(\n { scope, nextLink, options },\n listForScopeNextOperationSpec\n );\n }\n}\n// Operation Specifications\nconst serializer = coreClient.createSerializer(Mappers, /* isXml */ false);\n\nconst getOperationSpec: coreClient.OperationSpec = {\n path:\n \"/{scope}/providers/Microsoft.Authorization/roleManagementPolicies/{roleManagementPolicyName}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.RoleManagementPolicy\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n queryParameters: [Parameters.apiVersion4],\n urlParameters: [\n Parameters.$host,\n Parameters.scope,\n Parameters.roleManagementPolicyName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst updateOperationSpec: coreClient.OperationSpec = {\n path:\n \"/{scope}/providers/Microsoft.Authorization/roleManagementPolicies/{roleManagementPolicyName}\",\n httpMethod: \"PATCH\",\n responses: {\n 200: {\n bodyMapper: Mappers.RoleManagementPolicy\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n requestBody: Parameters.parameters3,\n queryParameters: [Parameters.apiVersion4],\n urlParameters: [\n Parameters.$host,\n Parameters.scope,\n Parameters.roleManagementPolicyName\n ],\n headerParameters: [Parameters.accept, Parameters.contentType],\n mediaType: \"json\",\n serializer\n};\nconst deleteOperationSpec: coreClient.OperationSpec = {\n path:\n \"/{scope}/providers/Microsoft.Authorization/roleManagementPolicies/{roleManagementPolicyName}\",\n httpMethod: \"DELETE\",\n responses: {\n 200: {},\n 204: {},\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n queryParameters: [Parameters.apiVersion4],\n urlParameters: [\n Parameters.$host,\n Parameters.scope,\n Parameters.roleManagementPolicyName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst listForScopeOperationSpec: coreClient.OperationSpec = {\n path: \"/{scope}/providers/Microsoft.Authorization/roleManagementPolicies\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.RoleManagementPolicyListResult\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n queryParameters: [Parameters.apiVersion4],\n urlParameters: [Parameters.$host, Parameters.scope],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst listForScopeNextOperationSpec: coreClient.OperationSpec = {\n path: \"{nextLink}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.RoleManagementPolicyListResult\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n urlParameters: [Parameters.$host, Parameters.nextLink, Parameters.scope],\n headerParameters: [Parameters.accept],\n serializer\n};\n","/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { PagedAsyncIterableIterator, PageSettings } from \"@azure/core-paging\";\nimport { setContinuationToken } from \"../pagingHelper\";\nimport { RoleManagementPolicyAssignments } from \"../operationsInterfaces\";\nimport * as coreClient from \"@azure/core-client\";\nimport * as Mappers from \"../models/mappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { AuthorizationManagementClient } from \"../authorizationManagementClient\";\nimport {\n RoleManagementPolicyAssignment,\n RoleManagementPolicyAssignmentsListForScopeNextOptionalParams,\n RoleManagementPolicyAssignmentsListForScopeOptionalParams,\n RoleManagementPolicyAssignmentsListForScopeResponse,\n RoleManagementPolicyAssignmentsGetOptionalParams,\n RoleManagementPolicyAssignmentsGetResponse,\n RoleManagementPolicyAssignmentsCreateOptionalParams,\n RoleManagementPolicyAssignmentsCreateResponse,\n RoleManagementPolicyAssignmentsDeleteOptionalParams,\n RoleManagementPolicyAssignmentsListForScopeNextResponse\n} from \"../models\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Class containing RoleManagementPolicyAssignments operations. */\nexport class RoleManagementPolicyAssignmentsImpl\n implements RoleManagementPolicyAssignments {\n private readonly client: AuthorizationManagementClient;\n\n /**\n * Initialize a new instance of the class RoleManagementPolicyAssignments class.\n * @param client Reference to the service client\n */\n constructor(client: AuthorizationManagementClient) {\n this.client = client;\n }\n\n /**\n * Gets role management assignment policies for a resource scope.\n * @param scope The scope of the role management policy.\n * @param options The options parameters.\n */\n public listForScope(\n scope: string,\n options?: RoleManagementPolicyAssignmentsListForScopeOptionalParams\n ): PagedAsyncIterableIterator<RoleManagementPolicyAssignment> {\n const iter = this.listForScopePagingAll(scope, options);\n return {\n next() {\n return iter.next();\n },\n [Symbol.asyncIterator]() {\n return this;\n },\n byPage: (settings?: PageSettings) => {\n if (settings?.maxPageSize) {\n throw new Error(\"maxPageSize is not supported by this operation.\");\n }\n return this.listForScopePagingPage(scope, options, settings);\n }\n };\n }\n\n private async *listForScopePagingPage(\n scope: string,\n options?: RoleManagementPolicyAssignmentsListForScopeOptionalParams,\n settings?: PageSettings\n ): AsyncIterableIterator<RoleManagementPolicyAssignment[]> {\n let result: RoleManagementPolicyAssignmentsListForScopeResponse;\n let continuationToken = settings?.continuationToken;\n if (!continuationToken) {\n result = await this._listForScope(scope, options);\n let page = result.value || [];\n continuationToken = result.nextLink;\n setContinuationToken(page, continuationToken);\n yield page;\n }\n while (continuationToken) {\n result = await this._listForScopeNext(scope, continuationToken, options);\n continuationToken = result.nextLink;\n let page = result.value || [];\n setContinuationToken(page, continuationToken);\n yield page;\n }\n }\n\n private async *listForScopePagingAll(\n scope: string,\n options?: RoleManagementPolicyAssignmentsListForScopeOptionalParams\n ): AsyncIterableIterator<RoleManagementPolicyAssignment> {\n for await (const page of this.listForScopePagingPage(scope, options)) {\n yield* page;\n }\n }\n\n /**\n * Get the specified role management policy assignment for a resource scope\n * @param scope The scope of the role management policy.\n * @param roleManagementPolicyAssignmentName The name of format {guid_guid} the role management policy\n * assignment to get.\n * @param options The options parameters.\n */\n get(\n scope: string,\n roleManagementPolicyAssignmentName: string,\n options?: RoleManagementPolicyAssignmentsGetOptionalParams\n ): Promise<RoleManagementPolicyAssignmentsGetResponse> {\n return this.client.sendOperationRequest(\n { scope, roleManagementPolicyAssignmentName, options },\n getOperationSpec\n );\n }\n\n /**\n * Create a role management policy assignment\n * @param scope The scope of the role management policy assignment to upsert.\n * @param roleManagementPolicyAssignmentName The name of format {guid_guid} the role management policy\n * assignment to upsert.\n * @param parameters Parameters for the role management policy assignment.\n * @param options The options parameters.\n */\n create(\n scope: string,\n roleManagementPolicyAssignmentName: string,\n parameters: RoleManagementPolicyAssignment,\n options?: RoleManagementPolicyAssignmentsCreateOptionalParams\n ): Promise<RoleManagementPolicyAssignmentsCreateResponse> {\n return this.client.sendOperationRequest(\n { scope, roleManagementPolicyAssignmentName, parameters, options },\n createOperationSpec\n );\n }\n\n /**\n * Delete a role management policy assignment\n * @param scope The scope of the role management policy assignment to delete.\n * @param roleManagementPolicyAssignmentName The name of format {guid_guid} the role management policy\n * assignment to delete.\n * @param options The options parameters.\n */\n delete(\n scope: string,\n roleManagementPolicyAssignmentName: string,\n options?: RoleManagementPolicyAssignmentsDeleteOptionalParams\n ): Promise<void> {\n return this.client.sendOperationRequest(\n { scope, roleManagementPolicyAssignmentName, options },\n deleteOperationSpec\n );\n }\n\n /**\n * Gets role management assignment policies for a resource scope.\n * @param scope The scope of the role management policy.\n * @param options The options parameters.\n */\n private _listForScope(\n scope: string,\n options?: RoleManagementPolicyAssignmentsListForScopeOptionalParams\n ): Promise<RoleManagementPolicyAssignmentsListForScopeResponse> {\n return this.client.sendOperationRequest(\n { scope, options },\n listForScopeOperationSpec\n );\n }\n\n /**\n * ListForScopeNext\n * @param scope The scope of the role management policy.\n * @param nextLink The nextLink from the previous successful call to the ListForScope method.\n * @param options The options parameters.\n */\n private _listForScopeNext(\n scope: string,\n nextLink: string,\n options?: RoleManagementPolicyAssignmentsListForScopeNextOptionalParams\n ): Promise<RoleManagementPolicyAssignmentsListForScopeNextResponse> {\n return this.client.sendOperationRequest(\n { scope, nextLink, options },\n listForScopeNextOperationSpec\n );\n }\n}\n// Operation Specifications\nconst serializer = coreClient.createSerializer(Mappers, /* isXml */ false);\n\nconst getOperationSpec: coreClient.OperationSpec = {\n path:\n \"/{scope}/providers/Microsoft.Authorization/roleManagementPolicyAssignments/{roleManagementPolicyAssignmentName}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.RoleManagementPolicyAssignment\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n queryParameters: [Parameters.apiVersion4],\n urlParameters: [\n Parameters.$host,\n Parameters.scope,\n Parameters.roleManagementPolicyAssignmentName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst createOperationSpec: coreClient.OperationSpec = {\n path:\n \"/{scope}/providers/Microsoft.Authorization/roleManagementPolicyAssignments/{roleManagementPolicyAssignmentName}\",\n httpMethod: \"PUT\",\n responses: {\n 201: {\n bodyMapper: Mappers.RoleManagementPolicyAssignment\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n requestBody: Parameters.parameters4,\n queryParameters: [Parameters.apiVersion4],\n urlParameters: [\n Parameters.$host,\n Parameters.scope,\n Parameters.roleManagementPolicyAssignmentName\n ],\n headerParameters: [Parameters.accept, Parameters.contentType],\n mediaType: \"json\",\n serializer\n};\nconst deleteOperationSpec: coreClient.OperationSpec = {\n path:\n \"/{scope}/providers/Microsoft.Authorization/roleManagementPolicyAssignments/{roleManagementPolicyAssignmentName}\",\n httpMethod: \"DELETE\",\n responses: {\n 200: {},\n 204: {},\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n queryParameters: [Parameters.apiVersion4],\n urlParameters: [\n Parameters.$host,\n Parameters.scope,\n Parameters.roleManagementPolicyAssignmentName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst listForScopeOperationSpec: coreClient.OperationSpec = {\n path:\n \"/{scope}/providers/Microsoft.Authorization/roleManagementPolicyAssignments\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.RoleManagementPolicyAssignmentListResult\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n queryParameters: [Parameters.apiVersion4],\n urlParameters: [Parameters.$host, Parameters.scope],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst listForScopeNextOperationSpec: coreClient.OperationSpec = {\n path: \"{nextLink}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.RoleManagementPolicyAssignmentListResult\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n urlParameters: [Parameters.$host, Parameters.nextLink, Parameters.scope],\n headerParameters: [Parameters.accept],\n serializer\n};\n","/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\n// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT license.\n\nimport { AbortSignalLike } from \"@azure/abort-controller\";\nimport { LongRunningOperation, LroResponse } from \"@azure/core-lro\";\n\nexport function createLroSpec<T>(inputs: {\n sendOperationFn: (args: any, spec: any) => Promise<LroResponse<T>>;\n args: Record<string, unknown>;\n spec: {\n readonly requestBody?: unknown;\n readonly path?: string;\n readonly httpMethod: string;\n } & Record<string, any>;\n}): LongRunningOperation<T> {\n const { args, spec, sendOperationFn } = inputs;\n return {\n requestMethod: spec.httpMethod,\n requestPath: spec.path!,\n sendInitialRequest: () => sendOperationFn(args, spec),\n sendPollRequest: (\n path: string,\n options?: { abortSignal?: AbortSignalLike }\n ) => {\n const { requestBody, ...restSpec } = spec;\n return sendOperationFn(args, {\n ...restSpec,\n httpMethod: \"GET\",\n path,\n abortSignal: options?.abortSignal\n });\n }\n };\n}\n","/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { PagedAsyncIterableIterator, PageSettings } from \"@azure/core-paging\";\nimport { setContinuationToken } from \"../pagingHelper\";\nimport { Alerts } from \"../operationsInterfaces\";\nimport * as coreClient from \"@azure/core-client\";\nimport * as Mappers from \"../models/mappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { AuthorizationManagementClient } from \"../authorizationManagementClient\";\nimport {\n SimplePollerLike,\n OperationState,\n createHttpPoller\n} from \"@azure/core-lro\";\nimport { createLroSpec } from \"../lroImpl\";\nimport {\n Alert,\n AlertsListForScopeNextOptionalParams,\n AlertsListForScopeOptionalParams,\n AlertsListForScopeResponse,\n AlertsGetOptionalParams,\n AlertsGetResponse,\n AlertsUpdateOptionalParams,\n AlertsRefreshOptionalParams,\n AlertsRefreshResponse,\n AlertsRefreshAllOptionalParams,\n AlertsRefreshAllResponse,\n AlertsListForScopeNextResponse\n} from \"../models\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Class containing Alerts operations. */\nexport class AlertsImpl implements Alerts {\n private readonly client: AuthorizationManagementClient;\n\n /**\n * Initialize a new instance of the class Alerts class.\n * @param client Reference to the service client\n */\n constructor(client: AuthorizationManagementClient) {\n this.client = client;\n }\n\n /**\n * Gets alerts for a resource scope.\n * @param scope The scope of the alert.\n * @param options The options parameters.\n */\n public listForScope(\n scope: string,\n options?: AlertsListForScopeOptionalParams\n ): PagedAsyncIterableIterator<Alert> {\n const iter = this.listForScopePagingAll(scope, options);\n return {\n next() {\n return iter.next();\n },\n [Symbol.asyncIterator]() {\n return this;\n },\n byPage: (settings?: PageSettings) => {\n if (settings?.maxPageSize) {\n throw new Error(\"maxPageSize is not supported by this operation.\");\n }\n return this.listForScopePagingPage(scope, options, settings);\n }\n };\n }\n\n private async *listForScopePagingPage(\n scope: string,\n options?: AlertsListForScopeOptionalParams,\n settings?: PageSettings\n ): AsyncIterableIterator<Alert[]> {\n let result: AlertsListForScopeResponse;\n let continuationToken = settings?.continuationToken;\n if (!continuationToken) {\n result = await this._listForScope(scope, options);\n let page = result.value || [];\n continuationToken = result.nextLink;\n setContinuationToken(page, continuationToken);\n yield page;\n }\n while (continuationToken) {\n result = await this._listForScopeNext(scope, continuationToken, options);\n continuationToken = result.nextLink;\n let page = result.value || [];\n setContinuationToken(page, continuationToken);\n yield page;\n }\n }\n\n private async *listForScopePagingAll(\n scope: string,\n options?: AlertsListForScopeOptionalParams\n ): AsyncIterableIterator<Alert> {\n for await (const page of this.listForScopePagingPage(scope, options)) {\n yield* page;\n }\n }\n\n /**\n * Get the specified alert.\n * @param scope The scope of the alert. The scope can be any REST resource instance. For example, use\n * '/providers/Microsoft.Subscription/subscriptions/{subscription-id}/' for a subscription,\n * '/providers/Microsoft.Subscription/subscriptions/{subscription-id}/resourceGroups/{resource-group-name}'\n * for a resource group, and\n * '/providers/Microsoft.Subscription/subscriptions/{subscription-id}/resourceGroups/{resource-group-name}/providers/{resource-provider}/{resource-type}/{resource-name}'\n * for a resource.\n * @param alertId The name of the alert to get.\n * @param options The options parameters.\n */\n get(\n scope: string,\n alertId: string,\n options?: AlertsGetOptionalParams\n ): Promise<AlertsGetResponse> {\n return this.client.sendOperationRequest(\n { scope, alertId, options },\n getOperationSpec\n );\n }\n\n /**\n * Update an alert.\n * @param scope The scope of the alert.\n * @param alertId The name of the alert to dismiss.\n * @param parameters Parameters for the alert.\n * @param options The options parameters.\n */\n update(\n scope: string,\n alertId: string,\n parameters: Alert,\n options?: AlertsUpdateOptionalParams\n ): Promise<void> {\n return this.client.sendOperationRequest(\n { scope, alertId, parameters, options },\n updateOperationSpec\n );\n }\n\n /**\n * Gets alerts for a resource scope.\n * @param scope The scope of the alert.\n * @param options The options parameters.\n */\n private _listForScope(\n scope: string,\n options?: AlertsListForScopeOptionalParams\n ): Promise<AlertsListForScopeResponse> {\n return this.client.sendOperationRequest(\n { scope, options },\n listForScopeOperationSpec\n );\n }\n\n /**\n * Refresh an alert.\n * @param scope The scope of the alert.\n * @param alertId The name of the alert to refresh.\n * @param options The options parameters.\n */\n async beginRefresh(\n scope: string,\n alertId: string,\n options?: AlertsRefreshOptionalParams\n ): Promise<\n SimplePollerLike<\n OperationState<AlertsRefreshResponse>,\n AlertsRefreshResponse\n >\n > {\n const directSendOperation = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec\n ): Promise<AlertsRefreshResponse> => {\n return this.client.sendOperationRequest(args, spec);\n };\n const sendOperationFn = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec\n ) => {\n let currentRawResponse:\n | coreClient.FullOperationResponse\n | undefined = undefined;\n const providedCallback = args.options?.onResponse;\n const callback: coreClient.RawResponseCallback = (\n rawResponse: coreClient.FullOperationResponse,\n flatResponse: unknown\n ) => {\n currentRawResponse = rawResponse;\n providedCallback?.(rawResponse, flatResponse);\n };\n const updatedArgs = {\n ...args,\n options: {\n ...args.options,\n onResponse: callback\n }\n };\n const flatResponse = await directSendOperation(updatedArgs, spec);\n return {\n flatResponse,\n rawResponse: {\n statusCode: currentRawResponse!.status,\n body: currentRawResponse!.parsedBody,\n headers: currentRawResponse!.headers.toJSON()\n }\n };\n };\n\n const lro = createLroSpec({\n sendOperationFn,\n args: { scope, alertId, options },\n spec: refreshOperationSpec\n });\n const poller = await createHttpPoller<\n AlertsRefreshResponse,\n OperationState<AlertsRefreshResponse>\n >(lro, {\n restoreFrom: options?.resumeFrom,\n intervalInMs: options?.updateIntervalInMs,\n resourceLocationConfig: \"location\"\n });\n await poller.poll();\n return poller;\n }\n\n /**\n * Refresh an alert.\n * @param scope The scope of the alert.\n * @param alertId The name of the alert to refresh.\n * @param options The options parameters.\n */\n async beginRefreshAndWait(\n scope: string,\n alertId: string,\n options?: AlertsRefreshOptionalParams\n ): Promise<AlertsRefreshResponse> {\n const poller = await this.beginRefresh(scope, alertId, options);\n return poller.pollUntilDone();\n }\n\n /**\n * Refresh all alerts for a resource scope.\n * @param scope The scope of the alert.\n * @param options The options parameters.\n */\n async beginRefreshAll(\n scope: string,\n options?: AlertsRefreshAllOptionalParams\n ): Promise<\n SimplePollerLike<\n OperationState<AlertsRefreshAllResponse>,\n AlertsRefreshAllResponse\n >\n > {\n const directSendOperation = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec\n ): Promise<AlertsRefreshAllResponse> => {\n return this.client.sendOperationRequest(args, spec);\n };\n const sendOperationFn = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec\n ) => {\n let currentRawResponse:\n | coreClient.FullOperationResponse\n | undefined = undefined;\n const providedCallback = args.options?.onResponse;\n const callback: coreClient.RawResponseCallback = (\n rawResponse: coreClient.FullOperationResponse,\n flatResponse: unknown\n ) => {\n currentRawResponse = rawResponse;\n providedCallback?.(rawResponse, flatResponse);\n };\n const updatedArgs = {\n ...args,\n options: {\n ...args.options,\n onResponse: callback\n }\n };\n const flatResponse = await directSendOperation(updatedArgs, spec);\n return {\n flatResponse,\n rawResponse: {\n statusCode: currentRawResponse!.status,\n body: currentRawResponse!.parsedBody,\n headers: currentRawResponse!.headers.toJSON()\n }\n };\n };\n\n const lro = createLroSpec({\n sendOperationFn,\n args: { scope, options },\n spec: refreshAllOperationSpec\n });\n const poller = await createHttpPoller<\n AlertsRefreshAllResponse,\n OperationState<AlertsRefreshAllResponse>\n >(lro, {\n restoreFrom: options?.resumeFrom,\n intervalInMs: options?.updateIntervalInMs,\n resourceLocationConfig: \"location\"\n });\n await poller.poll();\n return poller;\n }\n\n /**\n * Refresh all alerts for a resource scope.\n * @param scope The scope of the alert.\n * @param options The options parameters.\n */\n async beginRefreshAllAndWait(\n scope: string,\n options?: AlertsRefreshAllOptionalParams\n ): Promise<AlertsRefreshAllResponse> {\n const poller = await this.beginRefreshAll(scope, options);\n return poller.pollUntilDone();\n }\n\n /**\n * ListForScopeNext\n * @param scope The scope of the alert.\n * @param nextLink The nextLink from the previous successful call to the ListForScope method.\n * @param options The options parameters.\n */\n private _listForScopeNext(\n scope: string,\n nextLink: string,\n options?: AlertsListForScopeNextOptionalParams\n ): Promise<AlertsListForScopeNextResponse> {\n return this.client.sendOperationRequest(\n { scope, nextLink, options },\n listForScopeNextOperationSpec\n );\n }\n}\n// Operation Specifications\nconst serializer = coreClient.createSerializer(Mappers, /* isXml */ false);\n\nconst getOperationSpec: coreClient.OperationSpec = {\n path:\n \"/{scope}/providers/Microsoft.Authorization/roleManagementAlerts/{alertId}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.Alert\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n queryParameters: [Parameters.apiVersion6],\n urlParameters: [Parameters.$host, Parameters.scope, Parameters.alertId],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst updateOperationSpec: coreClient.OperationSpec = {\n path:\n \"/{scope}/providers/Microsoft.Authorization/roleManagementAlerts/{alertId}\",\n httpMethod: \"PATCH\",\n responses: {\n 204: {},\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n requestBody: Parameters.parameters5,\n queryParameters: [Parameters.apiVersion6],\n urlParameters: [Parameters.$host, Parameters.scope, Parameters.alertId],\n headerParameters: [Parameters.accept, Parameters.contentType],\n mediaType: \"json\",\n serializer\n};\nconst listForScopeOperationSpec: coreClient.OperationSpec = {\n path: \"/{scope}/providers/Microsoft.Authorization/roleManagementAlerts\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.AlertListResult\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n queryParameters: [Parameters.apiVersion6],\n urlParameters: [Parameters.$host, Parameters.scope],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst refreshOperationSpec: coreClient.OperationSpec = {\n path:\n \"/{scope}/providers/Microsoft.Authorization/roleManagementAlerts/{alertId}/refresh\",\n httpMethod: \"POST\",\n responses: {\n 200: {\n bodyMapper: Mappers.AlertOperationResult,\n headersMapper: Mappers.AlertsRefreshHeaders\n },\n 201: {\n bodyMapper: Mappers.AlertOperationResult,\n headersMapper: Mappers.AlertsRefreshHeaders\n },\n 202: {\n bodyMapper: Mappers.AlertOperationResult,\n headersMapper: Mappers.AlertsRefreshHeaders\n },\n 204: {\n bodyMapper: Mappers.AlertOperationResult,\n headersMapper: Mappers.AlertsRefreshHeaders\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n queryParameters: [Parameters.apiVersion6],\n urlParameters: [Parameters.$host, Parameters.scope, Parameters.alertId],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst refreshAllOperationSpec: coreClient.OperationSpec = {\n path:\n \"/{scope}/providers/Microsoft.Authorization/roleManagementAlerts/refresh\",\n httpMethod: \"POST\",\n responses: {\n 200: {\n bodyMapper: Mappers.AlertOperationResult,\n headersMapper: Mappers.AlertsRefreshAllHeaders\n },\n 201: {\n bodyMapper: Mappers.AlertOperationResult,\n headersMapper: Mappers.AlertsRefreshAllHeaders\n },\n 202: {\n bodyMapper: Mappers.AlertOperationResult,\n headersMapper: Mappers.AlertsRefreshAllHeaders\n },\n 204: {\n bodyMapper: Mappers.AlertOperationResult,\n headersMapper: Mappers.AlertsRefreshAllHeaders\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n queryParameters: [Parameters.apiVersion6],\n urlParameters: [Parameters.$host, Parameters.scope],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst listForScopeNextOperationSpec: coreClient.OperationSpec = {\n path: \"{nextLink}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.AlertListResult\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n urlParameters: [Parameters.$host, Parameters.nextLink, Parameters.scope],\n headerParameters: [Parameters.accept],\n serializer\n};\n","/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { PagedAsyncIterableIterator, PageSettings } from \"@azure/core-paging\";\nimport { setContinuationToken } from \"../pagingHelper\";\nimport { AlertConfigurations } from \"../operationsInterfaces\";\nimport * as coreClient from \"@azure/core-client\";\nimport * as Mappers from \"../models/mappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { AuthorizationManagementClient } from \"../authorizationManagementClient\";\nimport {\n AlertConfiguration,\n AlertConfigurationsListForScopeNextOptionalParams,\n AlertConfigurationsListForScopeOptionalParams,\n AlertConfigurationsListForScopeResponse,\n AlertConfigurationsGetOptionalParams,\n AlertConfigurationsGetResponse,\n AlertConfigurationsUpdateOptionalParams,\n AlertConfigurationsListForScopeNextResponse\n} from \"../models\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Class containing AlertConfigurations operations. */\nexport class AlertConfigurationsImpl implements AlertConfigurations {\n private readonly client: AuthorizationManagementClient;\n\n /**\n * Initialize a new instance of the class AlertConfigurations class.\n * @param client Reference to the service client\n */\n constructor(client: AuthorizationManagementClient) {\n this.client = client;\n }\n\n /**\n * Gets alert configurations for a resource scope.\n * @param scope The scope of the alert configuration.\n * @param options The options parameters.\n */\n public listForScope(\n scope: string,\n options?: AlertConfigurationsListForScopeOptionalParams\n ): PagedAsyncIterableIterator<AlertConfiguration> {\n const iter = this.listForScopePagingAll(scope, options);\n return {\n next() {\n return iter.next();\n },\n [Symbol.asyncIterator]() {\n return this;\n },\n byPage: (settings?: PageSettings) => {\n if (settings?.maxPageSize) {\n throw new Error(\"maxPageSize is not supported by this operation.\");\n }\n return this.listForScopePagingPage(scope, options, settings);\n }\n };\n }\n\n private async *listForScopePagingPage(\n scope: string,\n options?: AlertConfigurationsListForScopeOptionalParams,\n settings?: PageSettings\n ): AsyncIterableIterator<AlertConfiguration[]> {\n let result: AlertConfigurationsListForScopeResponse;\n let continuationToken = settings?.continuationToken;\n if (!continuationToken) {\n result = await this._listForScope(scope, options);\n let page = result.value || [];\n continuationToken = result.nextLink;\n setContinuationToken(page, continuationToken);\n yield page;\n }\n while (continuationToken) {\n result = await this._listForScopeNext(scope, continuationToken, options);\n continuationToken = result.nextLink;\n let page = result.value || [];\n setContinuationToken(page, continuationToken);\n yield page;\n }\n }\n\n private async *listForScopePagingAll(\n scope: string,\n options?: AlertConfigurationsListForScopeOptionalParams\n ): AsyncIterableIterator<AlertConfiguration> {\n for await (const page of this.listForScopePagingPage(scope, options)) {\n yield* page;\n }\n }\n\n /**\n * Get the specified alert configuration.\n * @param scope The scope of the alert configuration. The scope can be any REST resource instance. For\n * example, use '/providers/Microsoft.Subscription/subscriptions/{subscription-id}/' for a\n * subscription,\n * '/providers/Microsoft.Subscription/subscriptions/{subscription-id}/resourceGroups/{resource-group-name}'\n * for a resource group, and\n * '/providers/Microsoft.Subscription/subscriptions/{subscription-id}/resourceGroups/{resource-group-name}/providers/{resource-provider}/{resource-type}/{resource-name}'\n * for a resource.\n * @param alertId The name of the alert configuration to get.\n * @param options The options parameters.\n */\n get(\n scope: string,\n alertId: string,\n options?: AlertConfigurationsGetOptionalParams\n ): Promise<AlertConfigurationsGetResponse> {\n return this.client.sendOperationRequest(\n { scope, alertId, options },\n getOperationSpec\n );\n }\n\n /**\n * Update an alert configuration.\n * @param scope The scope of the alert configuration.\n * @param alertId The name of the alert configuration to update.\n * @param parameters Parameters for the alert configuration.\n * @param options The options parameters.\n */\n update(\n scope: string,\n alertId: string,\n parameters: AlertConfiguration,\n options?: AlertConfigurationsUpdateOptionalParams\n ): Promise<void> {\n return this.client.sendOperationRequest(\n { scope, alertId, parameters, options },\n updateOperationSpec\n );\n }\n\n /**\n * Gets alert configurations for a resource scope.\n * @param scope The scope of the alert configuration.\n * @param options The options parameters.\n */\n private _listForScope(\n scope: string,\n options?: AlertConfigurationsListForScopeOptionalParams\n ): Promise<AlertConfigurationsListForScopeResponse> {\n return this.client.sendOperationRequest(\n { scope, options },\n listForScopeOperationSpec\n );\n }\n\n /**\n * ListForScopeNext\n * @param scope The scope of the alert configuration.\n * @param nextLink The nextLink from the previous successful call to the ListForScope method.\n * @param options The options parameters.\n */\n private _listForScopeNext(\n scope: string,\n nextLink: string,\n options?: AlertConfigurationsListForScopeNextOptionalParams\n ): Promise<AlertConfigurationsListForScopeNextResponse> {\n return this.client.sendOperationRequest(\n { scope, nextLink, options },\n listForScopeNextOperationSpec\n );\n }\n}\n// Operation Specifications\nconst serializer = coreClient.createSerializer(Mappers, /* isXml */ false);\n\nconst getOperationSpec: coreClient.OperationSpec = {\n path:\n \"/{scope}/providers/Microsoft.Authorization/roleManagementAlertConfigurations/{alertId}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.AlertConfiguration\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n queryParameters: [Parameters.apiVersion6],\n urlParameters: [Parameters.$host, Parameters.scope, Parameters.alertId],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst updateOperationSpec: coreClient.OperationSpec = {\n path:\n \"/{scope}/providers/Microsoft.Authorization/roleManagementAlertConfigurations/{alertId}\",\n httpMethod: \"PATCH\",\n responses: {\n 204: {},\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n requestBody: Parameters.parameters6,\n queryParameters: [Parameters.apiVersion6],\n urlParameters: [Parameters.$host, Parameters.scope, Parameters.alertId],\n headerParameters: [Parameters.accept, Parameters.contentType],\n mediaType: \"json\",\n serializer\n};\nconst listForScopeOperationSpec: coreClient.OperationSpec = {\n path:\n \"/{scope}/providers/Microsoft.Authorization/roleManagementAlertConfigurations\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.AlertConfigurationListResult\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n queryParameters: [Parameters.apiVersion6],\n urlParameters: [Parameters.$host, Parameters.scope],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst listForScopeNextOperationSpec: coreClient.OperationSpec = {\n path: \"{nextLink}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.AlertConfigurationListResult\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n urlParameters: [Parameters.$host, Parameters.nextLink, Parameters.scope],\n headerParameters: [Parameters.accept],\n serializer\n};\n","/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { PagedAsyncIterableIterator, PageSettings } from \"@azure/core-paging\";\nimport { setContinuationToken } from \"../pagingHelper\";\nimport { AlertDefinitions } from \"../operationsInterfaces\";\nimport * as coreClient from \"@azure/core-client\";\nimport * as Mappers from \"../models/mappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { AuthorizationManagementClient } from \"../authorizationManagementClient\";\nimport {\n AlertDefinition,\n AlertDefinitionsListForScopeNextOptionalParams,\n AlertDefinitionsListForScopeOptionalParams,\n AlertDefinitionsListForScopeResponse,\n AlertDefinitionsGetOptionalParams,\n AlertDefinitionsGetResponse,\n AlertDefinitionsListForScopeNextResponse\n} from \"../models\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Class containing AlertDefinitions operations. */\nexport class AlertDefinitionsImpl implements AlertDefinitions {\n private readonly client: AuthorizationManagementClient;\n\n /**\n * Initialize a new instance of the class AlertDefinitions class.\n * @param client Reference to the service client\n */\n constructor(client: AuthorizationManagementClient) {\n this.client = client;\n }\n\n /**\n * Gets alert definitions for a resource scope.\n * @param scope The scope of the alert definition.\n * @param options The options parameters.\n */\n public listForScope(\n scope: string,\n options?: AlertDefinitionsListForScopeOptionalParams\n ): PagedAsyncIterableIterator<AlertDefinition> {\n const iter = this.listForScopePagingAll(scope, options);\n return {\n next() {\n return iter.next();\n },\n [Symbol.asyncIterator]() {\n return this;\n },\n byPage: (settings?: PageSettings) => {\n if (settings?.maxPageSize) {\n throw new Error(\"maxPageSize is not supported by this operation.\");\n }\n return this.listForScopePagingPage(scope, options, settings);\n }\n };\n }\n\n private async *listForScopePagingPage(\n scope: string,\n options?: AlertDefinitionsListForScopeOptionalParams,\n settings?: PageSettings\n ): AsyncIterableIterator<AlertDefinition[]> {\n let result: AlertDefinitionsListForScopeResponse;\n let continuationToken = settings?.continuationToken;\n if (!continuationToken) {\n result = await this._listForScope(scope, options);\n let page = result.value || [];\n continuationToken = result.nextLink;\n setContinuationToken(page, continuationToken);\n yield page;\n }\n while (continuationToken) {\n result = await this._listForScopeNext(scope, continuationToken, options);\n continuationToken = result.nextLink;\n let page = result.value || [];\n setContinuationToken(page, continuationToken);\n yield page;\n }\n }\n\n private async *listForScopePagingAll(\n scope: string,\n options?: AlertDefinitionsListForScopeOptionalParams\n ): AsyncIterableIterator<AlertDefinition> {\n for await (const page of this.listForScopePagingPage(scope, options)) {\n yield* page;\n }\n }\n\n /**\n * Get the specified alert definition.\n * @param scope The scope of the alert definition. The scope can be any REST resource instance. For\n * example, use '/providers/Microsoft.Subscription/subscriptions/{subscription-id}/' for a\n * subscription,\n * '/providers/Microsoft.Subscription/subscriptions/{subscription-id}/resourceGroups/{resource-group-name}'\n * for a resource group, and\n * '/providers/Microsoft.Subscription/subscriptions/{subscription-id}/resourceGroups/{resource-group-name}/providers/{resource-provider}/{resource-type}/{resource-name}'\n * for a resource.\n * @param alertDefinitionId The name of the alert definition to get.\n * @param options The options parameters.\n */\n get(\n scope: string,\n alertDefinitionId: string,\n options?: AlertDefinitionsGetOptionalParams\n ): Promise<AlertDefinitionsGetResponse> {\n return this.client.sendOperationRequest(\n { scope, alertDefinitionId, options },\n getOperationSpec\n );\n }\n\n /**\n * Gets alert definitions for a resource scope.\n * @param scope The scope of the alert definition.\n * @param options The options parameters.\n */\n private _listForScope(\n scope: string,\n options?: AlertDefinitionsListForScopeOptionalParams\n ): Promise<AlertDefinitionsListForScopeResponse> {\n return this.client.sendOperationRequest(\n { scope, options },\n listForScopeOperationSpec\n );\n }\n\n /**\n * ListForScopeNext\n * @param scope The scope of the alert definition.\n * @param nextLink The nextLink from the previous successful call to the ListForScope method.\n * @param options The options parameters.\n */\n private _listForScopeNext(\n scope: string,\n nextLink: string,\n options?: AlertDefinitionsListForScopeNextOptionalParams\n ): Promise<AlertDefinitionsListForScopeNextResponse> {\n return this.client.sendOperationRequest(\n { scope, nextLink, options },\n listForScopeNextOperationSpec\n );\n }\n}\n// Operation Specifications\nconst serializer = coreClient.createSerializer(Mappers, /* isXml */ false);\n\nconst getOperationSpec: coreClient.OperationSpec = {\n path:\n \"/{scope}/providers/Microsoft.Authorization/roleManagementAlertDefinitions/{alertDefinitionId}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.AlertDefinition\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n queryParameters: [Parameters.apiVersion6],\n urlParameters: [\n Parameters.$host,\n Parameters.scope,\n Parameters.alertDefinitionId\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst listForScopeOperationSpec: coreClient.OperationSpec = {\n path:\n \"/{scope}/providers/Microsoft.Authorization/roleManagementAlertDefinitions\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.AlertDefinitionListResult\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n queryParameters: [Parameters.apiVersion6],\n urlParameters: [Parameters.$host, Parameters.scope],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst listForScopeNextOperationSpec: coreClient.OperationSpec = {\n path: \"{nextLink}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.AlertDefinitionListResult\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n urlParameters: [Parameters.$host, Parameters.nextLink, Parameters.scope],\n headerParameters: [Parameters.accept],\n serializer\n};\n","/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { PagedAsyncIterableIterator, PageSettings } from \"@azure/core-paging\";\nimport { setContinuationToken } from \"../pagingHelper\";\nimport { AlertIncidents } from \"../operationsInterfaces\";\nimport * as coreClient from \"@azure/core-client\";\nimport * as Mappers from \"../models/mappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { AuthorizationManagementClient } from \"../authorizationManagementClient\";\nimport {\n AlertIncident,\n AlertIncidentsListForScopeNextOptionalParams,\n AlertIncidentsListForScopeOptionalParams,\n AlertIncidentsListForScopeResponse,\n AlertIncidentsGetOptionalParams,\n AlertIncidentsGetResponse,\n AlertIncidentsRemediateOptionalParams,\n AlertIncidentsListForScopeNextResponse\n} from \"../models\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Class containing AlertIncidents operations. */\nexport class AlertIncidentsImpl implements AlertIncidents {\n private readonly client: AuthorizationManagementClient;\n\n /**\n * Initialize a new instance of the class AlertIncidents class.\n * @param client Reference to the service client\n */\n constructor(client: AuthorizationManagementClient) {\n this.client = client;\n }\n\n /**\n * Gets alert incidents for a resource scope.\n * @param scope The scope of the alert incident.\n * @param alertId The name of the alert.\n * @param options The options parameters.\n */\n public listForScope(\n scope: string,\n alertId: string,\n options?: AlertIncidentsListForScopeOptionalParams\n ): PagedAsyncIterableIterator<AlertIncident> {\n const iter = this.listForScopePagingAll(scope, alertId, options);\n return {\n next() {\n return iter.next();\n },\n [Symbol.asyncIterator]() {\n return this;\n },\n byPage: (settings?: PageSettings) => {\n if (settings?.maxPageSize) {\n throw new Error(\"maxPageSize is not supported by this operation.\");\n }\n return this.listForScopePagingPage(scope, alertId, options, settings);\n }\n };\n }\n\n private async *listForScopePagingPage(\n scope: string,\n alertId: string,\n options?: AlertIncidentsListForScopeOptionalParams,\n settings?: PageSettings\n ): AsyncIterableIterator<AlertIncident[]> {\n let result: AlertIncidentsListForScopeResponse;\n let continuationToken = settings?.continuationToken;\n if (!continuationToken) {\n result = await this._listForScope(scope, alertId, options);\n let page = result.value || [];\n continuationToken = result.nextLink;\n setContinuationToken(page, continuationToken);\n yield page;\n }\n while (continuationToken) {\n result = await this._listForScopeNext(\n scope,\n alertId,\n continuationToken,\n options\n );\n continuationToken = result.nextLink;\n let page = result.value || [];\n setContinuationToken(page, continuationToken);\n yield page;\n }\n }\n\n private async *listForScopePagingAll(\n scope: string,\n alertId: string,\n options?: AlertIncidentsListForScopeOptionalParams\n ): AsyncIterableIterator<AlertIncident> {\n for await (const page of this.listForScopePagingPage(\n scope,\n alertId,\n options\n )) {\n yield* page;\n }\n }\n\n /**\n * Get the specified alert incident.\n * @param scope The scope of the alert incident. The scope can be any REST resource instance. For\n * example, use '/providers/Microsoft.Subscription/subscriptions/{subscription-id}/' for a\n * subscription,\n * '/providers/Microsoft.Subscription/subscriptions/{subscription-id}/resourceGroups/{resource-group-name}'\n * for a resource group, and\n * '/providers/Microsoft.Subscription/subscriptions/{subscription-id}/resourceGroups/{resource-group-name}/providers/{resource-provider}/{resource-type}/{resource-name}'\n * for a resource.\n * @param alertId The name of the alert.\n * @param alertIncidentId The name of the alert incident to get.\n * @param options The options parameters.\n */\n get(\n scope: string,\n alertId: string,\n alertIncidentId: string,\n options?: AlertIncidentsGetOptionalParams\n ): Promise<AlertIncidentsGetResponse> {\n return this.client.sendOperationRequest(\n { scope, alertId, alertIncidentId, options },\n getOperationSpec\n );\n }\n\n /**\n * Gets alert incidents for a resource scope.\n * @param scope The scope of the alert incident.\n * @param alertId The name of the alert.\n * @param options The options parameters.\n */\n private _listForScope(\n scope: string,\n alertId: string,\n options?: AlertIncidentsListForScopeOptionalParams\n ): Promise<AlertIncidentsListForScopeResponse> {\n return this.client.sendOperationRequest(\n { scope, alertId, options },\n listForScopeOperationSpec\n );\n }\n\n /**\n * Remediate an alert incident.\n * @param scope The scope of the alert incident.\n * @param alertId The name of the alert.\n * @param alertIncidentId The name of the alert incident to remediate.\n * @param options The options parameters.\n */\n remediate(\n scope: string,\n alertId: string,\n alertIncidentId: string,\n options?: AlertIncidentsRemediateOptionalParams\n ): Promise<void> {\n return this.client.sendOperationRequest(\n { scope, alertId, alertIncidentId, options },\n remediateOperationSpec\n );\n }\n\n /**\n * ListForScopeNext\n * @param scope The scope of the alert incident.\n * @param alertId The name of the alert.\n * @param nextLink The nextLink from the previous successful call to the ListForScope method.\n * @param options The options parameters.\n */\n private _listForScopeNext(\n scope: string,\n alertId: string,\n nextLink: string,\n options?: AlertIncidentsListForScopeNextOptionalParams\n ): Promise<AlertIncidentsListForScopeNextResponse> {\n return this.client.sendOperationRequest(\n { scope, alertId, nextLink, options },\n listForScopeNextOperationSpec\n );\n }\n}\n// Operation Specifications\nconst serializer = coreClient.createSerializer(Mappers, /* isXml */ false);\n\nconst getOperationSpec: coreClient.OperationSpec = {\n path:\n \"/{scope}/providers/Microsoft.Authorization/roleManagementAlerts/{alertId}/alertIncidents/{alertIncidentId}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.AlertIncident\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n queryParameters: [Parameters.apiVersion6],\n urlParameters: [\n Parameters.$host,\n Parameters.scope,\n Parameters.alertId,\n Parameters.alertIncidentId\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst listForScopeOperationSpec: coreClient.OperationSpec = {\n path:\n \"/{scope}/providers/Microsoft.Authorization/roleManagementAlerts/{alertId}/alertIncidents\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.AlertIncidentListResult\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n queryParameters: [Parameters.apiVersion6],\n urlParameters: [Parameters.$host, Parameters.scope, Parameters.alertId],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst remediateOperationSpec: coreClient.OperationSpec = {\n path:\n \"/{scope}/providers/Microsoft.Authorization/roleManagementAlerts/{alertId}/alertIncidents/{alertIncidentId}/remediate\",\n httpMethod: \"POST\",\n responses: {\n 204: {},\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n queryParameters: [Parameters.apiVersion6],\n urlParameters: [\n Parameters.$host,\n Parameters.scope,\n Parameters.alertId,\n Parameters.alertIncidentId\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst listForScopeNextOperationSpec: coreClient.OperationSpec = {\n path: \"{nextLink}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.AlertIncidentListResult\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n urlParameters: [\n Parameters.$host,\n Parameters.nextLink,\n Parameters.scope,\n Parameters.alertId\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\n","/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { AlertOperation } from \"../operationsInterfaces\";\nimport * as coreClient from \"@azure/core-client\";\nimport * as Mappers from \"../models/mappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { AuthorizationManagementClient } from \"../authorizationManagementClient\";\nimport {\n AlertOperationGetOptionalParams,\n AlertOperationGetResponse\n} from \"../models\";\n\n/** Class containing AlertOperation operations. */\nexport class AlertOperationImpl implements AlertOperation {\n private readonly client: AuthorizationManagementClient;\n\n /**\n * Initialize a new instance of the class AlertOperation class.\n * @param client Reference to the service client\n */\n constructor(client: AuthorizationManagementClient) {\n this.client = client;\n }\n\n /**\n * Get the specified alert operation.\n * @param scope The scope of the alert operation.\n * @param operationId The id of the alert operation.\n * @param options The options parameters.\n */\n get(\n scope: string,\n operationId: string,\n options?: AlertOperationGetOptionalParams\n ): Promise<AlertOperationGetResponse> {\n return this.client.sendOperationRequest(\n { scope, operationId, options },\n getOperationSpec\n );\n }\n}\n// Operation Specifications\nconst serializer = coreClient.createSerializer(Mappers, /* isXml */ false);\n\nconst getOperationSpec: coreClient.OperationSpec = {\n path:\n \"/{scope}/providers/Microsoft.Authorization/roleManagementAlertOperations/{operationId}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.AlertOperationResult\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n queryParameters: [Parameters.apiVersion6],\n urlParameters: [Parameters.$host, Parameters.scope, Parameters.operationId],\n headerParameters: [Parameters.accept],\n serializer\n};\n","/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport * as coreClient from \"@azure/core-client\";\nimport * as coreRestPipeline from \"@azure/core-rest-pipeline\";\nimport * as coreAuth from \"@azure/core-auth\";\nimport {\n ClassicAdministratorsImpl,\n GlobalAdministratorImpl,\n DenyAssignmentsImpl,\n ProviderOperationsMetadataOperationsImpl,\n RoleAssignmentsImpl,\n PermissionsImpl,\n RoleDefinitionsImpl,\n OperationsImpl,\n AccessReviewHistoryDefinitionsImpl,\n AccessReviewHistoryDefinitionOperationsImpl,\n AccessReviewHistoryDefinitionInstanceImpl,\n AccessReviewHistoryDefinitionInstancesImpl,\n AccessReviewScheduleDefinitionsImpl,\n AccessReviewInstancesImpl,\n AccessReviewInstanceOperationsImpl,\n AccessReviewInstanceDecisionsImpl,\n AccessReviewInstanceContactedReviewersImpl,\n AccessReviewDefaultSettingsOperationsImpl,\n ScopeAccessReviewHistoryDefinitionsImpl,\n ScopeAccessReviewHistoryDefinitionImpl,\n ScopeAccessReviewHistoryDefinitionInstanceImpl,\n ScopeAccessReviewHistoryDefinitionInstancesImpl,\n ScopeAccessReviewScheduleDefinitionsImpl,\n ScopeAccessReviewInstancesImpl,\n ScopeAccessReviewInstanceImpl,\n ScopeAccessReviewInstanceDecisionsImpl,\n ScopeAccessReviewInstanceContactedReviewersImpl,\n ScopeAccessReviewDefaultSettingsImpl,\n AccessReviewScheduleDefinitionsAssignedForMyApprovalImpl,\n AccessReviewInstancesAssignedForMyApprovalImpl,\n AccessReviewInstanceMyDecisionsImpl,\n TenantLevelAccessReviewInstanceContactedReviewersImpl,\n EligibleChildResourcesImpl,\n RoleAssignmentSchedulesImpl,\n RoleAssignmentScheduleInstancesImpl,\n RoleAssignmentScheduleRequestsImpl,\n RoleEligibilitySchedulesImpl,\n RoleEligibilityScheduleInstancesImpl,\n RoleEligibilityScheduleRequestsImpl,\n RoleManagementPoliciesImpl,\n RoleManagementPolicyAssignmentsImpl,\n AlertsImpl,\n AlertConfigurationsImpl,\n AlertDefinitionsImpl,\n AlertIncidentsImpl,\n AlertOperationImpl\n} from \"./operations\";\nimport {\n ClassicAdministrators,\n GlobalAdministrator,\n DenyAssignments,\n ProviderOperationsMetadataOperations,\n RoleAssignments,\n Permissions,\n RoleDefinitions,\n Operations,\n AccessReviewHistoryDefinitions,\n AccessReviewHistoryDefinitionOperations,\n AccessReviewHistoryDefinitionInstance,\n AccessReviewHistoryDefinitionInstances,\n AccessReviewScheduleDefinitions,\n AccessReviewInstances,\n AccessReviewInstanceOperations,\n AccessReviewInstanceDecisions,\n AccessReviewInstanceContactedReviewers,\n AccessReviewDefaultSettingsOperations,\n ScopeAccessReviewHistoryDefinitions,\n ScopeAccessReviewHistoryDefinition,\n ScopeAccessReviewHistoryDefinitionInstance,\n ScopeAccessReviewHistoryDefinitionInstances,\n ScopeAccessReviewScheduleDefinitions,\n ScopeAccessReviewInstances,\n ScopeAccessReviewInstance,\n ScopeAccessReviewInstanceDecisions,\n ScopeAccessReviewInstanceContactedReviewers,\n ScopeAccessReviewDefaultSettings,\n AccessReviewScheduleDefinitionsAssignedForMyApproval,\n AccessReviewInstancesAssignedForMyApproval,\n AccessReviewInstanceMyDecisions,\n TenantLevelAccessReviewInstanceContactedReviewers,\n EligibleChildResources,\n RoleAssignmentSchedules,\n RoleAssignmentScheduleInstances,\n RoleAssignmentScheduleRequests,\n RoleEligibilitySchedules,\n RoleEligibilityScheduleInstances,\n RoleEligibilityScheduleRequests,\n RoleManagementPolicies,\n RoleManagementPolicyAssignments,\n Alerts,\n AlertConfigurations,\n AlertDefinitions,\n AlertIncidents,\n AlertOperation\n} from \"./operationsInterfaces\";\nimport { AuthorizationManagementClientOptionalParams } from \"./models\";\n\nexport class AuthorizationManagementClient extends coreClient.ServiceClient {\n $host: string;\n subscriptionId?: string;\n\n /**\n * Initializes a new instance of the AuthorizationManagementClient class.\n * @param credentials Subscription credentials which uniquely identify client subscription.\n * @param subscriptionId The ID of the target subscription.\n * @param options The parameter options\n */\n constructor(\n credentials: coreAuth.TokenCredential,\n subscriptionId: string,\n options?: AuthorizationManagementClientOptionalParams\n );\n constructor(\n credentials: coreAuth.TokenCredential,\n options?: AuthorizationManagementClientOptionalParams\n );\n constructor(\n credentials: coreAuth.TokenCredential,\n subscriptionIdOrOptions?:\n | AuthorizationManagementClientOptionalParams\n | string,\n options?: AuthorizationManagementClientOptionalParams\n ) {\n if (credentials === undefined) {\n throw new Error(\"'credentials' cannot be null\");\n }\n\n let subscriptionId: string | undefined;\n\n if (typeof subscriptionIdOrOptions === \"string\") {\n subscriptionId = subscriptionIdOrOptions;\n } else if (typeof subscriptionIdOrOptions === \"object\") {\n options = subscriptionIdOrOptions;\n }\n\n // Initializing default values for options\n if (!options) {\n options = {};\n }\n const defaults: AuthorizationManagementClientOptionalParams = {\n requestContentType: \"application/json; charset=utf-8\",\n credential: credentials\n };\n\n const packageDetails = `azsdk-js-arm-authorization/10.0.0-beta.1`;\n const userAgentPrefix =\n options.userAgentOptions && options.userAgentOptions.userAgentPrefix\n ? `${options.userAgentOptions.userAgentPrefix} ${packageDetails}`\n : `${packageDetails}`;\n\n const optionsWithDefaults = {\n ...defaults,\n ...options,\n userAgentOptions: {\n userAgentPrefix\n },\n endpoint:\n options.endpoint ?? options.baseUri ?? \"https://management.azure.com\"\n };\n super(optionsWithDefaults);\n\n let bearerTokenAuthenticationPolicyFound: boolean = false;\n if (options?.pipeline && options.pipeline.getOrderedPolicies().length > 0) {\n const pipelinePolicies: coreRestPipeline.PipelinePolicy[] = options.pipeline.getOrderedPolicies();\n bearerTokenAuthenticationPolicyFound = pipelinePolicies.some(\n (pipelinePolicy) =>\n pipelinePolicy.name ===\n coreRestPipeline.bearerTokenAuthenticationPolicyName\n );\n }\n if (\n !options ||\n !options.pipeline ||\n options.pipeline.getOrderedPolicies().length == 0 ||\n !bearerTokenAuthenticationPolicyFound\n ) {\n this.pipeline.removePolicy({\n name: coreRestPipeline.bearerTokenAuthenticationPolicyName\n });\n this.pipeline.addPolicy(\n coreRestPipeline.bearerTokenAuthenticationPolicy({\n credential: credentials,\n scopes:\n optionsWithDefaults.credentialScopes ??\n `${optionsWithDefaults.endpoint}/.default`,\n challengeCallbacks: {\n authorizeRequestOnChallenge:\n coreClient.authorizeRequestOnClaimChallenge\n }\n })\n );\n }\n // Parameter assignments\n this.subscriptionId = subscriptionId;\n\n // Assigning values to Constant parameters\n this.$host = options.$host || \"https://management.azure.com\";\n this.classicAdministrators = new ClassicAdministratorsImpl(this);\n this.globalAdministrator = new GlobalAdministratorImpl(this);\n this.denyAssignments = new DenyAssignmentsImpl(this);\n this.providerOperationsMetadataOperations = new ProviderOperationsMetadataOperationsImpl(\n this\n );\n this.roleAssignments = new RoleAssignmentsImpl(this);\n this.permissions = new PermissionsImpl(this);\n this.roleDefinitions = new RoleDefinitionsImpl(this);\n this.operations = new OperationsImpl(this);\n this.accessReviewHistoryDefinitions = new AccessReviewHistoryDefinitionsImpl(\n this\n );\n this.accessReviewHistoryDefinitionOperations = new AccessReviewHistoryDefinitionOperationsImpl(\n this\n );\n this.accessReviewHistoryDefinitionInstance = new AccessReviewHistoryDefinitionInstanceImpl(\n this\n );\n this.accessReviewHistoryDefinitionInstances = new AccessReviewHistoryDefinitionInstancesImpl(\n this\n );\n this.accessReviewScheduleDefinitions = new AccessReviewScheduleDefinitionsImpl(\n this\n );\n this.accessReviewInstances = new AccessReviewInstancesImpl(this);\n this.accessReviewInstanceOperations = new AccessReviewInstanceOperationsImpl(\n this\n );\n this.accessReviewInstanceDecisions = new AccessReviewInstanceDecisionsImpl(\n this\n );\n this.accessReviewInstanceContactedReviewers = new AccessReviewInstanceContactedReviewersImpl(\n this\n );\n this.accessReviewDefaultSettingsOperations = new AccessReviewDefaultSettingsOperationsImpl(\n this\n );\n this.scopeAccessReviewHistoryDefinitions = new ScopeAccessReviewHistoryDefinitionsImpl(\n this\n );\n this.scopeAccessReviewHistoryDefinition = new ScopeAccessReviewHistoryDefinitionImpl(\n this\n );\n this.scopeAccessReviewHistoryDefinitionInstance = new ScopeAccessReviewHistoryDefinitionInstanceImpl(\n this\n );\n this.scopeAccessReviewHistoryDefinitionInstances = new ScopeAccessReviewHistoryDefinitionInstancesImpl(\n this\n );\n this.scopeAccessReviewScheduleDefinitions = new ScopeAccessReviewScheduleDefinitionsImpl(\n this\n );\n this.scopeAccessReviewInstances = new ScopeAccessReviewInstancesImpl(this);\n this.scopeAccessReviewInstance = new ScopeAccessReviewInstanceImpl(this);\n this.scopeAccessReviewInstanceDecisions = new ScopeAccessReviewInstanceDecisionsImpl(\n this\n );\n this.scopeAccessReviewInstanceContactedReviewers = new ScopeAccessReviewInstanceContactedReviewersImpl(\n this\n );\n this.scopeAccessReviewDefaultSettings = new ScopeAccessReviewDefaultSettingsImpl(\n this\n );\n this.accessReviewScheduleDefinitionsAssignedForMyApproval = new AccessReviewScheduleDefinitionsAssignedForMyApprovalImpl(\n this\n );\n this.accessReviewInstancesAssignedForMyApproval = new AccessReviewInstancesAssignedForMyApprovalImpl(\n this\n );\n this.accessReviewInstanceMyDecisions = new AccessReviewInstanceMyDecisionsImpl(\n this\n );\n this.tenantLevelAccessReviewInstanceContactedReviewers = new TenantLevelAccessReviewInstanceContactedReviewersImpl(\n this\n );\n this.eligibleChildResources = new EligibleChildResourcesImpl(this);\n this.roleAssignmentSchedules = new RoleAssignmentSchedulesImpl(this);\n this.roleAssignmentScheduleInstances = new RoleAssignmentScheduleInstancesImpl(\n this\n );\n this.roleAssignmentScheduleRequests = new RoleAssignmentScheduleRequestsImpl(\n this\n );\n this.roleEligibilitySchedules = new RoleEligibilitySchedulesImpl(this);\n this.roleEligibilityScheduleInstances = new RoleEligibilityScheduleInstancesImpl(\n this\n );\n this.roleEligibilityScheduleRequests = new RoleEligibilityScheduleRequestsImpl(\n this\n );\n this.roleManagementPolicies = new RoleManagementPoliciesImpl(this);\n this.roleManagementPolicyAssignments = new RoleManagementPolicyAssignmentsImpl(\n this\n );\n this.alerts = new AlertsImpl(this);\n this.alertConfigurations = new AlertConfigurationsImpl(this);\n this.alertDefinitions = new AlertDefinitionsImpl(this);\n this.alertIncidents = new AlertIncidentsImpl(this);\n this.alertOperation = new AlertOperationImpl(this);\n }\n\n classicAdministrators: ClassicAdministrators;\n globalAdministrator: GlobalAdministrator;\n denyAssignments: DenyAssignments;\n providerOperationsMetadataOperations: ProviderOperationsMetadataOperations;\n roleAssignments: RoleAssignments;\n permissions: Permissions;\n roleDefinitions: RoleDefinitions;\n operations: Operations;\n accessReviewHistoryDefinitions: AccessReviewHistoryDefinitions;\n accessReviewHistoryDefinitionOperations: AccessReviewHistoryDefinitionOperations;\n accessReviewHistoryDefinitionInstance: AccessReviewHistoryDefinitionInstance;\n accessReviewHistoryDefinitionInstances: AccessReviewHistoryDefinitionInstances;\n accessReviewScheduleDefinitions: AccessReviewScheduleDefinitions;\n accessReviewInstances: AccessReviewInstances;\n accessReviewInstanceOperations: AccessReviewInstanceOperations;\n accessReviewInstanceDecisions: AccessReviewInstanceDecisions;\n accessReviewInstanceContactedReviewers: AccessReviewInstanceContactedReviewers;\n accessReviewDefaultSettingsOperations: AccessReviewDefaultSettingsOperations;\n scopeAccessReviewHistoryDefinitions: ScopeAccessReviewHistoryDefinitions;\n scopeAccessReviewHistoryDefinition: ScopeAccessReviewHistoryDefinition;\n scopeAccessReviewHistoryDefinitionInstance: ScopeAccessReviewHistoryDefinitionInstance;\n scopeAccessReviewHistoryDefinitionInstances: ScopeAccessReviewHistoryDefinitionInstances;\n scopeAccessReviewScheduleDefinitions: ScopeAccessReviewScheduleDefinitions;\n scopeAccessReviewInstances: ScopeAccessReviewInstances;\n scopeAccessReviewInstance: ScopeAccessReviewInstance;\n scopeAccessReviewInstanceDecisions: ScopeAccessReviewInstanceDecisions;\n scopeAccessReviewInstanceContactedReviewers: ScopeAccessReviewInstanceContactedReviewers;\n scopeAccessReviewDefaultSettings: ScopeAccessReviewDefaultSettings;\n accessReviewScheduleDefinitionsAssignedForMyApproval: AccessReviewScheduleDefinitionsAssignedForMyApproval;\n accessReviewInstancesAssignedForMyApproval: AccessReviewInstancesAssignedForMyApproval;\n accessReviewInstanceMyDecisions: AccessReviewInstanceMyDecisions;\n tenantLevelAccessReviewInstanceContactedReviewers: TenantLevelAccessReviewInstanceContactedReviewers;\n eligibleChildResources: EligibleChildResources;\n roleAssignmentSchedules: RoleAssignmentSchedules;\n roleAssignmentScheduleInstances: RoleAssignmentScheduleInstances;\n roleAssignmentScheduleRequests: RoleAssignmentScheduleRequests;\n roleEligibilitySchedules: RoleEligibilitySchedules;\n roleEligibilityScheduleInstances: RoleEligibilityScheduleInstances;\n roleEligibilityScheduleRequests: RoleEligibilityScheduleRequests;\n roleManagementPolicies: RoleManagementPolicies;\n roleManagementPolicyAssignments: RoleManagementPolicyAssignments;\n alerts: Alerts;\n alertConfigurations: AlertConfigurations;\n alertDefinitions: AlertDefinitions;\n alertIncidents: AlertIncidents;\n alertOperation: AlertOperation;\n}\n"],"names":["KnownPrincipalType","KnownAccessReviewResult","KnownAccessReviewHistoryDefinitionStatus","KnownAccessReviewActorIdentityType","KnownAccessReviewScopePrincipalType","KnownAccessReviewScopeAssignmentState","KnownAccessReviewRecurrencePatternType","KnownAccessReviewRecurrenceRangeType","KnownAccessReviewScheduleDefinitionStatus","KnownDefaultDecisionType","KnownAccessReviewReviewerType","KnownAccessReviewScheduleDefinitionReviewersType","KnownAccessReviewInstanceStatus","KnownAccessReviewInstanceReviewersType","KnownDecisionTargetType","KnownDecisionResourceType","KnownAccessRecommendationType","KnownAccessReviewApplyResult","KnownAccessReviewDecisionInsightType","KnownAccessReviewDecisionPrincipalResourceMembershipType","KnownRecordAllDecisionsResult","KnownAssignmentType","KnownMemberType","KnownStatus","KnownRequestType","KnownType","KnownRoleManagementPolicyRuleType","KnownSeverityLevel","KnownApprovalMode","KnownUserType","KnownEnablementRules","KnownNotificationDeliveryMechanism","KnownNotificationLevel","KnownRecipientType","RoleAssignmentCreateParametersMapper","RoleDefinitionMapper","AccessReviewHistoryDefinitionPropertiesMapper","AccessReviewScheduleDefinitionPropertiesMapper","AccessReviewInstancePropertiesMapper","AccessReviewScheduleSettingsMapper","RecordAllDecisionsPropertiesMapper","AccessReviewDecisionPropertiesMapper","RoleAssignmentScheduleRequestMapper","RoleEligibilityScheduleRequestMapper","RoleManagementPolicyMapper","RoleManagementPolicyAssignmentMapper","AlertMapper","AlertConfigurationMapper","__await","__asyncValues","__asyncDelegator","listOperationSpec","listNextOperationSpec","serializer","coreClient","Mappers.ClassicAdministratorListResult","Mappers.ErrorResponse","Parameters.apiVersion","Parameters.$host","Parameters.subscriptionId","Parameters.accept","Parameters.nextLink","listForResourceOperationSpec","listForResourceGroupOperationSpec","getOperationSpec","getByIdOperationSpec","listForScopeOperationSpec","listForResourceNextOperationSpec","listForResourceGroupNextOperationSpec","listForScopeNextOperationSpec","Mappers.DenyAssignmentListResult","Parameters.apiVersion1","Parameters.filter","Parameters.resourceGroupName","Parameters.resourceProviderNamespace","Parameters.parentResourcePath","Parameters.resourceType","Parameters.resourceName","Mappers.DenyAssignment","Parameters.scope","Parameters.denyAssignmentId","Parameters.denyAssignmentId1","Mappers.ProviderOperationsMetadata","Parameters.expand","Mappers.ProviderOperationsMetadataListResult","createOperationSpec","deleteOperationSpec","deleteByIdOperationSpec","Mappers.RoleAssignmentListResult","Parameters.filter1","Parameters.tenantId","Parameters.resourceName1","Mappers.RoleAssignment","Parameters.roleAssignmentName","Parameters.parameters","Parameters.contentType","Parameters.skipToken","Parameters.roleAssignmentId","Mappers.PermissionGetResult","Parameters.apiVersion2","Parameters.resourceName2","Mappers.RoleDefinition","Parameters.roleDefinitionId","Parameters.roleDefinition","Mappers.RoleDefinitionListResult","Parameters.roleId","Mappers.OperationListResult","Mappers.ErrorDefinition","Parameters.apiVersion3","Mappers.AccessReviewHistoryDefinitionListResult","Mappers.AccessReviewHistoryDefinition","Parameters.historyDefinitionId","Parameters.properties","generateDownloadUriOperationSpec","Mappers.AccessReviewHistoryInstance","Parameters.instanceId","Mappers.AccessReviewHistoryDefinitionInstanceListResult","createOrUpdateByIdOperationSpec","stopOperationSpec","Mappers.AccessReviewScheduleDefinitionListResult","Mappers.AccessReviewScheduleDefinition","Parameters.scheduleDefinitionId","Parameters.properties1","Mappers.AccessReviewInstanceListResult","Mappers.AccessReviewInstance","Parameters.id","Parameters.properties2","resetDecisionsOperationSpec","applyDecisionsOperationSpec","sendRemindersOperationSpec","Mappers.AccessReviewDecisionListResult","Mappers.AccessReviewContactedReviewerListResult","putOperationSpec","Mappers.AccessReviewDefaultSettings","Parameters.properties3","Parameters.scope1","Parameters.properties4","Mappers.AccessReviewDecision","Parameters.decisionId","Parameters.properties5","Mappers.EligibleChildResourcesListResult","Mappers.CloudError","Parameters.apiVersion4","Mappers.RoleAssignmentSchedule","Parameters.roleAssignmentScheduleName","Mappers.RoleAssignmentScheduleListResult","Mappers.RoleAssignmentScheduleInstanceListResult","Mappers.RoleAssignmentScheduleInstance","Parameters.roleAssignmentScheduleInstanceName","cancelOperationSpec","validateOperationSpec","Mappers.RoleAssignmentScheduleRequest","Parameters.parameters1","Parameters.apiVersion5","Parameters.roleAssignmentScheduleRequestName","Mappers.RoleAssignmentScheduleRequestListResult","Mappers.RoleEligibilitySchedule","Parameters.roleEligibilityScheduleName","Mappers.RoleEligibilityScheduleListResult","Mappers.RoleEligibilityScheduleInstanceListResult","Mappers.RoleEligibilityScheduleInstance","Parameters.roleEligibilityScheduleInstanceName","Mappers.RoleEligibilityScheduleRequest","Parameters.parameters2","Parameters.roleEligibilityScheduleRequestName","Mappers.RoleEligibilityScheduleRequestListResult","updateOperationSpec","Mappers.RoleManagementPolicy","Parameters.roleManagementPolicyName","Parameters.parameters3","Mappers.RoleManagementPolicyListResult","Mappers.RoleManagementPolicyAssignment","Parameters.roleManagementPolicyAssignmentName","Parameters.parameters4","Mappers.RoleManagementPolicyAssignmentListResult","__rest","__awaiter","createHttpPoller","Mappers.Alert","Parameters.apiVersion6","Parameters.alertId","Parameters.parameters5","Mappers.AlertListResult","Mappers.AlertOperationResult","Mappers.AlertsRefreshHeaders","Mappers.AlertsRefreshAllHeaders","Mappers.AlertConfiguration","Parameters.parameters6","Mappers.AlertConfigurationListResult","Mappers.AlertDefinition","Parameters.alertDefinitionId","Mappers.AlertDefinitionListResult","Mappers.AlertIncident","Parameters.alertIncidentId","Mappers.AlertIncidentListResult","Parameters.operationId","coreRestPipeline"],"mappings":"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"}
|