mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-07 12:27:47 +00:00
Update to powershell SDK docs: 13828172126
This commit is contained in:
@@ -17,7 +17,7 @@ tags: ['SDK', 'Software Development Kit', 'ExportFormDefinitionsByTenant200Respo
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**Object** | [**FormDefinitionResponse**](form-definition-response) | | [optional]
|
||||
**Self** | **String** | | [optional]
|
||||
**Self** | [**ExportFormDefinitionsByTenant200ResponseInnerSelf**](export-form-definitions-by-tenant200-response-inner-self) | | [optional]
|
||||
**Version** | **Int32** | | [optional]
|
||||
|
||||
## Examples
|
||||
|
||||
@@ -0,0 +1,35 @@
|
||||
---
|
||||
id: v2024-export-form-definitions-by-tenant200-response-inner-self
|
||||
title: ExportFormDefinitionsByTenant200ResponseInnerSelf
|
||||
pagination_label: ExportFormDefinitionsByTenant200ResponseInnerSelf
|
||||
sidebar_label: ExportFormDefinitionsByTenant200ResponseInnerSelf
|
||||
sidebar_class_name: powershellsdk
|
||||
keywords: ['powershell', 'PowerShell', 'sdk', 'ExportFormDefinitionsByTenant200ResponseInnerSelf', 'V2024ExportFormDefinitionsByTenant200ResponseInnerSelf']
|
||||
slug: /tools/sdk/powershell/v2024/models/export-form-definitions-by-tenant200-response-inner-self
|
||||
tags: ['SDK', 'Software Development Kit', 'ExportFormDefinitionsByTenant200ResponseInnerSelf', 'V2024ExportFormDefinitionsByTenant200ResponseInnerSelf']
|
||||
---
|
||||
|
||||
|
||||
# ExportFormDefinitionsByTenant200ResponseInnerSelf
|
||||
|
||||
## Properties
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**Object** | [**FormDefinitionSelfImportExportDto**](form-definition-self-import-export-dto) | | [optional]
|
||||
|
||||
## Examples
|
||||
|
||||
- Prepare the resource
|
||||
```powershell
|
||||
$ExportFormDefinitionsByTenant200ResponseInnerSelf = Initialize-PSSailpoint.V2024ExportFormDefinitionsByTenant200ResponseInnerSelf -Object null
|
||||
```
|
||||
|
||||
- Convert the resource to JSON
|
||||
```powershell
|
||||
$ExportFormDefinitionsByTenant200ResponseInnerSelf | ConvertTo-JSON
|
||||
```
|
||||
|
||||
|
||||
[[Back to top]](#)
|
||||
|
||||
@@ -0,0 +1,39 @@
|
||||
---
|
||||
id: v2024-form-definition-self-import-export-dto
|
||||
title: FormDefinitionSelfImportExportDto
|
||||
pagination_label: FormDefinitionSelfImportExportDto
|
||||
sidebar_label: FormDefinitionSelfImportExportDto
|
||||
sidebar_class_name: powershellsdk
|
||||
keywords: ['powershell', 'PowerShell', 'sdk', 'FormDefinitionSelfImportExportDto', 'V2024FormDefinitionSelfImportExportDto']
|
||||
slug: /tools/sdk/powershell/v2024/models/form-definition-self-import-export-dto
|
||||
tags: ['SDK', 'Software Development Kit', 'FormDefinitionSelfImportExportDto', 'V2024FormDefinitionSelfImportExportDto']
|
||||
---
|
||||
|
||||
|
||||
# FormDefinitionSelfImportExportDto
|
||||
|
||||
## Properties
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**Type** | **Enum** [ "FORM_DEFINITION" ] | Imported/exported object's DTO type. | [optional]
|
||||
**Id** | **String** | Imported/exported object's ID. | [optional]
|
||||
**Name** | **String** | Imported/exported object's display name. | [optional]
|
||||
|
||||
## Examples
|
||||
|
||||
- Prepare the resource
|
||||
```powershell
|
||||
$FormDefinitionSelfImportExportDto = Initialize-PSSailpoint.V2024FormDefinitionSelfImportExportDto -Type FORM_DEFINITION `
|
||||
-Id 2c9180835d191a86015d28455b4b232a `
|
||||
-Name Temporary User Level Permissions - Requester
|
||||
```
|
||||
|
||||
- Convert the resource to JSON
|
||||
```powershell
|
||||
$FormDefinitionSelfImportExportDto | ConvertTo-JSON
|
||||
```
|
||||
|
||||
|
||||
[[Back to top]](#)
|
||||
|
||||
@@ -17,7 +17,7 @@ tags: ['SDK', 'Software Development Kit', 'ImportFormDefinitions202Response', 'V
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**Errors** | [**[]ImportFormDefinitions202ResponseErrorsInner**](import-form-definitions202-response-errors-inner) | | [optional]
|
||||
**ImportedObjects** | [**[]ExportFormDefinitionsByTenant200ResponseInner**](export-form-definitions-by-tenant200-response-inner) | | [optional]
|
||||
**ImportedObjects** | [**[]ImportFormDefinitionsRequestInner**](import-form-definitions-request-inner) | | [optional]
|
||||
**Infos** | [**[]ImportFormDefinitions202ResponseErrorsInner**](import-form-definitions202-response-errors-inner) | | [optional]
|
||||
**Warnings** | [**[]ImportFormDefinitions202ResponseErrorsInner**](import-form-definitions202-response-errors-inner) | | [optional]
|
||||
|
||||
|
||||
@@ -0,0 +1,39 @@
|
||||
---
|
||||
id: v2024-import-form-definitions-request-inner
|
||||
title: ImportFormDefinitionsRequestInner
|
||||
pagination_label: ImportFormDefinitionsRequestInner
|
||||
sidebar_label: ImportFormDefinitionsRequestInner
|
||||
sidebar_class_name: powershellsdk
|
||||
keywords: ['powershell', 'PowerShell', 'sdk', 'ImportFormDefinitionsRequestInner', 'V2024ImportFormDefinitionsRequestInner']
|
||||
slug: /tools/sdk/powershell/v2024/models/import-form-definitions-request-inner
|
||||
tags: ['SDK', 'Software Development Kit', 'ImportFormDefinitionsRequestInner', 'V2024ImportFormDefinitionsRequestInner']
|
||||
---
|
||||
|
||||
|
||||
# ImportFormDefinitionsRequestInner
|
||||
|
||||
## Properties
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**Object** | [**FormDefinitionResponse**](form-definition-response) | | [optional]
|
||||
**Self** | **String** | | [optional]
|
||||
**Version** | **Int32** | | [optional]
|
||||
|
||||
## Examples
|
||||
|
||||
- Prepare the resource
|
||||
```powershell
|
||||
$ImportFormDefinitionsRequestInner = Initialize-PSSailpoint.V2024ImportFormDefinitionsRequestInner -Object null `
|
||||
-Self null `
|
||||
-Version null
|
||||
```
|
||||
|
||||
- Convert the resource to JSON
|
||||
```powershell
|
||||
$ImportFormDefinitionsRequestInner | ConvertTo-JSON
|
||||
```
|
||||
|
||||
|
||||
[[Back to top]](#)
|
||||
|
||||
Reference in New Issue
Block a user