GetWorkflowAccessKeyResult

data class GetWorkflowAccessKeyResult(val id: String? = null, val name: String, val notAfter: String? = null, val notBefore: String? = null, val type: String)

Constructors

Link copied to clipboard
constructor(id: String? = null, name: String, notAfter: String? = null, notBefore: String? = null, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val id: String? = null

Gets or sets the resource id.

Link copied to clipboard

Gets the workflow access key name.

Link copied to clipboard
val notAfter: String? = null

Gets or sets the not-after time.

Link copied to clipboard
val notBefore: String? = null

Gets or sets the not-before time.

Link copied to clipboard

Gets the workflow access key type.