AccessControlModelFactory.RoleAssignmentDetails Method
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.
Initializes a new instance of RoleAssignmentDetails.
public static Azure.Analytics.Synapse.AccessControl.Models.RoleAssignmentDetails RoleAssignmentDetails (string id = default, Guid? roleDefinitionId = default, Guid? principalId = default, string scope = default, string principalType = default);
static member RoleAssignmentDetails : string * Nullable<Guid> * Nullable<Guid> * string * string -> Azure.Analytics.Synapse.AccessControl.Models.RoleAssignmentDetails
Public Shared Function RoleAssignmentDetails (Optional id As String = Nothing, Optional roleDefinitionId As Nullable(Of Guid) = Nothing, Optional principalId As Nullable(Of Guid) = Nothing, Optional scope As String = Nothing, Optional principalType As String = Nothing) As RoleAssignmentDetails
Parameters
- id
- String
Role Assignment ID.
- scope
- String
Scope at the role assignment is created.
- principalType
- String
Type of the principal Id: User, Group or ServicePrincipal.
Returns
A new RoleAssignmentDetails instance for mocking.
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