Identity Interface
Implements
public interface Identity
extends GroupableResource<MsiManager,IdentityInner>, Refreshable<Identity>, Updatable<Update>
An immutable client-side representation of an Azure Managed Service Identity (MSI) Identity resource.
Method Summary
Modifier and Type | Method and Description |
---|---|
abstract String | clientId() |
abstract String | principalId() |
abstract String | tenantId() |
Method Details
clientId
public abstract String clientId()
Returns:
id of the Azure Active Directory application associated with the identity
principalId
public abstract String principalId()
Returns:
id of the Azure Active Directory service principal object associated with the identity
tenantId
public abstract String tenantId()
Returns:
id of the Azure Active Directory tenant to which the identity belongs to
Applies to
Colaborar con nosotros en GitHub
El origen de este contenido se puede encontrar en GitHub, donde también puede crear y revisar problemas y solicitudes de incorporación de cambios. Para más información, consulte nuestra guía para colaboradores.
Azure SDK for Java