Provider Auth Login Azure Args
data class ProviderAuthLoginAzureArgs(val clientId: Output<String>? = null, val jwt: Output<String>? = null, val mount: Output<String>? = null, val namespace: Output<String>? = null, val resourceGroupName: Output<String>, val role: Output<String>, val scope: Output<String>? = null, val subscriptionId: Output<String>, val tenantId: Output<String>? = null, val useRootNamespace: Output<Boolean>? = null, val vmName: Output<String>? = null, val vmssName: Output<String>? = null) : ConvertibleToJava<ProviderAuthLoginAzureArgs>
Constructors
Link copied to clipboard
constructor(clientId: Output<String>? = null, jwt: Output<String>? = null, mount: Output<String>? = null, namespace: Output<String>? = null, resourceGroupName: Output<String>, role: Output<String>, scope: Output<String>? = null, subscriptionId: Output<String>, tenantId: Output<String>? = null, useRootNamespace: Output<Boolean>? = null, vmName: Output<String>? = null, vmssName: Output<String>? = null)
Properties
Link copied to clipboard
The resource group for the machine that generated the MSI token. This information can be obtained through instance metadata.
Link copied to clipboard
The subscription ID for the machine that generated the MSI token. This information can be obtained through instance metadata.
Link copied to clipboard
Authenticate to the root Vault namespace. Conflicts with namespace