Type alias PermissionSetObjectPermissions

PermissionSetObjectPermissions: {
    allowCreate: boolean;
    allowDelete: boolean;
    allowEdit: boolean;
    allowRead: boolean;
    modifyAllRecords: boolean;
    object: string;
    viewAllRecords: boolean;
}

Type declaration

  • allowCreate: boolean
  • allowDelete: boolean
  • allowEdit: boolean
  • allowRead: boolean
  • modifyAllRecords: boolean
  • object: string
  • viewAllRecords: boolean