Add Recovery Services Provider Input Properties Args
data class AddRecoveryServicesProviderInputPropertiesArgs(val authenticationIdentityInput: Output<IdentityProviderInputArgs>, val biosId: Output<String>? = null, val dataPlaneAuthenticationIdentityInput: Output<IdentityProviderInputArgs>? = null, val machineId: Output<String>? = null, val machineName: Output<String>, val resourceAccessIdentityInput: Output<IdentityProviderInputArgs>) : ConvertibleToJava<AddRecoveryServicesProviderInputPropertiesArgs>
The properties of an add provider request.
Constructors
Link copied to clipboard
fun AddRecoveryServicesProviderInputPropertiesArgs(authenticationIdentityInput: Output<IdentityProviderInputArgs>, biosId: Output<String>? = null, dataPlaneAuthenticationIdentityInput: Output<IdentityProviderInputArgs>? = null, machineId: Output<String>? = null, machineName: Output<String>, resourceAccessIdentityInput: Output<IdentityProviderInputArgs>)