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,16 +16,16 @@ tags: ['SDK', 'Software Development Kit', 'NonEmployeeSchemaAttribute', 'BetaNon
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**Id** | Pointer to **String** | Schema Attribute Id | [optional]
**System** | Pointer to **Boolean** | True if this schema attribute is mandatory on all non-employees sources. | [optional] [default to $false]
**Modified** | Pointer to **System.DateTime** | When the schema attribute was last modified. | [optional]
**Created** | Pointer to **System.DateTime** | When the schema attribute was created. | [optional]
**Type** | [**NonEmployeeSchemaAttributeType**](non-employee-schema-attribute-type) | | [required]
**Label** | **String** | Label displayed on the UI for this schema attribute. | [required]
**TechnicalName** | **String** | The technical name of the attribute. Must be unique per source. | [required]
**HelpText** | Pointer to **String** | help text displayed by UI. | [optional]
**Placeholder** | Pointer to **String** | Hint text that fills UI box. | [optional]
**Required** | Pointer to **Boolean** | If true, the schema attribute is required for all non-employees in the source | [optional] [default to $false]
**Id** | **String** | Schema Attribute Id | [optional]
**System** | **Boolean** | True if this schema attribute is mandatory on all non-employees sources. | [optional] [default to $false]
**Modified** | **System.DateTime** | When the schema attribute was last modified. | [optional]
**Created** | **System.DateTime** | When the schema attribute was created. | [optional]
**Type** | [**NonEmployeeSchemaAttributeType**](non-employee-schema-attribute-type) | | [required]
**Label** | **String** | Label displayed on the UI for this schema attribute. | [required]
**TechnicalName** | **String** | The technical name of the attribute. Must be unique per source. | [required]
**HelpText** | **String** | help text displayed by UI. | [optional]
**Placeholder** | **String** | Hint text that fills UI box. | [optional]
**Required** | **Boolean** | If true, the schema attribute is required for all non-employees in the source | [optional] [default to $false]
## Examples