type property
The policy type of consent resource (e.g. PATIENT, ADMIN). Possible string values are:
- "CONSENT_POLICY_TYPE_UNSPECIFIED" : Unspecified policy type.
- "CONSENT_POLICY_TYPE_PATIENT" : Consent represent a patient consent.
- "CONSENT_POLICY_TYPE_ADMIN" : Consent represent an admin consent.
Implementation
core.String? type;