Interface Identity
- All Superinterfaces:
GroupableResource<MsiManager, IdentityInner>, HasId, HasInnerModel<IdentityInner>, HasManager<MsiManager>, HasName, HasResourceGroup, Indexable, Refreshable<Identity>, Resource, Updatable<Identity.Update>
public interface Identity
extends GroupableResource<MsiManager, IdentityInner>, Refreshable<Identity>, Updatable<Identity.Update>
An immutable client-side representation of an Azure Managed Service Identity (MSI) Identity resource.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceContainer interface for all the definitions related to identity.static interfaceGrouping of identity definition stages.static interfaceThe template for an identity update operation, containing all the settings that can be modified.static interfaceGrouping of identity update stages.Nested classes/interfaces inherited from interface Resource
Resource.DefinitionWithRegion<T>, Resource.DefinitionWithTags<T>, Resource.UpdateWithTags<T> -
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptionclientId()Gets the ID of the Azure Active Directory application associated with the identity.Gets the ID of the Azure Active Directory service principal object associated with the identity.tenantId()Gets the ID of the Azure Active Directory tenant to which the identity belongs to.Methods inherited from interface HasInnerModel
innerModelMethods inherited from interface HasManager
managerMethods inherited from interface HasResourceGroup
resourceGroupNameMethods inherited from interface Refreshable
refresh, refreshAsyncMethods inherited from interface Resource
region, regionName, tags, type
-
Method Details
-
tenantId
String tenantId()Gets the ID of the Azure Active Directory tenant to which the identity belongs to.- Returns:
- id of the Azure Active Directory tenant to which the identity belongs to
-
principalId
String principalId()Gets the ID of the Azure Active Directory service principal object associated with the identity.- Returns:
- id of the Azure Active Directory service principal object associated with the identity
-
clientId
String clientId()Gets the ID of the Azure Active Directory application associated with the identity.- Returns:
- id of the Azure Active Directory application associated with the identity
-