TargetDirectoryRequestPropertiesArgs

data class TargetDirectoryRequestPropertiesArgs(val destinationOwnerId: Output<String>? = null, val destinationTenantId: Output<String>? = null) : ConvertibleToJava<TargetDirectoryRequestPropertiesArgs>

Properties of subscription Request for Changed Target Directory.

Constructors

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

Properties

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

The destination OwnerId, can be object id or email address

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

The destination Tenant id where subscription needs to be accepted

Functions

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