Skip to main content

FormDefinitionDynamicSchemaRequest

Properties

NameTypeDescriptionNotes
AttributesFormDefinitionDynamicSchemaRequestAttributes[optional]
DescriptionStringDescription is the form definition dynamic schema description text[optional]
IdStringID is a unique identifier[optional]
TypeStringType is the form definition dynamic schema type[optional]
VersionNumberInt64VersionNumber is the form definition dynamic schema version number[optional]

Examples

  • Prepare the resource
$FormDefinitionDynamicSchemaRequest = Initialize-PSSailpoint.BetaFormDefinitionDynamicSchemaRequest  -Attributes null `
-Description A description `
-Id 00000000-0000-0000-0000-000000000000 `
-Type action `
-VersionNumber 1
  • Convert the resource to JSON
$FormDefinitionDynamicSchemaRequest | ConvertTo-JSON

[Back to top]