Enable Protection Input Properties Args
data class EnableProtectionInputPropertiesArgs(val policyId: Output<String>? = null, val protectableItemId: Output<String>? = null, val providerSpecificDetails: Output<Any>? = null) : ConvertibleToJava<EnableProtectionInputPropertiesArgs>
Enable protection input properties.
Constructors
Link copied to clipboard
fun EnableProtectionInputPropertiesArgs(policyId: Output<String>? = null, protectableItemId: Output<String>? = null, providerSpecificDetails: Output<Any>? = null)