ResourceOwner

sealed class ResourceOwner

Inheritors

Types

Link copied to clipboard
object Companion
Link copied to clipboard

The resource owner is an account other than the caller

Link copied to clipboard
data class SdkUnknown(val value: String) : ResourceOwner
Link copied to clipboard

The resource owner is the calling account

Properties

Link copied to clipboard
abstract val value: String