BrokerAuthenticatorMethodX509 interface
X509 for BrokerAuthentication.
Properties
| authorization |
X509 authorization attributes properties. |
| trusted |
Name of the trusted client ca cert resource. |
Property Details
authorizationAttributes
X509 authorization attributes properties.
authorizationAttributes?: Record<string, BrokerAuthenticatorMethodX509Attributes>
Property Value
Record<string, BrokerAuthenticatorMethodX509Attributes>
trustedClientCaCert
Name of the trusted client ca cert resource.
trustedClientCaCert?: string
Property Value
string