Interface Identity
- All Superinterfaces:
GroupableResource<com.microsoft.azure.management.msi.implementation.MSIManager,
,com.microsoft.azure.management.msi.implementation.IdentityInner> HasId
,HasInner<com.microsoft.azure.management.msi.implementation.IdentityInner>
,HasManager<com.microsoft.azure.management.msi.implementation.MSIManager>
,HasName
,HasResourceGroup
,Indexable
,Refreshable<Identity>
,Resource
,Updatable<Identity.Update>
public interface Identity
extends GroupableResource<com.microsoft.azure.management.msi.implementation.MSIManager,com.microsoft.azure.management.msi.implementation.IdentityInner>, Refreshable<Identity>, Updatable<Identity.Update>
An immutable client-side representation of an Azure Managed Service Identity (MSI) Identity resource.
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic interface
Container interface for all the definitions related to identity.static interface
Grouping of identity definition stages.static interface
The template for an identity update operation, containing all the settings that can be modified.static interface
Grouping of identity update stages.Nested classes/interfaces inherited from interface com.microsoft.azure.management.resources.fluentcore.arm.models.Resource
Resource.DefinitionWithRegion<T>, Resource.DefinitionWithTags<T>, Resource.UpdateWithTags<T>
-
Method Summary
Methods inherited from interface com.microsoft.azure.management.resources.fluentcore.arm.models.HasId
id
Methods inherited from interface com.microsoft.azure.management.resources.fluentcore.model.HasInner
inner
Methods inherited from interface com.microsoft.azure.management.resources.fluentcore.arm.models.HasManager
manager
Methods inherited from interface com.microsoft.azure.management.resources.fluentcore.arm.models.HasName
name
Methods inherited from interface com.microsoft.azure.management.resources.fluentcore.arm.models.HasResourceGroup
resourceGroupName
Methods inherited from interface com.microsoft.azure.management.resources.fluentcore.model.Indexable
key
Methods inherited from interface com.microsoft.azure.management.resources.fluentcore.model.Refreshable
refresh, refreshAsync
Methods inherited from interface com.microsoft.azure.management.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
-
clientSecretUrl
String clientSecretUrl()- Returns:
- the url that can be queried to obtain the identity credentials
-