Managed Cluster AADProfile Args
data class ManagedClusterAADProfileArgs(val adminGroupObjectIDs: Output<List<String>>? = null, val clientAppID: Output<String>? = null, val enableAzureRBAC: Output<Boolean>? = null, val managed: Output<Boolean>? = null, val serverAppID: Output<String>? = null, val serverAppSecret: Output<String>? = null, val tenantID: Output<String>? = null) : ConvertibleToJava<ManagedClusterAADProfileArgs>
AADProfile specifies attributes for Azure Active Directory integration.
Constructors
Link copied to clipboard
fun ManagedClusterAADProfileArgs(adminGroupObjectIDs: Output<List<String>>? = null, clientAppID: Output<String>? = null, enableAzureRBAC: Output<Boolean>? = null, managed: Output<Boolean>? = null, serverAppID: Output<String>? = null, serverAppSecret: Output<String>? = null, tenantID: Output<String>? = null)