You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: clients/google-api-services-iam/v1/2.0.0/com/google/api/services/iam/v1/model/GoogleIamAdminV1WorkforcePoolProviderSaml.java
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -37,7 +37,7 @@ public final class GoogleIamAdminV1WorkforcePoolProviderSaml extends com.google.
37
37
* characters. The metadata xml document should satisfy the following constraints: 1) Must contain
38
38
* an Identity Provider Entity ID. 2) Must contain at least one non-expired signing key
39
39
* certificate. 3) For each signing key: a) Valid from should be no more than 7 days from now. b)
40
-
* Valid to should be no more than 20 years in the future. 4) Up to 3 IdP signing keys are allowed
40
+
* Valid to should be no more than 25 years in the future. 4) Up to 3 IdP signing keys are allowed
41
41
* in the metadata xml. When updating the provider's metadata xml, at least one non-expired
42
42
* signing key must overlap with the existing metadata. This requirement is skipped if there are
43
43
* no non-expired signing keys present in the existing metadata.
@@ -53,7 +53,7 @@ public final class GoogleIamAdminV1WorkforcePoolProviderSaml extends com.google.
53
53
* characters. The metadata xml document should satisfy the following constraints: 1) Must contain
54
54
* an Identity Provider Entity ID. 2) Must contain at least one non-expired signing key
55
55
* certificate. 3) For each signing key: a) Valid from should be no more than 7 days from now. b)
56
-
* Valid to should be no more than 20 years in the future. 4) Up to 3 IdP signing keys are allowed
56
+
* Valid to should be no more than 25 years in the future. 4) Up to 3 IdP signing keys are allowed
57
57
* in the metadata xml. When updating the provider's metadata xml, at least one non-expired
58
58
* signing key must overlap with the existing metadata. This requirement is skipped if there are
59
59
* no non-expired signing keys present in the existing metadata.
@@ -70,7 +70,7 @@ public java.lang.String getIdpMetadataXml() {
70
70
* characters. The metadata xml document should satisfy the following constraints: 1) Must contain
71
71
* an Identity Provider Entity ID. 2) Must contain at least one non-expired signing key
72
72
* certificate. 3) For each signing key: a) Valid from should be no more than 7 days from now. b)
73
-
* Valid to should be no more than 20 years in the future. 4) Up to 3 IdP signing keys are allowed
73
+
* Valid to should be no more than 25 years in the future. 4) Up to 3 IdP signing keys are allowed
74
74
* in the metadata xml. When updating the provider's metadata xml, at least one non-expired
75
75
* signing key must overlap with the existing metadata. This requirement is skipped if there are
76
76
* no non-expired signing keys present in the existing metadata.
0 commit comments