CustomAttributeDefinition: {
    associatedEntities?: AssociatedEntity[];
    associatedEntityTypes?: string[];
    changedBy?: string;
    createdBy?: string;
    createdTime?: string;
    id?: string;
    name?: string;
    scope: CustomAttributeDefinition.scope;
    type?: string;
    updatedTime?: string;
    valueType?: CustomAttributeDefinition.valueType;
}

Type declaration

  • Optional associatedEntities?: AssociatedEntity[]
  • Optional associatedEntityTypes?: string[]
  • Optional Readonly changedBy?: string
  • Optional Readonly createdBy?: string
  • Optional Readonly createdTime?: string
  • Optional id?: string
  • Optional name?: string
  • scope: CustomAttributeDefinition.scope
  • Optional type?: string
  • Optional Readonly updatedTime?: string
  • Optional valueType?: CustomAttributeDefinition.valueType