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"
}
]
}