VcfRole

VcfRole
VcfRole

Details of VCF Role

JSON Example
{
    "componentRoles": [
        {
            "componentType": "string",
            "roles": [
                "string"
            ]
        }
    ],
    "createdAt": 0,
    "createdBy": "string",
    "roleDescription": "string",
    "roleDisplayName": "string",
    "roleName": "string",
    "type": "string",
    "updatedAt": 0,
    "updatedBy": "string"
}
componentRoles
Required
Constraints: minItems: 1

List of VCF Component Roles

integer As int64 As int64
createdAt
Optional

Role creation timestamp

string
createdBy
Optional

VCF Role Created By

string
roleDescription
Optional

VCF Role Description

string
roleDisplayName
Optional

VCF Display Role Name

string
roleName
Required
Constraints: minLength: 1

VCF Role Name

string
type
Optional

VCF Role type

Possible values are : BUILT_IN, CUSTOM, UNKNOWN,
integer As int64 As int64
updatedAt
Optional

Role last updated timestamp

string
updatedBy
Optional

VCF Role Updated By