Skip to content

Commit

Permalink
[backend] Authorized_members, caseTemplate, authorized_authorities(#4932
Browse files Browse the repository at this point in the history
)
  • Loading branch information
CelineSebe committed Dec 11, 2023
1 parent 470bf3a commit ebe45ff
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
10 changes: 6 additions & 4 deletions opencti-platform/opencti-graphql/src/domain/attribute-utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import {
entityLocationType,
entityType,
files,
iAliasedIds,
iAliasedIds, identityClass,
internalId,
lang,
modified,
Expand Down Expand Up @@ -39,7 +39,7 @@ export const INTERNAL_ATTRIBUTES = [
'relationship_type',
specVersion.name,

'identity_class',
identityClass.name,
creators.name,
files.name,
lang.name,
Expand All @@ -48,10 +48,12 @@ export const INTERNAL_ATTRIBUTES = [
entityLocationType.name,
'i_inference_weight',
'content_mapping',
'casetemplate',
'caseTemplate',
'default_dashboard',
'default_hidden_types',

'grantable_groups',
'authorized_members',
'authorized_authorities',
// X - Mitre
'x_mitre_permissions_required',
'x_mitre_detection',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ import { ENTITY_TYPE_CONTAINER_FEEDBACK } from '../modules/case/feedback/feedbac
import { ENTITY_TYPE_CONTAINER_TASK } from '../modules/task/task-types';

export const ATTRIBUTE_NAME = 'name';
export const ATTRIBUTE_ABSTRACT = 'abstract';
export const ATTRIBUTE_ABSTRACT = 'attribute_abstract';
export const ATTRIBUTE_EXPLANATION = 'explanation';
export const ATTRIBUTE_DESCRIPTION = 'description';
export const ATTRIBUTE_ALIASES = 'aliases';
Expand Down

0 comments on commit ebe45ff

Please sign in to comment.