SqlRoleAssignmentCreateUpdateParameters 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.
Parameters to create and update an Azure Cosmos DB SQL Role Assignment.
[Microsoft.Rest.Serialization.JsonTransformation]
public class SqlRoleAssignmentCreateUpdateParameters
[<Microsoft.Rest.Serialization.JsonTransformation>]
type SqlRoleAssignmentCreateUpdateParameters = class
Public Class SqlRoleAssignmentCreateUpdateParameters
- Inheritance
-
SqlRoleAssignmentCreateUpdateParameters
- Attributes
Constructors
SqlRoleAssignmentCreateUpdateParameters() |
Initializes a new instance of the SqlRoleAssignmentCreateUpdateParameters class. |
SqlRoleAssignmentCreateUpdateParameters(String, String, String) |
Initializes a new instance of the SqlRoleAssignmentCreateUpdateParameters class. |
Properties
PrincipalId |
Gets or sets the unique identifier for the associated AAD principal in the AAD graph to which access is being granted through this Role Assignment. Tenant ID for the principal is inferred using the tenant associated with the subscription. |
RoleDefinitionId |
Gets or sets the unique identifier for the associated Role Definition. |
Scope |
Gets or sets the data plane resource path for which access is being granted through this Role Assignment. |