Skip to main content

RoleAssignmentRef

Properties

NameTypeDescriptionNotes
IdStringAssignment Id[optional]
RoleBaseReferenceDto[optional]
AddedDateSystem.DateTimeDate that the assignment was added[optional]

Examples

  • Prepare the resource
$RoleAssignmentRef = Initialize-V2024RoleAssignmentRef  -Id 1cbb0705b38c4226b1334eadd8874086 `
-Role null `
-AddedDate 2025-07-11T18:45:37.098Z
  • Convert the resource to JSON
$RoleAssignmentRef | ConvertTo-JSON

[Back to top]