public class ManagedClusterIdentity extends Object
| Constructor and Description |
|---|
ManagedClusterIdentity() |
| Modifier and Type | Method and Description |
|---|---|
String |
principalId()
Get the principal id of the system assigned identity which is used by master components.
|
String |
tenantId()
Get the tenant id of the system assigned identity which is used by master components.
|
ResourceIdentityType |
type()
Get the type of identity used for the managed cluster.
|
ManagedClusterIdentity |
withType(ResourceIdentityType type)
Set the type of identity used for the managed cluster.
|
public String principalId()
public String tenantId()
public ResourceIdentityType type()
public ManagedClusterIdentity withType(ResourceIdentityType type)
type - the type value to set/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/