PbmDataServiceToPoliciesMap

PbmDataServiceToPoliciesMap
PbmDataServiceToPoliciesMap

DataServiceToProfilesMap maps the data service policy to the parent storage policies if referred.

This is returned from the API call ProfileManager#queryParentStoragePolicies(ProfileId[])

This structure may be used only with operations rendered under /pbm.

AllOf
This class requires all of the following:
JSON Example
{
    "_typeName": "string",
    "dataServicePolicy": {
        "_typeName": "string",
        "uniqueId": "string"
    },
    "parentStoragePolicies": [
        {
            "_typeName": "string",
            "uniqueId": "string"
        }
    ],
    "fault": {
        "_typeName": "string",
        "faultCause": "MethodFault Object",
        "faultMessage": [
            {
                "_typeName": "string",
                "key": "string",
                "arg": [
                    {
                        "_typeName": "string",
                        "key": "string",
                        "value": {
                            "_typeName": "string"
                        }
                    }
                ],
                "message": "string"
            }
        ]
    }
}
dataServicePolicy
Required

Profile unique identifier.

This structure may be used only with operations rendered under /pbm.

parentStoragePolicies
Optional

Storage Policies that refer to the Data Service Policy given by dataServicePolicy.

fault
Optional

The base data object type for all the object model faults that an application might handle.