SignInName Class
Contains information about a sign-in name of a local account user in an Azure Active Directory B2C tenant.
- Inheritance
-
SignInName
Constructor
SignInName(*, additional_properties=None, type: Optional[str] = None, value: Optional[str] = None, **kwargs)
Parameters
Required
Unmatched properties from the message are deserialized this collection
- type
- str
Required
A string value that can be used to classify user sign-in types in your directory, such as 'emailAddress' or 'userName'.
- value
- str
Required
The sign-in used by the local account. Must be unique across the company/tenant. For example, <xref:mailto:'johnc@example.com>'.
Feedback
Submit and view feedback for