AI-generated Key Takeaways
-
This documentation describes the error information returned when removing a specific certificate from a specific target.
-
The error information includes the
orgUnitId
andnetwork
associated with the referencing network. -
The JSON representation uses a dictionary structure with
orgUnitId
andnetwork
as keys, holding their respective string values. -
orgUnitId
is an obfuscated identifier for the organization unit where the network resides, whilenetwork
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 |
Output only. The obfuscated id of the org unit the referencing network is in. |
network |
Output only. The name of the referencing network. |