RoleAssignmentDetail 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.
The details for role assignment response.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.NetworkAnalytics.Models.Api20231115.RoleAssignmentDetailTypeConverter))]
public class RoleAssignmentDetail : Microsoft.Azure.PowerShell.Cmdlets.NetworkAnalytics.Models.Api20231115.IRoleAssignmentDetail
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.NetworkAnalytics.Models.Api20231115.RoleAssignmentDetailTypeConverter))>]
type RoleAssignmentDetail = class
interface IRoleAssignmentDetail
interface IJsonSerializable
Public Class RoleAssignmentDetail
Implements IRoleAssignmentDetail
- Inheritance
-
RoleAssignmentDetail
- Attributes
- Implements
Constructors
| Name | Description |
|---|---|
| RoleAssignmentDetail() |
Creates an new RoleAssignmentDetail instance. |
Properties
| Name | Description |
|---|---|
| DataTypeScope |
Data Type Scope at which the role assignment is created. |
| PrincipalId |
Object ID of the AAD principal or security-group. |
| PrincipalType |
Type of the principal Id: User, Group or ServicePrincipal |
| Role |
Data Product role to be assigned to a user. |
| RoleAssignmentId |
Id of role assignment request |
| RoleId |
Role Id of the Built-In Role |
| UserName |
User name. |
Methods
| Name | Description |
|---|---|
| DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of RoleAssignmentDetail. |
| DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of RoleAssignmentDetail. |
| FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.NetworkAnalytics.Models.Api20231115.IRoleAssignmentDetail. |
| FromJsonString(String) |
Creates a new instance of RoleAssignmentDetail, deserializing the content from a json string. |
| ToJson(JsonObject, SerializationMode) |
Serializes this instance of RoleAssignmentDetail into a JsonNode. |
| ToJsonString() |
Serializes this instance to a json string. |
| ToString() | |