Package version:

The properties of an add provider request.

interface AddRecoveryServicesProviderInputProperties {
    authenticationIdentityInput: IdentityProviderInput;
    biosId?: string;
    dataPlaneAuthenticationIdentityInput?: IdentityProviderInput;
    machineId?: string;
    machineName: string;
    resourceAccessIdentityInput: IdentityProviderInput;
}

Properties

authenticationIdentityInput: IdentityProviderInput

The identity provider input for DRA authentication.

biosId?: string

The Bios Id of the machine.

dataPlaneAuthenticationIdentityInput?: IdentityProviderInput

The identity provider input for data plane authentication.

machineId?: string

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

machineName: string

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

resourceAccessIdentityInput: IdentityProviderInput

The identity provider input for resource access.