AddRecoveryServicesProviderInputPropertiesArgs

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

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
val machineId: Output<String>? = null

The Id of the machine where the provider is getting added.

Link copied to clipboard
val machineName: Output<String>

The name of the machine where the provider is getting added.

Link copied to clipboard

The identity provider input for resource access.

Functions

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