Class ProjectsResource.LocationsResource.DatasetsResource.FhirStoresResource.ExplainDataAccessRequest
Explains all the permitted/denied actor, purpose and environment for a given resource.
Inheritance
ProjectsResource.LocationsResource.DatasetsResource.FhirStoresResource.ExplainDataAccessRequest
Inherited Members
Namespace: Google.Apis.CloudHealthcare.v1beta1
Assembly: Google.Apis.CloudHealthcare.v1beta1.dll
Syntax
public class ProjectsResource.LocationsResource.DatasetsResource.FhirStoresResource.ExplainDataAccessRequest : CloudHealthcareBaseServiceRequest<ExplainDataAccessResponse>, IClientServiceRequest<ExplainDataAccessResponse>, IClientServiceRequest
Constructors
ExplainDataAccessRequest(IClientService, string)
Constructs a new ExplainDataAccess request.
Declaration
public ExplainDataAccessRequest(IClientService service, string name)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service | |
string | name |
Properties
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
Name
Required. The name of the FHIR store to enforce, in the format
projects/{project_id}/locations/{location_id}/datasets/{dataset_id}/fhirStores/{fhir_store_id}
.
Declaration
[RequestParameter("name", RequestParameterType.Path)]
public virtual string Name { get; }
Property Value
Type | Description |
---|---|
string |
ResourceId
Required. The ID ({resourceType}/{id}
) of the resource to explain data access on.
Declaration
[RequestParameter("resourceId", RequestParameterType.Query)]
public virtual string ResourceId { get; set; }
Property Value
Type | Description |
---|---|
string |
RestPath
Gets the REST path.
Declaration
public override string RestPath { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Methods
InitParameters()
Initializes ExplainDataAccess parameter list.
Declaration
protected override void InitParameters()