LandingZoneRegistrationResourcePropertiesArgs

data class LandingZoneRegistrationResourcePropertiesArgs(val existingLandingZoneConfigurationId: Output<String>, val existingTopLevelMgId: Output<String>, val managedIdentity: Output<ManagedIdentityPropertiesArgs>? = null) : ConvertibleToJava<LandingZoneRegistrationResourcePropertiesArgs>

The properties of landing zone registration resource type.

Constructors

constructor(existingLandingZoneConfigurationId: Output<String>, existingTopLevelMgId: Output<String>, managedIdentity: Output<ManagedIdentityPropertiesArgs>? = null)

Properties

Link copied to clipboard

The resource id of the associated landing zone configuration.

Link copied to clipboard

The resource id of the top level management group

Link copied to clipboard

The managed identity to be assigned to this landing zone registration.

Functions

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