mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-09 04:19:37 +00:00
Update to powershell SDK docs: 13123805130
This commit is contained in:
@@ -16,26 +16,26 @@ tags: ['SDK', 'Software Development Kit', 'NonEmployeeRequest', 'BetaNonEmployee
|
||||
|
||||
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]
|
||||
**AccountName** | Pointer to **String** | Requested identity account name. | [optional]
|
||||
**FirstName** | Pointer to **String** | Non-Employee's first name. | [optional]
|
||||
**LastName** | Pointer to **String** | Non-Employee's last name. | [optional]
|
||||
**Email** | Pointer to **String** | Non-Employee's email. | [optional]
|
||||
**Phone** | Pointer to **String** | Non-Employee's phone. | [optional]
|
||||
**Manager** | Pointer to **String** | The account ID of a valid identity to serve as this non-employee's manager. | [optional]
|
||||
**NonEmployeeSource** | Pointer to [**NonEmployeeSourceLite**](non-employee-source-lite) | | [optional]
|
||||
**VarData** | Pointer to **map[string]String** | Additional attributes for a non-employee. Up to 10 custom attributes can be added. | [optional]
|
||||
**ApprovalItems** | Pointer to [**[]NonEmployeeApprovalItemBase**](non-employee-approval-item-base) | List of approval item for the request | [optional]
|
||||
**ApprovalStatus** | Pointer to [**ApprovalStatus**](approval-status) | | [optional]
|
||||
**Comment** | Pointer to **String** | Comment of requester | [optional]
|
||||
**CompletionDate** | Pointer to **System.DateTime** | When the request was completely approved. | [optional]
|
||||
**StartDate** | Pointer to **System.DateTime** | Non-Employee employment start date. | [optional]
|
||||
**EndDate** | Pointer to **System.DateTime** | Non-Employee employment end date. | [optional]
|
||||
**Modified** | Pointer to **System.DateTime** | When the request was last modified. | [optional]
|
||||
**Created** | Pointer to **System.DateTime** | When the request was created. | [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]
|
||||
**AccountName** | **String** | Requested identity account name. | [optional]
|
||||
**FirstName** | **String** | Non-Employee's first name. | [optional]
|
||||
**LastName** | **String** | Non-Employee's last name. | [optional]
|
||||
**Email** | **String** | Non-Employee's email. | [optional]
|
||||
**Phone** | **String** | Non-Employee's phone. | [optional]
|
||||
**Manager** | **String** | The account ID of a valid identity to serve as this non-employee's manager. | [optional]
|
||||
**NonEmployeeSource** | [**NonEmployeeSourceLite**](non-employee-source-lite) | | [optional]
|
||||
**VarData** | **map[string]String** | Additional attributes for a non-employee. Up to 10 custom attributes can be added. | [optional]
|
||||
**ApprovalItems** | [**[]NonEmployeeApprovalItemBase**](non-employee-approval-item-base) | List of approval item for the request | [optional]
|
||||
**ApprovalStatus** | [**ApprovalStatus**](approval-status) | | [optional]
|
||||
**Comment** | **String** | Comment of requester | [optional]
|
||||
**CompletionDate** | **System.DateTime** | When the request was completely approved. | [optional]
|
||||
**StartDate** | **System.DateTime** | Non-Employee employment start date. | [optional]
|
||||
**EndDate** | **System.DateTime** | Non-Employee employment end date. | [optional]
|
||||
**Modified** | **System.DateTime** | When the request was last modified. | [optional]
|
||||
**Created** | **System.DateTime** | When the request was created. | [optional]
|
||||
|
||||
## Examples
|
||||
|
||||
|
||||
Reference in New Issue
Block a user