decision property
Whether the current consent scope is permitted or denied access on the requested resource. Possible string values are:
- "CONSENT_DECISION_TYPE_UNSPECIFIED" : Unspecified consent decision type.
- "CONSENT_DECISION_TYPE_PERMIT" : Consent permitted access.
- "CONSENT_DECISION_TYPE_DENY" : Consent denied access.
Implementation
core.String? decision;