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 principal ID of resource identity.
|
String |
tenantId()
Get the tenant ID of resource.
|
String |
type()
Get the identity type.
|
Identity |
withType(String type)
Set the identity type.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/