OrchestratorIdentityArgs

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

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 orchestrator cluster. Type 'SystemAssigned' will use an implicitly created identity orchestrator clusters

Functions

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