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 com.azure.resourcemanager.resources.fluentcore.arm.models.Resource
Resource.DefinitionWithRegion<T extends Object>, Resource.DefinitionWithTags<T extends Object>, Resource.UpdateWithTags<T extends Object> -
Field Summary
-
Method Summary
Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.model.HasInnerModel
innerModelMethods inherited from interface com.azure.resourcemanager.resources.fluentcore.arm.models.HasManager
managerMethods inherited from interface com.azure.resourcemanager.resources.fluentcore.arm.models.HasName
nameMethods inherited from interface com.azure.resourcemanager.resources.fluentcore.arm.models.HasResourceGroup
resourceGroupNameMethods inherited from interface com.azure.resourcemanager.resources.fluentcore.model.Refreshable
refresh, refreshAsyncMethods inherited from interface com.azure.resourcemanager.resources.fluentcore.arm.models.Resource
region, regionName, tags, type
-
Method Details
-
tenantId
String tenantId()- Returns:
- id of the Azure Active Directory tenant to which the identity belongs to
-
principalId
String principalId()- Returns:
- id of the Azure Active Directory service principal object associated with the identity
-
clientId
String clientId()- Returns:
- id of the Azure Active Directory application associated with the identity
-