UserIdentity Class
Specify either the userName or autoUser property, but not both.
Constructor
UserIdentity(*, user_name: str | None = None, auto_user: _models.AutoUserSpecification | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
user_name
|
The userName and autoUser properties are mutually exclusive; you must specify one but not both. Default value: None
|
auto_user
|
The userName and autoUser properties are mutually exclusive; you must specify one but not both. Default value: None
|
Variables
Name | Description |
---|---|
user_name
|
The userName and autoUser properties are mutually exclusive; you must specify one but not both. |
auto_user
|
The userName and autoUser properties are mutually exclusive; you must specify one but not both. |