Uses of Interface
com.azure.resourcemanager.msi.models.Identity.Update
Packages that use Identity.Update
Package
Description
Package containing the data models for ManagedServiceIdentityClient.
-
Uses of Identity.Update in com.azure.resourcemanager.msi.models
Subinterfaces with type arguments of type Identity.Update in com.azure.resourcemanager.msi.modelsModifier and TypeInterfaceDescriptioninterfaceAn immutable client-side representation of an Azure Managed Service Identity (MSI) Identity resource.static interfaceThe template for an identity update operation, containing all the settings that can be modified.Methods in com.azure.resourcemanager.msi.models that return Identity.UpdateModifier and TypeMethodDescriptionIdentity.UpdateStages.WithAccess.withAccessTo(Resource resource, BuiltInRole role) Specifies that the identity should have the given access (described by the role) on an ARM resource.Identity.UpdateStages.WithAccess.withAccessTo(Resource resource, String roleDefinitionId) Specifies that the identity should have the given access (described by the role definition) on an ARM resource.Identity.UpdateStages.WithAccess.withAccessTo(String resourceId, BuiltInRole role) Specifies that the identity should have the given access (described by the role) on an ARM resource identified by the given resource id.Identity.UpdateStages.WithAccess.withAccessTo(String resourceId, String roleDefinitionId) Specifies that the identity should have the given access (described by the role definition) on an ARM resource identified by the given resource id.Identity.UpdateStages.WithAccess.withAccessToCurrentResourceGroup(BuiltInRole role) Specifies that the identity should have the given access (described by the role) on the resource group that identity resides.Identity.UpdateStages.WithAccess.withAccessToCurrentResourceGroup(String roleDefinitionId) Specifies that the identity should have the given access (described by the role definition) on the resource group that identity resides.Identity.UpdateStages.WithAccess.withoutAccess(RoleAssignment roleAssignment) Specifies that an access role assigned to the identity should be removed.Identity.UpdateStages.WithAccess.withoutAccessTo(String resourceId, BuiltInRole role) Specifies that an access role assigned to the identity should be removed.