Type alias ProfileObjectPermissions

ProfileObjectPermissions: {
    allowCreate?: boolean | null;
    allowDelete?: boolean | null;
    allowEdit?: boolean | null;
    allowRead?: boolean | null;
    modifyAllRecords?: boolean | null;
    object: string;
    viewAllRecords?: boolean | null;
}

Type declaration

  • Optional allowCreate?: boolean | null
  • Optional allowDelete?: boolean | null
  • Optional allowEdit?: boolean | null
  • Optional allowRead?: boolean | null
  • Optional modifyAllRecords?: boolean | null
  • object: string
  • Optional viewAllRecords?: boolean | null