You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/data-sources/policy.md
+4-3Lines changed: 4 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -87,14 +87,15 @@ Optional:
87
87
88
88
Required:
89
89
90
-
-`action` (String)
91
-
-`member` (String) The member in user:{email} or group:{email} format.
90
+
-`actions` (Set of String)
91
+
-`members` (Set of String)
92
92
93
93
Optional:
94
94
95
-
-`column` (String)
95
+
-`columns` (Set of String)
96
96
-`database` (String) The database full name in instances/{instance resource id}/databases/{database name} format
97
97
-`expire_timestamp` (String) The expiration timestamp in YYYY-MM-DDThh:mm:ss.000Z format
98
+
-`raw_expression` (String) The raw CEL expression. We will use it as the masking exception and ignore the "database"/"schema"/"table"/"columns"/"expire_timestamp" fields if you provide the raw expression.
98
99
-`reason` (String) The reason for the masking exemption
Copy file name to clipboardExpand all lines: docs/resources/policy.md
+4-3Lines changed: 4 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -87,14 +87,15 @@ Optional:
87
87
88
88
Required:
89
89
90
-
-`action` (String)
91
-
-`member` (String) The member in user:{email} or group:{email} format.
90
+
-`actions` (Set of String)
91
+
-`members` (Set of String)
92
92
93
93
Optional:
94
94
95
-
-`column` (String)
95
+
-`columns` (Set of String)
96
96
-`database` (String) The database full name in instances/{instance resource id}/databases/{database name} format
97
97
-`expire_timestamp` (String) The expiration timestamp in YYYY-MM-DDThh:mm:ss.000Z format
98
+
-`raw_expression` (String) The raw CEL expression. We will use it as the masking exception and ignore the "database"/"schema"/"table"/"columns"/"expire_timestamp" fields if you provide the raw expression.
98
99
-`reason` (String) The reason for the masking exemption
Description: "The expiration timestamp in YYYY-MM-DDThh:mm:ss.000Z format",
161
161
},
162
+
"raw_expression": {
163
+
Type: schema.TypeString,
164
+
Computed: computed,
165
+
Optional: true,
166
+
Description: `The raw CEL expression. We will use it as the masking exception and ignore the "database"/"schema"/"table"/"columns"/"expire_timestamp" fields if you provide the raw expression.`,
0 commit comments