System Data Args
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
The type of identity that created the resource
Link copied to clipboard
The timestamp of resource last modification (UTC)
Link copied to clipboard
An identifier for the identity that last modified the resource
Link copied to clipboard
The type of identity that last modified the resource