Update documentation

This commit is contained in:
Sebastian Thiel
2022-03-08 15:36:16 +08:00
parent b84384c010
commit a20241b241
10471 changed files with 1934132 additions and 64947 deletions

View File

@@ -5,7 +5,7 @@
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Create - Access Context Manager v2.0.4+20210319</title>
<title>Create - Access Context Manager v3.0.0+20220301</title>
@@ -34,7 +34,7 @@
<nav data-toggle="wy-nav-shift" class="wy-nav-side stickynav">
<div class="wy-side-nav-search">
<a href=".." class="icon icon-home"> Access Context Manager v2.0.4+20210319</a>
<a href=".." class="icon icon-home"> Access Context Manager v3.0.0+20220301</a>
</div>
@@ -74,6 +74,11 @@
</li>
<li class="toctree-l1 ">
<a class="" href="../access-policies_access-levels-test-iam-permissions">Access Levels Test Iam Permissions</a>
</li>
<li class="toctree-l1 current">
<a class="current" href=".">Create</a>
@@ -107,6 +112,11 @@
</li>
<li class="toctree-l1 ">
<a class="" href="../access-policies_get-iam-policy">Get Iam Policy</a>
</li>
<li class="toctree-l1 ">
<a class="" href="../access-policies_list">List</a>
@@ -152,6 +162,21 @@
</li>
<li class="toctree-l1 ">
<a class="" href="../access-policies_service-perimeters-test-iam-permissions">Service Perimeters Test Iam Permissions</a>
</li>
<li class="toctree-l1 ">
<a class="" href="../access-policies_set-iam-policy">Set Iam Policy</a>
</li>
<li class="toctree-l1 ">
<a class="" href="../access-policies_test-iam-permissions">Test Iam Permissions</a>
</li>
@@ -245,7 +270,7 @@
</div>
<div role="main">
<div class="section">
<p>Create an <code>AccessPolicy</code>. Fails if this organization already has a <code>AccessPolicy</code>. The longrunning Operation will have a successful status once the <code>AccessPolicy</code> has propagated to long-lasting storage. Syntactic and basic semantic errors will be returned in <code>metadata</code> as a BadRequest proto.</p>
<p>Creates an access policy. This method fails if the organization already has an access policy. The long-running operation has a successful status after the access policy propagates to long-lasting storage. Syntactic and basic semantic errors are returned in <code>metadata</code> as a BadRequest proto.</p>
<h1 id="scopes">Scopes</h1>
<p>You will need authorization for the <em>https://www.googleapis.com/auth/cloud-platform</em> scope to make a valid call.</p>
<p>If unset, the scope for this method defaults to <em>https://www.googleapis.com/auth/cloud-platform</em>.
@@ -258,25 +283,31 @@ In the latter case it is advised to set the field-cursor to the data-structure's
etag: string
name: string
parent: string
scopes: [string]
title: string
</code></pre>
<p>can be set completely with the following arguments which are assumed to be executed in the given order. Note how the cursor position is adjusted to the respective structures, allowing simple field names to be used most of the time.</p>
<ul>
<li><code>-r . etag=dolor</code><ul>
<li><code>-r . etag=ea</code><ul>
<li>Output only. An opaque identifier for the current version of the <code>AccessPolicy</code>. This will always be a strongly validated etag, meaning that two Access Polices will be identical if and only if their etags are identical. Clients should not expect this to be in any specific format.</li>
</ul>
</li>
<li><code>name=ea</code><ul>
<li>Output only. Resource name of the <code>AccessPolicy</code>. Format: <code>accessPolicies/{policy_id}</code></li>
<li><code>name=ipsum</code><ul>
<li>Output only. Resource name of the <code>AccessPolicy</code>. Format: <code>accessPolicies/{access_policy}</code></li>
</ul>
</li>
<li><code>parent=ipsum</code><ul>
<li><code>parent=invidunt</code><ul>
<li>Required. The parent of this <code>AccessPolicy</code> in the Cloud Resource Hierarchy. Currently immutable once created. Format: <code>organizations/{organization_id}</code></li>
</ul>
</li>
<li><code>title=invidunt</code><ul>
<li><code>scopes=amet</code><ul>
<li>The scopes of a policy define which resources an ACM policy can restrict, and where ACM resources can be referenced. For example, a policy with scopes=[&#34;folders/123&#34;] has the following behavior: - vpcsc perimeters can only restrict projects within folders/123 - access levels can only be referenced by resources within folders/123. If empty, there are no limitations on which resources can be restricted by an ACM policy, and there are no limitations on where ACM resources can be referenced. Only one policy can include a given scope (attempting to create a second policy which includes &#34;folders/123&#34; will result in an error). Currently, scopes cannot be modified after a policy is created. Currently, policies can only have a single scope. Format: list of <code>folders/{folder_number}</code> or <code>projects/{project_number}</code></li>
<li>Each invocation of this argument appends the given value to the array.</li>
</ul>
</li>
<li><code>title=duo</code><ul>
<li>Required. Human readable title. Does not affect behavior.</li>
</ul>
</li>
@@ -380,7 +411,7 @@ In the latter case it is advised to set the field-cursor to the data-structure's
<a href="../access-policies_delete" class="btn btn-neutral float-right" title="Delete"/>Next <span class="icon icon-circle-arrow-right"></span></a>
<a href="../access-policies_access-levels-replace-all" class="btn btn-neutral" title="Access Levels Replace All"><span class="icon icon-circle-arrow-left"></span> Previous</a>
<a href="../access-policies_access-levels-test-iam-permissions" class="btn btn-neutral" title="Access Levels Test Iam Permissions"><span class="icon icon-circle-arrow-left"></span> Previous</a>
</div>
@@ -408,7 +439,7 @@ In the latter case it is advised to set the field-cursor to the data-structure's
<a class="icon icon-github" style="float: left; color: #fcfcfc"> GitHub</a>
<span><a href="../access-policies_access-levels-replace-all" style="color: #fcfcfc;">&laquo; Previous</a></span>
<span><a href="../access-policies_access-levels-test-iam-permissions" style="color: #fcfcfc;">&laquo; Previous</a></span>
<span style="margin-left: 15px"><a href="../access-policies_delete" style="color: #fcfcfc">Next &raquo;</a></span>
</span>
</div>