Add Recovery Services Provider Input Properties Args
data class AddRecoveryServicesProviderInputPropertiesArgs(val authenticationIdentityInput: Output<IdentityProviderInputArgs>, 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
constructor(authenticationIdentityInput: Output<IdentityProviderInputArgs>, dataPlaneAuthenticationIdentityInput: Output<IdentityProviderInputArgs>? = null, machineId: Output<String>? = null, machineName: Output<String>, resourceAccessIdentityInput: Output<IdentityProviderInputArgs>)
Properties
Link copied to clipboard
The identity provider input for DRA authentication.
Link copied to clipboard
The identity provider input for data plane authentication.
Link copied to clipboard
The name of the machine where the provider is getting added.
Link copied to clipboard
The identity provider input for resource access.