ServiceGroupMemberRelationshipPropertiesArgs

data class ServiceGroupMemberRelationshipPropertiesArgs(val targetId: Output<String>, val targetTenant: Output<String>? = null) : ConvertibleToJava<ServiceGroupMemberRelationshipPropertiesArgs>

ServiceGroupMember relationship properties.

Constructors

constructor(targetId: Output<String>, targetTenant: Output<String>? = null)

Properties

Link copied to clipboard
val targetId: Output<String>

The relationship target resource id.

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

The relationship target tenant id.

Functions

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