Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 8358d45

Browse files
committedOct 4, 2022
feat(cloudidentity): update the api
#### cloudidentity:v1beta1 The following keys were added: - resources.inboundSamlSsoProfiles.methods.create (Total Keys: 8) - resources.inboundSamlSsoProfiles.methods.delete (Total Keys: 11) - resources.inboundSamlSsoProfiles.methods.get (Total Keys: 11) - resources.inboundSamlSsoProfiles.methods.list (Total Keys: 14) - resources.inboundSamlSsoProfiles.methods.patch (Total Keys: 15) - resources.inboundSamlSsoProfiles.resources.idpCredentials.methods.add (Total Keys: 12) - resources.inboundSamlSsoProfiles.resources.idpCredentials.methods.delete (Total Keys: 11) - resources.inboundSamlSsoProfiles.resources.idpCredentials.methods.get (Total Keys: 11) - resources.inboundSamlSsoProfiles.resources.idpCredentials.methods.list (Total Keys: 16) - resources.inboundSsoAssignments.methods.create (Total Keys: 8) - resources.inboundSsoAssignments.methods.delete (Total Keys: 11) - resources.inboundSsoAssignments.methods.get (Total Keys: 11) - resources.inboundSsoAssignments.methods.list (Total Keys: 14) - resources.inboundSsoAssignments.methods.patch (Total Keys: 15) - schemas.AddIdpCredentialOperationMetadata (Total Keys: 2) - schemas.AddIdpCredentialRequest (Total Keys: 3) - schemas.CreateInboundSamlSsoProfileOperationMetadata (Total Keys: 2) - schemas.CreateInboundSsoAssignmentOperationMetadata (Total Keys: 2) - schemas.DeleteIdpCredentialOperationMetadata (Total Keys: 2) - schemas.DeleteInboundSamlSsoProfileOperationMetadata (Total Keys: 2) - schemas.DeleteInboundSsoAssignmentOperationMetadata (Total Keys: 2) - schemas.DsaPublicKeyInfo (Total Keys: 4) - schemas.IdpCredential (Total Keys: 11) - schemas.InboundSamlSsoProfile (Total Keys: 8) - schemas.InboundSsoAssignment (Total Keys: 12) - schemas.ListIdpCredentialsResponse (Total Keys: 5) - schemas.ListInboundSamlSsoProfilesResponse (Total Keys: 5) - schemas.ListInboundSsoAssignmentsResponse (Total Keys: 5) - schemas.RsaPublicKeyInfo (Total Keys: 4) - schemas.SamlIdpConfig (Total Keys: 6) - schemas.SamlSpConfig (Total Keys: 6) - schemas.SamlSsoInfo (Total Keys: 3) - schemas.SignInBehavior (Total Keys: 3) - schemas.UpdateInboundSamlSsoProfileOperationMetadata (Total Keys: 2) - schemas.UpdateInboundSsoAssignmentOperationMetadata (Total Keys: 2)
1 parent a40c120 commit 8358d45

6 files changed

+1636
-2
lines changed
 

‎docs/dyn/cloudidentity_v1beta1.html

+10
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,16 @@ <h2>Instance Methods</h2>
8989
</p>
9090
<p class="firstline">Returns the groups Resource.</p>
9191

92+
<p class="toc_element">
93+
<code><a href="cloudidentity_v1beta1.inboundSamlSsoProfiles.html">inboundSamlSsoProfiles()</a></code>
94+
</p>
95+
<p class="firstline">Returns the inboundSamlSsoProfiles Resource.</p>
96+
97+
<p class="toc_element">
98+
<code><a href="cloudidentity_v1beta1.inboundSsoAssignments.html">inboundSsoAssignments()</a></code>
99+
</p>
100+
<p class="firstline">Returns the inboundSsoAssignments Resource.</p>
101+
92102
<p class="toc_element">
93103
<code><a href="cloudidentity_v1beta1.orgUnits.html">orgUnits()</a></code>
94104
</p>

‎docs/dyn/cloudidentity_v1beta1.inboundSamlSsoProfiles.html

