IWithIdentity<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 the Active Directory identity to be specified.
public interface IWithIdentity<ParentT>
type IWithIdentity<'ParentT> = interface
Public Interface IWithIdentity(Of ParentT)
Type Parameters
- ParentT
The stage of the parent definition to return to after attaching this definition.
- Derived
Methods
ForGroup(IActiveDirectoryGroup) |
Specifies the Active Directory group this access policy is for. |
ForObjectId(String) |
Specifies the object ID of the Active Directory identity this access policy is for. |
ForServicePrincipal(IServicePrincipal) |
Specifies the Active Directory service principal this access policy is for. |
ForServicePrincipal(String) |
Specifies the Active Directory service principal this access policy is for. |
ForUser(IActiveDirectoryUser) |
Specifies the Active Directory user this access policy is for. |
ForUser(String) |
Specifies the Active Directory user this access policy is for. |
Applies to
Azure SDK for .NET