Skip to main content

Commonaccessitemresponse

Properties

NameTypeDescriptionNotes
IdStringCommon Access Item ID[optional]
AccessCommonaccessitemaccess[optional]
StatusCommonaccessitemstate[optional]
LastUpdatedString[optional]
ReviewedByUserBoolean[optional]
LastReviewedString[optional]
CreatedByUserString[optional]

Examples

  • Prepare the resource
$Commonaccessitemresponse = Initialize-Commonaccessitemresponse  -Id null `
-Access null `
-Status null `
-LastUpdated null `
-ReviewedByUser null `
-LastReviewed null `
-CreatedByUser null
  • Convert the resource to JSON
$Commonaccessitemresponse | ConvertTo-JSON

[Back to top]