id, title, pagination_label, sidebar_label, sidebar_class_name, keywords, slug, tags
| id |
title |
pagination_label |
sidebar_label |
sidebar_class_name |
keywords |
slug |
tags |
| v2024-identity-history-response |
IdentityHistoryResponse |
IdentityHistoryResponse |
IdentityHistoryResponse |
powershellsdk |
| powershell |
| PowerShell |
| sdk |
| IdentityHistoryResponse |
| V2024IdentityHistoryResponse |
|
/tools/sdk/powershell/v2024/models/identity-history-response |
| SDK |
| Software Development Kit |
| IdentityHistoryResponse |
| V2024IdentityHistoryResponse |
|
IdentityHistoryResponse
Properties
| Name |
Type |
Description |
Notes |
| Id |
Pointer to String |
the identity ID |
[optional] |
| DisplayName |
Pointer to String |
the display name of the identity |
[optional] |
| Snapshot |
Pointer to String |
the date when the identity record was created |
[optional] |
| DeletedDate |
Pointer to String |
the date when the identity was deleted |
[optional] |
| AccessItemCount |
Pointer to map[string]Int32 |
A map containing the count of each access item |
[optional] |
| Attributes |
Pointer to [map[string]AnyType]https://learn.microsoft.com/en-us/powershell/scripting/lang-spec/chapter-04?view=powershell-7.4 |
A map containing the identity attributes |
[optional] |
Examples
- Convert the resource to JSON
[Back to top]