GET http://[host-proxy]/api/device/exchangeonline/App/schema/?hierarchy=[hierarchy]&format=json&schema=1
{
"$schema": "http://json-schema.org/draft-03/schema",
"type": "object",
"properties": {
"DisplayName": {
"__type_requested": "System.String",
"required": false,
"name": "DisplayName",
"title": "DisplayName",
"__type_mapping_type": "String",
"readonly": true,
"type": "string"
},
"ProviderName": {
"__type_requested": "System.String",
"required": false,
"name": "ProviderName",
"title": "ProviderName",
"__type_mapping_type": "String",
"readonly": true,
"type": "string"
},
"FileStream": {
"__type_requested": "Stream",
"required": false,
"description": "The FileStream parameter is used only by the Exchange admin center to support the app file uploader. Don't use this parameter to specify the app manifest file. You can specify the app manifest file by using the MarketplaceServicesUrl, Url, or FileData parameter.",
"title": "FileStream",
"__type_mapping_type": "Unknown",
"name": "FileStream",
"readonly": true,
"type": "string",
"__WARNING": "Unhandled and unknown upstream type, this attribute forced into a readonly string"
},
"MarketplaceQueryMarket": {
"__type_requested": "String",
"required": false,
"description": "The MarketplaceQueryMarket parameter specifies the locale that an app is filed under at the office marketplace. For example, an app for the United States market in English uses the value en-US. The default value isen-US.",
"title": "MarketplaceQueryMarket",
"__type_mapping_type": "String",
"readonly": false,
"type": "string",
"name": "MarketplaceQueryMarket"
},
"Etoken": {
"__type_requested": "String",
"required": false,
"description": "This parameter is reserved for internal Microsoft use.",
"title": "Etoken",
"__type_mapping_type": "String",
"readonly": false,
"type": "string",
"name": "Etoken"
},
"AllowReadWriteMailbox": {
"__type_requested": "SwitchParameter",
"required": false,
"description": "PARAMVALUE: SwitchParameter",
"title": "AllowReadWriteMailbox",
"__type_mapping_type": "Boolean",
"readonly": false,
"type": "boolean",
"name": "AllowReadWriteMailbox"
},
"Requirements": {
"__type_requested": "System.String",
"required": false,
"name": "Requirements",
"title": "Requirements",
"__type_mapping_type": "String",
"readonly": true,
"type": "string"
},
"MarketplaceServicesUrl": {
"__type_requested": "String",
"required": false,
"description": "The MarketplaceServicesUrl parameter specifies the full services URL for the app. You need to specify only one source location for the app manifest file. You can specify the app manifest file by using the MarketplaceServicesUrl, Url, or FileData parameter.",
"title": "MarketplaceServicesUrl",
"__type_mapping_type": "String",
"readonly": false,
"type": "string",
"name": "MarketplaceServicesUrl"
},
"Scope": {
"__type_requested": "System.String",
"required": false,
"name": "Scope",
"title": "Scope",
"__type_mapping_type": "String",
"readonly": true,
"type": "string"
},
"Type": {
"__type_requested": "System.String",
"required": false,
"name": "Type",
"title": "Type",
"__type_mapping_type": "String",
"readonly": true,
"type": "string"
},
"LicenseType": {
"__type_requested": "",
"required": false,
"name": "LicenseType",
"title": "LicenseType",
"__type_mapping_type": "Unknown",
"readonly": true,
"type": "string",
"__WARNING": "Unhandled and unknown upstream type, this attribute forced into a readonly string"
},
"Description": {
"__type_requested": "System.String",
"required": false,
"name": "Description",
"title": "Description",
"__type_mapping_type": "String",
"readonly": true,
"type": "string"
},
"PSShowComputerName": {
"__type_requested": "System.Boolean",
"required": false,
"name": "PSShowComputerName",
"title": "PSShowComputerName",
"__type_mapping_type": "Boolean",
"readonly": true,
"type": "boolean"
},
"PSComputerName": {
"__type_requested": "System.String",
"required": false,
"name": "PSComputerName",
"title": "PSComputerName",
"__type_mapping_type": "String",
"readonly": true,
"type": "string"
},
"Mailbox": {
"__type_requested": "MailboxIdParameter",
"required": false,
"description": "The Mailbox parameter specifies the mailbox where you want to install the app. You can use any value that uniquely identifies the mailbox. For example:\nFor example:\nName\nDisplay name\nAlias\nDistinguished name (DN)\nCanonical DN\n<domain name>\\<account name>\nEmail address\nGUID\nLegacyExchangeDN\nSamAccountName\nUser ID or user principal name (UPN)",
"title": "Mailbox",
"__type_mapping_type": "Unknown",
"name": "Mailbox",
"readonly": true,
"type": "string",
"__WARNING": "Unhandled and unknown upstream type, this attribute forced into a readonly string"
},
"UserList": {
"__type_requested": "MultiValuedProperty",
"required": false,
"description": "The UserList parameter specifies who can usean organizational app. Valid values are mailboxes or mail users in your organization. You can use any value that uniquely identifies the user.\nFor example:\nName\nDisplay name\nAlias\nDistinguished name (DN)\nCanonical DN\n<domain name>\\<account name>\nEmail address\nGUID\nLegacyExchangeDN\nSamAccountName\nUser ID or user principal name (UPN)\nTo enter multiple values, use the following syntax: <value1>,<value2>,...<valueX>. If the values contain spaces or otherwise require quotation marks, use the following syntax: \"<value1>\",\"<value2>\",...\"<valueX>\".\nYou use this parameter with the OrganizationApp switch.",
"title": "UserList",
"items": {
"type": "string"
},
"__type_mapping_type": "String[]",
"readonly": false,
"type": "array",
"name": "UserList"
},
"AppStatus": {
"__type_requested": "",
"required": false,
"name": "AppStatus",
"title": "AppStatus",
"__type_mapping_type": "Unknown",
"readonly": true,
"type": "string",
"__WARNING": "Unhandled and unknown upstream type, this attribute forced into a readonly string"
},
"ManifestXml": {
"__type_requested": "System.String",
"required": false,
"name": "ManifestXml",
"title": "ManifestXml",
"__type_mapping_type": "String",
"readonly": true,
"type": "string"
},
"FileData": {
"__type_requested": "Byte[]",
"required": false,
"description": "The FileData parameter specifies the location of the app manifest file. You need to specify only one source location for the app manifest file. You can specify the app manifest file by using the MarketplaceServicesUrl, Url, or FileData parameter.\nA valid value for this parameter requires you to read the file to a byte-encoded object using the Get-Content cmdlet. For example, ([Byte[]](Get-Content -Encoding Byte -Path \"C:\\My Documents\\<filename>\" -ReadCount 0)).",
"title": "FileData",
"__type_mapping_type": "Unknown",
"name": "FileData",
"readonly": true,
"type": "string",
"__WARNING": "Unhandled and unknown upstream type, this attribute forced into a readonly string"
},
"Identity": {
"__type_requested": "System.String",
"required": false,
"name": "Identity",
"title": "Identity",
"__type_mapping_type": "String",
"readonly": true,
"type": "string",
"description": "The Identity parameter specifies the GUID of the app."
},
"SeatsPurchased": {
"__type_requested": "",
"required": false,
"name": "SeatsPurchased",
"title": "SeatsPurchased",
"__type_mapping_type": "Unknown",
"readonly": true,
"type": "string",
"__WARNING": "Unhandled and unknown upstream type, this attribute forced into a readonly string"
},
"Url": {
"__type_requested": "Uri",
"required": false,
"description": "The Url parameter specifies the full URL location of the app manifest file that you want to install. You need to specify only one source location for the app manifest file. You can specify the app manifest file by using the MarketplaceServicesUrl, Url, or FileData parameter.",
"title": "Url",
"__type_mapping_type": "Unknown",
"name": "Url",
"readonly": true,
"type": "string",
"__WARNING": "Unhandled and unknown upstream type, this attribute forced into a readonly string"
},
"Enabled": {
"__type_requested": "$true | $false",
"required": false,
"description": "The Enabled parameter specifies whether the app is available to users in the organization. Valid values are:\n$true The app is available to the specified users. This is the default value.\n$false The app is hidden from all users in the organization.\nThis setting overrides the ProvidedTo, UserList, and DefaultStateForUser settings. This setting doesn't prevent users from installing their own instance of the app if they have install permissions.",
"title": "Enabled",
"__type_mapping_type": "Boolean",
"readonly": false,
"type": "boolean",
"name": "Enabled"
},
"MarketplaceContentMarket": {
"__type_requested": "",
"required": false,
"name": "MarketplaceContentMarket",
"title": "MarketplaceContentMarket",
"__type_mapping_type": "Unknown",
"readonly": true,
"type": "string",
"__WARNING": "Unhandled and unknown upstream type, this attribute forced into a readonly string"
},
"AppVersion": {
"__type_requested": "System.String",
"required": false,
"name": "AppVersion",
"title": "AppVersion",
"__type_mapping_type": "String",
"readonly": true,
"type": "string"
},
"LicensePurchaser": {
"__type_requested": "",
"required": false,
"name": "LicensePurchaser",
"title": "LicensePurchaser",
"__type_mapping_type": "Unknown",
"readonly": true,
"type": "string",
"__WARNING": "Unhandled and unknown upstream type, this attribute forced into a readonly string"
},
"DomainController": {
"__type_requested": "Fqdn",
"required": false,
"description": "This parameter is available only in on-premises Exchange 2016.\nThe DomainController parameter specifies the domain controller that's used by this cmdlet to read data from or write data to Active Directory. You identify the domain controller by its fully qualified domain name (FQDN). For example, dc01.contoso.com.",
"title": "DomainController",
"__type_mapping_type": "String",
"readonly": false,
"type": "string",
"name": "DomainController"
},
"MarketplaceAssetID": {
"__type_requested": "String",
"required": false,
"description": "The MarketplaceAssetID parameter specifies the office store identifier for the app. You need to use this parameter if you use theMarketplaceServicesUrl parameter.",
"title": "MarketplaceAssetID",
"__type_mapping_type": "String",
"readonly": false,
"type": "string",
"name": "MarketplaceAssetID"
},
"EtokenExpirationDate": {
"__type_requested": "",
"required": false,
"name": "EtokenExpirationDate",
"title": "EtokenExpirationDate",
"__type_mapping_type": "Unknown",
"readonly": true,
"type": "string",
"__WARNING": "Unhandled and unknown upstream type, this attribute forced into a readonly string"
},
"OrganizationApp": {
"__type_requested": "SwitchParameter",
"required": false,
"description": "The OrganizationAppswitch specifies that the scope of the app is organizational (not bound to a specific user). You don't need to specify a value with this switch.",
"title": "OrganizationApp",
"__type_mapping_type": "Boolean",
"readonly": false,
"type": "boolean",
"name": "OrganizationApp"
},
"MarketplaceCorrelationID": {
"__type_requested": "String",
"required": false,
"description": "PARAMVALUE: String",
"title": "MarketplaceCorrelationID",
"__type_mapping_type": "String",
"readonly": false,
"type": "string",
"name": "MarketplaceCorrelationID"
},
"DefaultStateForUser": {
"__type_requested": "System.String",
"required": false,
"description": "The DefaultStateForUser parameter specifies the default initial state of an organization app. Valid values are:\nEnabled The organization app is enabled by default.\nDisabled The organization app is disabled by default. This is the default value.\nAlwaysEnabled The organization app is enabled, and users can't disable it.\nYou need to use the OrganizationApp switch when you use this parameter.",
"title": "DefaultStateForUser",
"__type_mapping_type": "String",
"readonly": false,
"type": "string",
"name": "DefaultStateForUser"
},
"MailboxOwnerId": {
"__type_requested": "System.String",
"required": false,
"name": "MailboxOwnerId",
"title": "MailboxOwnerId",
"__type_mapping_type": "String",
"readonly": true,
"type": "string"
},
"IsValid": {
"__type_requested": "System.Boolean",
"required": false,
"name": "IsValid",
"title": "IsValid",
"__type_mapping_type": "Boolean",
"readonly": true,
"type": "boolean"
},
"DownloadOnly": {
"__type_requested": "SwitchParameter",
"required": false,
"description": "The DownloadOnly switch specifies whether to get the app manifest file and prompt the user for confirmation before committing to actual installation. You don't need to specify a value with this switch.\nWhen you use this switch, the cmdlet only downloads the app manifest file and displays the app properties without installing the app.",
"title": "DownloadOnly",
"__type_mapping_type": "Boolean",
"readonly": false,
"type": "boolean",
"name": "DownloadOnly"
},
"PrivateCatalog": {
"__type_requested": "SwitchParameter",
"required": false,
"description": "PARAMVALUE: SwitchParameter",
"title": "PrivateCatalog",
"__type_mapping_type": "Boolean",
"readonly": false,
"type": "boolean",
"name": "PrivateCatalog"
},
"IconURL": {
"__type_requested": "System.Uri",
"required": false,
"name": "IconURL",
"title": "IconURL",
"__type_mapping_type": "Unknown",
"readonly": true,
"type": "string",
"__WARNING": "Unhandled and unknown upstream type, this attribute forced into a readonly string"
},
"ObjectState": {
"__type_requested": "System.String",
"required": false,
"name": "ObjectState",
"title": "ObjectState",
"__type_mapping_type": "String",
"readonly": true,
"type": "string"
},
"ProvidedTo": {
"__type_requested": "Everyone | SpecificUsers",
"required": false,
"description": "The ProvidedTo parameter specifies the availability of the app in your organization. Valid values are:\nEvery user sees this app listed in the installed apps list in Outlook on the web Options. When an app in the installed apps list is enabled, users can use the features of this app in their email. All users are blocked from installing their own instances of this app, including but not limited to users with install apps permissions.\nSpecificUsers This app is provided to only the users specified by the UserList parameter. All other users don't see this organizational app in their management view, nor will it activate in their mail or calendar items. The specified users are also blocked from installing their own instance of this app. Unlisted users aren't blocked from installing their own instance of this app.\nYou use this parameter with the OrganizationApp switch.",
"title": "ProvidedTo",
"__type_mapping_type": "Unknown",
"name": "ProvidedTo",
"readonly": true,
"type": "string",
"__WARNING": "Unhandled and unknown upstream type, this attribute forced into a readonly string"
},
"AppId": {
"__type_requested": "System.String",
"required": false,
"name": "AppId",
"title": "AppId",
"__type_mapping_type": "String",
"readonly": true,
"type": "string"
},
"RunspaceId": {
"__type_requested": "System.Guid",
"required": false,
"name": "RunspaceId",
"title": "RunspaceId",
"__type_mapping_type": "String",
"readonly": true,
"type": "string"
},
"MarketplaceUserProfileType": {
"__type_requested": "String",
"required": false,
"description": "PARAMVALUE: String",
"title": "MarketplaceUserProfileType",
"__type_mapping_type": "String",
"readonly": false,
"type": "string",
"name": "MarketplaceUserProfileType"
}
},
"schema_version": "2017.1"
}