Skip to content

Commit 00da47d

Browse files
feat(sts): update the api
#### sts:v1 The following keys were added: - schemas.GoogleIdentityStsV1Jwk.properties.alg.type (Total Keys: 1)
1 parent a4c0a92 commit 00da47d

3 files changed

Lines changed: 7 additions & 1 deletion

File tree

docs/dyn/sts_v1.organizations.locations.workloadIdentityPools.openid.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,7 @@ <h3>Method Details</h3>
103103
{ # Response message for GetJwks.
104104
&quot;keys&quot;: [ # The JWKS for this OP.
105105
{ # A JSON web key set (JWK) See also https://datatracker.ietf.org/doc/html/rfc7517 and https://github.com/spiffe/spiffe/blob/main/standards/JWT-SVID.md#6-representation-in-the-spiffe-bundle
106+
&quot;alg&quot;: &quot;A String&quot;, # Algorithm intended for use with the key. Currently &quot;RS256&quot;.
106107
&quot;e&quot;: &quot;A String&quot;, # Exponent value for kty=&quot;RSA&quot;.
107108
&quot;kid&quot;: &quot;A String&quot;, # Key ID.
108109
&quot;kty&quot;: &quot;A String&quot;, # Key type. Currently &quot;RSA&quot;.

docs/dyn/sts_v1.projects.locations.workloadIdentityPools.openid.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,7 @@ <h3>Method Details</h3>
103103
{ # Response message for GetJwks.
104104
&quot;keys&quot;: [ # The JWKS for this OP.
105105
{ # A JSON web key set (JWK) See also https://datatracker.ietf.org/doc/html/rfc7517 and https://github.com/spiffe/spiffe/blob/main/standards/JWT-SVID.md#6-representation-in-the-spiffe-bundle
106+
&quot;alg&quot;: &quot;A String&quot;, # Algorithm intended for use with the key. Currently &quot;RS256&quot;.
106107
&quot;e&quot;: &quot;A String&quot;, # Exponent value for kty=&quot;RSA&quot;.
107108
&quot;kid&quot;: &quot;A String&quot;, # Key ID.
108109
&quot;kty&quot;: &quot;A String&quot;, # Key type. Currently &quot;RSA&quot;.

googleapiclient/discovery_cache/documents/sts.v1.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -481,7 +481,7 @@
481481
}
482482
}
483483
},
484-
"revision": "20260701",
484+
"revision": "20260709",
485485
"rootUrl": "https://sts.googleapis.com/",
486486
"schemas": {
487487
"GoogleIamV1Binding": {
@@ -610,6 +610,10 @@
610610
"description": "A JSON web key set (JWK) See also https://datatracker.ietf.org/doc/html/rfc7517 and https://github.com/spiffe/spiffe/blob/main/standards/JWT-SVID.md#6-representation-in-the-spiffe-bundle",
611611
"id": "GoogleIdentityStsV1Jwk",
612612
"properties": {
613+
"alg": {
614+
"description": "Algorithm intended for use with the key. Currently \"RS256\".",
615+
"type": "string"
616+
},
613617
"e": {
614618
"description": "Exponent value for kty=\"RSA\".",
615619
"type": "string"

0 commit comments

Comments
 (0)