SystemDataArgs

data class SystemDataArgs(val createdAt: Output<String>? = null, val createdBy: Output<String>? = null, val createdByType: Output<Either<String, IdentityType>>? = null, val lastModifiedAt: Output<String>? = null, val lastModifiedBy: Output<String>? = null, val lastModifiedByType: Output<Either<String, IdentityType>>? = null) : ConvertibleToJava<SystemDataArgs>

Metadata pertaining to creation and last modification of the resource.

Constructors

Link copied to clipboard
constructor(createdAt: Output<String>? = null, createdBy: Output<String>? = null, createdByType: Output<Either<String, IdentityType>>? = null, lastModifiedAt: Output<String>? = null, lastModifiedBy: Output<String>? = null, lastModifiedByType: Output<Either<String, IdentityType>>? = null)

Properties

Link copied to clipboard
val createdAt: Output<String>? = null

The timestamp of resource creation (UTC)

Link copied to clipboard
val createdBy: Output<String>? = null

An identifier for the identity that created the resource

Link copied to clipboard
val createdByType: Output<Either<String, IdentityType>>? = null

The type of identity that created the resource

Link copied to clipboard
val lastModifiedAt: Output<String>? = null

The timestamp of resource last modification (UTC)

Link copied to clipboard
val lastModifiedBy: Output<String>? = null

An identifier for the identity that last modified the resource

Link copied to clipboard
val lastModifiedByType: Output<Either<String, IdentityType>>? = null

The type of identity that last modified the resource

Functions

Link copied to clipboard
open override fun toJava(): SystemDataArgs