Type Alias ListRolesResult

type ListRolesResult = {
    data: Role[];
    links: Links;
    totalResults?: number;
}
Index

Properties

data: Role[]

An array of roles.

links: Links

Contains pagination links

totalResults?: number

Indicates the total number of matching documents. Will only be returned if the query parameter "totalResults" is true.