Skip to main content

consumer_invitations

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

Overview

Nameconsumer_invitations
TypeResource
Idazure.data_share.consumer_invitations

Fields

NameDatatypeDescription
idtextThe resource id of the azure resource
nametextName of the azure resource
descriptiontextfield from the properties object
data_set_counttextfield from the properties object
expiration_datetextfield from the properties object
invitationIdtextfield from the properties object
invitation_idtextfield from the properties object
invitation_statustextfield from the properties object
locationtextfield from the properties object
provider_emailtextfield from the properties object
provider_nametextfield from the properties object
provider_tenant_nametextfield from the properties object
responded_attextfield from the properties object
sent_attextfield from the properties object
share_nametextfield from the properties object
system_datatextfield from the properties object
terms_of_usetextfield from the properties object
typetextType of the azure resource
user_emailtextfield from the properties object
user_nametextfield from the properties object

Methods

NameAccessible byRequired ParamsDescription
getSELECTinvitationId, locationGet an invitation
list_invitationsSELECTLists invitations
reject_invitationEXEClocation, data__propertiesReject an invitation

SELECT examples

Lists invitations

SELECT
id,
name,
description,
data_set_count,
expiration_date,
invitationId,
invitation_id,
invitation_status,
location,
provider_email,
provider_name,
provider_tenant_name,
responded_at,
sent_at,
share_name,
system_data,
terms_of_use,
type,
user_email,
user_name
FROM azure.data_share.vw_consumer_invitations
;