mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-08 20:37:46 +00:00
add method and model docs for powershell and python v2025
This commit is contained in:
@@ -0,0 +1,42 @@
|
||||
---
|
||||
id: v2025-form-definition-dynamic-schema-request
|
||||
title: FormDefinitionDynamicSchemaRequest
|
||||
pagination_label: FormDefinitionDynamicSchemaRequest
|
||||
sidebar_label: FormDefinitionDynamicSchemaRequest
|
||||
sidebar_class_name: pythonsdk
|
||||
keywords: ['python', 'Python', 'sdk', 'FormDefinitionDynamicSchemaRequest', 'V2025FormDefinitionDynamicSchemaRequest']
|
||||
slug: /tools/sdk/python/v2025/models/form-definition-dynamic-schema-request
|
||||
tags: ['SDK', 'Software Development Kit', 'FormDefinitionDynamicSchemaRequest', 'V2025FormDefinitionDynamicSchemaRequest']
|
||||
---
|
||||
|
||||
# FormDefinitionDynamicSchemaRequest
|
||||
|
||||
|
||||
## Properties
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**attributes** | [**FormDefinitionDynamicSchemaRequestAttributes**](form-definition-dynamic-schema-request-attributes) | | [optional]
|
||||
**description** | **str** | Description is the form definition dynamic schema description text | [optional]
|
||||
**id** | **str** | ID is a unique identifier | [optional]
|
||||
**type** | **str** | Type is the form definition dynamic schema type | [optional]
|
||||
**version_number** | **int** | VersionNumber is the form definition dynamic schema version number | [optional]
|
||||
}
|
||||
|
||||
## Example
|
||||
|
||||
```python
|
||||
from sailpoint.v2025.models.form_definition_dynamic_schema_request import FormDefinitionDynamicSchemaRequest
|
||||
|
||||
form_definition_dynamic_schema_request = FormDefinitionDynamicSchemaRequest(
|
||||
attributes=sailpoint.v2025.models.form_definition_dynamic_schema_request_attributes.FormDefinitionDynamicSchemaRequest_attributes(
|
||||
form_definition_id = '00000000-0000-0000-0000-000000000000', ),
|
||||
description='A description',
|
||||
id='00000000-0000-0000-0000-000000000000',
|
||||
type='action',
|
||||
version_number=1
|
||||
)
|
||||
|
||||
```
|
||||
[[Back to top]](#)
|
||||
|
||||
Reference in New Issue
Block a user