mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-07 20:37:46 +00:00
adding powershell sdk docs back
This commit is contained in:
@@ -0,0 +1,41 @@
|
||||
---
|
||||
id: identity-reference-with-name-and-email
|
||||
title: IdentityReferenceWithNameAndEmail
|
||||
pagination_label: IdentityReferenceWithNameAndEmail
|
||||
sidebar_label: IdentityReferenceWithNameAndEmail
|
||||
sidebar_class_name: powershellsdk
|
||||
keywords: ['powershell', 'PowerShell', 'sdk', 'IdentityReferenceWithNameAndEmail', 'IdentityReferenceWithNameAndEmail']
|
||||
slug: /tools/sdk/powershell/v3/models/identity-reference-with-name-and-email
|
||||
tags: ['SDK', 'Software Development Kit', 'IdentityReferenceWithNameAndEmail', 'IdentityReferenceWithNameAndEmail']
|
||||
---
|
||||
|
||||
|
||||
# IdentityReferenceWithNameAndEmail
|
||||
|
||||
## Properties
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**Type** | Pointer to **String** | The type can only be IDENTITY. This is read-only. | [optional]
|
||||
**Id** | Pointer to **String** | Identity ID. | [optional]
|
||||
**Name** | Pointer to **String** | Identity's human-readable display name. This is read-only. | [optional]
|
||||
**Email** | Pointer to **String** | Identity's email address. This is read-only. | [optional]
|
||||
|
||||
## Examples
|
||||
|
||||
- Prepare the resource
|
||||
```powershell
|
||||
$IdentityReferenceWithNameAndEmail = Initialize-PSSailpoint.V3IdentityReferenceWithNameAndEmail -Type IDENTITY `
|
||||
-Id 5168015d32f890ca15812c9180835d2e `
|
||||
-Name Alison Ferguso `
|
||||
-Email alison.ferguso@identitysoon.com
|
||||
```
|
||||
|
||||
- Convert the resource to JSON
|
||||
```powershell
|
||||
$IdentityReferenceWithNameAndEmail | ConvertTo-JSON
|
||||
```
|
||||
|
||||
|
||||
[[Back to top]](#)
|
||||
|
||||
Reference in New Issue
Block a user