A collection of profile assignments.
| Name | Type | Description |
|---|---|---|
| profileAssignments | array of Profile assignment | Collection of profile assignment. |
Example
{
"profileAssignments" : [ {
"profile" : {
"links" : [ { }, { } ],
"guid" : "3d55abd2-c00e-4f5f-abcf-01c92ac777b1",
"name" : "Sample Policy",
"description" : "Corporate profile",
"categoryName" : "IT_CONFIG",
"default" : true,
"disabledPlatforms" : [ "android", "ios" ]
},
"assignment" : "USER",
"effective" : true
}, {
"profile" : {
"links" : [ { }, { } ],
"guid" : "6106fce8-83f5-44b3-8288-e8e4e0966561",
"name" : "Sample Email Profile",
"description" : "Sales email profile",
"categoryName" : "EMAIL",
"default" : false,
"disabledPlatforms" : [ "ios", "android" ]
},
"assignment" : "GROUP",
"effective" : false
} ]
}