Show / Hide Table of Contents

Class ExplainDataAccessConsentInfo

The enforcing consent's metadata.

Inheritance
object
ExplainDataAccessConsentInfo
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.CloudHealthcare.v1beta1.Data
Assembly: Google.Apis.CloudHealthcare.v1beta1.dll
Syntax
public class ExplainDataAccessConsentInfo : IDirectResponseSchema

Properties

CascadeOrigins

The compartment base resources that matched a cascading policy. Each resource has the following format: projects/{project_id}/locations/{location_id}/datasets/{dataset_id}/fhirStores/{fhir_store_id}/fhir/{resource_type}/{resource_id}

Declaration
[JsonProperty("cascadeOrigins")]
public virtual IList<string> CascadeOrigins { get; set; }
Property Value
Type Description
IList<string>

ConsentResource

The resource name of this consent resource, in the format: projects/{project_id}/locations/{location}/datasets/{dataset_id}/fhirStores/{fhir_store_id}/fhir/Consent/{resource_id}.

Declaration
[JsonProperty("consentResource")]
public virtual string ConsentResource { get; set; }
Property Value
Type Description
string

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

EnforcementTime

object representation of EnforcementTimeRaw.

Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use EnforcementTimeDateTimeOffset instead.")]
public virtual object EnforcementTime { get; set; }
Property Value
Type Description
object

EnforcementTimeDateTimeOffset

DateTimeOffset representation of EnforcementTimeRaw.

Declaration
[JsonIgnore]
public virtual DateTimeOffset? EnforcementTimeDateTimeOffset { get; set; }
Property Value
Type Description
DateTimeOffset?

EnforcementTimeRaw

Last enforcement timestamp of this consent resource.

Declaration
[JsonProperty("enforcementTime")]
public virtual string EnforcementTimeRaw { get; set; }
Property Value
Type Description
string

MatchingAccessorScopes

A list of all the matching accessor scopes of this consent policy that enforced ExplainDataAccessConsentScope.accessor_scope.

Declaration
[JsonProperty("matchingAccessorScopes")]
public virtual IList<ConsentAccessorScope> MatchingAccessorScopes { get; set; }
Property Value
Type Description
IList<ConsentAccessorScope>

PatientConsentOwner

The patient owning the consent (only applicable for patient consents), in the format: projects/{project_id}/locations/{location_id}/datasets/{dataset_id}/fhirStores/{fhir_store_id}/fhir/Patient/{patient_id}

Declaration
[JsonProperty("patientConsentOwner")]
public virtual string PatientConsentOwner { get; set; }
Property Value
Type Description
string

Type

The policy type of consent resource (e.g. PATIENT, ADMIN).

Declaration
[JsonProperty("type")]
public virtual string Type { get; set; }
Property Value
Type Description
string

Variants

The consent's variant combinations. A single consent may have multiple variants.

Declaration
[JsonProperty("variants")]
public virtual IList<string> Variants { get; set; }
Property Value
Type Description
IList<string>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX