{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/OIDCIdentityProviderClientSecret", "title": "OIDC Identity Provider Login Client Secret Property", "description": "The Client Secret assigned to your application by the identity provider.", "type": "string", "example": "YOUR_CLIENT_SECRET", "writeOnly": true, "x-speakeasy-param-sensitive": true, "x-speakeasy-terraform-plan-only": true }