mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-07 04:19:34 +00:00
1.4 KiB
1.4 KiB
id, title, pagination_label, sidebar_label, sidebar_class_name, keywords, slug, tags
| id | title | pagination_label | sidebar_label | sidebar_class_name | keywords | slug | tags | |||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| beta-identity-reference-with-name-and-email | IdentityReferenceWithNameAndEmail | IdentityReferenceWithNameAndEmail | IdentityReferenceWithNameAndEmail | powershellsdk |
|
/tools/sdk/powershell/beta/models/identity-reference-with-name-and-email |
|
IdentityReferenceWithNameAndEmail
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| Type | String | The type can only be IDENTITY. This is read-only. | [optional] |
| Id | String | Identity ID. | [optional] |
| Name | String | Identity's human-readable display name. This is read-only. | [optional] |
| String | Identity's email address. This is read-only. | [optional] |
Examples
- Prepare the resource
$IdentityReferenceWithNameAndEmail = Initialize-PSSailpoint.BetaIdentityReferenceWithNameAndEmail -Type IDENTITY `
-Id 5168015d32f890ca15812c9180835d2e `
-Name Alison Ferguso `
-Email alison.ferguso@identitysoon.com
- Convert the resource to JSON
$IdentityReferenceWithNameAndEmail | ConvertTo-JSON