OrganizationRolesResponse

OrganizationRolesResponse
OrganizationRolesResponse

Defines the properties of the organization roles response.

JSON Example
{
    "refLinks": [
        "string"
    ],
    "orgRolesData": [
        {
            "displayName": "string",
            "name": "string",
            "expiresAt": 0,
            "organizationLink": "string",
            "visible": false,
            "lastUpdatedBy": "string",
            "lastUpdatedDate": "string",
            "createdDate": "string",
            "createdBy": "string",
            "resource": "string"
        }
    ]
}
array of string
refLinks
Optional

The list of links of references.

array of RoleDto
orgRolesData
Optional

The details of the organization roles.