SharedDirectoryTargetArgs

data class SharedDirectoryTargetArgs(val id: Output<String>, val type: Output<String>? = null) : ConvertibleToJava<SharedDirectoryTargetArgs>

Constructors

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

Properties

Link copied to clipboard
val id: Output<String>

Identifier of the directory consumer account.

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

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

Functions

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