RoleAssignmentRef
Properties
| Name | Type | Description | Notes | 
|---|---|---|---|
| Id | String | Assignment Id | [optional] | 
| Role | BaseReferenceDto | [optional] | |
| AddedDate | System.DateTime | Date 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