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/InlineCertificateIssuanceConfig.java
+12-12Lines changed: 12 additions & 12 deletions
Original file line number
Diff line number
Diff line change
@@ -53,17 +53,17 @@ public final class InlineCertificateIssuanceConfig extends com.google.api.client
53
53
privatejava.lang.StringkeyAlgorithm;
54
54
55
55
/**
56
-
* Optional. Lifetime of the workload certificates issued by the CA pool. Must be between 10 hours
56
+
* Optional. Lifetime of the workload certificates issued by the CA pool. Must be between 24 hours
57
57
* and 30 days. If not specified, this will be defaulted to 24 hours.
58
58
* The value may be {@code null}.
59
59
*/
60
60
@com.google.api.client.util.Key
61
61
privateStringlifetime;
62
62
63
63
/**
64
-
* Optional. Rotation window percentage indicating when certificate rotation should be initiated
65
-
* based on remaining lifetime. Must be between 10 and 80. If not specified, this will be
66
-
* defaulted to 50.
64
+
* Optional. Rotation window percentage, the percentage of remaining lifetime after which
65
+
* certificate rotation is initiated. Must be between 50 and 80. If no value is specified,
66
+
* rotation window percentage is defaulted to 50.
67
67
* The value may be {@code null}.
68
68
*/
69
69
@com.google.api.client.util.Key
@@ -118,7 +118,7 @@ public InlineCertificateIssuanceConfig setKeyAlgorithm(java.lang.String keyAlgor
118
118
}
119
119
120
120
/**
121
-
* Optional. Lifetime of the workload certificates issued by the CA pool. Must be between 10 hours
121
+
* Optional. Lifetime of the workload certificates issued by the CA pool. Must be between 24 hours
122
122
* and 30 days. If not specified, this will be defaulted to 24 hours.
123
123
* @return value or {@code null} for none
124
124
*/
@@ -127,7 +127,7 @@ public String getLifetime() {
127
127
}
128
128
129
129
/**
130
-
* Optional. Lifetime of the workload certificates issued by the CA pool. Must be between 10 hours
130
+
* Optional. Lifetime of the workload certificates issued by the CA pool. Must be between 24 hours
131
131
* and 30 days. If not specified, this will be defaulted to 24 hours.
132
132
* @param lifetime lifetime or {@code null} for none
133
133
*/
@@ -137,19 +137,19 @@ public InlineCertificateIssuanceConfig setLifetime(String lifetime) {
137
137
}
138
138
139
139
/**
140
-
* Optional. Rotation window percentage indicating when certificate rotation should be initiated
141
-
* based on remaining lifetime. Must be between 10 and 80. If not specified, this will be
142
-
* defaulted to 50.
140
+
* Optional. Rotation window percentage, the percentage of remaining lifetime after which
141
+
* certificate rotation is initiated. Must be between 50 and 80. If no value is specified,
0 commit comments