Name | Value | Description |
ABACHighRiskScore | 10000 | Threshold Risk Score to be used in ABAC rules |
AccountInboxFilterToExcludeFromJoin | | Select query to exclude the AccountIDs from getting joined /* Select AccountID from xyz*/ |
AccountInboxFilterToExcludeFromPersonProvision | | Select query to exclude the AccountIDs from getting provisioned /* Select AccountID from xyz*/ |
AccountInboxJoinAndProvisionFilter | A.PersonID IS NULL AND A.Disabled = 0 AND A.Deleted = 0 AND A.AccountTypeID 2 AND A.AccountUsageTypeID = 1 AND LENA.FirstName 0 AND LENA.LastName 0 | Filter for join and provision, only accounts matching the criteria will be included. This filter appends to the AccountInboxJoinFilter for join and to AccountInboxProvisionFilter for provision see AccountInboxing_GetJoinAndProvisionFilter for sample of how to extend |
AccountInboxJoinByBirthDateFirstNameLastName | True | If turned on, the join rule will try to join new discovered accounts to people, based on matches on those fields |
AccountInboxJoinByCustomMatch | /* -- this is a sample of how to extend the join rules with custom logic. There would be two extra rules to join by Department and City/State--uncomment the outer comment to make it active--retrieve personID by Department, first and last nameUPDATE ASET A.PersonID = PJoined.PersonID,A.AttributeJoinedBy ="Department"FROM #Accounts AINNER JOIN SELECT MINP.PersonID PersonID, P.Department , P.LastName , P.FirstName FROM Person P WITH NOLOCKWHERE P.Department IS NOT NULL AND P.PersonID 3GROUP BY P.Department, P.LastName , P.FirstName HAVING COUNT1=1 PJoined ON PJoined.Department = A.Department AND PJoined.LastName = A.LastName AND PJoined.FirstName = A.FirstName WHERE A.PersonID IS NULL --retrieve personID by City and State, first and last nameUPDATE ASET A.PersonID = PJoined.PersonID,A.AttributeJoinedBy ="City and State"FROM #Accounts AINNER JOIN SELECT MINP.PersonID PersonID, P.City ,P.State, P.LastName, P.FirstName FROM Person P WITH NOLOCKWHERE P.City IS NOT NULL AND P.State IS NOT NULL AND P.PersonID 3GROUP BY P.City ,P.State, P.LastName , P.FirstName HAVING COUNT1=1 PJoined ON PJoined.City = A.City AND PJoined.State = A.State AND PJoined.LastName = A.LastName AND PJoined.FirstName = A.FirstName WHERE A.PersonID IS NULL */ | Extra custom rule/s that run at the end of the join rules by executing the SQL. It has to follow the sample code |
AccountInboxJoinByEmail | false | If turned on, the join rule will try to join new discovered accounts to people, based on matches on those fields |
AccountInboxJoinByEmailFirstNameLastName | True | If turned on, the join rule will try to join new discovered accounts to people, based on matches on those fields |
AccountInboxJoinByEmployeeID | True | If turned on, the join rule will try to join new discovered accounts to people, based on matches on those fields |
AccountInboxJoinByEmployeeIDFirstNameLastName | True | If turned on, the join rule will try to join new discovered accounts to people, based on matches on those fields |
AccountInboxJoinByEmployeeIDOther | True | If turned on, the join rule will try to join new discovered accounts to people, based on matches on those fields |
AccountInboxJoinByLogonNameFirstNameLastName | True | If turned on, the join rule will try to join new discovered accounts to people, based on matches on those fields |
AccountInboxJoinByPersonalEmailFirstNameLastName | True | If turned on, the join rule will try to join new discovered accounts to people, based on matches on those fields |
AccountInboxJoinCustomMatchAttributes | | Account attributes that must match for join |
AccountInboxJoinFilter | A.AllowJoin = 1 | Filter for join, only accounts matching the criteria will be included. This filter appends to the AccountInboxJoinAndProvisionFilter see AccountInboxing_GetJoinFilter for sample of how to extend |
AccountInboxProvisionFilter | A.AllowProvision = 1 AND EXISTSSELECT 1 FROM AccountStore S WHERE A.AccountStoreID = S.AccountStoreID AND S.AllowPersonProvisioning = 1 | Filter for PROVISION, only accounts matching the criteria will be included. This filter appends to the AccountInboxJoinAndProvisionFilter see AccountInboxing_GetProvisionFilter for sample of how to extend |
AccountInboxShowAdvancedSettings | True | Enable this to configure advanced SQL filters for join and provision |
Adobe_GetGroupsEndPoint | https://usermanagement.adobe.io/v2/usermanagement/groups/
| Adobe_GetGroupsEndPoint |
Adobe_GetSpecificUserEndPoint | https://usermanagement.adobe.io/v2/usermanagement/organizations/
| Adobe_GetSpecificUserEndPoint |
Adobe_GetUserActionEndPoint | https://usermanagement.adobe.io/v2/usermanagement/action/
| Adobe_GetUserActionEndPoint |
Adobe_GetUsersEndPoint | https://usermanagement.adobe.io/v2/usermanagement/users/
| Adobe_GetUsersEndPoint |
Adobe_ImsJwtExchangeEndPoint | https://ims-na1.adobelogin.com/ims/exchange/jwt/
| Adobe Ims Jwt Exchange EndPoint |
AdobeConnection_0838d7aa-330a-4988-ba3d-794e858297fb | | |
AdobeConnection_82daf95e-fd4d-4e33-add2-91af1788d959 | | |
ADUserCreatePostProcessingAlertEnabled | false | Global Setting to Enable or Disable ADUserCreatePostProcessingAlert |
AIAPIManagementMicroServiceAppID | e551bf42-9063-4010-8554-591fae5335e7
| |
AIAPIManagementMicroServiceAzLoginUrl |
| |
AIAPIManagementMicroServiceSecret | Ag68Q~Fm3HjI8ylK2zLR7JantoMsTQqeGCbtFcWN
| |
AIAPIManagementMicroServiceTenantID | 38a6d48d-1777-4de4-b029-9b425a8070e9
| |
AIAPIManagementMicroServiceUrl | https://aicosmosformongodb.azurewebsites.net
| |
AIDocsSearchAPIEndPoint | http://127.0.0.1:5000/api/docs/ask
| |
AIDocsSearchCloudFileUploadMicroServiceAPIEndPoint | https://localhost:44375/v1.0/AIAPIManagementMicroservice/ProcessCloudFiles
| |
AIDocsSearchCloudFileUploadMicroServiceAPIRequestParams | {
azureblobstorage: [
{
accountname: psdbfpbfgru364y5zu,
accountkey: 1W05twlhfMkQxnL1zcZEtwPlVHVVqn+9XI+89k9mNGLxZGxy+Vgj/PGnUtobLborDkrGuv6GBYdc+ASt1FGlsg==,
containername: aimicroservice-testcontainer
}
],
onedrive: [
{
userid: asif.raza@empowerid.com,
foldername: pdfs
}
],
uploadurl: http:127.0.0.1:5000/api/docs/upload
}
| |
AIDocsSearchFileUploadAPIEndPoint | http://127.0.0.1:5000/api/docs/upload
| |
AILLmToolsCosmosDbServiceSecret |
| Secret for authentication to AILLmToolsCosmosDbService |
AIPolicyDocumentsUploadAPIEndPoint | http://127.0.0.1:5001/api/doc/search/uploadbotdescription
| |
AIServiceAppID | e2b89674-766d-4e28-99c6-3f2fda513c8c
| |
AIServiceAzLoginUrl |
| |
AIServiceSecret | GB18Q~ooqHFj1-SMMxRm6YsWhQe~eotP2_lcKaXR
| |
AIServiceTenantID | 620d37d5-2fe0-499a-b2c4-741b401252ed
| |
AllowSetMustChangePasswordAtNextLogon | True
| Allow Set Must Change Password At Next Logon. This is used in person reset password flow. If set to true, will enable AD account must change password at next logon when selected for the person. |
AllowWebApiMethodInvokeProfiling | True
| Profiles RBAC checks of Component-API methods true will emit ETW messages when Component-API"s are invoked from the UI, allowing a listener to capture information quickly about Component-API calls made while users navigate the UI and if they are permitted to call component"s methods |
AllowWebApiMethodInvokesWithoutCheck | False
| Bypasses RBAC checks of Component-API methods when called from the UI false ensures the current user has ability to call API for the component or method; true bypasses this check and allows the method to be called |
AlwaysUseChangePasswordToValidateCurrentAccountPassword | false
| Always Use Change Password To Validate Current Account Password. This is used in change password flow, when set to true will call change password on the selected account in external system instead of validation and then reset. |
API_IISAppName | API
| |
APIAccessRequestPolicyByResourceIdMapping | {AccessRequestPolicyID:Id,Name:Name,FriendlyName:FriendlyName,Description:Description}
| APIAccessRequestPolicyByResourceIdMapping |
APIBusinessRequestCommentMapping | { BusinessRequestCommentID: Id, BusinessRequestID: BusinessRequestID, BusinessRequestCommentParentID: BusinessRequestCommentParentID, BusinessRequestItemID: BusinessRequestItemID, CommentorPersonID: CommentorPersonID, Title: Title, Comments: Comment, ChildrenCount: ChildrenCount, CommentStepFriendlyName:CommentStepFriendlyName }
| APIBusinessRequestCommentMapping |
APIBusinessRequestGetAllMapping | {BusinessRequestID:BusinessRequestID,LocalizedBusinessRequestTypeFriendlyName:LocalizedBusinessRequestTypeFriendlyName,LocalizedBusinessRequestTypeDescription:LocalizedBusinessRequestTypeDescription,LocalizedBusinessRequestStatusFriendlyName:LocalizedBusinessRequestStatusFriendlyName,InitiatorPersonFriendlyName:InitiatorPersonFriendlyName,InitiatorComments:InitiatorComments,RequestNumber:RequestNumber,RequestDescription:RequestDescription,RequestDataTargetPersonID:RequestDataTargetPersonID,RequestDataTargetPersonFriendlyName:RequestDataTargetPersonFriendlyName,OpenBusinessRequestApprovalStepName:OpenBusinessRequestApprovalStepName,OpenBusinessRequestApprovalStepID:OpenBusinessRequestApprovalStepID,OpenBusinessRequestApproverPersonPreviewName:OpenBusinessRequestApproverPersonPreviewName,CurrentUserIsApprover:CurrentUserIsApprover,ApprovalStepsDiagram:ApprovalStepsDiagram,PercentageCompleted:PercentageCompleted,CommentsCount:CommentsCount}
| APIBusinessRequestGetAllMapping |
APIBusinessRequestGetSingleMapping | {BusinessRequestID:BusinessRequestID,LocalizedBusinessRequestTypeFriendlyName:LocalizedBusinessRequestTypeFriendlyName,LocalizedBusinessRequestTypeDescription:LocalizedBusinessRequestTypeDescription,LocalizedBusinessRequestStatusFriendlyName:LocalizedBusinessRequestStatusFriendlyName,InitiatorPersonFriendlyName:InitiatorPersonFriendlyName,InitiatorComments:InitiatorComments,RequestNumber:RequestNumber,RequestDescription:RequestDescription,RequestDataTargetPersonID:RequestDataTargetPersonID,RequestDataTargetPersonFriendlyName:RequestDataTargetPersonFriendlyName,OpenBusinessRequestApprovalStepName:OpenBusinessRequestApprovalStepName,OpenBusinessRequestApprovalStepID:OpenBusinessRequestApprovalStepID,OpenBusinessRequestApproverPersonPreviewName:OpenBusinessRequestApproverPersonPreviewName,CurrentUserIsApprover:CurrentUserIsApprover,ApprovalStepsDiagram:ApprovalStepsDiagram,PercentageCompleted:PercentageCompleted,CommentsCount:CommentsCount}
| APIBusinessRequestGetSingleMapping |
APIBusinessRequestItemApprovalStepRiskDetails | {ApprovalFlowStepTypeID:ApprovalFlowStepTypeID,BusinessRequestItemAzLocalRiskViolationID:BusinessRequestItemAzLocalRiskViolationID,SiblingApprovalGroupID:SiblingApprovalGroupID}
| APIBusinessRequestItemApprovalStepRiskDetails |
APIBusinessRequestItemApproverComments | {ApproverComments:ApproverComments}
| APIBusinessRequestItemApproverComments |
APIBusinessRequestItemApproversMapping | {Login:login,FriendlyName:friendlyName,Email:email}
| APIBusinessRequestItemApproversMapping |
APIBusinessRequestItemAzLocalRiskViolationByMethodMandatoryParams | [AzLocalRiskMitigationStatusID, AzLocalRiskViolatorMitigationValidFrom, AzLocalRiskViolatorMitigationValidUntil, AzLocalRiskRuleMitigationValidFrom, AzLocalRiskRuleMitigationValidUntil]
| APIBusinessRequestItemAzLocalRiskViolationByMethodMandatoryParams |
APIBusinessRequestItemByMethodMandatoryParams | [Name,FriendlyName,ExtensionAttribute1,ExtensionAttribute2,ExtensionAttribute3,ExtensionAttribute4,ExtensionAttribute5,ExtensionAttribute6,ExtensionAttribute7,ExtensionAttribute8,ExtensionAttribute9,ExtensionAttribute10,RequestDataAssigneeID,RequestDataAssigneePreviewName,RequestDataTargetResourcePreviewName,RequestDataTargetResourceTypeID,RequestDataTargetResourceTypePreviewName,RequestDataAssignmentPointID,RequestDataTargetResourceTypeRoleID,RequestDataAssignmentPointPreviewName,RequestDataAssignmentPointTypeID,RequestDataAssignmentPointTypePreviewName,RequestDataTargetPersonID,RequestDataAssignmentStartDate,RequestDataAssignmentEndDate,RequestDataExternalTypeID,RequestDataExternalTypeFriendlyName,RequestDataExternalObjectID,RequestDataExternalObjectFriendlyName,RequestDataExternalItemID,RequestDataExternalItemFriendlyName,RequestDataTargetResourceTypeRoleID,RequestDataTargetResourceTypeRolePreviewName,BusinessRequestItemTypeName,BusinessRequestItemStatusID,BusinessRequestItemTypeActionID,FulfillmentDelayInHours,BusinessRequestItemFulfillmentStatusID]
| APIBusinessRequestItemByMethodMandatoryParamsCached for 30 mins in code |
APIBusinessRequestItemCategoryMapping | {BusinessRequestItemCategoryID:BusinessRequestItemCategoryID,LocalizedFriendlyName:LocalizedFriendlyName,Name:Name,KeyEntryName:KeyEntryName}
| APIBusinessRequestItemCategoryMapping |
APIBusinessRequestItemGetAllMapping | {BusinessRequestItemID:BusinessRequestItemID,BusinessRequestID:BusinessRequestID,LocalizedBusinessRequestStatusFriendlyName:LocalizedBusinessRequestStatusFriendlyName,LocalizedBusinessRequestTypeFriendlyName:LocalizedBusinessRequestTypeFriendlyName,LocalizedBusinessRequestTypeDescription:LocalizedBusinessRequestTypeDescription,LocalizedBusinessRequestStatusFriendlyName:LocalizedBusinessRequestStatusFriendlyName,LocalizedBusinessRequestItemTypeFriendlyName:LocalizedBusinessRequestItemTypeFriendlyName,LocalizedBusinessRequestItemTypeDescription:LocalizedBusinessRequestItemTypeDescription,LocalizedBusinessRequestItemTypeActionFriendlyName:LocalizedBusinessRequestItemTypeActionFriendlyName,LocalizedBusinessRequestItemStatusFriendlyName:LocalizedBusinessRequestItemStatusFriendlyName,LocalizedBusinessRequestItemStatusDescription:LocalizedBusinessRequestItemStatusDescription,InitiatorPersonFriendlyName:InitiatorPersonFriendlyName,BusinessRequestNumber:BusinessRequestNumber,RequestDataTargetResourcePreviewName:RequestDataTargetResourcePreviewName,RequestDataTargetResourceTypePreviewName:RequestDataTargetResourceTypePreviewName,CurrentStepID:CurrentStepID,CurrentStepName:CurrentStepName,CurrentUserIsApprover:CurrentUserIsApprover,CurrentUserApprovalDecisions:CurrentUserApprovalDecisions,CurrentUserInProgressApprovalDecisionID:CurrentUserInProgressApprovalDecisionID,OpenBusinessRequestApproverPersonPreviewName:OpenBusinessRequestApproverPersonPreviewName,RequestDataTargetPersonFriendlyName:RequestDataTargetPersonFriendlyName,RequestDataTargetPersonID:RequestDataTargetPersonFriendlyName,RequestDataTargetPersonPreviewName:RequestDataTargetPersonPreviewName,RequestDataTargetResourceID:RequestDataTargetResourceID,RequestDataTargetResourcePreviewName:RequestDataTargetResourcePreviewName,RequestDataTargetResourceTypeID:RequestDataTargetResourceTypeID,RequestDataTargetResourceTypePreviewName:RequestDataTargetResourceTypePreviewName,RequestDataTargetResourceTypeRoleID:RequestDataTargetResourceTypeRoleID,RequestDataTargetResourceTypeRolePreviewName:RequestDataTargetResourceTypeRolePreviewName,ApprovalStepsDiagram:ApprovalStepsDiagram,FulfillmentBusinessProcessID:FulfillmentBusinessProcessID,LocalizedBusinessRequestItemFulfillmentStatusFriendlyName:LocalizedBusinessRequestItemFulfillmentStatusFriendlyName,PercentageCompleted:PercentageCompleted,CommentsCount:CommentsCount}
| APIBusinessRequestItemGetAllMapping |
APIBusinessRequestItemGetBusinessRequestItemsByRequestIDItemTypeMapping | { RequestDataTargetResourcePreviewName: RequestDataTargetResourcePreviewName, RequestDataTargetResourceTypeID: RequestDataTargetResourceTypeID }
| APIBusinessRequestItemGetBusinessRequestItemsByRequestIDItemTypeMapping |
APIBusinessRequestItemGetByBRMapping | {BusinessRequestItemID:BusinessRequestItemID,BusinessRequestID:BusinessRequestID,LocalizedBusinessRequestStatusFriendlyName:LocalizedBusinessRequestStatusFriendlyName,LocalizedBusinessRequestTypeFriendlyName:LocalizedBusinessRequestTypeFriendlyName,LocalizedBusinessRequestTypeDescription:LocalizedBusinessRequestTypeDescription,LocalizedBusinessRequestStatusFriendlyName:LocalizedBusinessRequestStatusFriendlyName,LocalizedBusinessRequestItemTypeFriendlyName:LocalizedBusinessRequestItemTypeFriendlyName,LocalizedBusinessRequestItemTypeDescription:LocalizedBusinessRequestItemTypeDescription,LocalizedBusinessRequestItemTypeActionFriendlyName:LocalizedBusinessRequestItemTypeActionFriendlyName,LocalizedBusinessRequestItemStatusFriendlyName:LocalizedBusinessRequestItemStatusFriendlyName,LocalizedBusinessRequestItemStatusDescription:LocalizedBusinessRequestItemStatusDescription,InitiatorPersonFriendlyName:InitiatorPersonFriendlyName,BusinessRequestNumber:BusinessRequestNumber,RequestDataTargetResourcePreviewName:RequestDataTargetResourcePreviewName,RequestDataTargetResourceTypePreviewName:RequestDataTargetResourceTypePreviewName,CurrentStepID:CurrentStepID,CurrentStepName:CurrentStepName,CurrentUserIsApprover:CurrentUserIsApprover,CurrentUserApprovalDecisions:CurrentUserApprovalDecisions,CurrentUserInProgressApprovalDecisionID:CurrentUserInProgressApprovalDecisionID,OpenBusinessRequestApproverPersonPreviewName:OpenBusinessRequestApproverPersonPreviewName,RequestDataTargetPersonFriendlyName:RequestDataTargetPersonFriendlyName,RequestDataTargetPersonID:RequestDataTargetPersonFriendlyName,RequestDataTargetPersonPreviewName:RequestDataTargetPersonPreviewName,RequestDataTargetResourceID:RequestDataTargetResourceID,RequestDataTargetResourcePreviewName:RequestDataTargetResourcePreviewName,RequestDataTargetResourceTypeID:RequestDataTargetResourceTypeID,RequestDataTargetResourceTypePreviewName:RequestDataTargetResourceTypePreviewName,RequestDataTargetResourceTypeRoleID:RequestDataTargetResourceTypeRoleID,RequestDataTargetResourceTypeRolePreviewName:RequestDataTargetResourceTypeRolePreviewName,ApprovalStepsDiagram:ApprovalStepsDiagram,FulfillmentBusinessProcessID:FulfillmentBusinessProcessID,LocalizedBusinessRequestItemFulfillmentStatusFriendlyName:LocalizedBusinessRequestItemFulfillmentStatusFriendlyName,PercentageCompleted:PercentageCompleted,CommentsCount:CommentsCount}
| APIBusinessRequestItemGetByBRMapping |
APIBusinessRequestItemGetMyMapping | {BusinessRequestItemID:BusinessRequestItemID,BusinessRequestID:BusinessRequestID,LocalizedBusinessRequestStatusFriendlyName:LocalizedBusinessRequestStatusFriendlyName,LocalizedBusinessRequestTypeFriendlyName:LocalizedBusinessRequestTypeFriendlyName,LocalizedBusinessRequestTypeDescription:LocalizedBusinessRequestTypeDescription,LocalizedBusinessRequestStatusFriendlyName:LocalizedBusinessRequestStatusFriendlyName,LocalizedBusinessRequestItemTypeFriendlyName:LocalizedBusinessRequestItemTypeFriendlyName,LocalizedBusinessRequestItemTypeDescription:LocalizedBusinessRequestItemTypeDescription,LocalizedBusinessRequestItemTypeActionFriendlyName:LocalizedBusinessRequestItemTypeActionFriendlyName,LocalizedBusinessRequestItemStatusFriendlyName:LocalizedBusinessRequestItemStatusFriendlyName,LocalizedBusinessRequestItemStatusDescription:LocalizedBusinessRequestItemStatusDescription,InitiatorPersonFriendlyName:InitiatorPersonFriendlyName,BusinessRequestNumber:BusinessRequestNumber,RequestDataTargetResourcePreviewName:RequestDataTargetResourcePreviewName,RequestDataTargetResourceTypePreviewName:RequestDataTargetResourceTypePreviewName,CurrentStepID:CurrentStepID,CurrentStepName:CurrentStepName,CurrentUserIsApprover:CurrentUserIsApprover,CurrentUserApprovalDecisions:CurrentUserApprovalDecisions,CurrentUserInProgressApprovalDecisionID:CurrentUserInProgressApprovalDecisionID,OpenBusinessRequestApproverPersonPreviewName:OpenBusinessRequestApproverPersonPreviewName,RequestDataTargetPersonFriendlyName:RequestDataTargetPersonFriendlyName,RequestDataTargetPersonID:RequestDataTargetPersonFriendlyName,RequestDataTargetPersonPreviewName:RequestDataTargetPersonPreviewName,RequestDataTargetResourceID:RequestDataTargetResourceID,RequestDataTargetResourcePreviewName:RequestDataTargetResourcePreviewName,RequestDataTargetResourceTypeID:RequestDataTargetResourceTypeID,RequestDataTargetResourceTypePreviewName:RequestDataTargetResourceTypePreviewName,RequestDataTargetResourceTypeRoleID:RequestDataTargetResourceTypeRoleID,RequestDataTargetResourceTypeRolePreviewName:RequestDataTargetResourceTypeRolePreviewName,ApprovalStepsDiagram:ApprovalStepsDiagram,FulfillmentBusinessProcessID:FulfillmentBusinessProcessID,LocalizedBusinessRequestItemFulfillmentStatusFriendlyName:LocalizedBusinessRequestItemFulfillmentStatusFriendlyName,PercentageCompleted:PercentageCompleted,CommentsCount:CommentsCount,AccessRequestPolicyID:RequestPolicyId}
| APIBusinessRequestItemGetMyMapping |
APIBusinessRequestItemGetMyPendingMapping | {BusinessRequestItemID:BusinessRequestItemID,BusinessRequestID:BusinessRequestID,LocalizedBusinessRequestStatusFriendlyName:LocalizedBusinessRequestStatusFriendlyName,LocalizedBusinessRequestTypeFriendlyName:LocalizedBusinessRequestTypeFriendlyName,LocalizedBusinessRequestTypeDescription:LocalizedBusinessRequestTypeDescription,LocalizedBusinessRequestStatusFriendlyName:LocalizedBusinessRequestStatusFriendlyName,LocalizedBusinessRequestItemTypeFriendlyName:LocalizedBusinessRequestItemTypeFriendlyName,LocalizedBusinessRequestItemTypeDescription:LocalizedBusinessRequestItemTypeDescription,LocalizedBusinessRequestItemTypeActionFriendlyName:LocalizedBusinessRequestItemTypeActionFriendlyName,LocalizedBusinessRequestItemStatusFriendlyName:LocalizedBusinessRequestItemStatusFriendlyName,LocalizedBusinessRequestItemStatusDescription:LocalizedBusinessRequestItemStatusDescription,InitiatorPersonFriendlyName:InitiatorPersonFriendlyName,BusinessRequestNumber:BusinessRequestNumber,RequestDataTargetResourcePreviewName:RequestDataTargetResourcePreviewName,RequestDataTargetResourceTypePreviewName:RequestDataTargetResourceTypePreviewName,CurrentStepID:CurrentStepID,CurrentStepName:CurrentStepName,CurrentUserIsApprover:CurrentUserIsApprover,CurrentUserApprovalDecisions:CurrentUserApprovalDecisions,CurrentUserInProgressApprovalDecisionID:CurrentUserInProgressApprovalDecisionID,OpenBusinessRequestApproverPersonPreviewName:OpenBusinessRequestApproverPersonPreviewName,RequestDataTargetPersonFriendlyName:RequestDataTargetPersonFriendlyName,RequestDataTargetPersonID:RequestDataTargetPersonFriendlyName,RequestDataTargetPersonPreviewName:RequestDataTargetPersonPreviewName,RequestDataTargetResourceID:RequestDataTargetResourceID,RequestDataTargetResourcePreviewName:RequestDataTargetResourcePreviewName,RequestDataTargetResourceTypeID:RequestDataTargetResourceTypeID,RequestDataTargetResourceTypePreviewName:RequestDataTargetResourceTypePreviewName,RequestDataTargetResourceTypeRoleID:RequestDataTargetResourceTypeRoleID,RequestDataTargetResourceTypeRolePreviewName:RequestDataTargetResourceTypeRolePreviewName,ApprovalStepsDiagram:ApprovalStepsDiagram,FulfillmentBusinessProcessID:FulfillmentBusinessProcessID,LocalizedBusinessRequestItemFulfillmentStatusFriendlyName:LocalizedBusinessRequestItemFulfillmentStatusFriendlyName,PercentageCompleted:PercentageCompleted,CommentsCount:CommentsCount,IsTimeConstraintEditable:IsTimeConstraintEditable}
| APIBusinessRequestItemGetMyPendingMapping |
APIBusinessRequestItemGetSingleMapping | { BusinessRequestItemID: BusinessRequestItemID, BusinessRequestID: BusinessRequestID, BusinessRequestItemTypeID: BusinessRequestItemTypeID, LocalizedBusinessRequestStatusFriendlyName: LocalizedBusinessRequestStatusFriendlyName, LocalizedBusinessRequestTypeFriendlyName: LocalizedBusinessRequestTypeFriendlyName, LocalizedBusinessRequestTypeDescription: LocalizedBusinessRequestTypeDescription, LocalizedBusinessRequestItemTypeFriendlyName: LocalizedBusinessRequestItemTypeFriendlyName, LocalizedBusinessRequestItemTypeDescription: LocalizedBusinessRequestItemTypeDescription, LocalizedBusinessRequestItemTypeActionFriendlyName: LocalizedBusinessRequestItemTypeActionFriendlyName, LocalizedBusinessRequestItemStatusFriendlyName: LocalizedBusinessRequestItemStatusFriendlyName, LocalizedBusinessRequestItemStatusDescription: LocalizedBusinessRequestItemStatusDescription, InitiatorPersonFriendlyName: InitiatorPersonFriendlyName, BusinessRequestNumber: BusinessRequestNumber, RequestDataTargetResourcePreviewName: RequestDataTargetResourcePreviewName, RequestDataTargetResourceTypePreviewName: RequestDataTargetResourceTypePreviewName, CurrentStepID: CurrentStepID, CurrentStepName: CurrentStepName, CurrentUserIsApprover: CurrentUserIsApprover, CurrentUserApprovalDecisions: CurrentUserApprovalDecisions, CurrentUserInProgressApprovalDecisionID: CurrentUserInProgressApprovalDecisionID, OpenBusinessRequestApproverPersonPreviewName: OpenBusinessRequestApproverPersonPreviewName, RequestDataTargetPersonFriendlyName: RequestDataTargetPersonFriendlyName, RequestDataTargetPersonID: RequestDataTargetPersonFriendlyName, RequestDataTargetPersonPreviewName: RequestDataTargetPersonPreviewName, RequestDataTargetResourceID: RequestDataTargetResourceID, RequestDataTargetResourceTypeID: RequestDataTargetResourceTypeID, RequestDataTargetResourceTypeRoleID: RequestDataTargetResourceTypeRoleID, RequestDataTargetResourceTypeRolePreviewName: RequestDataTargetResourceTypeRolePreviewName, FulfillmentBusinessProcessID: FulfillmentBusinessProcessID, LocalizedBusinessRequestItemFulfillmentStatusFriendlyName: LocalizedBusinessRequestItemFulfillmentStatusFriendlyName, PercentageCompleted: PercentageCompleted, CommentsCount: CommentsCount, RequestDataAdditionalResourceID: RequestDataAdditionalResourceID }
| APIBusinessRequestItemGetSingleMapping |
APIBusinessRequestItemGetSinglePendingItemMapping | { RequestDataTargetPersonPreviewName: RequestDataTargetPersonPreviewName, RequestDataTargetResourceID: RequestDataTargetResourceID, RequestDataTargetResourcePreviewName: RequestDataTargetResourcePreviewName, RequestDataTargetResourceTypeID: RequestDataTargetResourceTypeID, RequestDataTargetResourceTypePreviewName: RequestDataTargetResourceTypePreviewName, AdditionalProperties: AdditionalProperties, OtherProperties: OtherProperties }
| APIBusinessRequestItemGetSinglePendingItemMapping |
APIBusinessRequestItemStatusMapping | {BusinessRequestStatusID:BusinessRequestStatusID,Name:Name,LocalizedFriendlyName:LocalizedFriendlyName,LocalizedDescription:LocalizedDescription}
| APIBusinessRequestItemStatusMapping |
APIBusinessRequestItemStepApproversMapping | {Login:login,FriendlyName:friendlyName,Email:email}
| APIBusinessRequestItemStepApproversMapping |
APIBusinessRequestItemTypeActionSummaryMapping | {BusinessRequestFriendlyName:BusinessRequestFriendlyName,BusinessRequestItemTypeActionFriendlyName:BusinessRequestItemTypeActionFriendlyName,LocalizedFriendlyName:LocalizedFriendlyName,TotalItems:TotalItems,TotalOpenItems:TotalOpenItems,TotalApprovedItems:TotalApprovedItems,TotalRejectedItems:TotalRejectedItems,TotalReadyForFulfillmentItems:TotalReadyForFulfillmentItems,TotalOnFulfillmentProcessItems:TotalOnFulfillmentProcessItems,TotalFulfillmentCompletedItems:TotalFulfillmentCompletedItems,TotalFulfillmentFailedItems:TotalFulfillmentFailedItems}
| APIBusinessRequestItemTypeActionSummaryMapping |
APIBusinessRequestItemTypeCategorySummaryMapping | {BusinessRequestFriendlyName:BusinessRequestFriendlyName,BusinessRequestItemCategoryName:BusinessRequestItemCategoryName,LocalizedFriendlyName:LocalizedFriendlyName,TotalItems:TotalItems,TotalOpenItems:TotalOpenItems,TotalApprovedItems:TotalApprovedItems,TotalRejectedItems:TotalRejectedItems,TotalReadyForFulfillmentItems:TotalReadyForFulfillmentItems,TotalOnFulfillmentProcessItems:TotalOnFulfillmentProcessItems,TotalFulfillmentCompletedItems:TotalFulfillmentCompletedItems,TotalFulfillmentFailedItems:TotalFulfillmentFailedItems}
| APIBusinessRequestItemTypeCategorySummaryMapping |
APIBusinessRequestItemTypeMapping | {BusinessRequestItemTypeID:Id,FriendlyName:FriendlyName,Name:Name}
| APIBusinessRequestItemTypeMapping |
APIBusinessRequestItemTypeSummaryMapping | {LocalizedFriendlyName:LocalizedFriendlyName,TotalItems:TotalItems,TotalOpenItems:TotalOpenItems,TotalApprovedItems:TotalApprovedItems,TotalRejectedtems:TotalRejectedtems,TotalOnFulfillmentProcessItems:TotalOnFulfillmentProcessItems,TotalOnFulfillmentCompletedItems:TotalOnFulfillmentCompletedItems,TotalOnFulfillmentFailedItems:TotalOnFulfillmentFailedItems}
| APIBusinessRequestItemTypeSummaryMapping |
APIBusinessRequestItemViolationItemBusinessRequestItemTypeActions | 58598A74-17F2-4390-A308-3F85F29E5BED,1BB6ABCC-A978-42D5-AB48-822690D7E2D7,B5BADB59-BE2F-4261-8EE6-876ACA8F195A,66F592EB-A259-4B81-84F1-F2A4704B54B2
| APIBusinessRequestItemViolationItemBusinessRequestItemTypeActions - Local Risk Business Request associated Business Request Item Violations for Business Request Item Types - Risk Mitigation or Risk Violation |
APIBusinessRequestMitigatingControlMapping | {AzMitigatingControlID:AzMitigatingControlID,AzMitigatingControlTypeID:AzMitigatingControlTypeID,FriendlyName:FriendlyName,Name:Name,IsEnabled:IsEnabled,OwnerAssigneeID:OwnerAssigneeID,AzMitigatingControlTypeName:AzMitigatingControlTypeName,AzMitigatingControlTypeFriendlyName:AzMitigatingControlTypeFriendlyName,AccessRequestPolicyID:AccessRequestPolicyID}
| APIBusinessRequestMitigatingControlMapping |
APIBusinessRequestMyApprovalDecisionsMapping | {ApprovalFlowDecisionID:ApprovalFlowDecisionID,ApprovalFlowDecisionActionID:ApprovalFlowDecisionActionID,LocalizedFriendlyName:LocalizedFriendlyName,LocalizedDescription:LocalizedDescription,LocalizedActionFriendlyName:LocalizedActionFriendlyName,IsTimeConstraintEditable:IsTimeConstraintEditable}
| APIBusinessRequestMyApprovalDecisionsMapping |
APIBusinessRequestResourceMapping | {ResourceGUID:ResourceGUID,ResourceTypeName:ResourceTypeName,FriendlyName:FriendlyName,Name:Name,ResourceSystemFriendlyName:ResourceSystemFriendlyName,AccountStoreFriendlyName:AccountStoreFriendlyName}
| APIBusinessRequestResourceMapping |
APIBusinessRequestResourceTypeIDMapping | {1:Person,2:Account,40:ManagementRole,8:BusinessRole,6:ApplicationRole,10:ApplicationRole,28:ApplicationRole,13:ExchangeMailbox,62:AzureRole,78:AzureLicense}
| APIBusinessRequestResourceTypeIDMapping |
APIBusinessRequestResourceTypeMapping | {ResourceTypeGUID:ResourceTypeGUID,FriendlyName:FriendlyName,Name:Name}
| APIBusinessRequestResourceTypeMapping |
APIBusinessRequestRiskMapping | {BusinessRequestItemAzLocalRiskViolationID:BusinessRequestItemAzLocalRiskViolationID,AzLocalRiskID:AzLocalRiskID,AzRiskTypeID:AzRiskTypeID,ViolatorAssigneeID:ViolatorAssigneeID,RiskFunctionAssigneeID:RiskFunctionAssigneeID,BusinessRequestItemID:BusinessRequestItemID,RiskSegregatedFunctionAssigneeID:RiskSegregatedFunctionAssigneeID,SegregatedBusinessRequestItemID:SegregatedBusinessRequestItemID,Name:Name,CurrentlyActive:CurrentlyActive,AzLocalRiskMitigationStatusID:AzLocalRiskMitigationStatusID,AzLocalRiskRuleID:AzLocalRiskRuleID,ExternalID:ExternalID,AzLocalRiskMitigationStatusFriendlyName:AzLocalRiskMitigationStatusFriendlyName,AzLocalRiskRuleName:AzLocalRiskRuleName,AzGlobalRiskFriendlyName:AzGlobalRiskFriendlyName,AzGlobalRiskActive:AzGlobalRiskActive,AzGlobalRiskLastCompiledDate:AzGlobalRiskLastCompiledDate,AzLocalRiskFriendlyName:AzLocalRiskFriendlyName,AzLocalRiskActive:AzLocalRiskActive,AzLocalRiskLastCompiledDate:AzLocalRiskLastCompiledDate,ViolationBatchThreshold:ViolationBatchThreshold,AzRiskTypeFriendlyName:AzRiskTypeFriendlyName,RiskFunctionAssigneeFriendlyName:RiskFunctionAssigneeFriendlyName,RiskFunctionAssigneePreviewName:RiskFunctionAssigneePreviewName,RiskFunctionAssigneeTypeName:RiskFunctionAssigneeTypeName,RiskSegregatedFunctionAssigneeName:RiskSegregatedFunctionAssigneeName,RiskSegregatedFunctionAssigneeFriendlyName:RiskSegregatedFunctionAssigneeFriendlyName,RiskSegregatedFunctionAssigneePreviewName:RiskSegregatedFunctionAssigneePreviewName,RiskSegregatedFunctionAssigneeLogonName:RiskSegregatedFunctionAssigneeLogonName,RiskSegregatedFunctionAssigneeTypeName:RiskSegregatedFunctionAssigneeTypeName}
| APIBusinessRequestRiskMapping |
APIBusinessRequestStatusMapping | {BusinessRequestStatusID:BusinessRequestStatusID,Name:Name,LocalizedFriendlyName:LocalizedFriendlyName,LocalizedDescription:LocalizedDescription}
| APIBusinessRequestStatusMapping |
APIBusinessRequestStepApproversMapping | {Login:login,FriendlyName:friendlyName,Email:email}
| APIBusinessRequestStepApproversMapping |
APIBusinessRequestSummaryGetSingleMapping | {BusinessRequestFriendlyName:BusinessRequestFriendlyName,BusinessRequestStatusName:BusinessRequestStatusName,TotalItems:TotalItems,TotalOpenItems:TotalOpenItems,TotalApprovedItems:TotalApprovedItems,TotalRejectedItems:TotalRejectedItems,TotalReadyForFulfillmentItems:TotalReadyForFulfillmentItems,TotalOnFulfillmentProcessItems:TotalOnFulfillmentProcessItems,TotalFulfillmentCompletedItems:TotalFulfillmentCompletedItems,TotalFulfillmentFailedItems:TotalFulfillmentFailedItems}
| APIBusinessRequestSummaryGetSingleMapping |
APIBusinessRequestTargetAccountMapping | {FriendlyName:FriendlyName,LogonName:LogonName,AccountStoreFriendlyName:AccountStoreFriendlyName,SecurityBoundaryTypeFriendlyName:SecurityBoundaryTypeFriendlyName,Email:Email}
| APIBusinessRequestTargetAccountMapping |
APIBusinessRequestTargetAzLicensePoolServiceBundleMapping | {FriendlyName:FriendlyName,AzLicensePoolServiceBundleStatusDescription:AzLicensePoolServiceBundleStatusDescription,LicensedAssigneeFriendlyName:LicensedAssigneeFriendlyName,ResourceSystemFriendlyName:ResourceSystemFriendlyName}
| APIBusinessRequestTargetAzLicensePoolServiceBundleMapping |
APIBusinessRequestTargetAzlocalRightMapping | {FriendlyName:FriendlyName,AzLocalRightID:Id,Name:Name,Description:Description}
| |
APIBusinessRequestTargetAzLocalRiskMapping | { FriendlyName: LocalizedFriendlyName, Description: LocalizedDescription, AzGlobalRiskFriendlyName: AzGlobalRiskLocalizedFriendlyName }
| APIBusinessRequestTargetAzLocalRiskMapping |
APIBusinessRequestTargetAzLocalRoleMapping | {FriendlyName:FriendlyName,Description:Description,RoleTypeFriendlyName:RoleTypeFriendlyName,AzGlobalRoleFriendlyName:AzGlobalRoleFriendlyName,ResourceSystemFriendlyName:ResourceSystemFriendlyName}
| APIBusinessRequestTargetAzLocalRoleMapping |
APIBusinessRequestTargetComputerMapping | {FriendlyName:FriendlyName,AccountStoreFriendlyName:AccountStoreFriendlyName,CanonicalName:CanonicalName}
| APIBusinessRequestTargetComputerMapping |
APIBusinessRequestTargetExchangeMailboxMapping | {FriendlyName:FriendlyName,MailboxTypeName:MailboxTypeName, LogonName:LogonName,AccountStore_FriendlyName:AccountStore_FriendlyName,PrimaryEmailAddress:PrimaryEmailAddress}
| APIBusinessRequestTargetExchangeMailboxMapping |
APIBusinessRequestTargetGroupMapping | { GroupGUID: GroupGUID, FriendlyName: FriendlyName, Name: Name, Description: Description, LogonName: LogonName, ResourceSystemFriendlyName: ResourceSystemFriendlyName, GroupTypeName: GroupTypeName, LocalizedFriendlyName: LocalizedFriendlyName, LocalizedDescription: LocalizedDescription }
| APIBusinessRequestTargetGroupMapping |
APIBusinessRequestTargetManagementRoleDefinitionMapping | {ManagementRoleGUID:ManagementRoleGUID, Name:Name,FriendlyName:FriendlyName,SourceManagementRoleDefinitionFriendlyName:SourceManagementRoleDefinitionFriendlyName,IsHighSecurity:IsHighSecurity}
| APIBusinessRequestTargetManagementRoleDefinitionMapping |
APIBusinessRequestTargetManagementRoleMapping | { FriendlyName: FriendlyName, Name: Name, ManagementRoleGUID: ManagementRoleGUID, Description: Description, LocalizedFriendlyName: LocalizedFriendlyName, LocalizedDescription: LocalizedDescription, ManagementRoleDefinitionFriendlyName: ManagementRoleDefinitionFriendlyName, AutoAcceptJoinLeaveRequests: AutoAcceptJoinLeaveRequests, ManagementRoleTypeFriendlyName: ManagementRoleTypeFriendlyName, IsTemplateManagementRole: IsTemplateManagementRole, IsHighSecurity: IsHighSecurity, IsManagementRoleDefinitionHighSecurity: IsManagementRoleDefinitionHighSecurity }
| APIBusinessRequestTargetManagementRoleMapping |
APIBusinessRequestTargetOrgRoleMapping | {FriendlyName:FriendlyName}
| APIBusinessRequestTargetOrgRoleMapping |
APIBusinessRequestTargetOrgRoleOrgZoneMapping | {FriendlyName:FriendlyName}
| APIBusinessRequestTargetOrgRoleOrgZoneMapping |
APIBusinessRequestTargetOrgZoneMapping | {FriendlyName:FriendlyName}
| APIBusinessRequestTargetOrgZoneMapping |
APIBusinessRequestTargetPersonMapping | { PersonGUID: PersonGUID, Login: Login, FriendlyName: FriendlyName, Email: Email, Name: Name, Country: Country, City: City, PersonManagerName: PersonManagerName, Title: Title }
| APIBusinessRequestTargetPersonMapping |
APIBusinessRequestTargetProtectedApplicationResourceMapping | { FriendlyName: FriendlyName, Name: Name, Description: Description }
| APIBusinessRequestTargetProtectedApplicationResourceMapping |
APIBusinessRequestTargetResourceMapping | {FriendlyName:FriendlyName,ResourceGUID:ResourceGUID,Name:Name,Description:Description}
| APIBusinessRequestTargetResourceMapping |
APIBusinessRequestTargetSetGroupMapping | {FriendlyName:FriendlyName,Name:Name,SetGroupGUID:SetGroupGUID,Description:Description,LocalizedFriendlyName:LocalizedFriendlyName,LocalizedDescription:LocalizedDescription,CanBeAssigneeInRBAC:CanBeAssigneeInRBAC}
| APIBusinessRequestTargetSetGroupMapping |
APIBusinessRequestTargetSharedFolderMapping | {SharedFolderGUID:Id, Name:Name,FriendlyName:FriendlyName}
| APIBusinessRequestTargetSharedFolderMapping |
ApiBusinesssRequestApprovalStepsDiagramMapping | { BusinessRequestID: Id, BusinessRequestTypeID: BusinessRequestTypeID, BusinessRequestStatusID: BusinessRequestStatusID, FriendlyName: FriendlyName, Name: Name, InitiatorPersonID: InitiatorPersonID, InitiatorPersonPreviewName: InitiatorPersonPreviewName }
| ApiBusinesssRequestApprovalStepsDiagramMapping |
ApiBusinesssRequestGetAuditLogHistoryMapping | {ExtensionAttribute5:AuditLogJSON}
| ApiBusinesssRequestGetAuditLogHistoryMapping |
ApiBusinesssRequestItemApprovalStepsDiagramMapping | { BusinessRequestItemID: Id, BusinessRequestID: BusinessRequestID, BusinessRequestItemTypeActionID: BusinessRequestItemTypeActionID, BusinessRequestItemStatusID: BusinessRequestItemStatusID, Name: Name, FriendlyName: FriendlyName, RequestDataTargetResourcePreviewName: RequestDataTargetResourcePreviewName, RequestDataTargetResourceTypeID: RequestDataTargetResourceTypeID, RequestDataTargetResourceTypePreviewName: RequestDataTargetResourceTypePreviewName }
| ApiBusinesssRequestItemApprovalStepsDiagramMapping |
ApiInstallPath | c:sourceEID2014HFRootApiEmpowerID.Api
| |
APITest | True
| API Resource System Config Settings |
Application_AccessManagers_ResourceTypeRoleId | 420100E3-D1D4-427F-8EA4-AAA852AB4F9F
| |
ApplicationDomainTimeOutMinute | 0
| |
ApplicationLifeCycleMinute | 180
| |
ApplicationRequestLimit | 0
| |
ApprovalApproverManagementRoleGUID | 0FD67E61-9D77-4342-A6F9-1F5E98BBB764
| |
Ariba_AddUsersToGroupUrl | https://s1-eu.ariba.com/Sourcing/soap/aldi-T/AddUsersToGroup
| |
Ariba_DeleteUserUrl | https://s1-eu.ariba.com/Sourcing/soap/aldi-T/DeleteUser
| |
Ariba_Password |
| |
Ariba_RemoveUsersFromGroupUrl | https://s1-eu.ariba.com/Sourcing/soap/aldi-T/RemoveUsersFromGroup
| |
Ariba_UserImportUrl | https://s1-eu.ariba.com/Sourcing/soap/aldi-T/UserImport
| |
Ariba_UserName | EmpowerIDTestUser
| |
AssistantMicroServiceAppID |
| |
AssistantMicroServiceAzLoginUrl |
| |
AssistantMicroServiceOpenAIKey | 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
| |
AssistantMicroServiceSecret |
| |
AssistantMicroServiceTenantID |
| |
AssistantMicroServiceUrl | https://eidchat.azurewebsites.net
| |
AWSGroupTypeID | 14
| |
AzLocalServiceBundleServiceViewMapping | { AzLocalServiceBundleServiceID: AzLocalServiceBundleServiceID, AzLocalServiceID: AzLocalServiceID, AzLocalServiceBundleID: AzLocalServiceBundleID, Disabled: Disabled, Name: Name, FriendlyName: FriendlyName, Description: Description, AzLocalServiceName: AzLocalServiceName, AzLocalServiceFriendlyName: AzLocalServiceFriendlyName, AzLocalServiceBundleName: AzLocalServiceBundleName, AzLocalServiceBundleFriendlyName: AzLocalServiceBundleFriendlyName }
| AzLocalServiceBundleServiceViewMapping |
AzSubKey0974681C-F7F6-4614-8824-FA0FD2A2B819 | YTdlMjQ3ZjUtNzdlMC00M2M0LWExMjYtMDk2NzM5MzY4ZjJh
| |
AzSubKey0d8be8a9-3e46-4c80-8e50-4a1f7285c7c2 | NDkwZmUyYjYtMDhlOC00NDFkLWJjZWYtMjI0MmMwOWEzMDVm
| |
AzSubKey12D99160-3107-467D-A9A2-3BCC99B75710 | OWY2M2M4MTItYWI4OC00MDFlLTllYTMtMTY1YTRmYmM5NTI5
| |
AzSubKey13D99160-3107-467D-A9A2-3BCC99B75710 | M2E5MzMzNjktOGI3Yi00YmNlLTgwMzYtZGQ5MWM0ZThhYmI2
| |
AzSubKey15D99160-3107-467D-A9A2-3BCC99B75710 | ZWE1ZDdmZDAtMzZiNS00MjhmLTlhMmQtNTllNWQ4N2Y3OTNm
| |
AzSubKey16D99160-3107-467D-A9A2-3BCC99B75710 | YmQ1NTAzZGMtNTNhZC00NTkxLWFkZDktMjk1NDViM2Y1MWMx
| |
AzSubKey2D9C5DEB-0480-4E5C-AD14-BC19A68653EC | ZDRlMTA1NWItNWFkYy00ZjU0LWFkYjctODQ5Mzc1NzNiZjFm
| |
AzSubKey2FFF2764-70A5-46C5-8C96-34F46A73D13E | MWJmZDRmMTUtODU5ZS00NjVhLWJkNTItNDIyODZkZjk2MmUx
| |
AzSubKey44d8a558-58b3-43f0-a586-81a833cbaa35 | YWI3YjhmMTUtNDFlMS00YTYxLWIxNGMtZjdlNjg3NzVmOGMw
| |
AzSubKey4fb9a425-136e-4522-840f-f9fe7715b0dc | MzNlZGRhOGUtODBkNy00M2E3LTkxNzEtYWQ2NTZkYjg1ZjMz
| |
AzSubKey53fe9d4e-18b0-4663-9d8f-f3e911bb9af5 | YTdlMjQ3ZjUtNzdlMC00M2M0LWExMjYtMDk2NzM5MzY4ZjJh
| |
AzSubKey55E8A89F-782B-41EF-B004-43102014B84E | NDkwZmUyYjYtMDhlOC00NDFkLWJjZWYtMjI0MmMwOWEzMDVm
| |
AzSubKey73EFBBCF-E526-438A-8BED-BD988685277E | NDkwZmUyYjYtMDhlOC00NDFkLWJjZWYtMjI0MmMwOWEzMDVm
| |
AzSubKey7DFB7B61-EA38-4FBB-8054-31D926D47930 | NzlhNWI5NDYtNzE5YS00YzFkLWFkNTUtYjQ0YjE5NzY0Yzhm
| |
AzSubKey94d8a558-58b3-43f0-a586-81a833cbaa39 | YTdlMjQ3ZjUtNzdlMC00M2M0LWExMjYtMDk2NzM5MzY4ZjJh
| |
AzSubKey9F6F5934-DEA7-43BA-B30E-66061C9A15D6 | NmE3Yjk1NWEtODVjNS00Y2NmLWE4ODEtOTg2MTJiMzAxM2Q4
| |
|