RegistryAuthScheme
The scheme used to authenticate to the schema registry.
Possible Values
None, Basic, SSLCertificateデータ型
string
デフォルト値
"None"
解説
The schemes are as follows. Note that some schemes are only available when connecting to a specific RegistryService:
None | No authentication will be used. |
Basic | RegistryUser and RegistryPassword are used. In Confluent these are the API user/password, while in Glue these are the IAM access key/secret key. |
SSLCertificate | RegistryClientCert is used with SSL client authentication. This is only supported when connecting to a Confluent registry. |