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/dyn/firebaserules_v1.projects.rulesets.html
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -108,6 +108,7 @@ <h3>Method Details</h3>
108
108
The object takes the form of:
109
109
110
110
{ # `Ruleset` is an immutable copy of `Source` with a globally unique identifier and a creation time.
111
+
"attachmentPoint": "A String", # Immutable. Intended resource to which this Ruleset should be released. May be left blank to signify the resource associated with the default release. Expected format: firestore.googleapis.com/projects//databases/
111
112
"createTime": "A String", # Output only. Time the `Ruleset` was created.
112
113
"metadata": { # Metadata for a Ruleset. # Output only. The metadata for this ruleset.
113
114
"services": [ # Services that this ruleset has declarations for (e.g., "cloud.firestore"). There may be 0+ of these.
@@ -135,6 +136,7 @@ <h3>Method Details</h3>
135
136
An object of the form:
136
137
137
138
{ # `Ruleset` is an immutable copy of `Source` with a globally unique identifier and a creation time.
139
+
"attachmentPoint": "A String", # Immutable. Intended resource to which this Ruleset should be released. May be left blank to signify the resource associated with the default release. Expected format: firestore.googleapis.com/projects//databases/
138
140
"createTime": "A String", # Output only. Time the `Ruleset` was created.
139
141
"metadata": { # Metadata for a Ruleset. # Output only. The metadata for this ruleset.
140
142
"services": [ # Services that this ruleset has declarations for (e.g., "cloud.firestore"). There may be 0+ of these.
@@ -187,6 +189,7 @@ <h3>Method Details</h3>
187
189
An object of the form:
188
190
189
191
{ # `Ruleset` is an immutable copy of `Source` with a globally unique identifier and a creation time.
192
+
"attachmentPoint": "A String", # Immutable. Intended resource to which this Ruleset should be released. May be left blank to signify the resource associated with the default release. Expected format: firestore.googleapis.com/projects//databases/
190
193
"createTime": "A String", # Output only. Time the `Ruleset` was created.
191
194
"metadata": { # Metadata for a Ruleset. # Output only. The metadata for this ruleset.
192
195
"services": [ # Services that this ruleset has declarations for (e.g., "cloud.firestore"). There may be 0+ of these.
@@ -227,6 +230,7 @@ <h3>Method Details</h3>
227
230
"nextPageToken": "A String", # The pagination token to retrieve the next page of results. If the value is empty, no further results remain.
228
231
"rulesets": [ # List of `Ruleset` instances.
229
232
{ # `Ruleset` is an immutable copy of `Source` with a globally unique identifier and a creation time.
233
+
"attachmentPoint": "A String", # Immutable. Intended resource to which this Ruleset should be released. May be left blank to signify the resource associated with the default release. Expected format: firestore.googleapis.com/projects//databases/
230
234
"createTime": "A String", # Output only. Time the `Ruleset` was created.
231
235
"metadata": { # Metadata for a Ruleset. # Output only. The metadata for this ruleset.
232
236
"services": [ # Services that this ruleset has declarations for (e.g., "cloud.firestore"). There may be 0+ of these.
"description": "`Ruleset` is an immutable copy of `Source` with a globally unique identifier and a creation time.",
768
768
"id": "Ruleset",
769
769
"properties": {
770
+
"attachmentPoint": {
771
+
"description": "Immutable. Intended resource to which this Ruleset should be released. May be left blank to signify the resource associated with the default release. Expected format: firestore.googleapis.com/projects//databases/",
772
+
"type": "string"
773
+
},
770
774
"createTime": {
771
775
"description": "Output only. Time the `Ruleset` was created.",
0 commit comments