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,12 +16,12 @@ tags: ['SDK', 'Software Development Kit', 'PasswordSyncGroup', 'BetaPasswordSync
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**Id** | Pointer to **String** | ID of the sync group | [optional]
|
||||
**Name** | Pointer to **String** | Name of the sync group | [optional]
|
||||
**PasswordPolicyId** | Pointer to **String** | ID of the password policy | [optional]
|
||||
**SourceIds** | Pointer to **[]String** | List of password managed sources IDs | [optional]
|
||||
**Created** | Pointer to **System.DateTime** | The date and time this sync group was created | [optional]
|
||||
**Modified** | Pointer to **System.DateTime** | The date and time this sync group was last modified | [optional]
|
||||
**Id** | **String** | ID of the sync group | [optional]
|
||||
**Name** | **String** | Name of the sync group | [optional]
|
||||
**PasswordPolicyId** | **String** | ID of the password policy | [optional]
|
||||
**SourceIds** | **[]String** | List of password managed sources IDs | [optional]
|
||||
**Created** | **System.DateTime** | The date and time this sync group was created | [optional]
|
||||
**Modified** | **System.DateTime** | The date and time this sync group was last modified | [optional]
|
||||
|
||||
## Examples
|
||||
|
||||
|
||||
Reference in New Issue
Block a user