GetParametersParameter

data class GetParametersParameter(val constraints: String, val createTime: String, val createdBy: String, val description: String, val id: String, val parameterId: String, val parameterName: String, val parameterVersion: Int, val resourceGroupId: String, val shareType: String, val tags: Map<String, String>, val type: String, val updatedBy: String, val updatedDate: String, val value: String)

Constructors

Link copied to clipboard
constructor(constraints: String, createTime: String, createdBy: String, description: String, id: String, parameterId: String, parameterName: String, parameterVersion: Int, resourceGroupId: String, shareType: String, tags: Map<String, String>, type: String, updatedBy: String, updatedDate: String, value: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The constraints of the common parameter. Note: constraints takes effect only if enable_details is set to true.

Link copied to clipboard

The user who created the common parameter.

Link copied to clipboard

The time when the common parameter was created.

Link copied to clipboard

The description of the common parameter.

Link copied to clipboard
val id: String

The ID of the Parameter. Its value is same as parameter_name.

Link copied to clipboard

The ID of the common parameter.

Link copied to clipboard

The name of the common parameter. You can enter a keyword to query parameter names in fuzzy match mode.

Link copied to clipboard

The version number of the common parameter.

Link copied to clipboard

The ID of the Resource Group.

Link copied to clipboard

The share type of the common parameter.

Link copied to clipboard

A mapping of tags to assign to the resource.

Link copied to clipboard

The data type of the common parameter. Valid values: String, StringList.

Link copied to clipboard

The user who updated the common parameter.

Link copied to clipboard

The time when the common parameter was updated.

Link copied to clipboard

(Available since v1.231.0) The value of the common parameter. Note: value takes effect only if enable_details is set to true.