BillingPolicyListResponse

Response containing a list of billing policies.

Business ApplicationsCopilot StudioDataverseLow-CodeMicrosoftNo-CodePower PagesPower Platform

Properties

Name Type Description
value array Array of billing policy resources.
@odata.nextLink ['string', 'null'] URL to retrieve the next page of results.
View JSON Schema on GitHub

JSON Schema

power-platform-billing-policy-list-response-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "BillingPolicyListResponse",
  "type": "object",
  "description": "Response containing a list of billing policies.",
  "properties": {
    "value": {
      "type": "array",
      "description": "Array of billing policy resources."
    },
    "@odata.nextLink": {
      "type": "['string', 'null']",
      "description": "URL to retrieve the next page of results."
    }
  }
}