+335
Large diffs are not rendered by default.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,251 @@
1+
<html><body>
2+
<style>
3+
4+
body, h1, h2, h3, div, span, p, pre, a {
5+
margin: 0;
6+
padding: 0;
7+
border: 0;
8+
font-weight: inherit;
9+
font-style: inherit;
10+
font-size: 100%;
11+
font-family: inherit;
12+
vertical-align: baseline;
13+
}
14+
15+
body {
16+
font-size: 13px;
17+
padding: 1em;
18+
}
19+
20+
h1 {
21+
font-size: 26px;
22+
margin-bottom: 1em;
23+
}
24+
25+
h2 {
26+
font-size: 24px;
27+
margin-bottom: 1em;
28+
}
29+
30+
h3 {
31+
font-size: 20px;
32+
margin-bottom: 1em;
33+
margin-top: 1em;
34+
}
35+
36+
pre, code {
37+
line-height: 1.5;
38+
font-family: Monaco, 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Lucida Console', monospace;
39+
}
40+
41+
pre {
42+
margin-top: 0.5em;
43+
}
44+
45+
h1, h2, h3, p {
46+
font-family: Arial, sans serif;
47+
}
48+
49+
h1, h2, h3 {
50+
border-bottom: solid #CCC 1px;
51+
}
52+
53+
.toc_element {
54+
margin-top: 0.5em;
55+
}
56+
57+
.firstline {
58+
margin-left: 2 em;
59+
}
60+
61+
.method {
62+
margin-top: 1em;
63+
border: solid 1px #CCC;
64+
padding: 1em;
65+
background: #EEE;
66+
}
67+
68+
.details {
69+
font-weight: bold;
70+
font-size: 14px;
71+
}
72+
73+
</style>
74+
75+
<h1><a href="cloudidentity_v1beta1.html">Cloud Identity API</a> . <a href="cloudidentity_v1beta1.inboundSamlSsoProfiles.html">inboundSamlSsoProfiles</a> . <a href="cloudidentity_v1beta1.inboundSamlSsoProfiles.idpCredentials.html">idpCredentials</a></h1>
76+
<h2>Instance Methods</h2>
77+
<p class="toc_element">
78+
<code><a href="#add">add(parent, body=None, x__xgafv=None)</a></code></p>
79+
<p class="firstline">Adds an IdpCredential. Up to 2 credentials are allowed.</p>
80+
<p class="toc_element">
81+
<code><a href="#close">close()</a></code></p>
82+
<p class="firstline">Close httplib2 connections.</p>
83+
<p class="toc_element">
84+
<code><a href="#delete">delete(name, x__xgafv=None)</a></code></p>
85+
<p class="firstline">Deletes an IdpCredential.</p>
86+
<p class="toc_element">
87+
<code><a href="#get">get(name, x__xgafv=None)</a></code></p>
88+
<p class="firstline">Gets an IdpCredential.</p>
89+
<p class="toc_element">
90+
<code><a href="#list">list(parent, pageSize=None, pageToken=None, x__xgafv=None)</a></code></p>
91+
<p class="firstline">Returns a list of IdpCredentials in an InboundSamlSsoProfile.</p>
92+
<p class="toc_element">
93+
<code><a href="#list_next">list_next()</a></code></p>
94+
<p class="firstline">Retrieves the next page of results.</p>
95+
<h3>Method Details</h3>
96+
<div class="method">
97+
<code class="details" id="add">add(parent, body=None, x__xgafv=None)</code>
98+
<pre>Adds an IdpCredential. Up to 2 credentials are allowed.
99+
100+
Args:
101+
parent: string, Required. The InboundSamlSsoProfile that owns the IdpCredential. Format: `inboundSamlSsoProfiles/{sso_profile_id}` (required)
102+
body: object, The request body.
103+
The object takes the form of:
104+
105+
{ # The request for creating an IdpCredential with its associated payload. An InboundSamlSsoProfile can own up to 2 credentials.
106+
&quot;pemData&quot;: &quot;A String&quot;, # PEM encoded x509 certificate containing the public signing key.
107+
}
108+
109+
x__xgafv: string, V1 error format.
110+
Allowed values
111+
1 - v1 error format
112+
2 - v2 error format
113+
114+
Returns:
115+
An object of the form:
116+
117+
{ # This resource represents a long-running operation that is the result of a network API call.
118+
&quot;done&quot;: True or False, # If the value is `false`, it means the operation is still in progress. If `true`, the operation is completed, and either `error` or `response` is available.
119+
&quot;error&quot;: { # The `Status` type defines a logical error model that is suitable for different programming environments, including REST APIs and RPC APIs. It is used by [gRPC](https://github.com/grpc). Each `Status` message contains three pieces of data: error code, error message, and error details. You can find out more about this error model and how to work with it in the [API Design Guide](https://cloud.google.com/apis/design/errors). # The error result of the operation in case of failure or cancellation.
120+
&quot;code&quot;: 42, # The status code, which should be an enum value of google.rpc.Code.
121+
&quot;details&quot;: [ # A list of messages that carry the error details. There is a common set of message types for APIs to use.
122+
{
123+
&quot;a_key&quot;: &quot;&quot;, # Properties of the object. Contains field @type with type URL.
124+
},
125+
],
126+
&quot;message&quot;: &quot;A String&quot;, # A developer-facing error message, which should be in English. Any user-facing error message should be localized and sent in the google.rpc.Status.details field, or localized by the client.
127+
},
128+
&quot;metadata&quot;: { # Service-specific metadata associated with the operation. It typically contains progress information and common metadata such as create time. Some services might not provide such metadata. Any method that returns a long-running operation should document the metadata type, if any.
129+
&quot;a_key&quot;: &quot;&quot;, # Properties of the object. Contains field @type with type URL.
130+
},
131+
&quot;name&quot;: &quot;A String&quot;, # The server-assigned name, which is only unique within the same service that originally returns it. If you use the default HTTP mapping, the `name` should be a resource name ending with `operations/{unique_id}`.
132+
&quot;response&quot;: { # The normal response of the operation in case of success. If the original method returns no data on success, such as `Delete`, the response is `google.protobuf.Empty`. If the original method is standard `Get`/`Create`/`Update`, the response should be the resource. For other methods, the response should have the type `XxxResponse`, where `Xxx` is the original method name. For example, if the original method name is `TakeSnapshot()`, the inferred response type is `TakeSnapshotResponse`.
133+
&quot;a_key&quot;: &quot;&quot;, # Properties of the object. Contains field @type with type URL.
134+
},
135+
}</pre>
136+
</div>
137+
138+
<div class="method">
139+
<code class="details" id="close">close()</code>
140+
<pre>Close httplib2 connections.</pre>
141+
</div>
142+
143+
<div class="method">
144+
<code class="details" id="delete">delete(name, x__xgafv=None)</code>
145+
<pre>Deletes an IdpCredential.
146+
147+
Args:
148+
name: string, Required. The [resource name](https://cloud.google.com/apis/design/resource_names) of the IdpCredential to delete. Format: `inboundSamlSsoProfiles/{sso_profile_id}/idpCredentials/{idp_credential_id}` (required)
149+
x__xgafv: string, V1 error format.
150+
Allowed values
151+
1 - v1 error format
152+
2 - v2 error format
153+
154+
Returns:
155+
An object of the form:
156+
157+
{ # This resource represents a long-running operation that is the result of a network API call.
158+
&quot;done&quot;: True or False, # If the value is `false`, it means the operation is still in progress. If `true`, the operation is completed, and either `error` or `response` is available.
159+
&quot;error&quot;: { # The `Status` type defines a logical error model that is suitable for different programming environments, including REST APIs and RPC APIs. It is used by [gRPC](https://github.com/grpc). Each `Status` message contains three pieces of data: error code, error message, and error details. You can find out more about this error model and how to work with it in the [API Design Guide](https://cloud.google.com/apis/design/errors). # The error result of the operation in case of failure or cancellation.
160+
&quot;code&quot;: 42, # The status code, which should be an enum value of google.rpc.Code.
161+
&quot;details&quot;: [ # A list of messages that carry the error details. There is a common set of message types for APIs to use.
162+
{
163+
&quot;a_key&quot;: &quot;&quot;, # Properties of the object. Contains field @type with type URL.
164+
},
165+
],
166+
&quot;message&quot;: &quot;A String&quot;, # A developer-facing error message, which should be in English. Any user-facing error message should be localized and sent in the google.rpc.Status.details field, or localized by the client.
167+
},
168+
&quot;metadata&quot;: { # Service-specific metadata associated with the operation. It typically contains progress information and common metadata such as create time. Some services might not provide such metadata. Any method that returns a long-running operation should document the metadata type, if any.
169+
&quot;a_key&quot;: &quot;&quot;, # Properties of the object. Contains field @type with type URL.
170+
},
171+
&quot;name&quot;: &quot;A String&quot;, # The server-assigned name, which is only unique within the same service that originally returns it. If you use the default HTTP mapping, the `name` should be a resource name ending with `operations/{unique_id}`.
172+
&quot;response&quot;: { # The normal response of the operation in case of success. If the original method returns no data on success, such as `Delete`, the response is `google.protobuf.Empty`. If the original method is standard `Get`/`Create`/`Update`, the response should be the resource. For other methods, the response should have the type `XxxResponse`, where `Xxx` is the original method name. For example, if the original method name is `TakeSnapshot()`, the inferred response type is `TakeSnapshotResponse`.
173+
&quot;a_key&quot;: &quot;&quot;, # Properties of the object. Contains field @type with type URL.
174+
},
175+
}</pre>
176+
</div>
177+
178+
<div class="method">
179+
<code class="details" id="get">get(name, x__xgafv=None)</code>
180+
<pre>Gets an IdpCredential.
181+
182+
Args:
183+
name: string, Required. The [resource name](https://cloud.google.com/apis/design/resource_names) of the IdpCredential to retrieve. Format: `inboundSamlSsoProfiles/{sso_profile_id}/idpCredentials/{idp_credential_id}` (required)
184+
x__xgafv: string, V1 error format.
185+
Allowed values
186+
1 - v1 error format
187+
2 - v2 error format
188+
189+
Returns:
190+
An object of the form:
191+
192+
{ # The identity provider&#x27;s credentials (for signing assertions, etc).
193+
&quot;dsaKeyInfo&quot;: { # Information of a DSA public key. # Output only. Information of a DSA public key.
194+
&quot;keySize&quot;: 42, # Key size in bits (size of parameter P).
195+
},
196+
&quot;name&quot;: &quot;A String&quot;, # Output only. [Resource name](https://cloud.google.com/apis/design/resource_names) of the credential.
197+
&quot;rsaKeyInfo&quot;: { # Information of a RSA public key. # Output only. Information of a RSA public key.
198+
&quot;keySize&quot;: 42, # Key size in bits (size of the modulus).
199+
},
200+
&quot;updateTime&quot;: &quot;A String&quot;, # Output only. Time when the `IdpCredential` was last updated.
201+
}</pre>
202+
</div>
203+
204+
<div class="method">
205+
<code class="details" id="list">list(parent, pageSize=None, pageToken=None, x__xgafv=None)</code>
206+
<pre>Returns a list of IdpCredentials in an InboundSamlSsoProfile.
207+
208+
Args:
209+
parent: string, Required. The parent, which owns this collection of `IdpCredential`s. Format: `inboundSamlSsoProfiles/{sso_profile_id}` (required)
210+
pageSize: integer, The maximum number of `IdpCredential`s to return. The service may return fewer than this value.
211+
pageToken: string, A page token, received from a previous `ListIdpCredentials` call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to `ListIdpCredentials` must match the call that provided the page token.
212+
x__xgafv: string, V1 error format.
213+
Allowed values
214+
1 - v1 error format
215+
2 - v2 error format
216+
217+
Returns:
218+
An object of the form:
219+
220+
{ # Response of the InboundSamlSsoProfilesService.ListIdpCredentials method.
221+
&quot;idpCredentials&quot;: [ # The IdpCredentials from the specified InboundSamlSsoProfile.
222+
{ # The identity provider&#x27;s credentials (for signing assertions, etc).
223+
&quot;dsaKeyInfo&quot;: { # Information of a DSA public key. # Output only. Information of a DSA public key.
224+
&quot;keySize&quot;: 42, # Key size in bits (size of parameter P).
225+
},
226+
&quot;name&quot;: &quot;A String&quot;, # Output only. [Resource name](https://cloud.google.com/apis/design/resource_names) of the credential.
227+
&quot;rsaKeyInfo&quot;: { # Information of a RSA public key. # Output only. Information of a RSA public key.
228+
&quot;keySize&quot;: 42, # Key size in bits (size of the modulus).
229+
},
230+
&quot;updateTime&quot;: &quot;A String&quot;, # Output only. Time when the `IdpCredential` was last updated.
231+
},
232+
],
233+
&quot;nextPageToken&quot;: &quot;A String&quot;, # A token, which can be sent as `page_token` to retrieve the next page. If this field is omitted, there are no subsequent pages.
234+
}</pre>
235+
</div>
236+
237+
<div class="method">
238+
<code class="details" id="list_next">list_next()</code>
239+
<pre>Retrieves the next page of results.
240+
241+
Args:
242+
previous_request: The request for the previous page. (required)
243+
previous_response: The response from the request for the previous page. (required)
244+
245+
Returns:
246+
A request object that you can call &#x27;execute()&#x27; on to request the next
247+
page. Returns None if there are no more items in the collection.
248+
</pre>
249+
</div>
250+
251+
</body></html>

‎docs/dyn/cloudidentity_v1beta1.inboundSsoAssignments.html

+326
Large diffs are not rendered by default.

‎googleapiclient/discovery_cache/documents/cloudidentity.v1.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1546,7 +1546,7 @@
15461546
}
15471547
}
15481548
},
1549-
"revision": "20220920",
1549+
"revision": "20220929",
15501550
"rootUrl": "https://cloudidentity.googleapis.com/",
15511551
"schemas": {
15521552
"CancelUserInvitationRequest": {

‎googleapiclient/discovery_cache/documents/cloudidentity.v1beta1.json

+713-1
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)
Please sign in to comment.