public class ManagedServiceIdentity extends Object
| Constructor and Description |
|---|
ManagedServiceIdentity() |
| Modifier and Type | Method and Description |
|---|---|
String |
principalId()
Get the principalId value.
|
String |
tenantId()
Get the tenantId value.
|
Object |
type()
Get the type value.
|
ManagedServiceIdentity |
withType(Object type)
Set the type value.
|
public Object type()
public ManagedServiceIdentity withType(Object type)
type - the type value to setpublic String tenantId()
public String principalId()
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/