WebApplicationConfigurationResponse

data class WebApplicationConfigurationResponse(val filePath: String? = null, val id: String, val identifier: String? = null, val isDeploymentTimeEditable: Boolean? = null, val localFilePath: String? = null, val name: String? = null, val secretStoreDetails: SecretStoreDetailsResponse? = null, val section: String? = null, val targetFilePath: String? = null, val type: String? = null, val value: String? = null)

Class for web application configurations.

Constructors

Link copied to clipboard
constructor(filePath: String? = null, id: String, identifier: String? = null, isDeploymentTimeEditable: Boolean? = null, localFilePath: String? = null, name: String? = null, secretStoreDetails: SecretStoreDetailsResponse? = null, section: String? = null, targetFilePath: String? = null, type: String? = null, value: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val filePath: String? = null

Gets or sets the configuration file path.

Link copied to clipboard
val id: String

Gets the ID.

Link copied to clipboard
val identifier: String? = null

Gets or sets the identifier for the configuration.

Link copied to clipboard

Gets or sets a value indicating whether the configuration is edited or not by the user.

Link copied to clipboard
val localFilePath: String? = null

Gets or sets the configuration local file path.

Link copied to clipboard
val name: String? = null

Gets or sets the configuration name.

Link copied to clipboard
Link copied to clipboard
val section: String? = null

Gets or sets the configuration section in the file.

Link copied to clipboard
val targetFilePath: String? = null

Gets or sets the configuration target file path.

Link copied to clipboard
val type: String? = null

Gets or sets the configuration type.

Link copied to clipboard
val value: String? = null

Gets or sets the configuration value.