adminCredentials

@JvmName(name = "voyrqkvqawqgxhtf")
suspend fun adminCredentials(value: Output<AdministrativeCredentialsArgs>)
@JvmName(name = "omiluijgeytmqpxg")
suspend fun adminCredentials(value: AdministrativeCredentialsArgs)

Parameters

value

The credentials of the administrative interface on this storage appliance. The password field is expected to be an Azure Key Vault key URL. Until the cluster is converted to utilize managed identity by setting the secret archive settings, the actual password value should be provided instead.


@JvmName(name = "xbnmewniccvfscrw")
suspend fun adminCredentials(argument: suspend AdministrativeCredentialsArgsBuilder.() -> Unit)

Parameters

argument

The credentials of the administrative interface on this storage appliance. The password field is expected to be an Azure Key Vault key URL. Until the cluster is converted to utilize managed identity by setting the secret archive settings, the actual password value should be provided instead.