UserSet 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.
The detail of a user.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Models.Api20201001Preview.UserSetTypeConverter))]
public class UserSet : Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Models.Api20201001Preview.IUserSet
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Models.Api20201001Preview.UserSetTypeConverter))>]
type UserSet = class
interface IUserSet
interface IJsonSerializable
Public Class UserSet
Implements IUserSet
- Inheritance
-
UserSet
- Attributes
- Implements
Constructors
UserSet() |
Creates an new UserSet instance. |
Properties
Description |
The description of the user. |
Id |
The object id of the user. |
IsBackup |
The value indicating whether the user is a backup fallback approver |
UserType |
The type of user. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of UserSet. |
DeserializeFromPSObject(PSObject) | |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Models.Api20201001Preview.IUserSet. |
FromJsonString(String) |
Creates a new instance of UserSet, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) | |
ToJsonString() |
Serializes this instance to a json string. |