public class ManagedServiceIdentity extends Object
Constructor and Description |
---|
ManagedServiceIdentity() |
Modifier and Type | Method and Description |
---|---|
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.
|
Map<String,ManagedServiceIdentityUserAssignedIdentitiesValue> |
userAssignedIdentities()
Get the list of user assigned identities associated with the resource.
|
ManagedServiceIdentity |
withType(ManagedServiceIdentityType type)
Set type of managed service identity.
|
ManagedServiceIdentity |
withUserAssignedIdentities(Map<String,ManagedServiceIdentityUserAssignedIdentitiesValue> userAssignedIdentities)
Set the list of user assigned identities associated with the resource.
|
public ManagedServiceIdentityType type()
public ManagedServiceIdentity withType(ManagedServiceIdentityType type)
type
- the type value to setpublic String tenantId()
public String principalId()
public Map<String,ManagedServiceIdentityUserAssignedIdentitiesValue> userAssignedIdentities()
public ManagedServiceIdentity withUserAssignedIdentities(Map<String,ManagedServiceIdentityUserAssignedIdentitiesValue> userAssignedIdentities)
userAssignedIdentities
- the userAssignedIdentities value to setCopyright © 2019. All rights reserved.