Skip to main content

CreatePrincipalAssociationRequest

  • Stability: stable

Stores the triple of principal id, identity provider id, and OIDC sub so logins from that issuer map to the correct catalog record.

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

Properties

NameTypeDescription
principal_idUuidPrincipal receiving the new identity binding.
identity_provider_idUuidIdentity provider UUID issuing the subject claim.
subStringSubject (sub) value returned by the identity provider.

Back to Control Plane