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/accesscontextmanager_v1.accessPolicies.accessLevels.html
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -164,7 +164,7 @@ <h3>Method Details</h3>
164
164
},
165
165
},
166
166
"description": "A String", # Description of the `AccessLevel` and its use. Does not affect behavior.
167
-
"name": "A String", # Required. Resource name for the Access Level. The `short_name` component must begin with a letter and only include alphanumeric and '_'. Format: `accessPolicies/{access_policy}/accessLevels/{access_level}`. The maximum length of the `access_level` component is 50 characters.
167
+
"name": "A String", # Resource name for the `AccessLevel`. Format: `accessPolicies/{access_policy}/accessLevels/{access_level}`. The `access_level` component must begin with a letter, followed by alphanumeric characters or `_`. Its maximum length is 50 characters. After you create an `AccessLevel`, you cannot change its `name`.
168
168
"title": "A String", # Human readable title. Must be unique within the Policy.
169
169
}
170
170
@@ -299,7 +299,7 @@ <h3>Method Details</h3>
299
299
},
300
300
},
301
301
"description": "A String", # Description of the `AccessLevel` and its use. Does not affect behavior.
302
-
"name": "A String", # Required. Resource name for the Access Level. The `short_name` component must begin with a letter and only include alphanumeric and '_'. Format: `accessPolicies/{access_policy}/accessLevels/{access_level}`. The maximum length of the `access_level` component is 50 characters.
302
+
"name": "A String", # Resource name for the `AccessLevel`. Format: `accessPolicies/{access_policy}/accessLevels/{access_level}`. The `access_level` component must begin with a letter, followed by alphanumeric characters or `_`. Its maximum length is 50 characters. After you create an `AccessLevel`, you cannot change its `name`.
303
303
"title": "A String", # Human readable title. Must be unique within the Policy.
304
304
}</pre>
305
305
</div>
@@ -375,7 +375,7 @@ <h3>Method Details</h3>
375
375
},
376
376
},
377
377
"description": "A String", # Description of the `AccessLevel` and its use. Does not affect behavior.
378
-
"name": "A String", # Required. Resource name for the Access Level. The `short_name` component must begin with a letter and only include alphanumeric and '_'. Format: `accessPolicies/{access_policy}/accessLevels/{access_level}`. The maximum length of the `access_level` component is 50 characters.
378
+
"name": "A String", # Resource name for the `AccessLevel`. Format: `accessPolicies/{access_policy}/accessLevels/{access_level}`. The `access_level` component must begin with a letter, followed by alphanumeric characters or `_`. Its maximum length is 50 characters. After you create an `AccessLevel`, you cannot change its `name`.
379
379
"title": "A String", # Human readable title. Must be unique within the Policy.
380
380
},
381
381
],
@@ -402,7 +402,7 @@ <h3>Method Details</h3>
402
402
<pre>Updates an access level. The long-running operation from this RPC has a successful status after the changes to the access level propagate to long-lasting storage. If access levels contain errors, an error response is returned for the first error encountered.
403
403
404
404
Args:
405
-
name: string, Required. Resource name for the Access Level. The `short_name` component must begin with a letter and only include alphanumeric and '_'. Format: `accessPolicies/{access_policy}/accessLevels/{access_level}`. The maximum length of the `access_level` component is 50 characters. (required)
405
+
name: string, Resource name for the `AccessLevel`. Format: `accessPolicies/{access_policy}/accessLevels/{access_level}`. The `access_level` component must begin with a letter, followed by alphanumeric characters or `_`. Its maximum length is 50 characters. After you create an `AccessLevel`, you cannot change its `name`. (required)
406
406
body: object, The request body.
407
407
The object takes the form of:
408
408
@@ -454,7 +454,7 @@ <h3>Method Details</h3>
454
454
},
455
455
},
456
456
"description": "A String", # Description of the `AccessLevel` and its use. Does not affect behavior.
457
-
"name": "A String", # Required. Resource name for the Access Level. The `short_name` component must begin with a letter and only include alphanumeric and '_'. Format: `accessPolicies/{access_policy}/accessLevels/{access_level}`. The maximum length of the `access_level` component is 50 characters.
457
+
"name": "A String", # Resource name for the `AccessLevel`. Format: `accessPolicies/{access_policy}/accessLevels/{access_level}`. The `access_level` component must begin with a letter, followed by alphanumeric characters or `_`. Its maximum length is 50 characters. After you create an `AccessLevel`, you cannot change its `name`.
458
458
"title": "A String", # Human readable title. Must be unique within the Policy.
459
459
}
460
460
@@ -547,7 +547,7 @@ <h3>Method Details</h3>
547
547
},
548
548
},
549
549
"description": "A String", # Description of the `AccessLevel` and its use. Does not affect behavior.
550
-
"name": "A String", # Required. Resource name for the Access Level. The `short_name` component must begin with a letter and only include alphanumeric and '_'. Format: `accessPolicies/{access_policy}/accessLevels/{access_level}`. The maximum length of the `access_level` component is 50 characters.
550
+
"name": "A String", # Resource name for the `AccessLevel`. Format: `accessPolicies/{access_policy}/accessLevels/{access_level}`. The `access_level` component must begin with a letter, followed by alphanumeric characters or `_`. Its maximum length is 50 characters. After you create an `AccessLevel`, you cannot change its `name`.
551
551
"title": "A String", # Human readable title. Must be unique within the Policy.
0 commit comments