mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-09 20:37:47 +00:00
add method and model docs for powershell and python v2025
This commit is contained in:
@@ -0,0 +1,43 @@
|
||||
---
|
||||
id: v2025-requested-account-ref
|
||||
title: RequestedAccountRef
|
||||
pagination_label: RequestedAccountRef
|
||||
sidebar_label: RequestedAccountRef
|
||||
sidebar_class_name: powershellsdk
|
||||
keywords: ['powershell', 'PowerShell', 'sdk', 'RequestedAccountRef', 'V2025RequestedAccountRef']
|
||||
slug: /tools/sdk/powershell/v2025/models/requested-account-ref
|
||||
tags: ['SDK', 'Software Development Kit', 'RequestedAccountRef', 'V2025RequestedAccountRef']
|
||||
---
|
||||
|
||||
|
||||
# RequestedAccountRef
|
||||
|
||||
## Properties
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**Name** | **String** | Display name of the account for the user | [optional]
|
||||
**Type** | [**DtoType**](dto-type) | | [optional]
|
||||
**AccountUuid** | **String** | The uuid for the account | [optional]
|
||||
**AccountId** | **String** | The native identity for the account | [optional]
|
||||
**SourceName** | **String** | Display name of the source for the account | [optional]
|
||||
|
||||
## Examples
|
||||
|
||||
- Prepare the resource
|
||||
```powershell
|
||||
$RequestedAccountRef = Initialize-PSSailpoint.V2025RequestedAccountRef -Name Glen.067da3248e914 `
|
||||
-Type null `
|
||||
-AccountUuid {fab7119e-004f-4822-9c33-b8d570d6c6a6} `
|
||||
-AccountId CN=Glen 067da3248e914,OU=YOUROU,OU=org-data-service,DC=YOURDC,DC=local `
|
||||
-SourceName Multi Account AD source name
|
||||
```
|
||||
|
||||
- Convert the resource to JSON
|
||||
```powershell
|
||||
$RequestedAccountRef | ConvertTo-JSON
|
||||
```
|
||||
|
||||
|
||||
[[Back to top]](#)
|
||||
|
||||
Reference in New Issue
Block a user