OwnerArgs

data class OwnerArgs(val domainIdentifier: Output<String>? = null, val entityIdentifier: Output<String>? = null, val entityType: Output<OwnerEntityType>? = null, val owner: Output<OwnerPropertiesArgs>? = null) : ConvertibleToJava<OwnerArgs>

A owner can set up authorization permissions on their resources.

Constructors

Link copied to clipboard
constructor(domainIdentifier: Output<String>? = null, entityIdentifier: Output<String>? = null, entityType: Output<OwnerEntityType>? = null, owner: Output<OwnerPropertiesArgs>? = null)

Properties

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

The ID of the domain in which you want to add the entity owner.

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

The ID of the entity to which you want to add an owner.

Link copied to clipboard
val entityType: Output<OwnerEntityType>? = null

The type of an entity.

Link copied to clipboard
val owner: Output<OwnerPropertiesArgs>? = null

The owner that you want to add to the entity.

Functions

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