ResourceScopedRolesResponse

ResourceScopedRolesResponse
ResourceScopedRolesResponse

Resource Scoped Roles Response.

JSON Example
{
    "customRoles": [
        {
            "createdBy": "string",
            "createdDate": "string",
            "expiresAt": "string",
            "lastUpdatedDate": "string",
            "membershipType": "string",
            "name": "string",
            "resource": "string"
        }
    ],
    "orgRoles": [
        {
            "createdBy": "string",
            "createdDate": "string",
            "displayName": "string",
            "expiresAt": "string",
            "lastUpdatedDate": "string",
            "membershipType": "string",
            "name": "string",
            "resource": "string"
        }
    ],
    "serviceRoles": [
        {
            "roles": [
                {
                    "createdBy": "string",
                    "createdDate": "string",
                    "expiresAt": "string",
                    "lastUpdatedDate": "string",
                    "membershipType": "string",
                    "name": "string",
                    "resource": "string"
                }
            ],
            "serviceDefinitionId": "string"
        }
    ]
}
customRoles
Optional

List of the custom roles.

orgRoles
Optional

List of the organization roles.

serviceRoles
Optional

List of the service roles.