RoleSearchAssignmentMedia

RoleSearchAssignmentMedia
RoleSearchAssignmentMedia

Represents a role with type and name assigned to an member

JSON Example
{
    "type": "vc",
    "_links": {
        "self": {
            "href": "https://example.com/path-to-self"
        }
    },
    "role_name": "roleA"
}
string
type
Required

The type of the role

object
_links
Optional

The resource HATEOAS links. Usually includes a "self" link for this resource

string
role_name
Required

The name of the role

Property Of