ReferenceArgs

data class ReferenceArgs(val description: Output<String>? = null, val environmentId: Output<String>? = null, val name: Output<String>? = null, val organizationId: Output<String>? = null, val refers: Output<String>? = null, val resourceType: Output<String>? = null) : ConvertibleToJava<ReferenceArgs>

Creates a Reference in the specified environment.

Constructors

Link copied to clipboard
fun ReferenceArgs(description: Output<String>? = null, environmentId: Output<String>? = null, name: Output<String>? = null, organizationId: Output<String>? = null, refers: Output<String>? = null, resourceType: Output<String>? = null)

Functions

Link copied to clipboard
open override fun toJava(): ReferenceArgs

Properties

Link copied to clipboard
val description: Output<String>? = null

Optional. A human-readable description of this reference.

Link copied to clipboard
val environmentId: Output<String>? = null
Link copied to clipboard
val name: Output<String>? = null

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

Link copied to clipboard
val organizationId: Output<String>? = null
Link copied to clipboard
val refers: Output<String>? = null

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
val resourceType: Output<String>? = null

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