OptionalvalueHow the credential value is supplied. Exactly one variant may be set.
(-- Wrapped in a oneof so a future non-plaintext source (e.g. a Databricks
secret reference {{secrets/<scope>/<key>}}, mirroring AIGW v2's
ProviderSecret) can be added as an additional variant without a breaking
change. --)
Inline plaintext credential. INPUT_ONLY: the value never round-trips on
reads. Get and List responses omit plaintext; the field's presence in
the read shape only indicates that a secret is configured.
A secret value supplied as part of an inline provider config. The caller supplies the value as inline
plaintexton writes; the platform stores it encrypted. Theplaintextfield isINPUT_ONLYand never round-trips on reads.