Skip to main content

Createdatadictionaryfieldrequest

Properties

NameTypeDescriptionNotes
NameStringThe unique field name to create.[required]
DataDictionaryTypeEnum [ "Users", "Roles", "Permission Types", "Business Resources" ]The data dictionary that owns this field.[required]

Examples

  • Prepare the resource
$Createdatadictionaryfieldrequest = Initialize-Createdatadictionaryfieldrequest -Name Department `
-DataDictionaryType Users
  • Convert the resource to JSON
$Createdatadictionaryfieldrequest | ConvertTo-JSON

[Back to top]