Class ProjectsResource.LocationsResource.DatasetsResource.ConsentStoresResource.CheckDataAccessRequest
Checks if a particular data_id of a User data mapping in the specified consent store is consented for the specified use.
Inheritance
ProjectsResource.LocationsResource.DatasetsResource.ConsentStoresResource.CheckDataAccessRequest
Inherited Members
Namespace: Google.Apis.CloudHealthcare.v1
Assembly: Google.Apis.CloudHealthcare.v1.dll
Syntax
public class ProjectsResource.LocationsResource.DatasetsResource.ConsentStoresResource.CheckDataAccessRequest : CloudHealthcareBaseServiceRequest<CheckDataAccessResponse>, IClientServiceRequest<CheckDataAccessResponse>, IClientServiceRequest
Constructors
CheckDataAccessRequest(IClientService, CheckDataAccessRequest, string)
Constructs a new CheckDataAccess request.
Declaration
public CheckDataAccessRequest(IClientService service, CheckDataAccessRequest body, string consentStore)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service | |
CheckDataAccessRequest | body | |
string | consentStore |
Properties
ConsentStore
Required. Name of the consent store where the requested data_id is stored, of the form
projects/{project_id}/locations/{location_id}/datasets/{dataset_id}/consentStores/{consent_store_id}
.
Declaration
[RequestParameter("consentStore", RequestParameterType.Path)]
public virtual string ConsentStore { get; }
Property Value
Type | Description |
---|---|
string |
HttpMethod
Gets the HTTP method.
Declaration
public override string HttpMethod { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
MethodName
Gets the method name.
Declaration
public override string MethodName { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
RestPath
Gets the REST path.
Declaration
public override string RestPath { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Methods
GetBody()
Returns the body of the request.
Declaration
protected override object GetBody()
Returns
Type | Description |
---|---|
object |
Overrides
InitParameters()
Initializes CheckDataAccess parameter list.
Declaration
protected override void InitParameters()