ProviderArgs

constructor(adoPipelineServiceConnectionId: Output<String>? = null, auxiliaryTenantIds: Output<List<String>>? = null, clientCertificate: Output<String>? = null, clientCertificatePassword: Output<String>? = null, clientCertificatePath: Output<String>? = null, clientId: Output<String>? = null, clientIdFilePath: Output<String>? = null, clientSecret: Output<String>? = null, clientSecretFilePath: Output<String>? = null, disableCorrelationRequestId: Output<Boolean>? = null, disableTerraformPartnerId: Output<Boolean>? = null, environment: Output<String>? = null, features: Output<ProviderFeaturesArgs>? = null, metadataHost: Output<String>? = null, msiEndpoint: Output<String>? = null, oidcRequestToken: Output<String>? = null, oidcRequestUrl: Output<String>? = null, oidcToken: Output<String>? = null, oidcTokenFilePath: Output<String>? = null, partnerId: Output<String>? = null, resourceProviderRegistrations: Output<String>? = null, resourceProvidersToRegisters: Output<List<String>>? = null, skipProviderRegistration: Output<Boolean>? = null, storageUseAzuread: Output<Boolean>? = null, subscriptionId: Output<String>? = null, tenantId: Output<String>? = null, useAksWorkloadIdentity: Output<Boolean>? = null, useCli: Output<Boolean>? = null, useMsi: Output<Boolean>? = null, useOidc: Output<Boolean>? = null)