CreateConnectionRequestWorkflowIdentityFederation
| Name | Type | Required | Description |
|---|---|---|---|
| audience | str | Yes | Identifies the recipients that the access token is intended for as a string URI. This should be the primary host name where the Connection lives. |
| service_principal_application_id | Optional[str] | No | The ID of the Databricks service principal. If provided, a federated JWT token is exchanged using a service principal federation policy. If not provided, a federated JWT token is exchanged using an account federation policy. |
| type | Literal["workflowIdentityFederation"] | Yes | None |