Skip to main content

requests

Creates, updates, deletes, gets or lists a requests resource.

Overview

Namerequests
TypeResource
Idazure.customer_lockbox.requests

Fields

NameDatatypeDescription
idtextThe Arm resource id of the Lockbox request.
nametextThe name of the Lockbox request.
access_leveltextfield from the properties object
created_date_timetextfield from the properties object
durationtextfield from the properties object
expiration_date_timetextfield from the properties object
justificationtextfield from the properties object
requestIdtextfield from the properties object
request_idtextfield from the properties object
resource_idstextfield from the properties object
resource_typetextfield from the properties object
statustextfield from the properties object
subscriptionIdtextfield from the properties object
subscription_idtextfield from the properties object
support_case_urltextfield from the properties object
support_requesttextfield from the properties object
typetextThe type of the Lockbox request.
workitemsourcetextfield from the properties object

Methods

NameAccessible byRequired ParamsDescription
getSELECTrequestId, subscriptionIdGet Customer Lockbox request
listSELECTsubscriptionIdLists all of the Lockbox requests in the given subscription.

SELECT examples

Lists all of the Lockbox requests in the given subscription.

SELECT
id,
name,
access_level,
created_date_time,
duration,
expiration_date_time,
justification,
requestId,
request_id,
resource_ids,
resource_type,
status,
subscriptionId,
subscription_id,
support_case_url,
support_request,
type,
workitemsource
FROM azure.customer_lockbox.vw_requests
WHERE subscriptionId = '{{ subscriptionId }}';