Skip to main content

ResourceModel

Import this model from the entry point of its package:

import { ResourceModel } from '@sailpoint/angular-sdk/data_access_security';

Properties

NameTypeDescriptionNotes
id(optional) numberThe unique identifier for the resource.[default to undefined]
name(optional) stringThe display name or label for the resource.[default to undefined]
fullPath(optional) stringThe full path to the resource within the system or application.[default to undefined]
applicationId(optional) numberThe unique identifier of the application to which this resource belongs.[default to undefined]
type(optional) BusinessServiceType[default to undefined]
owners(optional) Array<string>A list of UUIDs representing the owners of the resource.[default to undefined]