Uses of Class
com.azure.resourcemanager.keyvault.models.ManagedServiceIdentityType
Packages that use ManagedServiceIdentityType
Package
Description
Package containing the data models for KeyVault.
-
Uses of ManagedServiceIdentityType in com.azure.resourcemanager.keyvault.models
Subclasses with type arguments of type ManagedServiceIdentityType in com.azure.resourcemanager.keyvault.modelsModifier and TypeClassDescriptionfinal classType of managed service identity (where both SystemAssigned and UserAssigned types are allowed).Fields in com.azure.resourcemanager.keyvault.models declared as ManagedServiceIdentityTypeModifier and TypeFieldDescriptionstatic final ManagedServiceIdentityTypeManagedServiceIdentityType.NONENo managed identity.static final ManagedServiceIdentityTypeManagedServiceIdentityType.SYSTEM_ASSIGNEDSystem assigned managed identity.static final ManagedServiceIdentityTypeManagedServiceIdentityType.SYSTEM_ASSIGNED_USER_ASSIGNEDSystem and user assigned managed identity.static final ManagedServiceIdentityTypeManagedServiceIdentityType.USER_ASSIGNEDUser assigned managed identity.Methods in com.azure.resourcemanager.keyvault.models that return ManagedServiceIdentityTypeModifier and TypeMethodDescriptionstatic ManagedServiceIdentityTypeManagedServiceIdentityType.fromString(String name) Creates or finds a ManagedServiceIdentityType from its string representation.ManagedServiceIdentity.type()Get the type property: The type of managed identity assigned to this resource.Methods in com.azure.resourcemanager.keyvault.models that return types with arguments of type ManagedServiceIdentityTypeModifier and TypeMethodDescriptionstatic Collection<ManagedServiceIdentityType> ManagedServiceIdentityType.values()Gets known ManagedServiceIdentityType values.Methods in com.azure.resourcemanager.keyvault.models with parameters of type ManagedServiceIdentityTypeModifier and TypeMethodDescriptionManagedServiceIdentity.withType(ManagedServiceIdentityType type) Set the type property: The type of managed identity assigned to this resource.