IWithPermissions Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The access policy update stage allowing permissions to be added or removed.
public interface IWithPermissions
type IWithPermissions = interface
Public Interface IWithPermissions
- Derived
Methods
AllowCertificateAllPermissions() |
Allow all permissions for the AD identity to access certificates. |
AllowCertificatePermissions(CertificatePermissions[]) |
Allow a list of permissions for the AD identity to access certificates. |
AllowCertificatePermissions(IList<CertificatePermissions>) |
Allow a list of permissions for the AD identity to access certificates. |
AllowKeyAllPermissions() |
Allow all permissions for the AD identity to access keys. |
AllowKeyPermissions(IList<KeyPermissions>) |
Allow a list of permissions for the AD identity to access keys. |
AllowKeyPermissions(KeyPermissions[]) |
Allow a list of permissions for the AD identity to access keys. |
AllowSecretAllPermissions() |
Allow all permissions for the AD identity to access secrets. |
AllowSecretPermissions(IList<SecretPermissions>) |
Allow a list of permissions for the AD identity to access secrets. |
AllowSecretPermissions(SecretPermissions[]) |
Allow a list of permissions for the AD identity to access secrets. |
DisallowCertificateAllPermissions() |
Revoke all permissions for the AD identity to access certificates. |
DisallowCertificatePermissions(CertificatePermissions[]) |
Revoke a list of permissions for the AD identity to access certificates. |
DisallowCertificatePermissions(IList<CertificatePermissions>) |
Revoke a list of permissions for the AD identity to access certificates. |
DisallowKeyAllPermissions() |
Revoke all permissions for the AD identity to access keys. |
DisallowKeyPermissions(IList<KeyPermissions>) |
Revoke a list of permissions for the AD identity to access keys. |
DisallowKeyPermissions(KeyPermissions[]) |
Revoke a list of permissions for the AD identity to access keys. |
DisallowSecretAllPermissions() |
Revoke all permissions for the AD identity to access secrets. |
DisallowSecretPermissions(IList<SecretPermissions>) |
Revoke a list of permissions for the AD identity to access secrets. |
DisallowSecretPermissions(SecretPermissions[]) |
Revoke a list of permissions for the AD identity to access secrets. |
Applies to
Azure SDK for .NET