GetCloudforceOneRequestsResult

data class GetCloudforceOneRequestsResult(val completed: String, val created: String, val id: String, val messageTokens: Int, val priority: String, val readableId: String, val request: String, val status: String, val summary: String, val tlp: String, val tokens: Int, val updated: String)

Constructors

Link copied to clipboard
constructor(completed: String, created: String, id: String, messageTokens: Int, priority: String, readableId: String, request: String, status: String, summary: String, tlp: String, tokens: Int, updated: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Request completion time

Link copied to clipboard

Request creation time

Link copied to clipboard
val id: String

UUID

Link copied to clipboard

Tokens for the request messages

Link copied to clipboard

Available values: "routine", "high", "urgent".

Link copied to clipboard

Readable Request ID

Link copied to clipboard

Requested information from request

Link copied to clipboard

Request Status Available values: "open", "accepted", "reported", "approved", "completed", "declined".

Link copied to clipboard

Brief description of the request

Link copied to clipboard
val tlp: String

The CISA defined Traffic Light Protocol (TLP) Available values: "clear", "amber", "amber-strict", "green", "red".

Link copied to clipboard
val tokens: Int

Tokens for the request

Link copied to clipboard

Request last updated time