PbmQueryAssociatedEntityRequestType

PbmQueryAssociatedEntityRequestType
PbmQueryAssociatedEntityRequestType

The parameters of PbmQueryAssociatedEntity.

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

JSON Example
{
    "profile": {
        "_typeName": "string",
        "uniqueId": "string"
    },
    "entityType": "string"
}
profile
Required

Profile unique identifier.

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

string
entityType
Optional

If specified, the method returns only those entities which match the type. The entityType string value must match one of the PbmObjectTypeEnum values. If not specified, the method returns all entities associated with the profile.