ConfigurationIdentityArgs

data class ConfigurationIdentityArgs(val type: Output<ResourceIdentityType>? = null) : ConvertibleToJava<ConfigurationIdentityArgs>

Identity for the managed cluster.

Constructors

Link copied to clipboard
constructor(type: Output<ResourceIdentityType>? = null)

Properties

Link copied to clipboard
val type: Output<ResourceIdentityType>? = null

The type of identity used for the configuration. Type 'SystemAssigned' will use an implicitly created identity. Type 'None' will not use Managed Identity for the configuration.

Functions

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