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
"""Gets the gcp_sm_regions of this CreateUSC. # noqa: E501
219
+
220
+
GCP Secret Manager regions to query for regional secrets (comma-separated, e.g., us-east1,us-west1). Max 12 regions. Required when listing with object-type=regional-secrets. # noqa: E501
221
+
222
+
:return: The gcp_sm_regions of this CreateUSC. # noqa: E501
223
+
:rtype: str
224
+
"""
225
+
returnself._gcp_sm_regions
226
+
227
+
@gcp_sm_regions.setter
228
+
defgcp_sm_regions(self, gcp_sm_regions):
229
+
"""Sets the gcp_sm_regions of this CreateUSC.
230
+
231
+
GCP Secret Manager regions to query for regional secrets (comma-separated, e.g., us-east1,us-west1). Max 12 regions. Required when listing with object-type=regional-secrets. # noqa: E501
232
+
233
+
:param gcp_sm_regions: The gcp_sm_regions of this CreateUSC. # noqa: E501
234
+
:type: str
235
+
"""
236
+
237
+
self._gcp_sm_regions=gcp_sm_regions
238
+
211
239
@property
212
240
defitem_custom_fields(self):
213
241
"""Gets the item_custom_fields of this CreateUSC. # noqa: E501
"""Gets the extended_key_usage of this GetKubeExecCreds. # noqa: E501
240
240
241
-
A comma-separated list of extended key usage requests which will be used for certificate issuance. Supported values: 'clientauth', 'serverauth'. If critical is present the extension will be marked as critical # noqa: E501
241
+
A comma-separated list of extended key usage requests which will be used for certificate issuance. Supported values: 'clientauth', 'serverauth', 'codesigning'. If critical is present the extension will be marked as critical # noqa: E501
242
242
243
243
:return: The extended_key_usage of this GetKubeExecCreds. # noqa: E501
244
244
:rtype: str
@@ -249,7 +249,7 @@ def extended_key_usage(self):
249
249
defextended_key_usage(self, extended_key_usage):
250
250
"""Sets the extended_key_usage of this GetKubeExecCreds.
251
251
252
-
A comma-separated list of extended key usage requests which will be used for certificate issuance. Supported values: 'clientauth', 'serverauth'. If critical is present the extension will be marked as critical # noqa: E501
252
+
A comma-separated list of extended key usage requests which will be used for certificate issuance. Supported values: 'clientauth', 'serverauth', 'codesigning'. If critical is present the extension will be marked as critical # noqa: E501
253
253
254
254
:param extended_key_usage: The extended_key_usage of this GetKubeExecCreds. # noqa: E501
"""Gets the extended_key_usage of this GetPKICertificate. # noqa: E501
212
212
213
-
A comma-separated list of extended key usage requests which will be used for certificate issuance. Supported values: 'clientauth', 'serverauth'. If critical is present the extension will be marked as critical # noqa: E501
213
+
A comma-separated list of extended key usage requests which will be used for certificate issuance. Supported values: 'clientauth', 'serverauth', 'codesigning'. If critical is present the extension will be marked as critical # noqa: E501
214
214
215
215
:return: The extended_key_usage of this GetPKICertificate. # noqa: E501
216
216
:rtype: str
@@ -221,7 +221,7 @@ def extended_key_usage(self):
221
221
defextended_key_usage(self, extended_key_usage):
222
222
"""Sets the extended_key_usage of this GetPKICertificate.
223
223
224
-
A comma-separated list of extended key usage requests which will be used for certificate issuance. Supported values: 'clientauth', 'serverauth'. If critical is present the extension will be marked as critical # noqa: E501
224
+
A comma-separated list of extended key usage requests which will be used for certificate issuance. Supported values: 'clientauth', 'serverauth', 'codesigning'. If critical is present the extension will be marked as critical # noqa: E501
225
225
226
226
:param extended_key_usage: The extended_key_usage of this GetPKICertificate. # noqa: E501
0 commit comments