public class ManagedServiceIdentity extends Object
| Constructor and Description |
|---|
ManagedServiceIdentity() |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
identityIds()
Get array of UserAssigned managed service identities.
|
String |
principalId()
Get principal Id of managed service identity.
|
String |
tenantId()
Get tenant of managed service identity.
|
ManagedServiceIdentityType |
type()
Get type of managed service identity.
|
ManagedServiceIdentity |
withIdentityIds(List<String> identityIds)
Set array of UserAssigned managed service identities.
|
ManagedServiceIdentity |
withType(ManagedServiceIdentityType type)
Set type of managed service identity.
|
public ManagedServiceIdentityType type()
public ManagedServiceIdentity withType(ManagedServiceIdentityType type)
type - the type value to setpublic String tenantId()
public String principalId()
public List<String> identityIds()
public ManagedServiceIdentity withIdentityIds(List<String> identityIds)
identityIds - the identityIds 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.
*/