WorkloadIdentityToken
Specifies the OIDC identity token used for Workload Identity Federation authentication with Snowflake. This property is required only when WorkloadIdentityProvider is set to OIDC.
Data Type
string
Default Value
""
Remarks
Provide the OIDC identity token obtained from your identity provider. This is typically used in CI/CD environments:
- GitHub Actions: Use the ACTIONS_ID_TOKEN_REQUEST_TOKEN environment variable or the GitHub OIDC token request API.
- GitLab CI: Use the CI_JOB_JWT or CI_JOB_JWT_V2 environment variable.
- Other OIDC providers: Provide the JWT identity token from your provider.