Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in / Register
  • E Entitlements
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Issues 32
    • Issues 32
    • List
    • Boards
    • Service Desk
    • Milestones
    • Iterations
    • Requirements
  • Merge requests 20
    • Merge requests 20
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
    • Test Cases
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Container Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Code review
    • Insights
    • Issue
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Open Subsurface Data Universe SoftwareOpen Subsurface Data Universe Software
  • Platform
  • Security and Compliance
  • Entitlements
  • Issues
  • #3
Closed
Open
Issue created Jan 11, 2021 by Debasis Chatterjee@debasiscOwner

Legal tag property - exportClassification or exportClassificationControlNumbers ?

When I list legal tag properties (GET {{osduonaws_base_url}}/api/legal/v1/legaltags:properties ), I see property exportClassificationControlNumbers. But when I get a legal tag (GET {{osduonaws_base_url}}/api/legal/v1/legaltags/opendes-public-usa-dataset) , it shows me property name as exportClassification .

List properties of legal tag

"exportClassificationControlNumbers": [
        "No License Required",
        "0A998",
        "Not - Technical Data",
        "EAR99"
    ],

List legal tag

{
    "name": "opendes-public-usa-dataset",
    "description": "A default legal tag",
    "properties": {
        "countryOfOrigin": [
            "US"
        ],
        "contractId": "A1234",
        "expirationDate": "2040-06-02",
        "originator": "Default",
        "dataType": "Public Domain Data",
        "securityClassification": "Public",
        "personalData": "No Personal Data",
        "exportClassification": "EAR99"
    }
}
Assignee
Assign to
Time tracking