id, title, pagination_label, sidebar_label, sidebar_class_name, keywords, slug, tags
| id |
title |
pagination_label |
sidebar_label |
sidebar_class_name |
keywords |
slug |
tags |
| beta-role-assignment-dto |
RoleAssignmentDto |
RoleAssignmentDto |
RoleAssignmentDto |
powershellsdk |
| powershell |
| PowerShell |
| sdk |
| RoleAssignmentDto |
| BetaRoleAssignmentDto |
|
/tools/sdk/powershell/beta/models/role-assignment-dto |
| SDK |
| Software Development Kit |
| RoleAssignmentDto |
| BetaRoleAssignmentDto |
|
RoleAssignmentDto
Properties
| Name |
Type |
Description |
Notes |
| Id |
String |
Assignment Id |
[optional] |
| Role |
BaseReferenceDto1 |
|
[optional] |
| Comments |
String |
Comments added by the user when the assignment was made |
[optional] |
| AssignmentSource |
String |
Source describing how this assignment was made |
[optional] |
| Assigner |
BaseReferenceDto1 |
|
[optional] |
| AssignedDimensions |
[]BaseReferenceDto1 |
Dimensions assigned related to this role |
[optional] |
| AssignmentContext |
AssignmentContextDto |
|
[optional] |
| AccountTargets |
[]RoleTargetDto |
|
[optional] |
| RemoveDate |
String |
Date that the assignment will be removed |
[optional] |
Examples
- Convert the resource to JSON
[Back to top]