Class ManagedClusterIdentityResponse
- java.lang.Object
-
- com.pulumi.azurenative.containerservice.outputs.ManagedClusterIdentityResponse
-
public final class ManagedClusterIdentityResponse extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
ManagedClusterIdentityResponse.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ManagedClusterIdentityResponse.Builder
builder()
static ManagedClusterIdentityResponse.Builder
builder(ManagedClusterIdentityResponse defaults)
java.lang.String
principalId()
java.lang.String
tenantId()
java.util.Optional<java.lang.String>
type()
java.util.Map<java.lang.String,ManagedClusterIdentityResponseUserAssignedIdentities>
userAssignedIdentities()
-
-
-
Method Detail
-
principalId
public java.lang.String principalId()
- Returns:
- The principal id of the system assigned identity which is used by master components.
-
tenantId
public java.lang.String tenantId()
- Returns:
- The tenant id of the system assigned identity which is used by master components.
-
type
public java.util.Optional<java.lang.String> type()
- Returns:
- 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.
-
userAssignedIdentities
public java.util.Map<java.lang.String,ManagedClusterIdentityResponseUserAssignedIdentities> userAssignedIdentities()
- Returns:
- 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}'.
-
builder
public static ManagedClusterIdentityResponse.Builder builder()
-
builder
public static ManagedClusterIdentityResponse.Builder builder(ManagedClusterIdentityResponse defaults)
-
-