CreatedByResponse

data class CreatedByResponse(val applicationId: String, val oid: String, val puid: String)

Provides details of the entity that created/updated the workspace.

Constructors

Link copied to clipboard
constructor(applicationId: String, oid: String, puid: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The application ID of the application that initiated the creation of the workspace. For example, Azure Portal.

Link copied to clipboard
val oid: String

The Object ID that created the workspace.

Link copied to clipboard

The Personal Object ID corresponding to the object ID above