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 Classes Modifier and Type Interface Description static interfaceIdentity.DefinitionContainer interface for all the definitions related to identity.static interfaceIdentity.DefinitionStagesGrouping of identity definition stages.static interfaceIdentity.UpdateThe template for an identity update operation, containing all the settings that can be modified.static interfaceIdentity.UpdateStagesGrouping 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>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringclientId()StringprincipalId()StringtenantId()-
Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.model.HasInnerModel
innerModel
-
Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.arm.models.HasManager
manager
-
Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.arm.models.HasName
name
-
Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.arm.models.HasResourceGroup
resourceGroupName
-
Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.model.Refreshable
refresh, refreshAsync
-
Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.arm.models.Resource
region, regionName, tags, type
-
-
-
-
Method Detail
-
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
-
-