mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-09 20:37:47 +00:00
Update to powershell SDK docs: 13123805130
This commit is contained in:
@@ -16,23 +16,23 @@ tags: ['SDK', 'Software Development Kit', 'NonEmployeeRequestWithoutApprovalItem
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**Id** | Pointer to **String** | Non-Employee request id. | [optional]
|
||||
**Requester** | Pointer to [**IdentityReferenceWithId**](identity-reference-with-id) | | [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 [**NonEmployeeSourceLiteWithSchemaAttributes**](non-employee-source-lite-with-schema-attributes) | | [optional]
|
||||
**VarData** | Pointer to **map[string]String** | Additional attributes for a non-employee. Up to 10 custom attributes can be added. | [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 request id. | [optional]
|
||||
**Requester** | [**IdentityReferenceWithId**](identity-reference-with-id) | | [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** | [**NonEmployeeSourceLiteWithSchemaAttributes**](non-employee-source-lite-with-schema-attributes) | | [optional]
|
||||
**VarData** | **map[string]String** | Additional attributes for a non-employee. Up to 10 custom attributes can be added. | [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