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
| Name | Type | Description |
|---|---|---|
principal_id | Uuid | Principal receiving the new identity binding. |
identity_provider_id | Uuid | Identity provider UUID issuing the subject claim. |
sub | String | Subject (sub) value returned by the identity provider. |