Name | Type | Description | Notes |
---|---|---|---|
Description | String | Description of the role | |
Label | String | Unique label for the role |
- Prepare the resource
$UpdateIamRoleRequest = Initialize-Okta.PowerShellUpdateIamRoleRequest -Description null `
-Label null
- Convert the resource to JSON
$UpdateIamRoleRequest | ConvertTo-JSON