GetReferenceResult

data class GetReferenceResult(val description: String, val name: String, val refers: String, val resourceType: String)

Constructors

Link copied to clipboard
fun GetReferenceResult(description: String, name: String, refers: String, resourceType: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Optional. A human-readable description of this reference.

Link copied to clipboard

The resource id of this reference. Values must match the regular expression \w\s\-.+.

Link copied to clipboard

The id of the resource to which this reference refers. Must be the id of a resource that exists in the parent environment and is of the given resource_type.

Link copied to clipboard

The type of resource referred to by this reference. Valid values are 'KeyStore' or 'TrustStore'.