Skip to main content

ParameterStorageUpdateParameter

Import this model from the entry point of its package:

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

Properties

NameTypeDescriptionNotes
ownerId(optional) stringThe UUID of the parameter owner.[default to undefined]
name(optional) stringThe human-readable name for the parameter.[default to undefined]
publicFields(optional) objectThe public fields that can be stored with this parameter.[default to undefined]
privateFields(optional) stringThe private fields that can be stored with this parameter.[default to undefined]
description(optional) stringDescribe the parameter[default to undefined]