id integerA system-wide unique ID representing the resource |
nrn stringThe NRN of the application to which the parameter belongs to |
type stringPossible values: [environment , file ] |
encoding stringPossible values: [plaintext , base64 ] |
variable string — OPTIONALThe name of the environment variable. Required when type = environment. |
destination_path string — OPTIONALThe full path for file. Required when type = file |
secret booleanPossible values: [true , false ] 'true' if the value is a secret, 'false' otherwise |
read_only booleanPossible values: [true , false ] 'true' if the value is read only, 'false' otherwise |
version_id integerA system-wide unique ID representing the version of the parameter |
values object[]id integerA system-wide unique ID representing the value | nrn stringThe NRN of the application to which the parameter belongs to | created_at stringThe ISO 8859 UTC date for this version creation | value string — OPTIONALThe content of the environment variable (only for environment variables, otherwise null). Also null for secrets. | location string — OPTIONALThe location of the file (only for files, otherwise null). Also null for secrets. |
|