Resource: Reference
A Reference configuration. References must refer to a keystore that also exists in the parent environment.
JSON representation |
---|
{ "name": string, "description": string, "resourceType": string, "refers": string } |
Fields | |
---|---|
name |
Required. The resource id of this reference. Values must match the regular expression [\w\s-.]+. |
description |
Optional. A human-readable description of this reference. |
resource |
The type of resource referred to by this reference. Valid values are 'KeyStore' or 'TrustStore'. |
refers |
Required. 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 resourceType. |
Methods |
|
---|---|
|
Creates a Reference in the specified environment. |
|
Deletes a Reference from an environment. |
|
Gets a Reference resource. |
|
Lists all References in an environment as a JSON array. |
|
Updates an existing Reference. |