data class AppSecretArgs(val identity: Output<String>? = null, val keyVaultSecretId: Output<String>? = null, val name: Output<String>, val value: Output<String>? = null) : ConvertibleToJava<AppSecretArgs>
The identity to use for accessing the Key Vault secret reference. This can either be the Resource ID of a User Assigned Identity, or System for the System Assigned Identity. !>Note:identity must be used together with key_vault_secret_id
The ID of a Key Vault secret. This can be a versioned or version-less ID. !>Note: When using key_vault_secret_id, ignore_changes should be used to ignore any changes to value.