BrokerAuthenticatorMethods interface
Set of broker authentication policies. Only one method is supported for each entry.
Properties
| custom |
Custom authentication configuration. |
| method | Custom authentication configuration. |
| service |
ServiceAccountToken authentication configuration. |
| x509Settings | X.509 authentication configuration. |
Property Details
customSettings
Custom authentication configuration.
customSettings?: BrokerAuthenticatorMethodCustom
Property Value
method
Custom authentication configuration.
method: string
Property Value
string
serviceAccountTokenSettings
ServiceAccountToken authentication configuration.
serviceAccountTokenSettings?: BrokerAuthenticatorMethodSat
Property Value
x509Settings
X.509 authentication configuration.
x509Settings?: BrokerAuthenticatorMethodX509