restrictionMode property

String? restrictionMode
getter/setter pair

Restriction mode for Customer-Supplied Encryption Keys.

Defaults to NotRestricted. Possible string values are:

  • "NotRestricted" : Creation of new objects with Customer-Supplied Encryption is not restricted.
  • "FullyRestricted" : Creation of new objects with Customer-Supplied Encryption is fully restricted.

Implementation

core.String? restrictionMode;