CertificateReference

  • Provides error information for removing a specific certificate on a specific target.

  • Represents a reference to a certificate using orgUnitId and network fields.

  • The orgUnitId is an output-only string representing the obfuscated ID of the org unit.

  • The network is an output-only string representing the name of the referencing network.

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.