Sap Agent Configuration Response
data class SapAgentConfigurationResponse(val agentContainerName: String? = null, val keyVaultAuthenticationMode: String? = null, val keyVaultResourceId: String? = null, val sdkPath: String? = null, val secretSource: String? = null, val sncPath: String? = null, val type: String)
Describes the configuration of a SAP Docker agent.
Constructors
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