public class ResourceIdentity extends Object
| Constructor and Description |
|---|
ResourceIdentity() |
| Modifier and Type | Method and Description |
|---|---|
UUID |
principalId()
Get the Azure Active Directory principal id.
|
UUID |
tenantId()
Get the Azure Active Directory tenant id.
|
IdentityType |
type()
Get the identity type.
|
ResourceIdentity |
withType(IdentityType type)
Set the identity type.
|
public UUID principalId()
public IdentityType type()
public ResourceIdentity withType(IdentityType type)
type - the type value to setpublic UUID tenantId()
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/