public class IdentityInner
extends com.azure.core.management.Resource
| Constructor and Description |
|---|
IdentityInner() |
| Modifier and Type | Method and Description |
|---|---|
UUID |
clientId()
Get the clientId property: The id of the app associated with the identity.
|
UUID |
principalId()
Get the principalId property: The id of the service principal object associated with the created identity.
|
UUID |
tenantId()
Get the tenantId property: The id of the tenant which the identity belongs to.
|
void |
validate()
Validates the instance.
|
public UUID tenantId()
public UUID principalId()
public UUID clientId()
public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2020 Microsoft Corporation. All rights reserved.