ManagedClusterAuthenticationArgs

data class ManagedClusterAuthenticationArgs(val activeDirectory: Output<ManagedClusterAuthenticationActiveDirectoryArgs>? = null, val certificates: Output<List<ManagedClusterAuthenticationCertificateArgs>>? = null) : ConvertibleToJava<ManagedClusterAuthenticationArgs>

Constructors

Functions

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

Properties

Link copied to clipboard

A active_directory block as defined above.

Link copied to clipboard

One or more certificate blocks as defined below.