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