mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-07 20:37:46 +00:00
Update to powershell SDK docs: 13123805130
This commit is contained in:
@@ -16,12 +16,12 @@ tags: ['SDK', 'Software Development Kit', 'NonEmployeeSchemaAttributeBody', 'Bet
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**Type** | **String** | Type of the attribute. Only type 'TEXT' is supported for custom attributes. | [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]
|
||||
**Type** | **String** | Type of the attribute. Only type 'TEXT' is supported for custom attributes. | [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]
|
||||
|
||||
## Examples
|
||||
|
||||
|
||||
Reference in New Issue
Block a user