Uses of Interface
com.azure.resourcemanager.keyvault.models.AccessPolicy.UpdateDefinitionStages.WithAttach
Packages that use AccessPolicy.UpdateDefinitionStages.WithAttach
Package
Description
Package containing the data models for KeyVaultManagementClient.
-
Uses of AccessPolicy.UpdateDefinitionStages.WithAttach in com.azure.resourcemanager.keyvault.models
Subinterfaces of AccessPolicy.UpdateDefinitionStages.WithAttach in com.azure.resourcemanager.keyvault.modelsModifier and TypeInterfaceDescriptionstatic interfaceAccessPolicy.UpdateDefinition<ParentT>The entirety of an access policy definition as part of a key vault update.Methods in com.azure.resourcemanager.keyvault.models that return AccessPolicy.UpdateDefinitionStages.WithAttachModifier and TypeMethodDescriptionAccessPolicy.UpdateDefinitionStages.WithPermissions.allowCertificateAllPermissions()Allow all permissions for the AD identity to access certificates.AccessPolicy.UpdateDefinitionStages.WithPermissions.allowCertificatePermissions(CertificatePermissions... permissions) Allow a list of permissions for the AD identity to access certificates.AccessPolicy.UpdateDefinitionStages.WithPermissions.allowCertificatePermissions(List<CertificatePermissions> permissions) Allow a list of permissions for the AD identity to access certificates.AccessPolicy.UpdateDefinitionStages.WithPermissions.allowKeyAllPermissions()Allow all permissions for the AD identity to access keys.AccessPolicy.UpdateDefinitionStages.WithPermissions.allowKeyPermissions(KeyPermissions... permissions) Allow a list of permissions for the AD identity to access keys.AccessPolicy.UpdateDefinitionStages.WithPermissions.allowKeyPermissions(List<KeyPermissions> permissions) Allow a list of permissions for the AD identity to access keys.AccessPolicy.UpdateDefinitionStages.WithPermissions.allowSecretAllPermissions()Allow all permissions for the AD identity to access secrets.AccessPolicy.UpdateDefinitionStages.WithPermissions.allowSecretPermissions(SecretPermissions... permissions) Allow a list of permissions for the AD identity to access secrets.AccessPolicy.UpdateDefinitionStages.WithPermissions.allowSecretPermissions(List<SecretPermissions> permissions) Allow a list of permissions for the AD identity to access secrets.AccessPolicy.UpdateDefinitionStages.WithPermissions.allowStorageAllPermissions()Allow all permissions for the Ad identity to access storage.AccessPolicy.UpdateDefinitionStages.WithPermissions.allowStoragePermissions(StoragePermissions... permissions) Allow a list of permissions for the AD identity to access storage.AccessPolicy.UpdateDefinitionStages.WithPermissions.allowStoragePermissions(List<StoragePermissions> permissions) Allow a list of permissions for the AD identity to access storage.AccessPolicy.UpdateDefinitionStages.WithIdentity.forApplicationId(String applicationId) Application ID of the client making request on behalf of a principal.AccessPolicy.UpdateDefinitionStages.WithIdentity.forGroup(ActiveDirectoryGroup activeDirectoryGroup) Specifies the Active Directory group this access policy is for.AccessPolicy.UpdateDefinitionStages.WithIdentity.forObjectId(String objectId) Specifies the object ID of the Active Directory identity this access policy is for.AccessPolicy.UpdateDefinitionStages.WithIdentity.forServicePrincipal(ServicePrincipal servicePrincipal) Specifies the Active Directory service principal this access policy is for.AccessPolicy.UpdateDefinitionStages.WithIdentity.forServicePrincipal(String servicePrincipalName) Specifies the Active Directory service principal this access policy is for.AccessPolicy.UpdateDefinitionStages.WithIdentity.forTenantId(String tenantId) Specifies the Azure Active Directory tenant ID that should be used for authenticating requests to the key vault.AccessPolicy.UpdateDefinitionStages.WithIdentity.forUser(ActiveDirectoryUser user) Specifies the Active Directory user this access policy is for.Specifies the Active Directory user this access policy is for.