RoleAssignmentCreateParameters 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.
Role assignment create parameters.
public class RoleAssignmentCreateParameters
[Microsoft.Rest.Serialization.JsonTransformation]
public class RoleAssignmentCreateParameters
type RoleAssignmentCreateParameters = class
[<Microsoft.Rest.Serialization.JsonTransformation>]
type RoleAssignmentCreateParameters = class
Public Class RoleAssignmentCreateParameters
- Inheritance
-
System.ObjectRoleAssignmentCreateParameters
- Attributes
Constructors
RoleAssignmentCreateParameters() |
Initializes a new instance of the RoleAssignmentCreateParameters class. |
RoleAssignmentCreateParameters(String, String, String, Nullable<Boolean>, String, String, String) |
Initializes a new instance of the RoleAssignmentCreateParameters class. |
Properties
CanDelegate |
Gets or sets the delegation flag used for creating a role assignment |
Condition |
Gets or sets the conditions on the role assignment |
ConditionVersion |
Gets or sets version of the condition |
Description |
Gets or sets description of role assignment |
PrincipalId |
Gets or sets the principal ID assigned to the role. This maps to the ID inside the Active Directory. It can point to a user, service principal, or security group. |
PrincipalType |
Gets or sets the principal type of the assigned principal ID. Possible values include: 'User', 'Group', 'ServicePrincipal', 'Unknown', 'DirectoryRoleTemplate', 'ForeignGroup', 'Application', 'MSI', 'DirectoryObjectOrGroup', 'Everyone' |
Properties |
Optional. Gets or sets role assignment properties. |
RoleDefinitionId |
Gets or sets the role definition ID used in the role assignment. |
Methods
Validate() |
Validate the object. |