AddRecoveryServicesProviderInputPropertiesArgs

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

constructor(authenticationIdentityInput: Output<IdentityProviderInputArgs>, biosId: Output<String>? = null, 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
val biosId: Output<String>? = null

The Bios Id of the machine.

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