Skip to content

Commit 178edbd

Browse files
feat(iap): update the api
#### iap:v1 The following keys were added: - schemas.AccessSettings.properties.reauthSettings.$ref (Total Keys: 1) - schemas.ReauthSettings (Total Keys: 6)
1 parent a80439a commit 178edbd

File tree

5 files changed

+74
-13
lines changed

5 files changed

+74
-13
lines changed

docs/dyn/iap_v1.projects.brands.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ <h2>Instance Methods</h2>
8484
<p class="firstline">Close httplib2 connections.</p>
8585
<p class="toc_element">
8686
<code><a href="#create">create(parent, body=None, x__xgafv=None)</a></code></p>
87-
<p class="firstline">Constructs a new OAuth brand for the project if one does not exist. The created brand is "internal only", meaning that OAuth clients created under it only accept requests from users who belong to the same G Suite organization as the project. The brand is created in an un-reviewed status. NOTE: The "internal only" status can be manually changed in the Google Cloud console. Requires that a brand does not already exist for the project, and that the specified support email is owned by the caller.</p>
87+
<p class="firstline">Constructs a new OAuth brand for the project if one does not exist. The created brand is "internal only", meaning that OAuth clients created under it only accept requests from users who belong to the same Google Workspace organization as the project. The brand is created in an un-reviewed status. NOTE: The "internal only" status can be manually changed in the Google Cloud Console. Requires that a brand does not already exist for the project, and that the specified support email is owned by the caller.</p>
8888
<p class="toc_element">
8989
<code><a href="#get">get(name, x__xgafv=None)</a></code></p>
9090
<p class="firstline">Retrieves the OAuth brand of the project.</p>
@@ -99,7 +99,7 @@ <h3>Method Details</h3>
9999

100100
<div class="method">
101101
<code class="details" id="create">create(parent, body=None, x__xgafv=None)</code>
102-
<pre>Constructs a new OAuth brand for the project if one does not exist. The created brand is &quot;internal only&quot;, meaning that OAuth clients created under it only accept requests from users who belong to the same G Suite organization as the project. The brand is created in an un-reviewed status. NOTE: The &quot;internal only&quot; status can be manually changed in the Google Cloud console. Requires that a brand does not already exist for the project, and that the specified support email is owned by the caller.
102+
<pre>Constructs a new OAuth brand for the project if one does not exist. The created brand is &quot;internal only&quot;, meaning that OAuth clients created under it only accept requests from users who belong to the same Google Workspace organization as the project. The brand is created in an un-reviewed status. NOTE: The &quot;internal only&quot; status can be manually changed in the Google Cloud Console. Requires that a brand does not already exist for the project, and that the specified support email is owned by the caller.
103103

104104
Args:
105105
parent: string, Required. GCP Project number/id under which the brand is to be created. In the following format: projects/{project_number/id}. (required)

0 commit comments

Comments
 (0)