Skip to content

Commit 6ec4b7f

Browse files
feat(cloudidentity): update the api
#### cloudidentity:v1 The following keys were added: - schemas.AddIdpCredentialOperationMetadata.properties.state.type (Total Keys: 1) - schemas.CreateInboundSamlSsoProfileOperationMetadata.properties.state.type (Total Keys: 1) - schemas.UpdateInboundSamlSsoProfileOperationMetadata.properties.state.type (Total Keys: 1) #### cloudidentity:v1beta1 The following keys were added: - schemas.AddIdpCredentialOperationMetadata.properties.state.type (Total Keys: 1) - schemas.CreateInboundSamlSsoProfileOperationMetadata.properties.state.type (Total Keys: 1) - schemas.UpdateInboundSamlSsoProfileOperationMetadata.properties.state.type (Total Keys: 1)
1 parent 74ed4da commit 6ec4b7f

6 files changed

+56
-26
lines changed

docs/dyn/cloudidentity_v1.inboundSamlSsoProfiles.html

Lines changed: 4 additions & 4 deletions
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(body=None, x__xgafv=None)</a></code></p>
87-
<p class="firstline">Creates an InboundSamlSsoProfile for a customer.</p>
87+
<p class="firstline">Creates an InboundSamlSsoProfile for a customer. When the target customer has enabled [Multi-party approval for sensitive actions](https://support.google.com/a/answer/13790448), the `Operation` in the response will have `"done": false`, it will not have a response, and the metadata will have `"state": "awaiting-multi-party-approval"`.</p>
8888
<p class="toc_element">
8989
<code><a href="#delete">delete(name, x__xgafv=None)</a></code></p>
9090
<p class="firstline">Deletes an InboundSamlSsoProfile.</p>
@@ -99,7 +99,7 @@ <h2>Instance Methods</h2>
9999
<p class="firstline">Retrieves the next page of results.</p>
100100
<p class="toc_element">
101101
<code><a href="#patch">patch(name, body=None, updateMask=None, x__xgafv=None)</a></code></p>
102-
<p class="firstline">Updates an InboundSamlSsoProfile.</p>
102+
<p class="firstline">Updates an InboundSamlSsoProfile. When the target customer has enabled [Multi-party approval for sensitive actions](https://support.google.com/a/answer/13790448), the `Operation` in the response will have `"done": false`, it will not have a response, and the metadata will have `"state": "awaiting-multi-party-approval"`.</p>
103103
<h3>Method Details</h3>
104104
<div class="method">
105105
<code class="details" id="close">close()</code>
@@ -108,7 +108,7 @@ <h3>Method Details</h3>
108108

109109
<div class="method">
110110
<code class="details" id="create">create(body=None, x__xgafv=None)</code>
111-
<pre>Creates an InboundSamlSsoProfile for a customer.
111+
<pre>Creates an InboundSamlSsoProfile for a customer. When the target customer has enabled [Multi-party approval for sensitive actions](https://support.google.com/a/answer/13790448), the `Operation` in the response will have `&quot;done&quot;: false`, it will not have a response, and the metadata will have `&quot;state&quot;: &quot;awaiting-multi-party-approval&quot;`.
112112

113113
Args:
114114
body: object, The request body.
@@ -279,7 +279,7 @@ <h3>Method Details</h3>
279279

280280
<div class="method">
281281
<code class="details" id="patch">patch(name, body=None, updateMask=None, x__xgafv=None)</code>
282-
<pre>Updates an InboundSamlSsoProfile.
282+
<pre>Updates an InboundSamlSsoProfile. When the target customer has enabled [Multi-party approval for sensitive actions](https://support.google.com/a/answer/13790448), the `Operation` in the response will have `&quot;done&quot;: false`, it will not have a response, and the metadata will have `&quot;state&quot;: &quot;awaiting-multi-party-approval&quot;`.
283283

284284
Args:
285285
name: string, Output only. [Resource name](https://cloud.google.com/apis/design/resource_names) of the SAML SSO profile. (required)

docs/dyn/cloudidentity_v1.inboundSamlSsoProfiles.idpCredentials.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ <h1><a href="cloudidentity_v1.html">Cloud Identity API</a> . <a href="cloudident
7676
<h2>Instance Methods</h2>
7777
<p class="toc_element">
7878
<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>
79+
<p class="firstline">Adds an IdpCredential. Up to 2 credentials are allowed. When the target customer has enabled [Multi-party approval for sensitive actions](https://support.google.com/a/answer/13790448), the `Operation` in the response will have `"done": false`, it will not have a response, and the metadata will have `"state": "awaiting-multi-party-approval"`.</p>
8080
<p class="toc_element">
8181
<code><a href="#close">close()</a></code></p>
8282
<p class="firstline">Close httplib2 connections.</p>
@@ -95,7 +95,7 @@ <h2>Instance Methods</h2>
9595
<h3>Method Details</h3>
9696
<div class="method">
9797
<code class="details" id="add">add(parent, body=None, x__xgafv=None)</code>
98-
<pre>Adds an IdpCredential. Up to 2 credentials are allowed.
98+
<pre>Adds an IdpCredential. Up to 2 credentials are allowed. When the target customer has enabled [Multi-party approval for sensitive actions](https://support.google.com/a/answer/13790448), the `Operation` in the response will have `&quot;done&quot;: false`, it will not have a response, and the metadata will have `&quot;state&quot;: &quot;awaiting-multi-party-approval&quot;`.
9999

100100
Args:
101101
parent: string, Required. The InboundSamlSsoProfile that owns the IdpCredential. Format: `inboundSamlSsoProfiles/{sso_profile_id}` (required)

docs/dyn/cloudidentity_v1beta1.inboundSamlSsoProfiles.html

Lines changed: 4 additions & 4 deletions
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(body=None, x__xgafv=None)</a></code></p>
87-
<p class="firstline">Creates an InboundSamlSsoProfile for a customer.</p>
87+
<p class="firstline">Creates an InboundSamlSsoProfile for a customer. When the target customer has enabled [Multi-party approval for sensitive actions](https://support.google.com/a/answer/13790448), the `Operation` in the response will have `"done": false`, it will not have a response, and the metadata will have `"state": "awaiting-multi-party-approval"`.</p>
8888
<p class="toc_element">
8989
<code><a href="#delete">delete(name, x__xgafv=None)</a></code></p>
9090
<p class="firstline">Deletes an InboundSamlSsoProfile.</p>
@@ -99,7 +99,7 @@ <h2>Instance Methods</h2>
9999
<p class="firstline">Retrieves the next page of results.</p>
100100
<p class="toc_element">
101101
<code><a href="#patch">patch(name, body=None, updateMask=None, x__xgafv=None)</a></code></p>
102-
<p class="firstline">Updates an InboundSamlSsoProfile.</p>
102+
<p class="firstline">Updates an InboundSamlSsoProfile. When the target customer has enabled [Multi-party approval for sensitive actions](https://support.google.com/a/answer/13790448), the `Operation` in the response will have `"done": false`, it will not have a response, and the metadata will have `"state": "awaiting-multi-party-approval"`.</p>
103103
<h3>Method Details</h3>
104104
<div class="method">
105105
<code class="details" id="close">close()</code>
@@ -108,7 +108,7 @@ <h3>Method Details</h3>
108108

109109
<div class="method">
110110
<code class="details" id="create">create(body=None, x__xgafv=None)</code>
111-
<pre>Creates an InboundSamlSsoProfile for a customer.
111+
<pre>Creates an InboundSamlSsoProfile for a customer. When the target customer has enabled [Multi-party approval for sensitive actions](https://support.google.com/a/answer/13790448), the `Operation` in the response will have `&quot;done&quot;: false`, it will not have a response, and the metadata will have `&quot;state&quot;: &quot;awaiting-multi-party-approval&quot;`.
112112

113113
Args:
114114
body: object, The request body.
@@ -279,7 +279,7 @@ <h3>Method Details</h3>
279279

280280
<div class="method">
281281
<code class="details" id="patch">patch(name, body=None, updateMask=None, x__xgafv=None)</code>
282-
<pre>Updates an InboundSamlSsoProfile.
282+
<pre>Updates an InboundSamlSsoProfile. When the target customer has enabled [Multi-party approval for sensitive actions](https://support.google.com/a/answer/13790448), the `Operation` in the response will have `&quot;done&quot;: false`, it will not have a response, and the metadata will have `&quot;state&quot;: &quot;awaiting-multi-party-approval&quot;`.
283283

284284
Args:
285285
name: string, Output only. [Resource name](https://cloud.google.com/apis/design/resource_names) of the SAML SSO profile. (required)

docs/dyn/cloudidentity_v1beta1.inboundSamlSsoProfiles.idpCredentials.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ <h1><a href="cloudidentity_v1beta1.html">Cloud Identity API</a> . <a href="cloud
7676
<h2>Instance Methods</h2>
7777
<p class="toc_element">
7878
<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>
79+
<p class="firstline">Adds an IdpCredential. Up to 2 credentials are allowed. When the target customer has enabled [Multi-party approval for sensitive actions](https://support.google.com/a/answer/13790448), the `Operation` in the response will have `"done": false`, it will not have a response, and the metadata will have `"state": "awaiting-multi-party-approval"`.</p>
8080
<p class="toc_element">
8181
<code><a href="#close">close()</a></code></p>
8282
<p class="firstline">Close httplib2 connections.</p>
@@ -95,7 +95,7 @@ <h2>Instance Methods</h2>
9595
<h3>Method Details</h3>
9696
<div class="method">
9797
<code class="details" id="add">add(parent, body=None, x__xgafv=None)</code>
98-
<pre>Adds an IdpCredential. Up to 2 credentials are allowed.
98+
<pre>Adds an IdpCredential. Up to 2 credentials are allowed. When the target customer has enabled [Multi-party approval for sensitive actions](https://support.google.com/a/answer/13790448), the `Operation` in the response will have `&quot;done&quot;: false`, it will not have a response, and the metadata will have `&quot;state&quot;: &quot;awaiting-multi-party-approval&quot;`.
9999

100100
Args:
101101
parent: string, Required. The InboundSamlSsoProfile that owns the IdpCredential. Format: `inboundSamlSsoProfiles/{sso_profile_id}` (required)

googleapiclient/discovery_cache/documents/cloudidentity.v1.json

Lines changed: 22 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1596,7 +1596,7 @@
15961596
"inboundSamlSsoProfiles": {
15971597
"methods": {
15981598
"create": {
1599-
"description": "Creates an InboundSamlSsoProfile for a customer.",
1599+
"description": "Creates an InboundSamlSsoProfile for a customer. When the target customer has enabled [Multi-party approval for sensitive actions](https://support.google.com/a/answer/13790448), the `Operation` in the response will have `\"done\": false`, it will not have a response, and the metadata will have `\"state\": \"awaiting-multi-party-approval\"`.",
16001600
"flatPath": "v1/inboundSamlSsoProfiles",
16011601
"httpMethod": "POST",
16021602
"id": "cloudidentity.inboundSamlSsoProfiles.create",
@@ -1696,7 +1696,7 @@
16961696
]
16971697
},
16981698
"patch": {
1699-
"description": "Updates an InboundSamlSsoProfile.",
1699+
"description": "Updates an InboundSamlSsoProfile. When the target customer has enabled [Multi-party approval for sensitive actions](https://support.google.com/a/answer/13790448), the `Operation` in the response will have `\"done\": false`, it will not have a response, and the metadata will have `\"state\": \"awaiting-multi-party-approval\"`.",
17001700
"flatPath": "v1/inboundSamlSsoProfiles/{inboundSamlSsoProfilesId}",
17011701
"httpMethod": "PATCH",
17021702
"id": "cloudidentity.inboundSamlSsoProfiles.patch",
@@ -1734,7 +1734,7 @@
17341734
"idpCredentials": {
17351735
"methods": {
17361736
"add": {
1737-
"description": "Adds an IdpCredential. Up to 2 credentials are allowed.",
1737+
"description": "Adds an IdpCredential. Up to 2 credentials are allowed. When the target customer has enabled [Multi-party approval for sensitive actions](https://support.google.com/a/answer/13790448), the `Operation` in the response will have `\"done\": false`, it will not have a response, and the metadata will have `\"state\": \"awaiting-multi-party-approval\"`.",
17381738
"flatPath": "v1/inboundSamlSsoProfiles/{inboundSamlSsoProfilesId}/idpCredentials:add",
17391739
"httpMethod": "POST",
17401740
"id": "cloudidentity.inboundSamlSsoProfiles.idpCredentials.add",
@@ -1990,13 +1990,18 @@
19901990
}
19911991
}
19921992
},
1993-
"revision": "20240603",
1993+
"revision": "20240611",
19941994
"rootUrl": "https://cloudidentity.googleapis.com/",
19951995
"schemas": {
19961996
"AddIdpCredentialOperationMetadata": {
19971997
"description": "LRO response metadata for InboundSamlSsoProfilesService.AddIdpCredential.",
19981998
"id": "AddIdpCredentialOperationMetadata",
1999-
"properties": {},
1999+
"properties": {
2000+
"state": {
2001+
"description": "State of this Operation Will be \"awaiting-multi-party-approval\" when the operation is deferred due to the target customer having enabled [Multi-party approval for sensitive actions](https://support.google.com/a/answer/13790448).",
2002+
"type": "string"
2003+
}
2004+
},
20002005
"type": "object"
20012006
},
20022007
"AddIdpCredentialRequest": {
@@ -2036,7 +2041,12 @@
20362041
"CreateInboundSamlSsoProfileOperationMetadata": {
20372042
"description": "LRO response metadata for InboundSamlSsoProfilesService.CreateInboundSamlSsoProfile.",
20382043
"id": "CreateInboundSamlSsoProfileOperationMetadata",
2039-
"properties": {},
2044+
"properties": {
2045+
"state": {
2046+
"description": "State of this Operation Will be \"awaiting-multi-party-approval\" when the operation is deferred due to the target customer having enabled [Multi-party approval for sensitive actions](https://support.google.com/a/answer/13790448).",
2047+
"type": "string"
2048+
}
2049+
},
20402050
"type": "object"
20412051
},
20422052
"CreateInboundSsoAssignmentOperationMetadata": {
@@ -4182,7 +4192,12 @@
41824192
"UpdateInboundSamlSsoProfileOperationMetadata": {
41834193
"description": "LRO response metadata for InboundSamlSsoProfilesService.UpdateInboundSamlSsoProfile.",
41844194
"id": "UpdateInboundSamlSsoProfileOperationMetadata",
4185-
"properties": {},
4195+
"properties": {
4196+
"state": {
4197+
"description": "State of this Operation Will be \"awaiting-multi-party-approval\" when the operation is deferred due to the target customer having enabled [Multi-party approval for sensitive actions](https://support.google.com/a/answer/13790448).",
4198+
"type": "string"
4199+
}
4200+
},
41864201
"type": "object"
41874202
},
41884203
"UpdateInboundSsoAssignmentOperationMetadata": {

googleapiclient/discovery_cache/documents/cloudidentity.v1beta1.json

Lines changed: 22 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1545,7 +1545,7 @@
15451545
"inboundSamlSsoProfiles": {
15461546
"methods": {
15471547
"create": {
1548-
"description": "Creates an InboundSamlSsoProfile for a customer.",
1548+
"description": "Creates an InboundSamlSsoProfile for a customer. When the target customer has enabled [Multi-party approval for sensitive actions](https://support.google.com/a/answer/13790448), the `Operation` in the response will have `\"done\": false`, it will not have a response, and the metadata will have `\"state\": \"awaiting-multi-party-approval\"`.",
15491549
"flatPath": "v1beta1/inboundSamlSsoProfiles",
15501550
"httpMethod": "POST",
15511551
"id": "cloudidentity.inboundSamlSsoProfiles.create",
@@ -1645,7 +1645,7 @@
16451645
]
16461646
},
16471647
"patch": {
1648-
"description": "Updates an InboundSamlSsoProfile.",
1648+
"description": "Updates an InboundSamlSsoProfile. When the target customer has enabled [Multi-party approval for sensitive actions](https://support.google.com/a/answer/13790448), the `Operation` in the response will have `\"done\": false`, it will not have a response, and the metadata will have `\"state\": \"awaiting-multi-party-approval\"`.",
16491649
"flatPath": "v1beta1/inboundSamlSsoProfiles/{inboundSamlSsoProfilesId}",
16501650
"httpMethod": "PATCH",
16511651
"id": "cloudidentity.inboundSamlSsoProfiles.patch",
@@ -1683,7 +1683,7 @@
16831683
"idpCredentials": {
16841684
"methods": {
16851685
"add": {
1686-
"description": "Adds an IdpCredential. Up to 2 credentials are allowed.",
1686+
"description": "Adds an IdpCredential. Up to 2 credentials are allowed. When the target customer has enabled [Multi-party approval for sensitive actions](https://support.google.com/a/answer/13790448), the `Operation` in the response will have `\"done\": false`, it will not have a response, and the metadata will have `\"state\": \"awaiting-multi-party-approval\"`.",
16871687
"flatPath": "v1beta1/inboundSamlSsoProfiles/{inboundSamlSsoProfilesId}/idpCredentials:add",
16881688
"httpMethod": "POST",
16891689
"id": "cloudidentity.inboundSamlSsoProfiles.idpCredentials.add",
@@ -2015,13 +2015,18 @@
20152015
}
20162016
}
20172017
},
2018-
"revision": "20240603",
2018+
"revision": "20240611",
20192019
"rootUrl": "https://cloudidentity.googleapis.com/",
20202020
"schemas": {
20212021
"AddIdpCredentialOperationMetadata": {
20222022
"description": "LRO response metadata for InboundSamlSsoProfilesService.AddIdpCredential.",
20232023
"id": "AddIdpCredentialOperationMetadata",
2024-
"properties": {},
2024+
"properties": {
2025+
"state": {
2026+
"description": "State of this Operation Will be \"awaiting-multi-party-approval\" when the operation is deferred due to the target customer having enabled [Multi-party approval for sensitive actions](https://support.google.com/a/answer/13790448).",
2027+
"type": "string"
2028+
}
2029+
},
20252030
"type": "object"
20262031
},
20272032
"AddIdpCredentialRequest": {
@@ -2520,7 +2525,12 @@
25202525
"CreateInboundSamlSsoProfileOperationMetadata": {
25212526
"description": "LRO response metadata for InboundSamlSsoProfilesService.CreateInboundSamlSsoProfile.",
25222527
"id": "CreateInboundSamlSsoProfileOperationMetadata",
2523-
"properties": {},
2528+
"properties": {
2529+
"state": {
2530+
"description": "State of this Operation Will be \"awaiting-multi-party-approval\" when the operation is deferred due to the target customer having enabled [Multi-party approval for sensitive actions](https://support.google.com/a/answer/13790448).",
2531+
"type": "string"
2532+
}
2533+
},
25242534
"type": "object"
25252535
},
25262536
"CreateInboundSsoAssignmentOperationMetadata": {
@@ -5067,7 +5077,12 @@
50675077
"UpdateInboundSamlSsoProfileOperationMetadata": {
50685078
"description": "LRO response metadata for InboundSamlSsoProfilesService.UpdateInboundSamlSsoProfile.",
50695079
"id": "UpdateInboundSamlSsoProfileOperationMetadata",
5070-
"properties": {},
5080+
"properties": {
5081+
"state": {
5082+
"description": "State of this Operation Will be \"awaiting-multi-party-approval\" when the operation is deferred due to the target customer having enabled [Multi-party approval for sensitive actions](https://support.google.com/a/answer/13790448).",
5083+
"type": "string"
5084+
}
5085+
},
50715086
"type": "object"
50725087
},
50735088
"UpdateInboundSsoAssignmentOperationMetadata": {

0 commit comments

Comments
 (0)