mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-09 12:27:47 +00:00
add method and model docs for powershell and python v2025
This commit is contained in:
@@ -0,0 +1,37 @@
|
||||
---
|
||||
id: v2025-invite-identities-request
|
||||
title: InviteIdentitiesRequest
|
||||
pagination_label: InviteIdentitiesRequest
|
||||
sidebar_label: InviteIdentitiesRequest
|
||||
sidebar_class_name: powershellsdk
|
||||
keywords: ['powershell', 'PowerShell', 'sdk', 'InviteIdentitiesRequest', 'V2025InviteIdentitiesRequest']
|
||||
slug: /tools/sdk/powershell/v2025/models/invite-identities-request
|
||||
tags: ['SDK', 'Software Development Kit', 'InviteIdentitiesRequest', 'V2025InviteIdentitiesRequest']
|
||||
---
|
||||
|
||||
|
||||
# InviteIdentitiesRequest
|
||||
|
||||
## Properties
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**Ids** | **[]String** | The list of Identities IDs to invite - required when 'uninvited' is false | [optional]
|
||||
**Uninvited** | **Boolean** | indicator (optional) to invite all unregistered identities in the system within a limit 1000. This parameter makes sense only when 'ids' is empty. | [optional] [default to $false]
|
||||
|
||||
## Examples
|
||||
|
||||
- Prepare the resource
|
||||
```powershell
|
||||
$InviteIdentitiesRequest = Initialize-PSSailpoint.V2025InviteIdentitiesRequest -Ids [2b568c65bc3c4c57a43bd97e3a8e55, 2c9180867769897d01776ed5f125512f] `
|
||||
-Uninvited false
|
||||
```
|
||||
|
||||
- Convert the resource to JSON
|
||||
```powershell
|
||||
$InviteIdentitiesRequest | ConvertTo-JSON
|
||||
```
|
||||
|
||||
|
||||
[[Back to top]](#)
|
||||
|
||||
Reference in New Issue
Block a user