IWithPermissions<ParentT> 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 definition stage allowing permissions to be added.
public interface IWithPermissions<ParentT>
type IWithPermissions<'ParentT> = interface
Public Interface IWithPermissions(Of ParentT)
Type Parameters
- ParentT
The stage of the parent definition to return to after attaching this definition.
- 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. |
Applies to
Azure SDK for .NET