Get User Result
data class GetUserResult(val createdDate: String, val id: String, val identity: UserIdentityResponse? = null, val location: String? = null, val name: String, val provisioningState: String, val secretStore: UserSecretStoreResponse? = null, val tags: Map<String, String>? = null, val type: String, val uniqueIdentifier: String)
Profile of a lab user.
Properties
Link copied to clipboard
The creation date of the user profile.
Link copied to clipboard
The identity of the user.
Link copied to clipboard
The provisioning status of the resource.
Link copied to clipboard
The secret store of the user.
Link copied to clipboard
The unique immutable identifier of a resource (Guid).