FormDefinitionDynamicSchemaRequest
Properties
Name | Type | Description | Notes |
---|---|---|---|
Attributes | FormDefinitionDynamicSchemaRequestAttributes | [optional] | |
Description | String | Description is the form definition dynamic schema description text | [optional] |
Id | String | ID is a unique identifier | [optional] |
Type | String | Type is the form definition dynamic schema type | [optional] |
VersionNumber | Int64 | VersionNumber 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