A profile that is assigned to a user.
| Name | Type | Description |
|---|---|---|
| profile | Profile | The profile that is assigned. |
| assignment | string | How the profile was assigned (DEFAULT, GROUP, USER). |
| effective | boolean | Whether this assigned profile is effective or not. |
Example
{
"profile" : {
"links" : [ {
"rel" : "groups",
"href" : "https://server01:18084/SRP00000/api/v1/users/6dd3a8e2-3f24-48c6-961a-949794f4b554/groups"
}, {
"rel" : "...",
"href" : "..."
} ],
"guid" : "3d55abd2-c00e-4f5f-abcf-01c92ac777b1",
"name" : "Sample Policy",
"description" : "Corporate profile",
"categoryName" : "IT_CONFIG",
"default" : true,
"disabledPlatforms" : [ "android", "ios" ]
},
"assignment" : "USER",
"effective" : true
}