Skip to content

allRcvAccountEntitlements

Rubrik Cloud Vault (RCV) account entitlements with their respective order numbers.

Returns

AllRcvAccountEntitlements!

Sample

query {
  allRcvAccountEntitlements
}
{}
{
  "data": {
    "allRcvAccountEntitlements": {
      "entitlements": [
        {
          "orderNumber": "example-string"
        }
      ]
    }
  }
}