VcfRoles
VcfRoles
VCF Roles list
JSON Example
{
"links": [
{
"description": "string",
"href": "string",
"name": "string",
"rel": "string"
}
],
"pageInfo": {
"page": 0,
"pageSize": 0,
"sortBy": "string",
"sortOrder": "string",
"totalCount": 0
},
"vcfRoles": [
{
"componentRoles": [
{
"componentType": "string",
"roles": [
"string"
]
}
],
"createdAt": 0,
"createdBy": "string",
"roleDescription": "string",
"roleDisplayName": "string",
"roleName": "string",
"type": "string",
"updatedAt": 0,
"updatedBy": "string"
}
]
}