Edit trust anchor
    • PDF

    Edit trust anchor

    • PDF

    Article summary

    Edit a trust anchor.

    API

    • PATCH /trust-anchors/{trustAnchorId}

    Request

    Path variables

    ParameterRequiredTypeRestrictionsDescription
    trustAnchorIdYstringTrust anchor ID

    Body

    {
      "name": "string",
      "description": "string",
      "source": {
        "sourceType": "string",
        "sourceData": {
          "caId": integer
        }
      }
    }
    

    Request fields

    ParameterRequiredTypeRestrictionsDescription
    nameNstringName of trust anchor to edit
    descriptionNstringDescription of trust anchor to edit
    sourceNobjectInformation of CA to register to the trust anchor to edit
    source.sourceTypeNstringNCP_PCATrust anchor type (NCP_PCA)
    source.sourceData.caIdNintegerID of NAVER Cloud Platform Private CA to register to the trust anchor

    Response

    Body

    {
      "trustAnchorId": "string",
      "trustAnchorNrn": "string",
      "name": "string",
      "description": "string",
      "enabled": boolean,
      "createTime": "string",
      "updateTime": "string",
      "source": {
        "sourceType": "string",
        "sourceData": {
          "caId": integer
        }
      }
    }
    

    Response fields

    ItemTypeDescription
    trustAnchorIdstringTrust anchor ID
    trustAnchorNrnstringNRN of the trust anchor
    namestringTrust anchor name
    descriptionstringTrust anchor description
    enabledbooleanTrust anchor activation status
    createTimestringCreation time
    updateTimestringModification time
    sourceobjectInformation on CA registered as trust anchor
    source.sourceTypestringTrust anchor CA type
    source.sourceDataobjectTrust anchor CA data
    source.sourceData.caIdintegerID of NAVER Cloud Platform Private CA registered to the trust anchor

    Was this article helpful?

    Changing your password will log you out immediately. Use the new password to log back in.
    First name must have atleast 2 characters. Numbers and special characters are not allowed.
    Last name must have atleast 1 characters. Numbers and special characters are not allowed.
    Enter a valid email
    Enter a valid password
    Your profile has been successfully updated.