Skip to main content

MachineAccountCreateRequestInput

Import this model from the entry point of its package:

import { MachineAccountCreateRequestInput } from '@sailpoint/angular-sdk/machine_account_creation_request';

Properties

NameTypeDescriptionNotes
subtypeIdstringSubtype ID for which machine account create is enabled and user have the entitlement to create the machine account.[default to undefined]
formId(optional) stringForm ID selected by user for the machine account create request.[default to undefined]
ownerIdentityIdstringOwner Identity ID. This identity will be assigned as an owner of the created machine account.[default to undefined]
machineIdentityId(optional) stringMachine identity to correlate with the created machine account. If not provided, a new machine identity will be created.[default to undefined]
environment(optional) stringEnvironment type to use for the machine account.[default to undefined]
description(optional) stringDescription for the machine account.[default to undefined]
userInput(optional) objectFields of the form linked to the subtype in approval settings.[default to undefined]
entitlementIds(optional) Array<string>List of entitlement IDs to provision for created machine account.[default to undefined]