mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-07 20:37:46 +00:00
adding powershell sdk docs back
This commit is contained in:
@@ -0,0 +1,39 @@
|
||||
---
|
||||
id: v2024-connector-rule-validation-response-details-inner
|
||||
title: ConnectorRuleValidationResponseDetailsInner
|
||||
pagination_label: ConnectorRuleValidationResponseDetailsInner
|
||||
sidebar_label: ConnectorRuleValidationResponseDetailsInner
|
||||
sidebar_class_name: powershellsdk
|
||||
keywords: ['powershell', 'PowerShell', 'sdk', 'ConnectorRuleValidationResponseDetailsInner', 'V2024ConnectorRuleValidationResponseDetailsInner']
|
||||
slug: /tools/sdk/powershell/v2024/models/connector-rule-validation-response-details-inner
|
||||
tags: ['SDK', 'Software Development Kit', 'ConnectorRuleValidationResponseDetailsInner', 'V2024ConnectorRuleValidationResponseDetailsInner']
|
||||
---
|
||||
|
||||
|
||||
# ConnectorRuleValidationResponseDetailsInner
|
||||
|
||||
## Properties
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**Line** | **Int32** | The line number where the issue occurred | [required]
|
||||
**Column** | **Int32** | the column number where the issue occurred | [required]
|
||||
**Messsage** | Pointer to **String** | a description of the issue in the code | [optional]
|
||||
|
||||
## Examples
|
||||
|
||||
- Prepare the resource
|
||||
```powershell
|
||||
$ConnectorRuleValidationResponseDetailsInner = Initialize-PSSailpoint.V2024ConnectorRuleValidationResponseDetailsInner -Line 2 `
|
||||
-Column 5 `
|
||||
-Messsage Remove reference to .decrypt(
|
||||
```
|
||||
|
||||
- Convert the resource to JSON
|
||||
```powershell
|
||||
$ConnectorRuleValidationResponseDetailsInner | ConvertTo-JSON
|
||||
```
|
||||
|
||||
|
||||
[[Back to top]](#)
|
||||
|
||||
Reference in New Issue
Block a user