SharedDirectoryTarget

data class SharedDirectoryTarget(val id: String, val type: String? = null)

Constructors

Link copied to clipboard
constructor(id: String, type: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val id: String

Identifier of the directory consumer account.

Link copied to clipboard
val type: String? = null

Type of identifier to be used in the id field. Valid value is ACCOUNT. Default is ACCOUNT.