mirror of
https://github.com/OMGeeky/google-apis-rs.git
synced 2026-02-23 15:49:49 +01:00
Update documentation
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
|
||||
<title>Roles Patch - Iam v2.0.4+20210325</title>
|
||||
<title>Roles Patch - Iam v3.0.0+20220224</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"> Iam v2.0.4+20210325</a>
|
||||
<a href=".." class="icon icon-home"> Iam v3.0.0+20220224</a>
|
||||
|
||||
</div>
|
||||
|
||||
@@ -58,6 +58,27 @@
|
||||
|
||||
|
||||
|
||||
<span>Locations</span>
|
||||
|
||||
<li class="toctree-l1 ">
|
||||
<a class="" href="../locations_workforce-pools-operations-get">Workforce Pools Operations Get</a>
|
||||
|
||||
</li>
|
||||
|
||||
<li class="toctree-l1 ">
|
||||
<a class="" href="../locations_workforce-pools-providers-operations-get">Workforce Pools Providers Operations Get</a>
|
||||
|
||||
</li>
|
||||
|
||||
<li class="toctree-l1 ">
|
||||
<a class="" href="../locations_workforce-pools-subjects-operations-get">Workforce Pools Subjects Operations Get</a>
|
||||
|
||||
</li>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<span>Organizations</span>
|
||||
|
||||
<li class="toctree-l1 ">
|
||||
@@ -176,6 +197,11 @@
|
||||
|
||||
</li>
|
||||
|
||||
<li class="toctree-l1 ">
|
||||
<a class="" href="../projects_locations-workload-identity-pools-providers-keys-operations-get">Locations Workload Identity Pools Providers Keys Operations Get</a>
|
||||
|
||||
</li>
|
||||
|
||||
<li class="toctree-l1 ">
|
||||
<a class="" href="../projects_locations-workload-identity-pools-providers-list">Locations Workload Identity Pools Providers List</a>
|
||||
|
||||
@@ -271,6 +297,16 @@
|
||||
|
||||
</li>
|
||||
|
||||
<li class="toctree-l1 ">
|
||||
<a class="" href="../projects_service-accounts-keys-disable">Service Accounts Keys Disable</a>
|
||||
|
||||
</li>
|
||||
|
||||
<li class="toctree-l1 ">
|
||||
<a class="" href="../projects_service-accounts-keys-enable">Service Accounts Keys Enable</a>
|
||||
|
||||
</li>
|
||||
|
||||
<li class="toctree-l1 ">
|
||||
<a class="" href="../projects_service-accounts-keys-get">Service Accounts Keys Get</a>
|
||||
|
||||
@@ -391,7 +427,7 @@ You can set the scope for this method like this: <code>iam1 --scope <scope>
|
||||
<h1 id="required-scalar-argument">Required Scalar Argument</h1>
|
||||
<ul>
|
||||
<li><strong><name></strong> <em>(string)</em><ul>
|
||||
<li>The <code>name</code> parameter's value depends on the target resource for the request, namely <a href="..//iam/reference/rest/v1/projects.roles"><code>projects</code></a> or <a href="..//iam/reference/rest/v1/organizations.roles"><code>organizations</code></a>. Each resource type's <code>name</code> value format is described below: * <a href="..//iam/reference/rest/v1/projects.roles/patch"><code>projects.roles.patch()</code></a>: <code>projects/{PROJECT_ID}/roles/{CUSTOM_ROLE_ID}</code>. This method updates only <a href="..//iam/docs/understanding-custom-roles">custom roles</a> that have been created at the project level. Example request URL: <code>https://iam.googleapis.com/v1/projects/{PROJECT_ID}/roles/{CUSTOM_ROLE_ID}</code> * <a href="..//iam/reference/rest/v1/organizations.roles/patch"><code>organizations.roles.patch()</code></a>: <code>organizations/{ORGANIZATION_ID}/roles/{CUSTOM_ROLE_ID}</code>. This method updates only <a href="..//iam/docs/understanding-custom-roles">custom roles</a> that have been created at the organization level. Example request URL: <code>https://iam.googleapis.com/v1/organizations/{ORGANIZATION_ID}/roles/{CUSTOM_ROLE_ID}</code> Note: Wildcard (*) values are invalid; you must specify a complete project ID or organization ID.</li>
|
||||
<li>The <code>name</code> parameter's value depends on the target resource for the request, namely <a href="https://cloud.google.com/iam/reference/rest/v1/projects.roles"><code>projects</code></a> or <a href="https://cloud.google.com/iam/reference/rest/v1/organizations.roles"><code>organizations</code></a>. Each resource type's <code>name</code> value format is described below: * <a href="https://cloud.google.com/iam/reference/rest/v1/projects.roles/patch"><code>projects.roles.patch()</code></a>: <code>projects/{PROJECT_ID}/roles/{CUSTOM_ROLE_ID}</code>. This method updates only <a href="https://cloud.google.com/iam/docs/understanding-custom-roles">custom roles</a> that have been created at the project level. Example request URL: <code>https://iam.googleapis.com/v1/projects/{PROJECT_ID}/roles/{CUSTOM_ROLE_ID}</code> * <a href="https://cloud.google.com/iam/reference/rest/v1/organizations.roles/patch"><code>organizations.roles.patch()</code></a>: <code>organizations/{ORGANIZATION_ID}/roles/{CUSTOM_ROLE_ID}</code>. This method updates only <a href="https://cloud.google.com/iam/docs/understanding-custom-roles">custom roles</a> that have been created at the organization level. Example request URL: <code>https://iam.googleapis.com/v1/organizations/{ORGANIZATION_ID}/roles/{CUSTOM_ROLE_ID}</code> Note: Wildcard (*) values are invalid; you must specify a complete project ID or organization ID.</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
Reference in New Issue
Block a user