pulumi-akamai 9.1.0a1756357789__py3-none-any.whl → 9.1.0a1757435296__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of pulumi-akamai might be problematic. Click here for more details.
- pulumi_akamai/__init__.py +30 -0
- pulumi_akamai/_inputs.py +944 -0
- pulumi_akamai/app_sec_slow_post.py +7 -14
- pulumi_akamai/cloud_access_key.py +21 -56
- pulumi_akamai/cloudlets_application_load_balancer.py +7 -21
- pulumi_akamai/datastream.py +7 -14
- pulumi_akamai/edge_host_name.py +7 -14
- pulumi_akamai/get_clientlist_lists.py +0 -3
- pulumi_akamai/get_mtlskeystore_account_ca_certificates.py +97 -0
- pulumi_akamai/get_mtlskeystore_client_certificate.py +233 -0
- pulumi_akamai/get_mtlskeystore_client_certificates.py +82 -0
- pulumi_akamai/gtm_domain.py +7 -14
- pulumi_akamai/iam_api_client.py +25 -50
- pulumi_akamai/imaging_policy_image.py +7 -21
- pulumi_akamai/imaging_policy_video.py +7 -21
- pulumi_akamai/mtlskeystore_client_certificate_akamai.py +654 -0
- pulumi_akamai/mtlskeystore_client_certificate_third_party.py +562 -0
- pulumi_akamai/mtlskeystore_client_certificate_upload.py +451 -0
- pulumi_akamai/network_list.py +7 -14
- pulumi_akamai/outputs.py +14310 -11900
- pulumi_akamai/property.py +7 -14
- pulumi_akamai/property_bootstrap.py +7 -14
- pulumi_akamai/property_hostname_bucket.py +28 -56
- pulumi_akamai/pulumi-plugin.json +1 -1
- {pulumi_akamai-9.1.0a1756357789.dist-info → pulumi_akamai-9.1.0a1757435296.dist-info}/METADATA +1 -1
- {pulumi_akamai-9.1.0a1756357789.dist-info → pulumi_akamai-9.1.0a1757435296.dist-info}/RECORD +28 -22
- {pulumi_akamai-9.1.0a1756357789.dist-info → pulumi_akamai-9.1.0a1757435296.dist-info}/WHEEL +0 -0
- {pulumi_akamai-9.1.0a1756357789.dist-info → pulumi_akamai-9.1.0a1757435296.dist-info}/top_level.txt +0 -0
|
@@ -0,0 +1,233 @@
|
|
|
1
|
+
# coding=utf-8
|
|
2
|
+
# *** WARNING: this file was generated by pulumi-language-python. ***
|
|
3
|
+
# *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
|
+
|
|
5
|
+
import builtins as _builtins
|
|
6
|
+
import warnings
|
|
7
|
+
import sys
|
|
8
|
+
import pulumi
|
|
9
|
+
import pulumi.runtime
|
|
10
|
+
from typing import Any, Mapping, Optional, Sequence, Union, overload
|
|
11
|
+
if sys.version_info >= (3, 11):
|
|
12
|
+
from typing import NotRequired, TypedDict, TypeAlias
|
|
13
|
+
else:
|
|
14
|
+
from typing_extensions import NotRequired, TypedDict, TypeAlias
|
|
15
|
+
from . import _utilities
|
|
16
|
+
from . import outputs
|
|
17
|
+
|
|
18
|
+
__all__ = [
|
|
19
|
+
'GetMtlskeystoreClientCertificateResult',
|
|
20
|
+
'AwaitableGetMtlskeystoreClientCertificateResult',
|
|
21
|
+
'get_mtlskeystore_client_certificate',
|
|
22
|
+
'get_mtlskeystore_client_certificate_output',
|
|
23
|
+
]
|
|
24
|
+
|
|
25
|
+
@pulumi.output_type
|
|
26
|
+
class GetMtlskeystoreClientCertificateResult:
|
|
27
|
+
"""
|
|
28
|
+
A collection of values returned by getMtlskeystoreClientCertificate.
|
|
29
|
+
"""
|
|
30
|
+
def __init__(__self__, certificate_id=None, certificate_name=None, created_by=None, created_date=None, current=None, geography=None, id=None, include_associated_properties=None, key_algorithm=None, notification_emails=None, previous=None, secure_network=None, signer=None, subject=None, versions=None):
|
|
31
|
+
if certificate_id and not isinstance(certificate_id, int):
|
|
32
|
+
raise TypeError("Expected argument 'certificate_id' to be a int")
|
|
33
|
+
pulumi.set(__self__, "certificate_id", certificate_id)
|
|
34
|
+
if certificate_name and not isinstance(certificate_name, str):
|
|
35
|
+
raise TypeError("Expected argument 'certificate_name' to be a str")
|
|
36
|
+
pulumi.set(__self__, "certificate_name", certificate_name)
|
|
37
|
+
if created_by and not isinstance(created_by, str):
|
|
38
|
+
raise TypeError("Expected argument 'created_by' to be a str")
|
|
39
|
+
pulumi.set(__self__, "created_by", created_by)
|
|
40
|
+
if created_date and not isinstance(created_date, str):
|
|
41
|
+
raise TypeError("Expected argument 'created_date' to be a str")
|
|
42
|
+
pulumi.set(__self__, "created_date", created_date)
|
|
43
|
+
if current and not isinstance(current, dict):
|
|
44
|
+
raise TypeError("Expected argument 'current' to be a dict")
|
|
45
|
+
pulumi.set(__self__, "current", current)
|
|
46
|
+
if geography and not isinstance(geography, str):
|
|
47
|
+
raise TypeError("Expected argument 'geography' to be a str")
|
|
48
|
+
pulumi.set(__self__, "geography", geography)
|
|
49
|
+
if id and not isinstance(id, str):
|
|
50
|
+
raise TypeError("Expected argument 'id' to be a str")
|
|
51
|
+
pulumi.set(__self__, "id", id)
|
|
52
|
+
if include_associated_properties and not isinstance(include_associated_properties, bool):
|
|
53
|
+
raise TypeError("Expected argument 'include_associated_properties' to be a bool")
|
|
54
|
+
pulumi.set(__self__, "include_associated_properties", include_associated_properties)
|
|
55
|
+
if key_algorithm and not isinstance(key_algorithm, str):
|
|
56
|
+
raise TypeError("Expected argument 'key_algorithm' to be a str")
|
|
57
|
+
pulumi.set(__self__, "key_algorithm", key_algorithm)
|
|
58
|
+
if notification_emails and not isinstance(notification_emails, list):
|
|
59
|
+
raise TypeError("Expected argument 'notification_emails' to be a list")
|
|
60
|
+
pulumi.set(__self__, "notification_emails", notification_emails)
|
|
61
|
+
if previous and not isinstance(previous, dict):
|
|
62
|
+
raise TypeError("Expected argument 'previous' to be a dict")
|
|
63
|
+
pulumi.set(__self__, "previous", previous)
|
|
64
|
+
if secure_network and not isinstance(secure_network, str):
|
|
65
|
+
raise TypeError("Expected argument 'secure_network' to be a str")
|
|
66
|
+
pulumi.set(__self__, "secure_network", secure_network)
|
|
67
|
+
if signer and not isinstance(signer, str):
|
|
68
|
+
raise TypeError("Expected argument 'signer' to be a str")
|
|
69
|
+
pulumi.set(__self__, "signer", signer)
|
|
70
|
+
if subject and not isinstance(subject, str):
|
|
71
|
+
raise TypeError("Expected argument 'subject' to be a str")
|
|
72
|
+
pulumi.set(__self__, "subject", subject)
|
|
73
|
+
if versions and not isinstance(versions, list):
|
|
74
|
+
raise TypeError("Expected argument 'versions' to be a list")
|
|
75
|
+
pulumi.set(__self__, "versions", versions)
|
|
76
|
+
|
|
77
|
+
@_builtins.property
|
|
78
|
+
@pulumi.getter(name="certificateId")
|
|
79
|
+
def certificate_id(self) -> _builtins.int:
|
|
80
|
+
return pulumi.get(self, "certificate_id")
|
|
81
|
+
|
|
82
|
+
@_builtins.property
|
|
83
|
+
@pulumi.getter(name="certificateName")
|
|
84
|
+
def certificate_name(self) -> _builtins.str:
|
|
85
|
+
return pulumi.get(self, "certificate_name")
|
|
86
|
+
|
|
87
|
+
@_builtins.property
|
|
88
|
+
@pulumi.getter(name="createdBy")
|
|
89
|
+
def created_by(self) -> _builtins.str:
|
|
90
|
+
return pulumi.get(self, "created_by")
|
|
91
|
+
|
|
92
|
+
@_builtins.property
|
|
93
|
+
@pulumi.getter(name="createdDate")
|
|
94
|
+
def created_date(self) -> _builtins.str:
|
|
95
|
+
return pulumi.get(self, "created_date")
|
|
96
|
+
|
|
97
|
+
@_builtins.property
|
|
98
|
+
@pulumi.getter
|
|
99
|
+
def current(self) -> 'outputs.GetMtlskeystoreClientCertificateCurrentResult':
|
|
100
|
+
return pulumi.get(self, "current")
|
|
101
|
+
|
|
102
|
+
@_builtins.property
|
|
103
|
+
@pulumi.getter
|
|
104
|
+
def geography(self) -> _builtins.str:
|
|
105
|
+
return pulumi.get(self, "geography")
|
|
106
|
+
|
|
107
|
+
@_builtins.property
|
|
108
|
+
@pulumi.getter
|
|
109
|
+
def id(self) -> _builtins.str:
|
|
110
|
+
"""
|
|
111
|
+
The provider-assigned unique ID for this managed resource.
|
|
112
|
+
"""
|
|
113
|
+
return pulumi.get(self, "id")
|
|
114
|
+
|
|
115
|
+
@_builtins.property
|
|
116
|
+
@pulumi.getter(name="includeAssociatedProperties")
|
|
117
|
+
def include_associated_properties(self) -> Optional[_builtins.bool]:
|
|
118
|
+
return pulumi.get(self, "include_associated_properties")
|
|
119
|
+
|
|
120
|
+
@_builtins.property
|
|
121
|
+
@pulumi.getter(name="keyAlgorithm")
|
|
122
|
+
def key_algorithm(self) -> _builtins.str:
|
|
123
|
+
return pulumi.get(self, "key_algorithm")
|
|
124
|
+
|
|
125
|
+
@_builtins.property
|
|
126
|
+
@pulumi.getter(name="notificationEmails")
|
|
127
|
+
def notification_emails(self) -> Sequence[_builtins.str]:
|
|
128
|
+
return pulumi.get(self, "notification_emails")
|
|
129
|
+
|
|
130
|
+
@_builtins.property
|
|
131
|
+
@pulumi.getter
|
|
132
|
+
def previous(self) -> 'outputs.GetMtlskeystoreClientCertificatePreviousResult':
|
|
133
|
+
return pulumi.get(self, "previous")
|
|
134
|
+
|
|
135
|
+
@_builtins.property
|
|
136
|
+
@pulumi.getter(name="secureNetwork")
|
|
137
|
+
def secure_network(self) -> _builtins.str:
|
|
138
|
+
return pulumi.get(self, "secure_network")
|
|
139
|
+
|
|
140
|
+
@_builtins.property
|
|
141
|
+
@pulumi.getter
|
|
142
|
+
def signer(self) -> _builtins.str:
|
|
143
|
+
return pulumi.get(self, "signer")
|
|
144
|
+
|
|
145
|
+
@_builtins.property
|
|
146
|
+
@pulumi.getter
|
|
147
|
+
def subject(self) -> _builtins.str:
|
|
148
|
+
return pulumi.get(self, "subject")
|
|
149
|
+
|
|
150
|
+
@_builtins.property
|
|
151
|
+
@pulumi.getter
|
|
152
|
+
def versions(self) -> Sequence['outputs.GetMtlskeystoreClientCertificateVersionResult']:
|
|
153
|
+
return pulumi.get(self, "versions")
|
|
154
|
+
|
|
155
|
+
|
|
156
|
+
class AwaitableGetMtlskeystoreClientCertificateResult(GetMtlskeystoreClientCertificateResult):
|
|
157
|
+
# pylint: disable=using-constant-test
|
|
158
|
+
def __await__(self):
|
|
159
|
+
if False:
|
|
160
|
+
yield self
|
|
161
|
+
return GetMtlskeystoreClientCertificateResult(
|
|
162
|
+
certificate_id=self.certificate_id,
|
|
163
|
+
certificate_name=self.certificate_name,
|
|
164
|
+
created_by=self.created_by,
|
|
165
|
+
created_date=self.created_date,
|
|
166
|
+
current=self.current,
|
|
167
|
+
geography=self.geography,
|
|
168
|
+
id=self.id,
|
|
169
|
+
include_associated_properties=self.include_associated_properties,
|
|
170
|
+
key_algorithm=self.key_algorithm,
|
|
171
|
+
notification_emails=self.notification_emails,
|
|
172
|
+
previous=self.previous,
|
|
173
|
+
secure_network=self.secure_network,
|
|
174
|
+
signer=self.signer,
|
|
175
|
+
subject=self.subject,
|
|
176
|
+
versions=self.versions)
|
|
177
|
+
|
|
178
|
+
|
|
179
|
+
def get_mtlskeystore_client_certificate(certificate_id: Optional[_builtins.int] = None,
|
|
180
|
+
include_associated_properties: Optional[_builtins.bool] = None,
|
|
181
|
+
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetMtlskeystoreClientCertificateResult:
|
|
182
|
+
"""
|
|
183
|
+
Use this data source to access information about an existing resource.
|
|
184
|
+
"""
|
|
185
|
+
__args__ = dict()
|
|
186
|
+
__args__['certificateId'] = certificate_id
|
|
187
|
+
__args__['includeAssociatedProperties'] = include_associated_properties
|
|
188
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
189
|
+
__ret__ = pulumi.runtime.invoke('akamai:index/getMtlskeystoreClientCertificate:getMtlskeystoreClientCertificate', __args__, opts=opts, typ=GetMtlskeystoreClientCertificateResult).value
|
|
190
|
+
|
|
191
|
+
return AwaitableGetMtlskeystoreClientCertificateResult(
|
|
192
|
+
certificate_id=pulumi.get(__ret__, 'certificate_id'),
|
|
193
|
+
certificate_name=pulumi.get(__ret__, 'certificate_name'),
|
|
194
|
+
created_by=pulumi.get(__ret__, 'created_by'),
|
|
195
|
+
created_date=pulumi.get(__ret__, 'created_date'),
|
|
196
|
+
current=pulumi.get(__ret__, 'current'),
|
|
197
|
+
geography=pulumi.get(__ret__, 'geography'),
|
|
198
|
+
id=pulumi.get(__ret__, 'id'),
|
|
199
|
+
include_associated_properties=pulumi.get(__ret__, 'include_associated_properties'),
|
|
200
|
+
key_algorithm=pulumi.get(__ret__, 'key_algorithm'),
|
|
201
|
+
notification_emails=pulumi.get(__ret__, 'notification_emails'),
|
|
202
|
+
previous=pulumi.get(__ret__, 'previous'),
|
|
203
|
+
secure_network=pulumi.get(__ret__, 'secure_network'),
|
|
204
|
+
signer=pulumi.get(__ret__, 'signer'),
|
|
205
|
+
subject=pulumi.get(__ret__, 'subject'),
|
|
206
|
+
versions=pulumi.get(__ret__, 'versions'))
|
|
207
|
+
def get_mtlskeystore_client_certificate_output(certificate_id: Optional[pulumi.Input[_builtins.int]] = None,
|
|
208
|
+
include_associated_properties: Optional[pulumi.Input[Optional[_builtins.bool]]] = None,
|
|
209
|
+
opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetMtlskeystoreClientCertificateResult]:
|
|
210
|
+
"""
|
|
211
|
+
Use this data source to access information about an existing resource.
|
|
212
|
+
"""
|
|
213
|
+
__args__ = dict()
|
|
214
|
+
__args__['certificateId'] = certificate_id
|
|
215
|
+
__args__['includeAssociatedProperties'] = include_associated_properties
|
|
216
|
+
opts = pulumi.InvokeOutputOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
217
|
+
__ret__ = pulumi.runtime.invoke_output('akamai:index/getMtlskeystoreClientCertificate:getMtlskeystoreClientCertificate', __args__, opts=opts, typ=GetMtlskeystoreClientCertificateResult)
|
|
218
|
+
return __ret__.apply(lambda __response__: GetMtlskeystoreClientCertificateResult(
|
|
219
|
+
certificate_id=pulumi.get(__response__, 'certificate_id'),
|
|
220
|
+
certificate_name=pulumi.get(__response__, 'certificate_name'),
|
|
221
|
+
created_by=pulumi.get(__response__, 'created_by'),
|
|
222
|
+
created_date=pulumi.get(__response__, 'created_date'),
|
|
223
|
+
current=pulumi.get(__response__, 'current'),
|
|
224
|
+
geography=pulumi.get(__response__, 'geography'),
|
|
225
|
+
id=pulumi.get(__response__, 'id'),
|
|
226
|
+
include_associated_properties=pulumi.get(__response__, 'include_associated_properties'),
|
|
227
|
+
key_algorithm=pulumi.get(__response__, 'key_algorithm'),
|
|
228
|
+
notification_emails=pulumi.get(__response__, 'notification_emails'),
|
|
229
|
+
previous=pulumi.get(__response__, 'previous'),
|
|
230
|
+
secure_network=pulumi.get(__response__, 'secure_network'),
|
|
231
|
+
signer=pulumi.get(__response__, 'signer'),
|
|
232
|
+
subject=pulumi.get(__response__, 'subject'),
|
|
233
|
+
versions=pulumi.get(__response__, 'versions')))
|
|
@@ -0,0 +1,82 @@
|
|
|
1
|
+
# coding=utf-8
|
|
2
|
+
# *** WARNING: this file was generated by pulumi-language-python. ***
|
|
3
|
+
# *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
|
+
|
|
5
|
+
import builtins as _builtins
|
|
6
|
+
import warnings
|
|
7
|
+
import sys
|
|
8
|
+
import pulumi
|
|
9
|
+
import pulumi.runtime
|
|
10
|
+
from typing import Any, Mapping, Optional, Sequence, Union, overload
|
|
11
|
+
if sys.version_info >= (3, 11):
|
|
12
|
+
from typing import NotRequired, TypedDict, TypeAlias
|
|
13
|
+
else:
|
|
14
|
+
from typing_extensions import NotRequired, TypedDict, TypeAlias
|
|
15
|
+
from . import _utilities
|
|
16
|
+
from . import outputs
|
|
17
|
+
|
|
18
|
+
__all__ = [
|
|
19
|
+
'GetMtlskeystoreClientCertificatesResult',
|
|
20
|
+
'AwaitableGetMtlskeystoreClientCertificatesResult',
|
|
21
|
+
'get_mtlskeystore_client_certificates',
|
|
22
|
+
'get_mtlskeystore_client_certificates_output',
|
|
23
|
+
]
|
|
24
|
+
|
|
25
|
+
@pulumi.output_type
|
|
26
|
+
class GetMtlskeystoreClientCertificatesResult:
|
|
27
|
+
"""
|
|
28
|
+
A collection of values returned by getMtlskeystoreClientCertificates.
|
|
29
|
+
"""
|
|
30
|
+
def __init__(__self__, certificates=None, id=None):
|
|
31
|
+
if certificates and not isinstance(certificates, list):
|
|
32
|
+
raise TypeError("Expected argument 'certificates' to be a list")
|
|
33
|
+
pulumi.set(__self__, "certificates", certificates)
|
|
34
|
+
if id and not isinstance(id, str):
|
|
35
|
+
raise TypeError("Expected argument 'id' to be a str")
|
|
36
|
+
pulumi.set(__self__, "id", id)
|
|
37
|
+
|
|
38
|
+
@_builtins.property
|
|
39
|
+
@pulumi.getter
|
|
40
|
+
def certificates(self) -> Sequence['outputs.GetMtlskeystoreClientCertificatesCertificateResult']:
|
|
41
|
+
return pulumi.get(self, "certificates")
|
|
42
|
+
|
|
43
|
+
@_builtins.property
|
|
44
|
+
@pulumi.getter
|
|
45
|
+
def id(self) -> _builtins.str:
|
|
46
|
+
"""
|
|
47
|
+
The provider-assigned unique ID for this managed resource.
|
|
48
|
+
"""
|
|
49
|
+
return pulumi.get(self, "id")
|
|
50
|
+
|
|
51
|
+
|
|
52
|
+
class AwaitableGetMtlskeystoreClientCertificatesResult(GetMtlskeystoreClientCertificatesResult):
|
|
53
|
+
# pylint: disable=using-constant-test
|
|
54
|
+
def __await__(self):
|
|
55
|
+
if False:
|
|
56
|
+
yield self
|
|
57
|
+
return GetMtlskeystoreClientCertificatesResult(
|
|
58
|
+
certificates=self.certificates,
|
|
59
|
+
id=self.id)
|
|
60
|
+
|
|
61
|
+
|
|
62
|
+
def get_mtlskeystore_client_certificates(opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetMtlskeystoreClientCertificatesResult:
|
|
63
|
+
"""
|
|
64
|
+
Use this data source to access information about an existing resource.
|
|
65
|
+
"""
|
|
66
|
+
__args__ = dict()
|
|
67
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
68
|
+
__ret__ = pulumi.runtime.invoke('akamai:index/getMtlskeystoreClientCertificates:getMtlskeystoreClientCertificates', __args__, opts=opts, typ=GetMtlskeystoreClientCertificatesResult).value
|
|
69
|
+
|
|
70
|
+
return AwaitableGetMtlskeystoreClientCertificatesResult(
|
|
71
|
+
certificates=pulumi.get(__ret__, 'certificates'),
|
|
72
|
+
id=pulumi.get(__ret__, 'id'))
|
|
73
|
+
def get_mtlskeystore_client_certificates_output(opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetMtlskeystoreClientCertificatesResult]:
|
|
74
|
+
"""
|
|
75
|
+
Use this data source to access information about an existing resource.
|
|
76
|
+
"""
|
|
77
|
+
__args__ = dict()
|
|
78
|
+
opts = pulumi.InvokeOutputOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
79
|
+
__ret__ = pulumi.runtime.invoke_output('akamai:index/getMtlskeystoreClientCertificates:getMtlskeystoreClientCertificates', __args__, opts=opts, typ=GetMtlskeystoreClientCertificatesResult)
|
|
80
|
+
return __ret__.apply(lambda __response__: GetMtlskeystoreClientCertificatesResult(
|
|
81
|
+
certificates=pulumi.get(__response__, 'certificates'),
|
|
82
|
+
id=pulumi.get(__response__, 'id')))
|
pulumi_akamai/gtm_domain.py
CHANGED
|
@@ -39,8 +39,7 @@ class GtmDomainArgs:
|
|
|
39
39
|
"""
|
|
40
40
|
The set of arguments for constructing a GtmDomain resource.
|
|
41
41
|
:param pulumi.Input[_builtins.bool] sign_and_serve: If set (true) we will sign the domain's resource records so that they can be validated by a validating resolver.
|
|
42
|
-
:param pulumi.Input[_builtins.str] sign_and_serve_algorithm: The signing algorithm to use for signAndServe. One of the following values: RSA_SHA1, RSA_SHA256, RSA_SHA512,
|
|
43
|
-
ECDSA_P256_SHA256, ECDSA_P384_SHA384, ED25519, ED448.
|
|
42
|
+
:param pulumi.Input[_builtins.str] sign_and_serve_algorithm: The signing algorithm to use for signAndServe. One of the following values: RSA_SHA1, RSA_SHA256, RSA_SHA512, ECDSA_P256_SHA256, ECDSA_P384_SHA384, ED25519, ED448.
|
|
44
43
|
"""
|
|
45
44
|
pulumi.set(__self__, "type", type)
|
|
46
45
|
if cname_coalescing_enabled is not None:
|
|
@@ -218,8 +217,7 @@ class GtmDomainArgs:
|
|
|
218
217
|
@pulumi.getter(name="signAndServeAlgorithm")
|
|
219
218
|
def sign_and_serve_algorithm(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
220
219
|
"""
|
|
221
|
-
The signing algorithm to use for signAndServe. One of the following values: RSA_SHA1, RSA_SHA256, RSA_SHA512,
|
|
222
|
-
ECDSA_P256_SHA256, ECDSA_P384_SHA384, ED25519, ED448.
|
|
220
|
+
The signing algorithm to use for signAndServe. One of the following values: RSA_SHA1, RSA_SHA256, RSA_SHA512, ECDSA_P256_SHA256, ECDSA_P384_SHA384, ED25519, ED448.
|
|
223
221
|
"""
|
|
224
222
|
return pulumi.get(self, "sign_and_serve_algorithm")
|
|
225
223
|
|
|
@@ -279,8 +277,7 @@ class _GtmDomainState:
|
|
|
279
277
|
"""
|
|
280
278
|
Input properties used for looking up and filtering GtmDomain resources.
|
|
281
279
|
:param pulumi.Input[_builtins.bool] sign_and_serve: If set (true) we will sign the domain's resource records so that they can be validated by a validating resolver.
|
|
282
|
-
:param pulumi.Input[_builtins.str] sign_and_serve_algorithm: The signing algorithm to use for signAndServe. One of the following values: RSA_SHA1, RSA_SHA256, RSA_SHA512,
|
|
283
|
-
ECDSA_P256_SHA256, ECDSA_P384_SHA384, ED25519, ED448.
|
|
280
|
+
:param pulumi.Input[_builtins.str] sign_and_serve_algorithm: The signing algorithm to use for signAndServe. One of the following values: RSA_SHA1, RSA_SHA256, RSA_SHA512, ECDSA_P256_SHA256, ECDSA_P384_SHA384, ED25519, ED448.
|
|
284
281
|
"""
|
|
285
282
|
if cname_coalescing_enabled is not None:
|
|
286
283
|
pulumi.set(__self__, "cname_coalescing_enabled", cname_coalescing_enabled)
|
|
@@ -659,8 +656,7 @@ class _GtmDomainState:
|
|
|
659
656
|
@pulumi.getter(name="signAndServeAlgorithm")
|
|
660
657
|
def sign_and_serve_algorithm(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
661
658
|
"""
|
|
662
|
-
The signing algorithm to use for signAndServe. One of the following values: RSA_SHA1, RSA_SHA256, RSA_SHA512,
|
|
663
|
-
ECDSA_P256_SHA256, ECDSA_P384_SHA384, ED25519, ED448.
|
|
659
|
+
The signing algorithm to use for signAndServe. One of the following values: RSA_SHA1, RSA_SHA256, RSA_SHA512, ECDSA_P256_SHA256, ECDSA_P384_SHA384, ED25519, ED448.
|
|
664
660
|
"""
|
|
665
661
|
return pulumi.get(self, "sign_and_serve_algorithm")
|
|
666
662
|
|
|
@@ -716,8 +712,7 @@ class GtmDomain(pulumi.CustomResource):
|
|
|
716
712
|
:param str resource_name: The name of the resource.
|
|
717
713
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
718
714
|
:param pulumi.Input[_builtins.bool] sign_and_serve: If set (true) we will sign the domain's resource records so that they can be validated by a validating resolver.
|
|
719
|
-
:param pulumi.Input[_builtins.str] sign_and_serve_algorithm: The signing algorithm to use for signAndServe. One of the following values: RSA_SHA1, RSA_SHA256, RSA_SHA512,
|
|
720
|
-
ECDSA_P256_SHA256, ECDSA_P384_SHA384, ED25519, ED448.
|
|
715
|
+
:param pulumi.Input[_builtins.str] sign_and_serve_algorithm: The signing algorithm to use for signAndServe. One of the following values: RSA_SHA1, RSA_SHA256, RSA_SHA512, ECDSA_P256_SHA256, ECDSA_P384_SHA384, ED25519, ED448.
|
|
721
716
|
"""
|
|
722
717
|
...
|
|
723
718
|
@overload
|
|
@@ -862,8 +857,7 @@ class GtmDomain(pulumi.CustomResource):
|
|
|
862
857
|
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
|
863
858
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
864
859
|
:param pulumi.Input[_builtins.bool] sign_and_serve: If set (true) we will sign the domain's resource records so that they can be validated by a validating resolver.
|
|
865
|
-
:param pulumi.Input[_builtins.str] sign_and_serve_algorithm: The signing algorithm to use for signAndServe. One of the following values: RSA_SHA1, RSA_SHA256, RSA_SHA512,
|
|
866
|
-
ECDSA_P256_SHA256, ECDSA_P384_SHA384, ED25519, ED448.
|
|
860
|
+
:param pulumi.Input[_builtins.str] sign_and_serve_algorithm: The signing algorithm to use for signAndServe. One of the following values: RSA_SHA1, RSA_SHA256, RSA_SHA512, ECDSA_P256_SHA256, ECDSA_P384_SHA384, ED25519, ED448.
|
|
867
861
|
"""
|
|
868
862
|
opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
|
|
869
863
|
|
|
@@ -1079,8 +1073,7 @@ class GtmDomain(pulumi.CustomResource):
|
|
|
1079
1073
|
@pulumi.getter(name="signAndServeAlgorithm")
|
|
1080
1074
|
def sign_and_serve_algorithm(self) -> pulumi.Output[Optional[_builtins.str]]:
|
|
1081
1075
|
"""
|
|
1082
|
-
The signing algorithm to use for signAndServe. One of the following values: RSA_SHA1, RSA_SHA256, RSA_SHA512,
|
|
1083
|
-
ECDSA_P256_SHA256, ECDSA_P384_SHA384, ED25519, ED448.
|
|
1076
|
+
The signing algorithm to use for signAndServe. One of the following values: RSA_SHA1, RSA_SHA256, RSA_SHA512, ECDSA_P256_SHA256, ECDSA_P384_SHA384, ED25519, ED448.
|
|
1084
1077
|
"""
|
|
1085
1078
|
return pulumi.get(self, "sign_and_serve_algorithm")
|
|
1086
1079
|
|
pulumi_akamai/iam_api_client.py
CHANGED
|
@@ -37,11 +37,9 @@ class IamApiClientArgs:
|
|
|
37
37
|
"""
|
|
38
38
|
The set of arguments for constructing a IamApiClient resource.
|
|
39
39
|
:param pulumi.Input['IamApiClientApiAccessArgs'] api_access: The APIs the API client can access.
|
|
40
|
-
:param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] authorized_users: The API client's valid users. When the 'client_type' is either 'CLIENT' or 'USER_CLIENT', you need to specify a single
|
|
41
|
-
username in an array.
|
|
40
|
+
:param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] authorized_users: The API client's valid users. When the 'client_type' is either 'CLIENT' or 'USER_CLIENT', you need to specify a single username in an array.
|
|
42
41
|
:param pulumi.Input[_builtins.str] client_name: A human-readable name for the API client.
|
|
43
|
-
:param pulumi.Input[_builtins.str] client_type: Specifies the API client's ownership and credential management. 'CLIENT' indicates the creator owns and manages the
|
|
44
|
-
credentials. 'USER_CLIENT' indicates another user owns the client and manages the credentials.
|
|
42
|
+
:param pulumi.Input[_builtins.str] client_type: Specifies the API client's ownership and credential management. 'CLIENT' indicates the creator owns and manages the credentials. 'USER_CLIENT' indicates another user owns the client and manages the credentials.
|
|
45
43
|
:param pulumi.Input['IamApiClientGroupAccessArgs'] group_access: Specifies the API client's group access.
|
|
46
44
|
:param pulumi.Input[_builtins.bool] allow_account_switch: Enables the API client to manage more than one account.
|
|
47
45
|
:param pulumi.Input[_builtins.bool] can_auto_create_credential: Whether the API client can create a credential for a new API client. The default is false.
|
|
@@ -49,8 +47,7 @@ class IamApiClientArgs:
|
|
|
49
47
|
:param pulumi.Input['IamApiClientIpAclArgs'] ip_acl: Specifies the API client's IP list restriction.
|
|
50
48
|
:param pulumi.Input[_builtins.bool] lock: Whether to lock or unlock the API client.
|
|
51
49
|
:param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] notification_emails: Email addresses to notify users when credentials expire.
|
|
52
|
-
:param pulumi.Input['IamApiClientPurgeOptionsArgs'] purge_options: Configures the API client to access the Fast Purge API. Provide it only if the `apis` attribute includes an `api_name`
|
|
53
|
-
of `CCU API`.
|
|
50
|
+
:param pulumi.Input['IamApiClientPurgeOptionsArgs'] purge_options: Configures the API client to access the Fast Purge API. Provide it only if the `apis` attribute includes an `api_name` of `CCU API`.
|
|
54
51
|
"""
|
|
55
52
|
pulumi.set(__self__, "api_access", api_access)
|
|
56
53
|
pulumi.set(__self__, "authorized_users", authorized_users)
|
|
@@ -89,8 +86,7 @@ class IamApiClientArgs:
|
|
|
89
86
|
@pulumi.getter(name="authorizedUsers")
|
|
90
87
|
def authorized_users(self) -> pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]:
|
|
91
88
|
"""
|
|
92
|
-
The API client's valid users. When the 'client_type' is either 'CLIENT' or 'USER_CLIENT', you need to specify a single
|
|
93
|
-
username in an array.
|
|
89
|
+
The API client's valid users. When the 'client_type' is either 'CLIENT' or 'USER_CLIENT', you need to specify a single username in an array.
|
|
94
90
|
"""
|
|
95
91
|
return pulumi.get(self, "authorized_users")
|
|
96
92
|
|
|
@@ -114,8 +110,7 @@ class IamApiClientArgs:
|
|
|
114
110
|
@pulumi.getter(name="clientType")
|
|
115
111
|
def client_type(self) -> pulumi.Input[_builtins.str]:
|
|
116
112
|
"""
|
|
117
|
-
Specifies the API client's ownership and credential management. 'CLIENT' indicates the creator owns and manages the
|
|
118
|
-
credentials. 'USER_CLIENT' indicates another user owns the client and manages the credentials.
|
|
113
|
+
Specifies the API client's ownership and credential management. 'CLIENT' indicates the creator owns and manages the credentials. 'USER_CLIENT' indicates another user owns the client and manages the credentials.
|
|
119
114
|
"""
|
|
120
115
|
return pulumi.get(self, "client_type")
|
|
121
116
|
|
|
@@ -220,8 +215,7 @@ class IamApiClientArgs:
|
|
|
220
215
|
@pulumi.getter(name="purgeOptions")
|
|
221
216
|
def purge_options(self) -> Optional[pulumi.Input['IamApiClientPurgeOptionsArgs']]:
|
|
222
217
|
"""
|
|
223
|
-
Configures the API client to access the Fast Purge API. Provide it only if the `apis` attribute includes an `api_name`
|
|
224
|
-
of `CCU API`.
|
|
218
|
+
Configures the API client to access the Fast Purge API. Provide it only if the `apis` attribute includes an `api_name` of `CCU API`.
|
|
225
219
|
"""
|
|
226
220
|
return pulumi.get(self, "purge_options")
|
|
227
221
|
|
|
@@ -257,27 +251,23 @@ class _IamApiClientState:
|
|
|
257
251
|
Input properties used for looking up and filtering IamApiClient resources.
|
|
258
252
|
:param pulumi.Input[_builtins.str] access_token: The part of the client secret that identifies your API client and lets you access applications and resources.
|
|
259
253
|
:param pulumi.Input['IamApiClientActionsArgs'] actions: Specifies activities available for the API client.
|
|
260
|
-
:param pulumi.Input[_builtins.int] active_credential_count: The number of credentials active for the API client. When the count is zero, you can delete the API client without
|
|
261
|
-
interruption.
|
|
254
|
+
:param pulumi.Input[_builtins.int] active_credential_count: The number of credentials active for the API client. When the count is zero, you can delete the API client without interruption.
|
|
262
255
|
:param pulumi.Input[_builtins.bool] allow_account_switch: Enables the API client to manage more than one account.
|
|
263
256
|
:param pulumi.Input['IamApiClientApiAccessArgs'] api_access: The APIs the API client can access.
|
|
264
|
-
:param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] authorized_users: The API client's valid users. When the 'client_type' is either 'CLIENT' or 'USER_CLIENT', you need to specify a single
|
|
265
|
-
username in an array.
|
|
257
|
+
:param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] authorized_users: The API client's valid users. When the 'client_type' is either 'CLIENT' or 'USER_CLIENT', you need to specify a single username in an array.
|
|
266
258
|
:param pulumi.Input[_builtins.str] base_url: The base URL for the service.
|
|
267
259
|
:param pulumi.Input[_builtins.bool] can_auto_create_credential: Whether the API client can create a credential for a new API client. The default is false.
|
|
268
260
|
:param pulumi.Input[_builtins.str] client_description: A human-readable description of the API client.
|
|
269
261
|
:param pulumi.Input[_builtins.str] client_id: A unique identifier for the API client.
|
|
270
262
|
:param pulumi.Input[_builtins.str] client_name: A human-readable name for the API client.
|
|
271
|
-
:param pulumi.Input[_builtins.str] client_type: Specifies the API client's ownership and credential management. 'CLIENT' indicates the creator owns and manages the
|
|
272
|
-
credentials. 'USER_CLIENT' indicates another user owns the client and manages the credentials.
|
|
263
|
+
:param pulumi.Input[_builtins.str] client_type: Specifies the API client's ownership and credential management. 'CLIENT' indicates the creator owns and manages the credentials. 'USER_CLIENT' indicates another user owns the client and manages the credentials.
|
|
273
264
|
:param pulumi.Input[_builtins.str] created_by: The user who created the API client.
|
|
274
265
|
:param pulumi.Input[_builtins.str] created_date: The ISO 8601 timestamp indicating when the API client was created.
|
|
275
266
|
:param pulumi.Input['IamApiClientGroupAccessArgs'] group_access: Specifies the API client's group access.
|
|
276
267
|
:param pulumi.Input['IamApiClientIpAclArgs'] ip_acl: Specifies the API client's IP list restriction.
|
|
277
268
|
:param pulumi.Input[_builtins.bool] lock: Whether to lock or unlock the API client.
|
|
278
269
|
:param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] notification_emails: Email addresses to notify users when credentials expire.
|
|
279
|
-
:param pulumi.Input['IamApiClientPurgeOptionsArgs'] purge_options: Configures the API client to access the Fast Purge API. Provide it only if the `apis` attribute includes an `api_name`
|
|
280
|
-
of `CCU API`.
|
|
270
|
+
:param pulumi.Input['IamApiClientPurgeOptionsArgs'] purge_options: Configures the API client to access the Fast Purge API. Provide it only if the `apis` attribute includes an `api_name` of `CCU API`.
|
|
281
271
|
"""
|
|
282
272
|
if access_token is not None:
|
|
283
273
|
pulumi.set(__self__, "access_token", access_token)
|
|
@@ -348,8 +338,7 @@ class _IamApiClientState:
|
|
|
348
338
|
@pulumi.getter(name="activeCredentialCount")
|
|
349
339
|
def active_credential_count(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
350
340
|
"""
|
|
351
|
-
The number of credentials active for the API client. When the count is zero, you can delete the API client without
|
|
352
|
-
interruption.
|
|
341
|
+
The number of credentials active for the API client. When the count is zero, you can delete the API client without interruption.
|
|
353
342
|
"""
|
|
354
343
|
return pulumi.get(self, "active_credential_count")
|
|
355
344
|
|
|
@@ -385,8 +374,7 @@ class _IamApiClientState:
|
|
|
385
374
|
@pulumi.getter(name="authorizedUsers")
|
|
386
375
|
def authorized_users(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]:
|
|
387
376
|
"""
|
|
388
|
-
The API client's valid users. When the 'client_type' is either 'CLIENT' or 'USER_CLIENT', you need to specify a single
|
|
389
|
-
username in an array.
|
|
377
|
+
The API client's valid users. When the 'client_type' is either 'CLIENT' or 'USER_CLIENT', you need to specify a single username in an array.
|
|
390
378
|
"""
|
|
391
379
|
return pulumi.get(self, "authorized_users")
|
|
392
380
|
|
|
@@ -458,8 +446,7 @@ class _IamApiClientState:
|
|
|
458
446
|
@pulumi.getter(name="clientType")
|
|
459
447
|
def client_type(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
460
448
|
"""
|
|
461
|
-
Specifies the API client's ownership and credential management. 'CLIENT' indicates the creator owns and manages the
|
|
462
|
-
credentials. 'USER_CLIENT' indicates another user owns the client and manages the credentials.
|
|
449
|
+
Specifies the API client's ownership and credential management. 'CLIENT' indicates the creator owns and manages the credentials. 'USER_CLIENT' indicates another user owns the client and manages the credentials.
|
|
463
450
|
"""
|
|
464
451
|
return pulumi.get(self, "client_type")
|
|
465
452
|
|
|
@@ -552,8 +539,7 @@ class _IamApiClientState:
|
|
|
552
539
|
@pulumi.getter(name="purgeOptions")
|
|
553
540
|
def purge_options(self) -> Optional[pulumi.Input['IamApiClientPurgeOptionsArgs']]:
|
|
554
541
|
"""
|
|
555
|
-
Configures the API client to access the Fast Purge API. Provide it only if the `apis` attribute includes an `api_name`
|
|
556
|
-
of `CCU API`.
|
|
542
|
+
Configures the API client to access the Fast Purge API. Provide it only if the `apis` attribute includes an `api_name` of `CCU API`.
|
|
557
543
|
"""
|
|
558
544
|
return pulumi.get(self, "purge_options")
|
|
559
545
|
|
|
@@ -588,19 +574,16 @@ class IamApiClient(pulumi.CustomResource):
|
|
|
588
574
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
589
575
|
:param pulumi.Input[_builtins.bool] allow_account_switch: Enables the API client to manage more than one account.
|
|
590
576
|
:param pulumi.Input[Union['IamApiClientApiAccessArgs', 'IamApiClientApiAccessArgsDict']] api_access: The APIs the API client can access.
|
|
591
|
-
:param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] authorized_users: The API client's valid users. When the 'client_type' is either 'CLIENT' or 'USER_CLIENT', you need to specify a single
|
|
592
|
-
username in an array.
|
|
577
|
+
:param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] authorized_users: The API client's valid users. When the 'client_type' is either 'CLIENT' or 'USER_CLIENT', you need to specify a single username in an array.
|
|
593
578
|
:param pulumi.Input[_builtins.bool] can_auto_create_credential: Whether the API client can create a credential for a new API client. The default is false.
|
|
594
579
|
:param pulumi.Input[_builtins.str] client_description: A human-readable description of the API client.
|
|
595
580
|
:param pulumi.Input[_builtins.str] client_name: A human-readable name for the API client.
|
|
596
|
-
:param pulumi.Input[_builtins.str] client_type: Specifies the API client's ownership and credential management. 'CLIENT' indicates the creator owns and manages the
|
|
597
|
-
credentials. 'USER_CLIENT' indicates another user owns the client and manages the credentials.
|
|
581
|
+
:param pulumi.Input[_builtins.str] client_type: Specifies the API client's ownership and credential management. 'CLIENT' indicates the creator owns and manages the credentials. 'USER_CLIENT' indicates another user owns the client and manages the credentials.
|
|
598
582
|
:param pulumi.Input[Union['IamApiClientGroupAccessArgs', 'IamApiClientGroupAccessArgsDict']] group_access: Specifies the API client's group access.
|
|
599
583
|
:param pulumi.Input[Union['IamApiClientIpAclArgs', 'IamApiClientIpAclArgsDict']] ip_acl: Specifies the API client's IP list restriction.
|
|
600
584
|
:param pulumi.Input[_builtins.bool] lock: Whether to lock or unlock the API client.
|
|
601
585
|
:param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] notification_emails: Email addresses to notify users when credentials expire.
|
|
602
|
-
:param pulumi.Input[Union['IamApiClientPurgeOptionsArgs', 'IamApiClientPurgeOptionsArgsDict']] purge_options: Configures the API client to access the Fast Purge API. Provide it only if the `apis` attribute includes an `api_name`
|
|
603
|
-
of `CCU API`.
|
|
586
|
+
:param pulumi.Input[Union['IamApiClientPurgeOptionsArgs', 'IamApiClientPurgeOptionsArgsDict']] purge_options: Configures the API client to access the Fast Purge API. Provide it only if the `apis` attribute includes an `api_name` of `CCU API`.
|
|
604
587
|
"""
|
|
605
588
|
...
|
|
606
589
|
@overload
|
|
@@ -720,27 +703,23 @@ class IamApiClient(pulumi.CustomResource):
|
|
|
720
703
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
721
704
|
:param pulumi.Input[_builtins.str] access_token: The part of the client secret that identifies your API client and lets you access applications and resources.
|
|
722
705
|
:param pulumi.Input[Union['IamApiClientActionsArgs', 'IamApiClientActionsArgsDict']] actions: Specifies activities available for the API client.
|
|
723
|
-
:param pulumi.Input[_builtins.int] active_credential_count: The number of credentials active for the API client. When the count is zero, you can delete the API client without
|
|
724
|
-
interruption.
|
|
706
|
+
:param pulumi.Input[_builtins.int] active_credential_count: The number of credentials active for the API client. When the count is zero, you can delete the API client without interruption.
|
|
725
707
|
:param pulumi.Input[_builtins.bool] allow_account_switch: Enables the API client to manage more than one account.
|
|
726
708
|
:param pulumi.Input[Union['IamApiClientApiAccessArgs', 'IamApiClientApiAccessArgsDict']] api_access: The APIs the API client can access.
|
|
727
|
-
:param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] authorized_users: The API client's valid users. When the 'client_type' is either 'CLIENT' or 'USER_CLIENT', you need to specify a single
|
|
728
|
-
username in an array.
|
|
709
|
+
:param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] authorized_users: The API client's valid users. When the 'client_type' is either 'CLIENT' or 'USER_CLIENT', you need to specify a single username in an array.
|
|
729
710
|
:param pulumi.Input[_builtins.str] base_url: The base URL for the service.
|
|
730
711
|
:param pulumi.Input[_builtins.bool] can_auto_create_credential: Whether the API client can create a credential for a new API client. The default is false.
|
|
731
712
|
:param pulumi.Input[_builtins.str] client_description: A human-readable description of the API client.
|
|
732
713
|
:param pulumi.Input[_builtins.str] client_id: A unique identifier for the API client.
|
|
733
714
|
:param pulumi.Input[_builtins.str] client_name: A human-readable name for the API client.
|
|
734
|
-
:param pulumi.Input[_builtins.str] client_type: Specifies the API client's ownership and credential management. 'CLIENT' indicates the creator owns and manages the
|
|
735
|
-
credentials. 'USER_CLIENT' indicates another user owns the client and manages the credentials.
|
|
715
|
+
:param pulumi.Input[_builtins.str] client_type: Specifies the API client's ownership and credential management. 'CLIENT' indicates the creator owns and manages the credentials. 'USER_CLIENT' indicates another user owns the client and manages the credentials.
|
|
736
716
|
:param pulumi.Input[_builtins.str] created_by: The user who created the API client.
|
|
737
717
|
:param pulumi.Input[_builtins.str] created_date: The ISO 8601 timestamp indicating when the API client was created.
|
|
738
718
|
:param pulumi.Input[Union['IamApiClientGroupAccessArgs', 'IamApiClientGroupAccessArgsDict']] group_access: Specifies the API client's group access.
|
|
739
719
|
:param pulumi.Input[Union['IamApiClientIpAclArgs', 'IamApiClientIpAclArgsDict']] ip_acl: Specifies the API client's IP list restriction.
|
|
740
720
|
:param pulumi.Input[_builtins.bool] lock: Whether to lock or unlock the API client.
|
|
741
721
|
:param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] notification_emails: Email addresses to notify users when credentials expire.
|
|
742
|
-
:param pulumi.Input[Union['IamApiClientPurgeOptionsArgs', 'IamApiClientPurgeOptionsArgsDict']] purge_options: Configures the API client to access the Fast Purge API. Provide it only if the `apis` attribute includes an `api_name`
|
|
743
|
-
of `CCU API`.
|
|
722
|
+
:param pulumi.Input[Union['IamApiClientPurgeOptionsArgs', 'IamApiClientPurgeOptionsArgsDict']] purge_options: Configures the API client to access the Fast Purge API. Provide it only if the `apis` attribute includes an `api_name` of `CCU API`.
|
|
744
723
|
"""
|
|
745
724
|
opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
|
|
746
725
|
|
|
@@ -788,8 +767,7 @@ class IamApiClient(pulumi.CustomResource):
|
|
|
788
767
|
@pulumi.getter(name="activeCredentialCount")
|
|
789
768
|
def active_credential_count(self) -> pulumi.Output[_builtins.int]:
|
|
790
769
|
"""
|
|
791
|
-
The number of credentials active for the API client. When the count is zero, you can delete the API client without
|
|
792
|
-
interruption.
|
|
770
|
+
The number of credentials active for the API client. When the count is zero, you can delete the API client without interruption.
|
|
793
771
|
"""
|
|
794
772
|
return pulumi.get(self, "active_credential_count")
|
|
795
773
|
|
|
@@ -813,8 +791,7 @@ class IamApiClient(pulumi.CustomResource):
|
|
|
813
791
|
@pulumi.getter(name="authorizedUsers")
|
|
814
792
|
def authorized_users(self) -> pulumi.Output[Sequence[_builtins.str]]:
|
|
815
793
|
"""
|
|
816
|
-
The API client's valid users. When the 'client_type' is either 'CLIENT' or 'USER_CLIENT', you need to specify a single
|
|
817
|
-
username in an array.
|
|
794
|
+
The API client's valid users. When the 'client_type' is either 'CLIENT' or 'USER_CLIENT', you need to specify a single username in an array.
|
|
818
795
|
"""
|
|
819
796
|
return pulumi.get(self, "authorized_users")
|
|
820
797
|
|
|
@@ -862,8 +839,7 @@ class IamApiClient(pulumi.CustomResource):
|
|
|
862
839
|
@pulumi.getter(name="clientType")
|
|
863
840
|
def client_type(self) -> pulumi.Output[_builtins.str]:
|
|
864
841
|
"""
|
|
865
|
-
Specifies the API client's ownership and credential management. 'CLIENT' indicates the creator owns and manages the
|
|
866
|
-
credentials. 'USER_CLIENT' indicates another user owns the client and manages the credentials.
|
|
842
|
+
Specifies the API client's ownership and credential management. 'CLIENT' indicates the creator owns and manages the credentials. 'USER_CLIENT' indicates another user owns the client and manages the credentials.
|
|
867
843
|
"""
|
|
868
844
|
return pulumi.get(self, "client_type")
|
|
869
845
|
|
|
@@ -924,8 +900,7 @@ class IamApiClient(pulumi.CustomResource):
|
|
|
924
900
|
@pulumi.getter(name="purgeOptions")
|
|
925
901
|
def purge_options(self) -> pulumi.Output[Optional['outputs.IamApiClientPurgeOptions']]:
|
|
926
902
|
"""
|
|
927
|
-
Configures the API client to access the Fast Purge API. Provide it only if the `apis` attribute includes an `api_name`
|
|
928
|
-
of `CCU API`.
|
|
903
|
+
Configures the API client to access the Fast Purge API. Provide it only if the `apis` attribute includes an `api_name` of `CCU API`.
|
|
929
904
|
"""
|
|
930
905
|
return pulumi.get(self, "purge_options")
|
|
931
906
|
|