Roleassignmentref
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| Id | String | Assignment Id | [optional] |
| Role | Basereferencedto | [optional] | |
| AddedDate | System.DateTime | Date that the assignment was added | [optional] |
| StartDate | System.DateTime | Date when assignment will be active, if requested with a future date. If null, assignment is active immediately | [optional] |
| RemoveDate | System.DateTime | Date that the assignment will be removed | [optional] |
Examples
- Prepare the resource
$Roleassignmentref = Initialize-Roleassignmentref -Id 1cbb0705b38c4226b1334eadd8874086 `
-Role null `
-AddedDate 2025-07-11T18:45:37.098Z `
-StartDate 2026-01-22T19:15Z `
-RemoveDate 2026-01-23T19:15Z
- Convert the resource to JSON
$Roleassignmentref | ConvertTo-JSON