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-first-valid |
FirstValid |
FirstValid |
FirstValid |
powershellsdk |
| powershell |
| PowerShell |
| sdk |
| FirstValid |
| BetaFirstValid |
|
/tools/sdk/powershell/beta/models/first-valid |
| SDK |
| Software Development Kit |
| FirstValid |
| BetaFirstValid |
|
FirstValid
Properties
| Name |
Type |
Description |
Notes |
| Values |
[[]SystemCollectionsHashtable]https://learn.microsoft.com/en-us/dotnet/api/system.collections.hashtable?view=net-9.0 |
An array of attributes to evaluate for existence. |
[required] |
| IgnoreErrors |
Boolean |
a true or false value representing to move on to the next option if an error (like an Null Pointer Exception) were to occur. |
[optional] [default to $false] |
| RequiresPeriodicRefresh |
Boolean |
A value that indicates whether the transform logic should be re-evaluated every evening as part of the identity refresh process |
[optional] [default to $false] |
Examples
- Convert the resource to JSON
[Back to top]