Class ManagedClusterIdentityArgs.Builder

  • Enclosing class:
    ManagedClusterIdentityArgs

    public static final class ManagedClusterIdentityArgs.Builder
    extends java.lang.Object
    • Method Detail

      • type

        public ManagedClusterIdentityArgs.Builder type​(@Nullable
                                                       com.pulumi.core.Output<ResourceIdentityType> type)
        Parameters:
        type - The type of identity used for the managed cluster. Type 'SystemAssigned' will use an implicitly created identity in master components and an auto-created user assigned identity in MC_ resource group in agent nodes. Type 'None' will not use MSI for the managed cluster, service principal will be used instead.
        Returns:
        builder
      • type

        public ManagedClusterIdentityArgs.Builder type​(ResourceIdentityType type)
        Parameters:
        type - The type of identity used for the managed cluster. Type 'SystemAssigned' will use an implicitly created identity in master components and an auto-created user assigned identity in MC_ resource group in agent nodes. Type 'None' will not use MSI for the managed cluster, service principal will be used instead.
        Returns:
        builder
      • userAssignedIdentities

        public ManagedClusterIdentityArgs.Builder userAssignedIdentities​(@Nullable
                                                                         com.pulumi.core.Output<java.util.Map<java.lang.String,​java.lang.Object>> userAssignedIdentities)
        Parameters:
        userAssignedIdentities - The user identity associated with the managed cluster. This identity will be used in control plane and only one user assigned identity is allowed. The user identity dictionary key references will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}'.
        Returns:
        builder
      • userAssignedIdentities

        public ManagedClusterIdentityArgs.Builder userAssignedIdentities​(java.util.Map<java.lang.String,​java.lang.Object> userAssignedIdentities)
        Parameters:
        userAssignedIdentities - The user identity associated with the managed cluster. This identity will be used in control plane and only one user assigned identity is allowed. The user identity dictionary key references will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}'.
        Returns:
        builder