FolderMapping
Details about a folder inventory mapping.
{
"id": "string",
"primary_object": "string",
"secondary_object": "string",
"primary_object_name": "string",
"secondary_object_name": "string",
"reverse_mapping_type": "string",
"reverse_recovery_object": "string",
"reverse_recovery_object_name": "string"
}
id
An ID of the object that is mapped.
An ID of the object that is mapped to.
The name of the primary object.
The name of the secondary object.
The type of the mapping between secondary and primary object (reverse mapping). If there is no reverse mapping will return NO. If the reverse mapping is between the same entities will return YES. If the secondary object has mapping to different than primary object, then DIFFERENT is returned.
Reference to the reverse recovery object if reverseMappingType == DIFFERENT.
Name of the reverse recovery object if reverseMappingType == DIFFERENT.