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: _models.UserIdentity | None = None, secret_store: _models.UserSecretStore | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
location
str

The location of the resource.

Default value: None
tags

The tags of the resource.

Default value: None
identity

The identity of the user.

Default value: None
secret_store

The secret store of the user.

Default value: None

Variables

Name Description
id
str

The identifier of the resource.

name
str

The name of the resource.

type
str

The type of the resource.

location
str

The location of the resource.

tags

The tags of the resource.

identity

The identity of the user.

secret_store

The secret store of the user.

created_date

The creation date of the user profile.

provisioning_state
str

The provisioning status of the resource.

unique_identifier
str

The unique immutable identifier of a resource (Guid).