AccessControlModelFactory Class
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.
Model factory for read-only models.
public static class AccessControlModelFactory
type AccessControlModelFactory = class
Public Class AccessControlModelFactory
- Inheritance
-
AccessControlModelFactory
Methods
CheckAccessDecision(String, String, RoleAssignmentDetails) |
Initializes a new instance of CheckAccessDecision. |
CheckPrincipalAccessResponse(IEnumerable<CheckAccessDecision>) |
Initializes a new instance of CheckPrincipalAccessResponse. |
RoleAssignmentDetails(String, Nullable<Guid>, Nullable<Guid>, String, String) |
Initializes a new instance of RoleAssignmentDetails. |
RoleAssignmentDetailsList(Nullable<Int32>, IEnumerable<RoleAssignmentDetails>) |
Initializes a new instance of RoleAssignmentDetailsList. |
SynapseRbacPermission(IEnumerable<String>, IEnumerable<String>, IEnumerable<String>, IEnumerable<String>) |
Initializes a new instance of SynapseRbacPermission. |
SynapseRoleDefinition(Nullable<Guid>, String, Nullable<Boolean>, String, IEnumerable<SynapseRbacPermission>, IEnumerable<String>, String) |
Initializes a new instance of SynapseRoleDefinition. |
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET