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
Property Value
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for JavaScript