Data/LabelTranslation/appleVPPCertificate.json
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 |
{
"id": { "Section": "Metadata", "Name": "ID", "DataType": "System.String" }, "organizationName": { "Section": "Basic", "Name": "Organization name", "DataType": "System.String" }, "vppTokenAccountType": { "Section": "Settings", "Name": "Type of VPP account", "DataType": "System.String" }, "appleId": { "Section": "Basic", "Name": "Apple ID", "DataType": "System.String" }, "expirationDateTime": { "Section": "Essentials", "Name": "Expiration date", "DataType": "System.DateTime" }, "lastSyncDateTime": { "Section": "Essentials", "Name": "Last successful sync", "DataType": "System.DateTime" }, "token": { "Section": "Basic", "Name": "Token Name", "DataType": "System.Object" }, "lastModifiedDateTime": { "Section": "Basic", "Name": "Last modified date", "DataType": "System.DateTime" }, "state": { "Section": "Essentials", "Name": "State", "DataType": "System.String" }, "lastSyncStatus": { "Section": "Essentials", "Name": "Sync status", "DataType": "System.String" }, "automaticallyUpdateApps": { "Section": "Settings", "ValueTrue": "Block", "Name": "Automatically update apps", "DataType": "System.Boolean", "ValueFalse": "Not Configured" }, "countryOrRegion": { "Section": "Settings", "Name": "Country/Region", "DataType": "System.String" }, "vppTokenId": { "Section": "Settings", "Name": "VPP Token ID", "DataType": "System.String" }, "vppTokenODataType": { "Section": "Basic", "Name": "OData type", "DataType": "System.String" }, "vppTokenReferenceUrl": { "Section": "Basic", "Name": "Reference URL", "DataType": "System.String" } } |