Skip to main content

ApplicationDetails

  • Stability: stable

Returned by listing and describe-style calls; carries identifiers together with serialized tags and CORS configuration as stored by the control plane.

  • Qualified id: com.dataspine.controlplane.ApplicationDetails@1
  • Kind: struct

Properties

NameTypeDescription
idUuidStable application UUID.
tags_jsonStringJSON object of tags, serialized as a string.
cors_allow_originsList<String>Allowed browser origins configured for this application.

Back to Control Plane