ManagedClusterAuthenticationArgs

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

Constructors

Link copied to clipboard
constructor(activeDirectory: Output<ManagedClusterAuthenticationActiveDirectoryArgs>? = null, certificates: Output<List<ManagedClusterAuthenticationCertificateArgs>>? = null)

Properties

Link copied to clipboard

A active_directory block as defined above.

Link copied to clipboard

One or more certificate blocks as defined below.

Functions

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