GetProtectedItemResult

data class GetProtectedItemResult(val id: String, val name: String, val properties: ProtectedItemModelPropertiesResponse, val systemData: ProtectedItemModelResponseSystemData, val type: String)

Protected item model.

Constructors

Link copied to clipboard
constructor(id: String, name: String, properties: ProtectedItemModelPropertiesResponse, systemData: ProtectedItemModelResponseSystemData, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val id: String

Gets or sets the Id of the resource.

Link copied to clipboard

Gets or sets the name of the resource.

Link copied to clipboard

Protected item model properties.

Link copied to clipboard

Gets or sets the type of the resource.