List of permission grants.

interface PermissionGrants {
    expand?: string;
    permissions?: PermissionGrant[];
}

Properties

expand?: string

Expand options that include additional permission grant details in the response.

permissions?: PermissionGrant[]

Permission grants list.