Type Alias RolesGetRoleInformationResponse

RolesGetRoleInformationResponse: {
    description?: string;
    id?: string;
    name?: string;
    privileges?: string[];
    sub_account_privileges?: { second_level?: number };
    total_members?: number;
    type?: string;
}