Skip to main content

CreatePrincipalRequest

  • Stability: stable

Principals represent actors that can authenticate and receive permissions; tags are opaque JSON used for auditing and automation.

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

Properties

NameTypeDescription
organization_idUuidOrganization that will own the new principal record.
tags_jsonStringJSON object serialized as a string describing principal tags.

Back to Control Plane