View Source GoogleApi.HealthCare.V1beta1.Model.ExplainDataAccessConsentScope (google_api_health_care v0.50.1)

A single consent scope that provides info on who has access to the requested resource scope for a particular purpose and environment, enforced by which consent.

Attributes

  • accessorScope (type: GoogleApi.HealthCare.V1beta1.Model.ConsentAccessorScope.t, default: nil) - The accessor scope that describes who can access, for what purpose, and in which environment.
  • decision (type: String.t, default: nil) - Whether the current consent scope is permitted or denied access on the requested resource.
  • enforcingConsents (type: list(GoogleApi.HealthCare.V1beta1.Model.ExplainDataAccessConsentInfo.t), default: nil) - Metadata of the consent resources that enforce the consent scope's access.
  • exceptions (type: list(GoogleApi.HealthCare.V1beta1.Model.ExplainDataAccessConsentScope.t), default: nil) - Other consent scopes that created exceptions within this scope.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.HealthCare.V1beta1.Model.ExplainDataAccessConsentScope{
  accessorScope:
    GoogleApi.HealthCare.V1beta1.Model.ConsentAccessorScope.t() | nil,
  decision: String.t() | nil,
  enforcingConsents:
    [GoogleApi.HealthCare.V1beta1.Model.ExplainDataAccessConsentInfo.t()] | nil,
  exceptions: [t()] | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.