Update to powershell SDK docs: 13123805130

This commit is contained in:
developer-relations-sp
2025-02-03 22:09:17 +00:00
parent bdb088c15d
commit 3e9d359da1
2608 changed files with 14669 additions and 14876 deletions

View File

@@ -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