Skip to main content

AdditionalOwnerRef

Import this model from the entry point of its package:

import { AdditionalOwnerRef } from '@sailpoint/angular-sdk/accounts';

Properties

NameTypeDescriptionNotes
type(optional) stringType of the additional owner; IDENTITY for an identity, GOVERNANCE_GROUP for a governance group.[default to undefined]
id(optional) stringID of the identity or governance group.[default to undefined]
name(optional) stringDisplay name. It may be left null or omitted on input. If set, it must match the current display name of the identity or governance group, otherwise a 400 Bad Request error may result.[default to undefined]