restrictionMode property
Restriction mode for Google-Managed Encryption Keys.
Defaults to NotRestricted. Possible string values are:
- "NotRestricted" : Creation of new objects with Google Managed Encryption is not restricted.
- "FullyRestricted" : Creation of new objects with Google Managed Encryption is fully restricted.
Implementation
core.String? restrictionMode;