Sap Agent Configuration Args
data class SapAgentConfigurationArgs(val agentContainerName: Output<String>? = null, val keyVaultAuthenticationMode: Output<Either<String, KeyVaultAuthenticationMode>>? = null, val keyVaultResourceId: Output<String>? = null, val sdkPath: Output<String>? = null, val secretSource: Output<Either<String, SecretSource>>? = null, val sncPath: Output<String>? = null, val type: Output<String>) : ConvertibleToJava<SapAgentConfigurationArgs>
Describes the configuration of a SAP Docker agent.
Constructors
Link copied to clipboard
constructor(agentContainerName: Output<String>? = null, keyVaultAuthenticationMode: Output<Either<String, KeyVaultAuthenticationMode>>? = null, keyVaultResourceId: Output<String>? = null, sdkPath: Output<String>? = null, secretSource: Output<Either<String, SecretSource>>? = null, sncPath: Output<String>? = null, type: Output<String>)
Properties
Link copied to clipboard
The name of the docker agent. only letters with numbers, underscores and hyphens are allowed example: "my-agent"
Link copied to clipboard
The key mode of the agent. ManagedIdentity|ApplicationIdentity are the options
Link copied to clipboard
The key vault resource id to access the key vault. example: "/subscriptions/d0cfe6b2-9ac0-4464-9919-dccaee2e48c0/resourceGroups/myRg/providers/Microsoft.KeyVault/vaults/myVault"
Link copied to clipboard
The secret source of the agent. AzureKeyVault is the option