Managed Cluster Authentication Args
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)