BrokerAuthenticatorMethodX509AttributesArgs

data class BrokerAuthenticatorMethodX509AttributesArgs(val attributes: Output<Map<String, String>>, val subject: Output<String>) : ConvertibleToJava<BrokerAuthenticatorMethodX509AttributesArgs>

BrokerAuthenticatorMethodX509Attributes properties.

Constructors

constructor(attributes: Output<Map<String, String>>, subject: Output<String>)

Properties

Link copied to clipboard
val attributes: Output<Map<String, String>>

Attributes object.

Link copied to clipboard
val subject: Output<String>

Subject of the X509 attribute.

Functions

Link copied to clipboard
open override fun toJava(): BrokerAuthenticatorMethodX509AttributesArgs