Owner Args
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)