From 5cbac6bd1b8e98f5344f8e40c58ded2ca92d34de Mon Sep 17 00:00:00 2001 From: Jason Hoekstra <38012402+jasonh-edfi@users.noreply.github.com> Date: Mon, 25 Nov 2024 11:09:08 -0600 Subject: [PATCH] Update data-tenants.json Updating based on conversations in scrum --- .../Mockdata/data-tenants.json | 162 +----------------- 1 file changed, 2 insertions(+), 160 deletions(-) diff --git a/Application/EdFi.Ods.AdminApi/Mockdata/data-tenants.json b/Application/EdFi.Ods.AdminApi/Mockdata/data-tenants.json index 2e35a1a5f..c1549f267 100644 --- a/Application/EdFi.Ods.AdminApi/Mockdata/data-tenants.json +++ b/Application/EdFi.Ods.AdminApi/Mockdata/data-tenants.json @@ -1,166 +1,8 @@ [ { - "tenantId": "abc123", - "tenantType": 1, - "tenantStatus": 0, - "organizationIdentifier": "org123", - "organizationName": "Mock Organization", - "isDemo": false, - "enforceMfa": true, - "state": "Active", - "subscriptionsMigrated": true, - "subscriptions": [ - { - "tenantId": "abc123", - "subscriptionId": "sub123", - "applicationId": "app123", - "applicationName": "Mock Application", - "applicationRoles": [ - { - "roleName": "Admin", - "isDefault": true, - "isAvailableForTenants": true - } - ], - "startDateTime": "2022-01-01", - "endDateTime": "2022-12-31", - "actualEndDateTime": "2022-12-31", - "gracePeriod": 30, - "numberOfLicenses": 100, - "assignedLicenses": 80, - "maxAssignedLicenses": 100, - "lastMaxAssignedLicensesDateTime": "2022-01-01", - "licenseType": "Standard", - "subscriptionStatus": "Active", - "autoAssign": true, - "createdBy": "user123", - "createdDateTime": "2022-01-01T12:00:00", - "lastModifiedBy": "user123", - "lastModifiedDateTime": "2022-01-05T08:30:00" - } - ], - "domains": [ - { - "domainStatus": 1, - "tenantId": "abc123", - "domainName": "mockdomain.com", - "createdBy": "user123", - "createdDateTime": "2022-01-01T10:00:00", - "lastModifiedBy": "user123", - "lastModifiedDateTime": "2022-01-01T10:00:00" - } - ], - "createdBy": "user123", - "createdDateTime": "2022-01-01T09:00:00", - "lastModifiedBy": "user123", - "lastModifiedDateTime": "2022-01-01T10:00:00", - "identityProviders": [1], - "onBoarding": { - "status": "Completed", - "progressPercentage": 100, - "totalSteps": 3, - "lastCompletedStep": 3, - "startedAt": "2022-01-01T09:00:00", - "completedAt": "2022-01-01T10:00:00", - "steps": [ - { - "number": 1, - "description": "Step 1", - "startedAt": "2022-01-01T09:00:00", - "completedAt": "2022-01-01T09:30:00", - "status": "Completed" - }, - { - "number": 2, - "description": "Step 2", - "startedAt": "2022-01-01T09:30:00", - "completedAt": "2022-01-01T09:45:00", - "status": "Completed" - }, - { - "number": 3, - "description": "Step 3", - "startedAt": "2022-01-01T09:45:00", - "completedAt": "2022-01-01T10:00:00", - "status": "Completed" - } - ] - }, - "organizations": [ - { - "identifierType": "Type1", - "identifierValue": "value123", - "discriminator": "discrim123", - "source": "source1", - "includeInJwt": true, - "shortNameOfInstitution": "Short Name", - "nameOfInstitution": "Long Name" - } - ], - "settings": [ - { - "code": "setting1", - "value": "value1", - "dataType": "string" - } - ] + "tenantId": "tenant1", }, { - "tenantId": "def456", - "tenantType": 2, - "tenantStatus": 1, - "organizationIdentifier": "org456", - "organizationName": "Mock Company", - "isDemo": true, - "enforceMfa": false, - "state": "Inactive", - "subscriptionsMigrated": false, - "subscriptions": [], - "domains": [], - "createdBy": "user123", - "createdDateTime": "2022-01-02T09:00:00", - "lastModifiedBy": "user123", - "lastModifiedDateTime": "2022-01-03T10:00:00", - "identityProviders": [1], - "onBoarding": { - "status": "Pending", - "progressPercentage": 50, - "totalSteps": 2, - "steps": [ - { - "number": 1, - "description": "Step A", - "status": "InProgress" - }, - { - "number": 2, - "description": "Step B", - "status": "Pending" - } - ] - }, - "organizations": [ - { - "identifierType": "Type2", - "identifierValue": "value456", - "discriminator": "discrim456", - "source": "source2", - "includeInJwt": false, - "shortNameOfInstitution": "Short Inc.", - "nameOfInstitution": "Long Incorporated" - } - ], - "settings": [ - { - "code": "setting2", - "value": "value2", - "dataType": "string" - }, - { - "code": "setting3", - "value": "123", - "dataType": "number" - } - ] + "tenantId": "tenant2" } ]