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