BucketObjectOwnerArgs

data class BucketObjectOwnerArgs(val entity: Output<String>? = null, val entityId: Output<String>? = null) : ConvertibleToJava<BucketObjectOwnerArgs>

The owner of the object. This will always be the uploader of the object.

Constructors

Link copied to clipboard
fun BucketObjectOwnerArgs(entity: Output<String>? = null, entityId: Output<String>? = null)

Functions

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

Properties

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

The entity, in the form user-userId.

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

The ID for the entity.