Uses of Class
com.azure.resourcemanager.keyvault.models.ManagedServiceIdentity
Packages that use ManagedServiceIdentity
Package
Description
Package containing the inner data models for KeyVault.
Package containing the data models for KeyVault.
-
Uses of ManagedServiceIdentity in com.azure.resourcemanager.keyvault.fluent.models
Methods in com.azure.resourcemanager.keyvault.fluent.models that return ManagedServiceIdentityModifier and TypeMethodDescriptionManagedHsmInner.identity()Get the identity property: Managed service identity.MhsmPrivateEndpointConnectionInner.identity()Get the identity property: Managed service identity.Methods in com.azure.resourcemanager.keyvault.fluent.models with parameters of type ManagedServiceIdentityModifier and TypeMethodDescriptionManagedHsmInner.withIdentity(ManagedServiceIdentity identity) Set the identity property: Managed service identity.MhsmPrivateEndpointConnectionInner.withIdentity(ManagedServiceIdentity identity) Set the identity property: Managed service identity. -
Uses of ManagedServiceIdentity in com.azure.resourcemanager.keyvault.models
Classes in com.azure.resourcemanager.keyvault.models that implement interfaces with type arguments of type ManagedServiceIdentityModifier and TypeClassDescriptionfinal classManaged service identity (system assigned and/or user assigned identities).Methods in com.azure.resourcemanager.keyvault.models that return ManagedServiceIdentityModifier and TypeMethodDescriptionstatic ManagedServiceIdentityManagedServiceIdentity.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ManagedServiceIdentity from the JsonReader.ManagedHsmResource.identity()Get the identity property: Managed service identity (system assigned and/or user assigned identities).MhsmPrivateLinkResource.identity()Get the identity property: Managed service identity (system assigned and/or user assigned identities).ManagedServiceIdentity.withType(ManagedServiceIdentityType type) Set the type property: The type of managed identity assigned to this resource.ManagedServiceIdentity.withUserAssignedIdentities(Map<String, UserAssignedIdentity> userAssignedIdentities) Set the userAssignedIdentities property: The identities assigned to this resource by the user.