operation property
The operation performed by the principal to access the data. Possible string values are:
- "OPERATION_UNSPECIFIED" : The operation is unspecified.
- "READ" : Represents a read operation.
- "MOVE" : Represents a move operation.
- "COPY" : Represents a copy operation.
Implementation
core.String? operation;