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,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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user