Update to powershell SDK docs: 13123805130

This commit is contained in:
developer-relations-sp
2025-02-03 22:09:17 +00:00
parent bdb088c15d
commit 3e9d359da1
2608 changed files with 14669 additions and 14876 deletions

View File

@@ -16,11 +16,11 @@ tags: ['SDK', 'Software Development Kit', 'NonEmployeeSourceLiteWithSchemaAttrib
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**Id** | Pointer to **String** | Non-Employee source id. | [optional]
**SourceId** | Pointer to **String** | Source Id associated with this non-employee source. | [optional]
**Name** | Pointer to **String** | Source name associated with this non-employee source. | [optional]
**Description** | Pointer to **String** | Source description associated with this non-employee source. | [optional]
**SchemaAttributes** | Pointer to [**[]NonEmployeeSchemaAttribute**](non-employee-schema-attribute) | List of schema attributes associated with this non-employee source. | [optional]
**Id** | **String** | Non-Employee source id. | [optional]
**SourceId** | **String** | Source Id associated with this non-employee source. | [optional]
**Name** | **String** | Source name associated with this non-employee source. | [optional]
**Description** | **String** | Source description associated with this non-employee source. | [optional]
**SchemaAttributes** | [**[]NonEmployeeSchemaAttribute**](non-employee-schema-attribute) | List of schema attributes associated with this non-employee source. | [optional]
## Examples