SignInName Constructors
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.
Overloads
SignInName() |
Initializes a new instance of the SignInName class. |
SignInName(IDictionary<String,Object>, String, String) |
Initializes a new instance of the SignInName class. |
SignInName()
Initializes a new instance of the SignInName class.
public SignInName ();
Public Sub New ()
Applies to
SignInName(IDictionary<String,Object>, String, String)
Initializes a new instance of the SignInName class.
public SignInName (System.Collections.Generic.IDictionary<string,object> additionalProperties = default, string type = default, string value = default);
new Microsoft.Azure.Management.Graph.RBAC.Fluent.Models.SignInName : System.Collections.Generic.IDictionary<string, obj> * string * string -> Microsoft.Azure.Management.Graph.RBAC.Fluent.Models.SignInName
Public Sub New (Optional additionalProperties As IDictionary(Of String, Object) = Nothing, Optional type As String = Nothing, Optional value As String = Nothing)
Parameters
- additionalProperties
- IDictionary<String,Object>
Unmatched properties from the message are deserialized this collection
- type
- String
A string value that can be used to classify user sign-in types in your directory, such as 'emailAddress' or 'userName'.
- value
- String
The sign-in used by the local account. Must be unique across the company/tenant. For example, 'johnc@example.com'.