PbmProfileType
PbmProfileType
The PbmProfileType identifier is defined by storage providers to distinguish between different types of profiles plugged into the system.
An example of a system supported profile type is "CapabilityBasedProfileType" which will be the type used for all capability-based profiles created by the system using capability metadata information published to the system.
For internal use only.
This structure may be used only with operations rendered under /pbm
.
AllOf
This class requires all of the following:
JSON Example
{
"_typeName": "string",
"uniqueId": "string"
}
string
uniqueId
Required
Unique type identifier for this profile type.
eg "CapabilityBased", or other.