SpaceOwnershipSettingsArgs

data class SpaceOwnershipSettingsArgs(val ownerUserProfileName: Output<String>) : ConvertibleToJava<SpaceOwnershipSettingsArgs>

Constructors

Link copied to clipboard
constructor(ownerUserProfileName: Output<String>)

Properties

Link copied to clipboard

The user profile who is the owner of the space.

Functions

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