UserRoleAssignmentValue Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Mapping of user object ID to role assignments.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20240501Preview.UserRoleAssignmentValueTypeConverter))]
public class UserRoleAssignmentValue : Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20240501Preview.IUserRoleAssignmentValue
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20240501Preview.UserRoleAssignmentValueTypeConverter))>]
type UserRoleAssignmentValue = class
interface IUserRoleAssignmentValue
interface IJsonSerializable
Public Class UserRoleAssignmentValue
Implements IUserRoleAssignmentValue
- Inheritance
-
UserRoleAssignmentValue
- Attributes
- Implements
Constructors
UserRoleAssignmentValue() |
Creates an new UserRoleAssignmentValue instance. |
Properties
Role |
A map of roles to assign to the parent user. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of UserRoleAssignmentValue. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of UserRoleAssignmentValue. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20240501Preview.IUserRoleAssignmentValue. |
FromJsonString(String) |
Creates a new instance of UserRoleAssignmentValue, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of UserRoleAssignmentValue into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |