ComputeInstanceCreatedByResponse

data class ComputeInstanceCreatedByResponse(val userId: String, val userName: String, val userOrgId: String)

Describes information on user who created this ComputeInstance.

Constructors

Link copied to clipboard
constructor(userId: String, userName: String, userOrgId: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Uniquely identifies the user within his/her organization.

Link copied to clipboard

Name of the user.

Link copied to clipboard

Uniquely identifies user' Azure Active Directory organization.