CertificateReference

  • This documentation describes the error information returned when removing a specific certificate from a specific target.

  • The error information includes the orgUnitId and network associated with the referencing network.

  • The JSON representation uses a dictionary structure with orgUnitId and network as keys, holding their respective string values.

  • orgUnitId is an obfuscated identifier for the organization unit where the network resides, while network represents the referencing network's name.

Error information for removing of a specific certificate on a specific target. A reference to a certificate.

JSON representation
{
  "orgUnitId": string,
  "network": string
}
Fields
orgUnitId

string

Output only. The obfuscated id of the org unit the referencing network is in.

network

string

Output only. The name of the referencing network.