WorkloadDeploymentModelResponseSystemData

data class WorkloadDeploymentModelResponseSystemData(val createdAt: String? = null, val createdBy: String? = null, val createdByType: String? = null, val lastModifiedAt: String? = null, val lastModifiedBy: String? = null, val lastModifiedByType: String? = null)

Constructors

constructor(createdAt: String? = null, createdBy: String? = null, createdByType: String? = null, lastModifiedAt: String? = null, lastModifiedBy: String? = null, lastModifiedByType: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val createdAt: String? = null

Gets or sets the timestamp of resource creation (UTC).

Link copied to clipboard
val createdBy: String? = null

Gets or sets identity that created the resource.

Link copied to clipboard
val createdByType: String? = null

Gets or sets the type of identity that created the resource: user, application, managedIdentity.

Link copied to clipboard
val lastModifiedAt: String? = null

Gets or sets the timestamp of resource last modification (UTC).

Link copied to clipboard
val lastModifiedBy: String? = null

Gets or sets the identity that last modified the resource.

Link copied to clipboard

Gets or sets the type of identity that last modified the resource: user, application, managedIdentity.