id, title, pagination_label, sidebar_label, sidebar_class_name, keywords, slug, tags
| id |
title |
pagination_label |
sidebar_label |
sidebar_class_name |
keywords |
slug |
tags |
| common-access-response |
CommonAccessResponse |
CommonAccessResponse |
CommonAccessResponse |
powershellsdk |
| powershell |
| PowerShell |
| sdk |
| CommonAccessResponse |
|
/tools/sdk/powershell/beta/models/common-access-response |
| SDK |
| Software Development Kit |
| CommonAccessResponse |
|
CommonAccessResponse
Properties
| Name |
Type |
Description |
Notes |
| Id |
Pointer to String |
Unique ID of the common access item |
[optional] |
| Access |
Pointer to CommonAccessItemAccess |
|
[optional] |
| Status |
Pointer to String |
CONFIRMED or DENIED |
[optional] |
| CommonAccessType |
Pointer to String |
|
[optional] |
| LastUpdated |
Pointer to System.DateTime |
|
[optional] [readonly] |
| ReviewedByUser |
Pointer to Boolean |
true if user has confirmed or denied status |
[optional] |
| LastReviewed |
Pointer to System.DateTime |
|
[optional] [readonly] |
| CreatedByUser |
Pointer to Boolean |
|
[optional] [default to $false] |
Examples
- Convert the resource to JSON
[Back to top]