Language

IRoleAssignmentDetail Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.NetworkAnalytics.Models.Api20231115.RoleAssignmentDetailTypeConverter))]
public interface IRoleAssignmentDetail : Microsoft.Azure.PowerShell.Cmdlets.NetworkAnalytics.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.NetworkAnalytics.Models.Api20231115.RoleAssignmentDetailTypeConverter))>]
type IRoleAssignmentDetail = interface
    interface IJsonSerializable
Public Interface IRoleAssignmentDetail
Implements IJsonSerializable
Derived
Attributes
Implements

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
ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to