REST Resource: organizations.environments.references

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

string

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

description

string

Optional. A human-readable description of this reference.

resourceType

string

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

refers

string

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

create

Creates a Reference in the specified environment.

delete

Deletes a Reference from an environment.

get

Gets a Reference resource.

list

Lists all References in an environment as a JSON array.

update

Updates an existing Reference.