Skip to main content

ParameterStorageNewParameter

Import this model from the entry point of its package:

import { ParameterStorageNewParameter } from '@sailpoint/angular-sdk/parameter_storage';

Properties

NameTypeDescriptionNotes
ownerIdstringThe UUID of the parameter owner.[default to undefined]
namestringThe human-readable name for the parameter.[default to undefined]
typestringThe type of the parameter. This cannot be changed after being set. Please see the types document for more information.[default to undefined]
publicFields(optional) objectThe content must be a JSON object containing the public fields that can be stored with this parameter.[default to undefined]
privateFields(optional) stringMust be a JWE AES256 encrypted blob. The content of the blob must be a JSON object containing the private fields that can be stored with this parameter.[default to undefined]
description(optional) stringDescribe the parameter[default to undefined]