User Class
Profile of a lab user.
Variables are only populated by the server, and will be ignored when sending a request.
Constructor
User(*, location: str | None = None, tags: Dict[str, str] | None = None, identity: UserIdentity | None = None, secret_store: UserSecretStore | None = None, **kwargs)
Parameters
| Name | Description |
|---|---|
|
location
Required
|
The location of the resource. |
|
tags
Required
|
A set of tags. The tags of the resource. |
|
identity
Required
|
The identity of the user. |
|
secret_store
Required
|
The secret store of the user. |
Keyword-Only Parameters
| Name | Description |
|---|---|
|
location
|
Default value: None
|
|
tags
|
Default value: None
|
|
identity
|
Default value: None
|
|
secret_store
|
Default value: None
|
Variables
| Name | Description |
|---|---|
|
id
|
The identifier of the resource. |
|
name
|
The name of the resource. |
|
type
|
The type of the resource. |
|
created_date
|
The creation date of the user profile. |
|
provisioning_state
|
The provisioning status of the resource. |
|
unique_identifier
|
The unique immutable identifier of a resource (Guid). |