GetDefinitionResult

data class GetDefinitionResult(val description: String, val displayName: String, val id: String, val lastModified: String, val name: String, val scopeId: String, val targetScope: String, val timeCreated: String, val versions: List<String>)

A collection of values returned by getDefinition.

Constructors

Link copied to clipboard
constructor(description: String, displayName: String, id: String, lastModified: String, name: String, scopeId: String, targetScope: String, timeCreated: String, versions: List<String>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The description of the Blueprint Definition.

Link copied to clipboard

The display name of the Blueprint Definition.

Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard

The timestamp of when this last modification was saved to the Blueprint Definition.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

The target scope.

Link copied to clipboard

The timestamp of when this Blueprint Definition was created.

Link copied to clipboard

A list of versions published for this Blueprint Definition.