public final class SignInName extends Object
| Constructor and Description |
|---|
SignInName() |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Object> |
additionalProperties()
Get the additionalProperties property: Contains information about a sign-in name of a local account user in an
Azure Active Directory B2C tenant.
|
String |
type()
Get the type property: A string value that can be used to classify user sign-in types in your directory, such as
'emailAddress' or 'userName'.
|
void |
validate()
Validates the instance.
|
String |
value()
Get the value property: The sign-in used by the local account.
|
SignInName |
withAdditionalProperties(Map<String,Object> additionalProperties)
Set the additionalProperties property: Contains information about a sign-in name of a local account user in an
Azure Active Directory B2C tenant.
|
SignInName |
withType(String type)
Set the type property: A string value that can be used to classify user sign-in types in your directory, such as
'emailAddress' or 'userName'.
|
SignInName |
withValue(String value)
Set the value property: The sign-in used by the local account.
|
public String type()
public SignInName withType(String type)
type - the type value to set.public String value()
public SignInName withValue(String value)
value - the value value to set.public Map<String,Object> additionalProperties()
public SignInName withAdditionalProperties(Map<String,Object> additionalProperties)
additionalProperties - the additionalProperties value to set.public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2020 Microsoft Corporation. All rights reserved.