mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-09 12:27:47 +00:00
Update to powershell SDK docs: 13123805130
This commit is contained in:
@@ -16,16 +16,16 @@ tags: ['SDK', 'Software Development Kit', 'NonEmployeeRequestBody', 'NonEmployee
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**AccountName** | **String** | Requested identity account name. | [required]
|
||||
**FirstName** | **String** | Non-Employee's first name. | [required]
|
||||
**LastName** | **String** | Non-Employee's last name. | [required]
|
||||
**Email** | **String** | Non-Employee's email. | [required]
|
||||
**Phone** | **String** | Non-Employee's phone. | [required]
|
||||
**Manager** | **String** | The account ID of a valid identity to serve as this non-employee's manager. | [required]
|
||||
**SourceId** | **String** | Non-Employee's source id. | [required]
|
||||
**VarData** | Pointer to **map[string]String** | Additional attributes for a non-employee. Up to 10 custom attributes can be added. | [optional]
|
||||
**StartDate** | **System.DateTime** | Non-Employee employment start date. | [required]
|
||||
**EndDate** | **System.DateTime** | Non-Employee employment end date. | [required]
|
||||
**AccountName** | **String** | Requested identity account name. | [required]
|
||||
**FirstName** | **String** | Non-Employee's first name. | [required]
|
||||
**LastName** | **String** | Non-Employee's last name. | [required]
|
||||
**Email** | **String** | Non-Employee's email. | [required]
|
||||
**Phone** | **String** | Non-Employee's phone. | [required]
|
||||
**Manager** | **String** | The account ID of a valid identity to serve as this non-employee's manager. | [required]
|
||||
**SourceId** | **String** | Non-Employee's source id. | [required]
|
||||
**VarData** | **map[string]String** | Additional attributes for a non-employee. Up to 10 custom attributes can be added. | [optional]
|
||||
**StartDate** | **System.DateTime** | Non-Employee employment start date. | [required]
|
||||
**EndDate** | **System.DateTime** | Non-Employee employment end date. | [required]
|
||||
|
||||
## Examples
|
||||
|
||||
|
||||
Reference in New Issue
Block a user