GetMyWorkbookResult

data class GetMyWorkbookResult(val azureApiVersion: String, val category: String, val displayName: String, val etag: Map<String, String>? = null, val id: String? = null, val identity: MyWorkbookManagedIdentityResponse? = null, val kind: String? = null, val location: String? = null, val name: String? = null, val serializedData: String, val sourceId: String? = null, val storageUri: String? = null, val systemData: SystemDataResponse, val tags: Map<String, String>? = null, val timeModified: String, val type: String? = null, val userId: String, val version: String? = null)

An Application Insights private workbook definition.

Constructors

Link copied to clipboard
constructor(azureApiVersion: String, category: String, displayName: String, etag: Map<String, String>? = null, id: String? = null, identity: MyWorkbookManagedIdentityResponse? = null, kind: String? = null, location: String? = null, name: String? = null, serializedData: String, sourceId: String? = null, storageUri: String? = null, systemData: SystemDataResponse, tags: Map<String, String>? = null, timeModified: String, type: String? = null, userId: String, version: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The Azure API version of the resource.

Link copied to clipboard

Workbook category, as defined by the user at creation time.

Link copied to clipboard

The user-defined name of the private workbook.

Link copied to clipboard
val etag: Map<String, String>? = null

Resource etag

Link copied to clipboard
val id: String? = null

Azure resource Id

Link copied to clipboard

Identity used for BYOS

Link copied to clipboard
val kind: String? = null

The kind of workbook. Choices are user and shared.

Link copied to clipboard
val location: String? = null

Resource location

Link copied to clipboard
val name: String? = null

Azure resource name

Link copied to clipboard

Configuration of this particular private workbook. Configuration data is a string containing valid JSON

Link copied to clipboard
val sourceId: String? = null

Optional resourceId for a source resource.

Link copied to clipboard
val storageUri: String? = null

BYOS Storage Account URI

Link copied to clipboard

Metadata pertaining to creation and last modification of the resource.

Link copied to clipboard
val tags: Map<String, String>? = null

Resource tags

Link copied to clipboard

Date and time in UTC of the last modification that was made to this private workbook definition.

Link copied to clipboard
val type: String? = null

Azure resource type

Link copied to clipboard

Unique user id of the specific user that owns this private workbook.

Link copied to clipboard
val version: String? = null

This instance's version of the data model. This can change as new features are added that can be marked private workbook.