pulumi-gcp 7.21.0__py3-none-any.whl → 7.21.0a1714149635__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.
- pulumi_gcp/__init__.py +0 -40
- pulumi_gcp/alloydb/_inputs.py +0 -74
- pulumi_gcp/alloydb/backup.py +12 -0
- pulumi_gcp/alloydb/cluster.py +12 -0
- pulumi_gcp/alloydb/instance.py +81 -90
- pulumi_gcp/alloydb/outputs.py +0 -98
- pulumi_gcp/apigee/environment.py +0 -47
- pulumi_gcp/apigee/sharedflow.py +20 -0
- pulumi_gcp/appengine/flexible_app_version.py +20 -0
- pulumi_gcp/applicationintegration/__init__.py +0 -1
- pulumi_gcp/applicationintegration/_inputs.py +0 -843
- pulumi_gcp/applicationintegration/outputs.py +0 -891
- pulumi_gcp/bigquerydatapolicy/_inputs.py +4 -21
- pulumi_gcp/bigquerydatapolicy/data_policy.py +0 -78
- pulumi_gcp/bigquerydatapolicy/outputs.py +3 -16
- pulumi_gcp/certificateauthority/_inputs.py +12 -92
- pulumi_gcp/certificateauthority/authority.py +27 -117
- pulumi_gcp/certificateauthority/certificate.py +0 -176
- pulumi_gcp/certificateauthority/outputs.py +12 -144
- pulumi_gcp/cloudbuild/worker_pool.py +12 -0
- pulumi_gcp/cloudbuildv2/connection.py +12 -0
- pulumi_gcp/cloudbuildv2/repository.py +12 -0
- pulumi_gcp/clouddeploy/automation.py +12 -0
- pulumi_gcp/clouddeploy/custom_target_type.py +12 -0
- pulumi_gcp/clouddeploy/delivery_pipeline.py +12 -0
- pulumi_gcp/clouddeploy/target.py +12 -0
- pulumi_gcp/cloudrunv2/job.py +12 -0
- pulumi_gcp/cloudrunv2/service.py +12 -0
- pulumi_gcp/composer/__init__.py +0 -1
- pulumi_gcp/composer/environment.py +47 -35
- pulumi_gcp/compute/__init__.py +0 -1
- pulumi_gcp/compute/_inputs.py +58 -121
- pulumi_gcp/compute/forwarding_rule.py +13 -0
- pulumi_gcp/compute/global_address.py +12 -0
- pulumi_gcp/compute/global_forwarding_rule.py +282 -0
- pulumi_gcp/compute/instance_from_machine_image.py +46 -14
- pulumi_gcp/compute/instance_from_template.py +46 -14
- pulumi_gcp/compute/outputs.py +65 -120
- pulumi_gcp/compute/region_instance_template.py +13 -0
- pulumi_gcp/compute/region_target_https_proxy.py +0 -257
- pulumi_gcp/compute/region_url_map.py +470 -0
- pulumi_gcp/container/attached_cluster.py +12 -0
- pulumi_gcp/container/aws_cluster.py +12 -0
- pulumi_gcp/container/aws_node_pool.py +12 -0
- pulumi_gcp/container/azure_cluster.py +12 -0
- pulumi_gcp/container/azure_node_pool.py +12 -0
- pulumi_gcp/container/cluster.py +20 -0
- pulumi_gcp/dataflow/flex_template_job.py +39 -0
- pulumi_gcp/dataloss/__init__.py +0 -1
- pulumi_gcp/dataloss/_inputs.py +0 -1040
- pulumi_gcp/dataloss/outputs.py +0 -1123
- pulumi_gcp/dataproc/cluster.py +20 -0
- pulumi_gcp/dataproc/workflow_template.py +26 -21
- pulumi_gcp/deploymentmanager/deployment.py +34 -0
- pulumi_gcp/dns/_inputs.py +2 -2
- pulumi_gcp/dns/outputs.py +2 -2
- pulumi_gcp/dns/record_set.py +36 -2
- pulumi_gcp/filestore/get_instance.py +1 -11
- pulumi_gcp/filestore/instance.py +0 -101
- pulumi_gcp/firebase/_inputs.py +0 -16
- pulumi_gcp/firebase/android_app.py +27 -0
- pulumi_gcp/firebase/app_check_play_integrity_config.py +0 -20
- pulumi_gcp/firebase/app_check_recaptcha_enterprise_config.py +0 -10
- pulumi_gcp/firebase/app_check_service_config.py +125 -0
- pulumi_gcp/firebase/apple_app.py +27 -0
- pulumi_gcp/firebase/hosting_custom_domain.py +27 -0
- pulumi_gcp/firebase/hosting_version.py +0 -44
- pulumi_gcp/firebase/outputs.py +0 -12
- pulumi_gcp/firebase/web_app.py +20 -0
- pulumi_gcp/firestore/database.py +68 -0
- pulumi_gcp/gkeonprem/bare_metal_admin_cluster.py +12 -0
- pulumi_gcp/gkeonprem/bare_metal_cluster.py +12 -0
- pulumi_gcp/gkeonprem/bare_metal_node_pool.py +12 -0
- pulumi_gcp/gkeonprem/v_mware_cluster.py +12 -0
- pulumi_gcp/gkeonprem/v_mware_node_pool.py +12 -0
- pulumi_gcp/logging/folder_sink.py +0 -54
- pulumi_gcp/logging/organization_sink.py +0 -54
- pulumi_gcp/monitoring/_inputs.py +2 -46
- pulumi_gcp/monitoring/outputs.py +2 -40
- pulumi_gcp/monitoring/uptime_check_config.py +0 -6
- pulumi_gcp/netapp/active_directory.py +20 -0
- pulumi_gcp/netapp/volume_replication.py +68 -0
- pulumi_gcp/networkconnectivity/__init__.py +0 -1
- pulumi_gcp/secretmanager/get_secret.py +3 -13
- pulumi_gcp/secretmanager/outputs.py +1 -20
- pulumi_gcp/secretmanager/secret.py +15 -90
- pulumi_gcp/servicenetworking/connection.py +20 -0
- pulumi_gcp/spanner/database.py +41 -0
- pulumi_gcp/spanner/instance.py +40 -0
- pulumi_gcp/storage/__init__.py +0 -1
- pulumi_gcp/storage/bucket.py +12 -0
- pulumi_gcp/storage/outputs.py +0 -63
- pulumi_gcp/workstations/workstation.py +12 -0
- pulumi_gcp/workstations/workstation_cluster.py +12 -0
- pulumi_gcp/workstations/workstation_config.py +12 -0
- {pulumi_gcp-7.21.0.dist-info → pulumi_gcp-7.21.0a1714149635.dist-info}/METADATA +1 -1
- {pulumi_gcp-7.21.0.dist-info → pulumi_gcp-7.21.0a1714149635.dist-info}/RECORD +99 -105
- pulumi_gcp/applicationintegration/auth_config.py +0 -998
- pulumi_gcp/composer/user_workloads_secret.py +0 -441
- pulumi_gcp/compute/security_policy_rule.py +0 -850
- pulumi_gcp/dataloss/prevention_discovery_config.py +0 -737
- pulumi_gcp/networkconnectivity/internal_range.py +0 -1024
- pulumi_gcp/storage/get_bucket_objects.py +0 -153
- {pulumi_gcp-7.21.0.dist-info → pulumi_gcp-7.21.0a1714149635.dist-info}/WHEEL +0 -0
- {pulumi_gcp-7.21.0.dist-info → pulumi_gcp-7.21.0a1714149635.dist-info}/top_level.txt +0 -0
@@ -10,852 +10,9 @@ from typing import Any, Mapping, Optional, Sequence, Union, overload
|
|
10
10
|
from .. import _utilities
|
11
11
|
|
12
12
|
__all__ = [
|
13
|
-
'AuthConfigClientCertificateArgs',
|
14
|
-
'AuthConfigDecryptedCredentialArgs',
|
15
|
-
'AuthConfigDecryptedCredentialAuthTokenArgs',
|
16
|
-
'AuthConfigDecryptedCredentialJwtArgs',
|
17
|
-
'AuthConfigDecryptedCredentialOauth2AuthorizationCodeArgs',
|
18
|
-
'AuthConfigDecryptedCredentialOauth2ClientCredentialsArgs',
|
19
|
-
'AuthConfigDecryptedCredentialOauth2ClientCredentialsTokenParamsArgs',
|
20
|
-
'AuthConfigDecryptedCredentialOauth2ClientCredentialsTokenParamsEntryArgs',
|
21
|
-
'AuthConfigDecryptedCredentialOauth2ClientCredentialsTokenParamsEntryKeyArgs',
|
22
|
-
'AuthConfigDecryptedCredentialOauth2ClientCredentialsTokenParamsEntryKeyLiteralValueArgs',
|
23
|
-
'AuthConfigDecryptedCredentialOauth2ClientCredentialsTokenParamsEntryValueArgs',
|
24
|
-
'AuthConfigDecryptedCredentialOauth2ClientCredentialsTokenParamsEntryValueLiteralValueArgs',
|
25
|
-
'AuthConfigDecryptedCredentialOidcTokenArgs',
|
26
|
-
'AuthConfigDecryptedCredentialServiceAccountCredentialsArgs',
|
27
|
-
'AuthConfigDecryptedCredentialUsernameAndPasswordArgs',
|
28
13
|
'ClientCloudKmsConfigArgs',
|
29
14
|
]
|
30
15
|
|
31
|
-
@pulumi.input_type
|
32
|
-
class AuthConfigClientCertificateArgs:
|
33
|
-
def __init__(__self__, *,
|
34
|
-
encrypted_private_key: pulumi.Input[str],
|
35
|
-
ssl_certificate: pulumi.Input[str],
|
36
|
-
passphrase: Optional[pulumi.Input[str]] = None):
|
37
|
-
"""
|
38
|
-
:param pulumi.Input[str] encrypted_private_key: The ssl certificate encoded in PEM format. This string must include the begin header and end footer lines.
|
39
|
-
:param pulumi.Input[str] ssl_certificate: The ssl certificate encoded in PEM format. This string must include the begin header and end footer lines.
|
40
|
-
:param pulumi.Input[str] passphrase: 'passphrase' should be left unset if private key is not encrypted.
|
41
|
-
Note that 'passphrase' is not the password for web server, but an extra layer of security to protected private key.
|
42
|
-
"""
|
43
|
-
pulumi.set(__self__, "encrypted_private_key", encrypted_private_key)
|
44
|
-
pulumi.set(__self__, "ssl_certificate", ssl_certificate)
|
45
|
-
if passphrase is not None:
|
46
|
-
pulumi.set(__self__, "passphrase", passphrase)
|
47
|
-
|
48
|
-
@property
|
49
|
-
@pulumi.getter(name="encryptedPrivateKey")
|
50
|
-
def encrypted_private_key(self) -> pulumi.Input[str]:
|
51
|
-
"""
|
52
|
-
The ssl certificate encoded in PEM format. This string must include the begin header and end footer lines.
|
53
|
-
"""
|
54
|
-
return pulumi.get(self, "encrypted_private_key")
|
55
|
-
|
56
|
-
@encrypted_private_key.setter
|
57
|
-
def encrypted_private_key(self, value: pulumi.Input[str]):
|
58
|
-
pulumi.set(self, "encrypted_private_key", value)
|
59
|
-
|
60
|
-
@property
|
61
|
-
@pulumi.getter(name="sslCertificate")
|
62
|
-
def ssl_certificate(self) -> pulumi.Input[str]:
|
63
|
-
"""
|
64
|
-
The ssl certificate encoded in PEM format. This string must include the begin header and end footer lines.
|
65
|
-
"""
|
66
|
-
return pulumi.get(self, "ssl_certificate")
|
67
|
-
|
68
|
-
@ssl_certificate.setter
|
69
|
-
def ssl_certificate(self, value: pulumi.Input[str]):
|
70
|
-
pulumi.set(self, "ssl_certificate", value)
|
71
|
-
|
72
|
-
@property
|
73
|
-
@pulumi.getter
|
74
|
-
def passphrase(self) -> Optional[pulumi.Input[str]]:
|
75
|
-
"""
|
76
|
-
'passphrase' should be left unset if private key is not encrypted.
|
77
|
-
Note that 'passphrase' is not the password for web server, but an extra layer of security to protected private key.
|
78
|
-
"""
|
79
|
-
return pulumi.get(self, "passphrase")
|
80
|
-
|
81
|
-
@passphrase.setter
|
82
|
-
def passphrase(self, value: Optional[pulumi.Input[str]]):
|
83
|
-
pulumi.set(self, "passphrase", value)
|
84
|
-
|
85
|
-
|
86
|
-
@pulumi.input_type
|
87
|
-
class AuthConfigDecryptedCredentialArgs:
|
88
|
-
def __init__(__self__, *,
|
89
|
-
credential_type: pulumi.Input[str],
|
90
|
-
auth_token: Optional[pulumi.Input['AuthConfigDecryptedCredentialAuthTokenArgs']] = None,
|
91
|
-
jwt: Optional[pulumi.Input['AuthConfigDecryptedCredentialJwtArgs']] = None,
|
92
|
-
oauth2_authorization_code: Optional[pulumi.Input['AuthConfigDecryptedCredentialOauth2AuthorizationCodeArgs']] = None,
|
93
|
-
oauth2_client_credentials: Optional[pulumi.Input['AuthConfigDecryptedCredentialOauth2ClientCredentialsArgs']] = None,
|
94
|
-
oidc_token: Optional[pulumi.Input['AuthConfigDecryptedCredentialOidcTokenArgs']] = None,
|
95
|
-
service_account_credentials: Optional[pulumi.Input['AuthConfigDecryptedCredentialServiceAccountCredentialsArgs']] = None,
|
96
|
-
username_and_password: Optional[pulumi.Input['AuthConfigDecryptedCredentialUsernameAndPasswordArgs']] = None):
|
97
|
-
"""
|
98
|
-
:param pulumi.Input[str] credential_type: Credential type associated with auth configs.
|
99
|
-
:param pulumi.Input['AuthConfigDecryptedCredentialAuthTokenArgs'] auth_token: Auth token credential.
|
100
|
-
Structure is documented below.
|
101
|
-
:param pulumi.Input['AuthConfigDecryptedCredentialJwtArgs'] jwt: JWT credential.
|
102
|
-
Structure is documented below.
|
103
|
-
:param pulumi.Input['AuthConfigDecryptedCredentialOauth2AuthorizationCodeArgs'] oauth2_authorization_code: OAuth2 authorization code credential.
|
104
|
-
Structure is documented below.
|
105
|
-
:param pulumi.Input['AuthConfigDecryptedCredentialOauth2ClientCredentialsArgs'] oauth2_client_credentials: OAuth2 client credentials.
|
106
|
-
Structure is documented below.
|
107
|
-
:param pulumi.Input['AuthConfigDecryptedCredentialOidcTokenArgs'] oidc_token: Google OIDC ID Token.
|
108
|
-
Structure is documented below.
|
109
|
-
:param pulumi.Input['AuthConfigDecryptedCredentialServiceAccountCredentialsArgs'] service_account_credentials: Service account credential.
|
110
|
-
Structure is documented below.
|
111
|
-
:param pulumi.Input['AuthConfigDecryptedCredentialUsernameAndPasswordArgs'] username_and_password: Username and password credential.
|
112
|
-
Structure is documented below.
|
113
|
-
"""
|
114
|
-
pulumi.set(__self__, "credential_type", credential_type)
|
115
|
-
if auth_token is not None:
|
116
|
-
pulumi.set(__self__, "auth_token", auth_token)
|
117
|
-
if jwt is not None:
|
118
|
-
pulumi.set(__self__, "jwt", jwt)
|
119
|
-
if oauth2_authorization_code is not None:
|
120
|
-
pulumi.set(__self__, "oauth2_authorization_code", oauth2_authorization_code)
|
121
|
-
if oauth2_client_credentials is not None:
|
122
|
-
pulumi.set(__self__, "oauth2_client_credentials", oauth2_client_credentials)
|
123
|
-
if oidc_token is not None:
|
124
|
-
pulumi.set(__self__, "oidc_token", oidc_token)
|
125
|
-
if service_account_credentials is not None:
|
126
|
-
pulumi.set(__self__, "service_account_credentials", service_account_credentials)
|
127
|
-
if username_and_password is not None:
|
128
|
-
pulumi.set(__self__, "username_and_password", username_and_password)
|
129
|
-
|
130
|
-
@property
|
131
|
-
@pulumi.getter(name="credentialType")
|
132
|
-
def credential_type(self) -> pulumi.Input[str]:
|
133
|
-
"""
|
134
|
-
Credential type associated with auth configs.
|
135
|
-
"""
|
136
|
-
return pulumi.get(self, "credential_type")
|
137
|
-
|
138
|
-
@credential_type.setter
|
139
|
-
def credential_type(self, value: pulumi.Input[str]):
|
140
|
-
pulumi.set(self, "credential_type", value)
|
141
|
-
|
142
|
-
@property
|
143
|
-
@pulumi.getter(name="authToken")
|
144
|
-
def auth_token(self) -> Optional[pulumi.Input['AuthConfigDecryptedCredentialAuthTokenArgs']]:
|
145
|
-
"""
|
146
|
-
Auth token credential.
|
147
|
-
Structure is documented below.
|
148
|
-
"""
|
149
|
-
return pulumi.get(self, "auth_token")
|
150
|
-
|
151
|
-
@auth_token.setter
|
152
|
-
def auth_token(self, value: Optional[pulumi.Input['AuthConfigDecryptedCredentialAuthTokenArgs']]):
|
153
|
-
pulumi.set(self, "auth_token", value)
|
154
|
-
|
155
|
-
@property
|
156
|
-
@pulumi.getter
|
157
|
-
def jwt(self) -> Optional[pulumi.Input['AuthConfigDecryptedCredentialJwtArgs']]:
|
158
|
-
"""
|
159
|
-
JWT credential.
|
160
|
-
Structure is documented below.
|
161
|
-
"""
|
162
|
-
return pulumi.get(self, "jwt")
|
163
|
-
|
164
|
-
@jwt.setter
|
165
|
-
def jwt(self, value: Optional[pulumi.Input['AuthConfigDecryptedCredentialJwtArgs']]):
|
166
|
-
pulumi.set(self, "jwt", value)
|
167
|
-
|
168
|
-
@property
|
169
|
-
@pulumi.getter(name="oauth2AuthorizationCode")
|
170
|
-
def oauth2_authorization_code(self) -> Optional[pulumi.Input['AuthConfigDecryptedCredentialOauth2AuthorizationCodeArgs']]:
|
171
|
-
"""
|
172
|
-
OAuth2 authorization code credential.
|
173
|
-
Structure is documented below.
|
174
|
-
"""
|
175
|
-
return pulumi.get(self, "oauth2_authorization_code")
|
176
|
-
|
177
|
-
@oauth2_authorization_code.setter
|
178
|
-
def oauth2_authorization_code(self, value: Optional[pulumi.Input['AuthConfigDecryptedCredentialOauth2AuthorizationCodeArgs']]):
|
179
|
-
pulumi.set(self, "oauth2_authorization_code", value)
|
180
|
-
|
181
|
-
@property
|
182
|
-
@pulumi.getter(name="oauth2ClientCredentials")
|
183
|
-
def oauth2_client_credentials(self) -> Optional[pulumi.Input['AuthConfigDecryptedCredentialOauth2ClientCredentialsArgs']]:
|
184
|
-
"""
|
185
|
-
OAuth2 client credentials.
|
186
|
-
Structure is documented below.
|
187
|
-
"""
|
188
|
-
return pulumi.get(self, "oauth2_client_credentials")
|
189
|
-
|
190
|
-
@oauth2_client_credentials.setter
|
191
|
-
def oauth2_client_credentials(self, value: Optional[pulumi.Input['AuthConfigDecryptedCredentialOauth2ClientCredentialsArgs']]):
|
192
|
-
pulumi.set(self, "oauth2_client_credentials", value)
|
193
|
-
|
194
|
-
@property
|
195
|
-
@pulumi.getter(name="oidcToken")
|
196
|
-
def oidc_token(self) -> Optional[pulumi.Input['AuthConfigDecryptedCredentialOidcTokenArgs']]:
|
197
|
-
"""
|
198
|
-
Google OIDC ID Token.
|
199
|
-
Structure is documented below.
|
200
|
-
"""
|
201
|
-
return pulumi.get(self, "oidc_token")
|
202
|
-
|
203
|
-
@oidc_token.setter
|
204
|
-
def oidc_token(self, value: Optional[pulumi.Input['AuthConfigDecryptedCredentialOidcTokenArgs']]):
|
205
|
-
pulumi.set(self, "oidc_token", value)
|
206
|
-
|
207
|
-
@property
|
208
|
-
@pulumi.getter(name="serviceAccountCredentials")
|
209
|
-
def service_account_credentials(self) -> Optional[pulumi.Input['AuthConfigDecryptedCredentialServiceAccountCredentialsArgs']]:
|
210
|
-
"""
|
211
|
-
Service account credential.
|
212
|
-
Structure is documented below.
|
213
|
-
"""
|
214
|
-
return pulumi.get(self, "service_account_credentials")
|
215
|
-
|
216
|
-
@service_account_credentials.setter
|
217
|
-
def service_account_credentials(self, value: Optional[pulumi.Input['AuthConfigDecryptedCredentialServiceAccountCredentialsArgs']]):
|
218
|
-
pulumi.set(self, "service_account_credentials", value)
|
219
|
-
|
220
|
-
@property
|
221
|
-
@pulumi.getter(name="usernameAndPassword")
|
222
|
-
def username_and_password(self) -> Optional[pulumi.Input['AuthConfigDecryptedCredentialUsernameAndPasswordArgs']]:
|
223
|
-
"""
|
224
|
-
Username and password credential.
|
225
|
-
Structure is documented below.
|
226
|
-
"""
|
227
|
-
return pulumi.get(self, "username_and_password")
|
228
|
-
|
229
|
-
@username_and_password.setter
|
230
|
-
def username_and_password(self, value: Optional[pulumi.Input['AuthConfigDecryptedCredentialUsernameAndPasswordArgs']]):
|
231
|
-
pulumi.set(self, "username_and_password", value)
|
232
|
-
|
233
|
-
|
234
|
-
@pulumi.input_type
|
235
|
-
class AuthConfigDecryptedCredentialAuthTokenArgs:
|
236
|
-
def __init__(__self__, *,
|
237
|
-
token: Optional[pulumi.Input[str]] = None,
|
238
|
-
type: Optional[pulumi.Input[str]] = None):
|
239
|
-
"""
|
240
|
-
:param pulumi.Input[str] token: The token for the auth type.
|
241
|
-
:param pulumi.Input[str] type: Authentication type, e.g. "Basic", "Bearer", etc.
|
242
|
-
"""
|
243
|
-
if token is not None:
|
244
|
-
pulumi.set(__self__, "token", token)
|
245
|
-
if type is not None:
|
246
|
-
pulumi.set(__self__, "type", type)
|
247
|
-
|
248
|
-
@property
|
249
|
-
@pulumi.getter
|
250
|
-
def token(self) -> Optional[pulumi.Input[str]]:
|
251
|
-
"""
|
252
|
-
The token for the auth type.
|
253
|
-
"""
|
254
|
-
return pulumi.get(self, "token")
|
255
|
-
|
256
|
-
@token.setter
|
257
|
-
def token(self, value: Optional[pulumi.Input[str]]):
|
258
|
-
pulumi.set(self, "token", value)
|
259
|
-
|
260
|
-
@property
|
261
|
-
@pulumi.getter
|
262
|
-
def type(self) -> Optional[pulumi.Input[str]]:
|
263
|
-
"""
|
264
|
-
Authentication type, e.g. "Basic", "Bearer", etc.
|
265
|
-
"""
|
266
|
-
return pulumi.get(self, "type")
|
267
|
-
|
268
|
-
@type.setter
|
269
|
-
def type(self, value: Optional[pulumi.Input[str]]):
|
270
|
-
pulumi.set(self, "type", value)
|
271
|
-
|
272
|
-
|
273
|
-
@pulumi.input_type
|
274
|
-
class AuthConfigDecryptedCredentialJwtArgs:
|
275
|
-
def __init__(__self__, *,
|
276
|
-
jwt: Optional[pulumi.Input[str]] = None,
|
277
|
-
jwt_header: Optional[pulumi.Input[str]] = None,
|
278
|
-
jwt_payload: Optional[pulumi.Input[str]] = None,
|
279
|
-
secret: Optional[pulumi.Input[str]] = None):
|
280
|
-
"""
|
281
|
-
:param pulumi.Input[str] jwt: (Output)
|
282
|
-
The token calculated by the header, payload and signature.
|
283
|
-
:param pulumi.Input[str] jwt_header: Identifies which algorithm is used to generate the signature.
|
284
|
-
:param pulumi.Input[str] jwt_payload: Contains a set of claims. The JWT specification defines seven Registered Claim Names which are the standard fields commonly included in tokens. Custom claims are usually also included, depending on the purpose of the token.
|
285
|
-
:param pulumi.Input[str] secret: User's pre-shared secret to sign the token.
|
286
|
-
"""
|
287
|
-
if jwt is not None:
|
288
|
-
pulumi.set(__self__, "jwt", jwt)
|
289
|
-
if jwt_header is not None:
|
290
|
-
pulumi.set(__self__, "jwt_header", jwt_header)
|
291
|
-
if jwt_payload is not None:
|
292
|
-
pulumi.set(__self__, "jwt_payload", jwt_payload)
|
293
|
-
if secret is not None:
|
294
|
-
pulumi.set(__self__, "secret", secret)
|
295
|
-
|
296
|
-
@property
|
297
|
-
@pulumi.getter
|
298
|
-
def jwt(self) -> Optional[pulumi.Input[str]]:
|
299
|
-
"""
|
300
|
-
(Output)
|
301
|
-
The token calculated by the header, payload and signature.
|
302
|
-
"""
|
303
|
-
return pulumi.get(self, "jwt")
|
304
|
-
|
305
|
-
@jwt.setter
|
306
|
-
def jwt(self, value: Optional[pulumi.Input[str]]):
|
307
|
-
pulumi.set(self, "jwt", value)
|
308
|
-
|
309
|
-
@property
|
310
|
-
@pulumi.getter(name="jwtHeader")
|
311
|
-
def jwt_header(self) -> Optional[pulumi.Input[str]]:
|
312
|
-
"""
|
313
|
-
Identifies which algorithm is used to generate the signature.
|
314
|
-
"""
|
315
|
-
return pulumi.get(self, "jwt_header")
|
316
|
-
|
317
|
-
@jwt_header.setter
|
318
|
-
def jwt_header(self, value: Optional[pulumi.Input[str]]):
|
319
|
-
pulumi.set(self, "jwt_header", value)
|
320
|
-
|
321
|
-
@property
|
322
|
-
@pulumi.getter(name="jwtPayload")
|
323
|
-
def jwt_payload(self) -> Optional[pulumi.Input[str]]:
|
324
|
-
"""
|
325
|
-
Contains a set of claims. The JWT specification defines seven Registered Claim Names which are the standard fields commonly included in tokens. Custom claims are usually also included, depending on the purpose of the token.
|
326
|
-
"""
|
327
|
-
return pulumi.get(self, "jwt_payload")
|
328
|
-
|
329
|
-
@jwt_payload.setter
|
330
|
-
def jwt_payload(self, value: Optional[pulumi.Input[str]]):
|
331
|
-
pulumi.set(self, "jwt_payload", value)
|
332
|
-
|
333
|
-
@property
|
334
|
-
@pulumi.getter
|
335
|
-
def secret(self) -> Optional[pulumi.Input[str]]:
|
336
|
-
"""
|
337
|
-
User's pre-shared secret to sign the token.
|
338
|
-
"""
|
339
|
-
return pulumi.get(self, "secret")
|
340
|
-
|
341
|
-
@secret.setter
|
342
|
-
def secret(self, value: Optional[pulumi.Input[str]]):
|
343
|
-
pulumi.set(self, "secret", value)
|
344
|
-
|
345
|
-
|
346
|
-
@pulumi.input_type
|
347
|
-
class AuthConfigDecryptedCredentialOauth2AuthorizationCodeArgs:
|
348
|
-
def __init__(__self__, *,
|
349
|
-
auth_endpoint: Optional[pulumi.Input[str]] = None,
|
350
|
-
client_id: Optional[pulumi.Input[str]] = None,
|
351
|
-
client_secret: Optional[pulumi.Input[str]] = None,
|
352
|
-
scope: Optional[pulumi.Input[str]] = None,
|
353
|
-
token_endpoint: Optional[pulumi.Input[str]] = None):
|
354
|
-
"""
|
355
|
-
:param pulumi.Input[str] auth_endpoint: The auth url endpoint to send the auth code request to.
|
356
|
-
:param pulumi.Input[str] client_id: The client's id.
|
357
|
-
:param pulumi.Input[str] client_secret: The client's secret.
|
358
|
-
:param pulumi.Input[str] scope: A space-delimited list of requested scope permissions.
|
359
|
-
:param pulumi.Input[str] token_endpoint: The token url endpoint to send the token request to.
|
360
|
-
"""
|
361
|
-
if auth_endpoint is not None:
|
362
|
-
pulumi.set(__self__, "auth_endpoint", auth_endpoint)
|
363
|
-
if client_id is not None:
|
364
|
-
pulumi.set(__self__, "client_id", client_id)
|
365
|
-
if client_secret is not None:
|
366
|
-
pulumi.set(__self__, "client_secret", client_secret)
|
367
|
-
if scope is not None:
|
368
|
-
pulumi.set(__self__, "scope", scope)
|
369
|
-
if token_endpoint is not None:
|
370
|
-
pulumi.set(__self__, "token_endpoint", token_endpoint)
|
371
|
-
|
372
|
-
@property
|
373
|
-
@pulumi.getter(name="authEndpoint")
|
374
|
-
def auth_endpoint(self) -> Optional[pulumi.Input[str]]:
|
375
|
-
"""
|
376
|
-
The auth url endpoint to send the auth code request to.
|
377
|
-
"""
|
378
|
-
return pulumi.get(self, "auth_endpoint")
|
379
|
-
|
380
|
-
@auth_endpoint.setter
|
381
|
-
def auth_endpoint(self, value: Optional[pulumi.Input[str]]):
|
382
|
-
pulumi.set(self, "auth_endpoint", value)
|
383
|
-
|
384
|
-
@property
|
385
|
-
@pulumi.getter(name="clientId")
|
386
|
-
def client_id(self) -> Optional[pulumi.Input[str]]:
|
387
|
-
"""
|
388
|
-
The client's id.
|
389
|
-
"""
|
390
|
-
return pulumi.get(self, "client_id")
|
391
|
-
|
392
|
-
@client_id.setter
|
393
|
-
def client_id(self, value: Optional[pulumi.Input[str]]):
|
394
|
-
pulumi.set(self, "client_id", value)
|
395
|
-
|
396
|
-
@property
|
397
|
-
@pulumi.getter(name="clientSecret")
|
398
|
-
def client_secret(self) -> Optional[pulumi.Input[str]]:
|
399
|
-
"""
|
400
|
-
The client's secret.
|
401
|
-
"""
|
402
|
-
return pulumi.get(self, "client_secret")
|
403
|
-
|
404
|
-
@client_secret.setter
|
405
|
-
def client_secret(self, value: Optional[pulumi.Input[str]]):
|
406
|
-
pulumi.set(self, "client_secret", value)
|
407
|
-
|
408
|
-
@property
|
409
|
-
@pulumi.getter
|
410
|
-
def scope(self) -> Optional[pulumi.Input[str]]:
|
411
|
-
"""
|
412
|
-
A space-delimited list of requested scope permissions.
|
413
|
-
"""
|
414
|
-
return pulumi.get(self, "scope")
|
415
|
-
|
416
|
-
@scope.setter
|
417
|
-
def scope(self, value: Optional[pulumi.Input[str]]):
|
418
|
-
pulumi.set(self, "scope", value)
|
419
|
-
|
420
|
-
@property
|
421
|
-
@pulumi.getter(name="tokenEndpoint")
|
422
|
-
def token_endpoint(self) -> Optional[pulumi.Input[str]]:
|
423
|
-
"""
|
424
|
-
The token url endpoint to send the token request to.
|
425
|
-
"""
|
426
|
-
return pulumi.get(self, "token_endpoint")
|
427
|
-
|
428
|
-
@token_endpoint.setter
|
429
|
-
def token_endpoint(self, value: Optional[pulumi.Input[str]]):
|
430
|
-
pulumi.set(self, "token_endpoint", value)
|
431
|
-
|
432
|
-
|
433
|
-
@pulumi.input_type
|
434
|
-
class AuthConfigDecryptedCredentialOauth2ClientCredentialsArgs:
|
435
|
-
def __init__(__self__, *,
|
436
|
-
client_id: Optional[pulumi.Input[str]] = None,
|
437
|
-
client_secret: Optional[pulumi.Input[str]] = None,
|
438
|
-
request_type: Optional[pulumi.Input[str]] = None,
|
439
|
-
scope: Optional[pulumi.Input[str]] = None,
|
440
|
-
token_endpoint: Optional[pulumi.Input[str]] = None,
|
441
|
-
token_params: Optional[pulumi.Input['AuthConfigDecryptedCredentialOauth2ClientCredentialsTokenParamsArgs']] = None):
|
442
|
-
"""
|
443
|
-
:param pulumi.Input[str] client_id: The client's ID.
|
444
|
-
:param pulumi.Input[str] client_secret: The client's secret.
|
445
|
-
:param pulumi.Input[str] request_type: Represent how to pass parameters to fetch access token Possible values: ["REQUEST_TYPE_UNSPECIFIED", "REQUEST_BODY", "QUERY_PARAMETERS", "ENCODED_HEADER"]
|
446
|
-
:param pulumi.Input[str] scope: A space-delimited list of requested scope permissions.
|
447
|
-
:param pulumi.Input[str] token_endpoint: The token endpoint is used by the client to obtain an access token by presenting its authorization grant or refresh token.
|
448
|
-
:param pulumi.Input['AuthConfigDecryptedCredentialOauth2ClientCredentialsTokenParamsArgs'] token_params: Token parameters for the auth request.
|
449
|
-
"""
|
450
|
-
if client_id is not None:
|
451
|
-
pulumi.set(__self__, "client_id", client_id)
|
452
|
-
if client_secret is not None:
|
453
|
-
pulumi.set(__self__, "client_secret", client_secret)
|
454
|
-
if request_type is not None:
|
455
|
-
pulumi.set(__self__, "request_type", request_type)
|
456
|
-
if scope is not None:
|
457
|
-
pulumi.set(__self__, "scope", scope)
|
458
|
-
if token_endpoint is not None:
|
459
|
-
pulumi.set(__self__, "token_endpoint", token_endpoint)
|
460
|
-
if token_params is not None:
|
461
|
-
pulumi.set(__self__, "token_params", token_params)
|
462
|
-
|
463
|
-
@property
|
464
|
-
@pulumi.getter(name="clientId")
|
465
|
-
def client_id(self) -> Optional[pulumi.Input[str]]:
|
466
|
-
"""
|
467
|
-
The client's ID.
|
468
|
-
"""
|
469
|
-
return pulumi.get(self, "client_id")
|
470
|
-
|
471
|
-
@client_id.setter
|
472
|
-
def client_id(self, value: Optional[pulumi.Input[str]]):
|
473
|
-
pulumi.set(self, "client_id", value)
|
474
|
-
|
475
|
-
@property
|
476
|
-
@pulumi.getter(name="clientSecret")
|
477
|
-
def client_secret(self) -> Optional[pulumi.Input[str]]:
|
478
|
-
"""
|
479
|
-
The client's secret.
|
480
|
-
"""
|
481
|
-
return pulumi.get(self, "client_secret")
|
482
|
-
|
483
|
-
@client_secret.setter
|
484
|
-
def client_secret(self, value: Optional[pulumi.Input[str]]):
|
485
|
-
pulumi.set(self, "client_secret", value)
|
486
|
-
|
487
|
-
@property
|
488
|
-
@pulumi.getter(name="requestType")
|
489
|
-
def request_type(self) -> Optional[pulumi.Input[str]]:
|
490
|
-
"""
|
491
|
-
Represent how to pass parameters to fetch access token Possible values: ["REQUEST_TYPE_UNSPECIFIED", "REQUEST_BODY", "QUERY_PARAMETERS", "ENCODED_HEADER"]
|
492
|
-
"""
|
493
|
-
return pulumi.get(self, "request_type")
|
494
|
-
|
495
|
-
@request_type.setter
|
496
|
-
def request_type(self, value: Optional[pulumi.Input[str]]):
|
497
|
-
pulumi.set(self, "request_type", value)
|
498
|
-
|
499
|
-
@property
|
500
|
-
@pulumi.getter
|
501
|
-
def scope(self) -> Optional[pulumi.Input[str]]:
|
502
|
-
"""
|
503
|
-
A space-delimited list of requested scope permissions.
|
504
|
-
"""
|
505
|
-
return pulumi.get(self, "scope")
|
506
|
-
|
507
|
-
@scope.setter
|
508
|
-
def scope(self, value: Optional[pulumi.Input[str]]):
|
509
|
-
pulumi.set(self, "scope", value)
|
510
|
-
|
511
|
-
@property
|
512
|
-
@pulumi.getter(name="tokenEndpoint")
|
513
|
-
def token_endpoint(self) -> Optional[pulumi.Input[str]]:
|
514
|
-
"""
|
515
|
-
The token endpoint is used by the client to obtain an access token by presenting its authorization grant or refresh token.
|
516
|
-
"""
|
517
|
-
return pulumi.get(self, "token_endpoint")
|
518
|
-
|
519
|
-
@token_endpoint.setter
|
520
|
-
def token_endpoint(self, value: Optional[pulumi.Input[str]]):
|
521
|
-
pulumi.set(self, "token_endpoint", value)
|
522
|
-
|
523
|
-
@property
|
524
|
-
@pulumi.getter(name="tokenParams")
|
525
|
-
def token_params(self) -> Optional[pulumi.Input['AuthConfigDecryptedCredentialOauth2ClientCredentialsTokenParamsArgs']]:
|
526
|
-
"""
|
527
|
-
Token parameters for the auth request.
|
528
|
-
"""
|
529
|
-
return pulumi.get(self, "token_params")
|
530
|
-
|
531
|
-
@token_params.setter
|
532
|
-
def token_params(self, value: Optional[pulumi.Input['AuthConfigDecryptedCredentialOauth2ClientCredentialsTokenParamsArgs']]):
|
533
|
-
pulumi.set(self, "token_params", value)
|
534
|
-
|
535
|
-
|
536
|
-
@pulumi.input_type
|
537
|
-
class AuthConfigDecryptedCredentialOauth2ClientCredentialsTokenParamsArgs:
|
538
|
-
def __init__(__self__, *,
|
539
|
-
entries: Optional[pulumi.Input[Sequence[pulumi.Input['AuthConfigDecryptedCredentialOauth2ClientCredentialsTokenParamsEntryArgs']]]] = None):
|
540
|
-
"""
|
541
|
-
:param pulumi.Input[Sequence[pulumi.Input['AuthConfigDecryptedCredentialOauth2ClientCredentialsTokenParamsEntryArgs']]] entries: A list of parameter map entries.
|
542
|
-
Structure is documented below.
|
543
|
-
"""
|
544
|
-
if entries is not None:
|
545
|
-
pulumi.set(__self__, "entries", entries)
|
546
|
-
|
547
|
-
@property
|
548
|
-
@pulumi.getter
|
549
|
-
def entries(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['AuthConfigDecryptedCredentialOauth2ClientCredentialsTokenParamsEntryArgs']]]]:
|
550
|
-
"""
|
551
|
-
A list of parameter map entries.
|
552
|
-
Structure is documented below.
|
553
|
-
"""
|
554
|
-
return pulumi.get(self, "entries")
|
555
|
-
|
556
|
-
@entries.setter
|
557
|
-
def entries(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['AuthConfigDecryptedCredentialOauth2ClientCredentialsTokenParamsEntryArgs']]]]):
|
558
|
-
pulumi.set(self, "entries", value)
|
559
|
-
|
560
|
-
|
561
|
-
@pulumi.input_type
|
562
|
-
class AuthConfigDecryptedCredentialOauth2ClientCredentialsTokenParamsEntryArgs:
|
563
|
-
def __init__(__self__, *,
|
564
|
-
key: Optional[pulumi.Input['AuthConfigDecryptedCredentialOauth2ClientCredentialsTokenParamsEntryKeyArgs']] = None,
|
565
|
-
value: Optional[pulumi.Input['AuthConfigDecryptedCredentialOauth2ClientCredentialsTokenParamsEntryValueArgs']] = None):
|
566
|
-
"""
|
567
|
-
:param pulumi.Input['AuthConfigDecryptedCredentialOauth2ClientCredentialsTokenParamsEntryKeyArgs'] key: Key of the map entry.
|
568
|
-
Structure is documented below.
|
569
|
-
:param pulumi.Input['AuthConfigDecryptedCredentialOauth2ClientCredentialsTokenParamsEntryValueArgs'] value: Value of the map entry.
|
570
|
-
Structure is documented below.
|
571
|
-
"""
|
572
|
-
if key is not None:
|
573
|
-
pulumi.set(__self__, "key", key)
|
574
|
-
if value is not None:
|
575
|
-
pulumi.set(__self__, "value", value)
|
576
|
-
|
577
|
-
@property
|
578
|
-
@pulumi.getter
|
579
|
-
def key(self) -> Optional[pulumi.Input['AuthConfigDecryptedCredentialOauth2ClientCredentialsTokenParamsEntryKeyArgs']]:
|
580
|
-
"""
|
581
|
-
Key of the map entry.
|
582
|
-
Structure is documented below.
|
583
|
-
"""
|
584
|
-
return pulumi.get(self, "key")
|
585
|
-
|
586
|
-
@key.setter
|
587
|
-
def key(self, value: Optional[pulumi.Input['AuthConfigDecryptedCredentialOauth2ClientCredentialsTokenParamsEntryKeyArgs']]):
|
588
|
-
pulumi.set(self, "key", value)
|
589
|
-
|
590
|
-
@property
|
591
|
-
@pulumi.getter
|
592
|
-
def value(self) -> Optional[pulumi.Input['AuthConfigDecryptedCredentialOauth2ClientCredentialsTokenParamsEntryValueArgs']]:
|
593
|
-
"""
|
594
|
-
Value of the map entry.
|
595
|
-
Structure is documented below.
|
596
|
-
"""
|
597
|
-
return pulumi.get(self, "value")
|
598
|
-
|
599
|
-
@value.setter
|
600
|
-
def value(self, value: Optional[pulumi.Input['AuthConfigDecryptedCredentialOauth2ClientCredentialsTokenParamsEntryValueArgs']]):
|
601
|
-
pulumi.set(self, "value", value)
|
602
|
-
|
603
|
-
|
604
|
-
@pulumi.input_type
|
605
|
-
class AuthConfigDecryptedCredentialOauth2ClientCredentialsTokenParamsEntryKeyArgs:
|
606
|
-
def __init__(__self__, *,
|
607
|
-
literal_value: Optional[pulumi.Input['AuthConfigDecryptedCredentialOauth2ClientCredentialsTokenParamsEntryKeyLiteralValueArgs']] = None):
|
608
|
-
"""
|
609
|
-
:param pulumi.Input['AuthConfigDecryptedCredentialOauth2ClientCredentialsTokenParamsEntryKeyLiteralValueArgs'] literal_value: Passing a literal value
|
610
|
-
Structure is documented below.
|
611
|
-
"""
|
612
|
-
if literal_value is not None:
|
613
|
-
pulumi.set(__self__, "literal_value", literal_value)
|
614
|
-
|
615
|
-
@property
|
616
|
-
@pulumi.getter(name="literalValue")
|
617
|
-
def literal_value(self) -> Optional[pulumi.Input['AuthConfigDecryptedCredentialOauth2ClientCredentialsTokenParamsEntryKeyLiteralValueArgs']]:
|
618
|
-
"""
|
619
|
-
Passing a literal value
|
620
|
-
Structure is documented below.
|
621
|
-
"""
|
622
|
-
return pulumi.get(self, "literal_value")
|
623
|
-
|
624
|
-
@literal_value.setter
|
625
|
-
def literal_value(self, value: Optional[pulumi.Input['AuthConfigDecryptedCredentialOauth2ClientCredentialsTokenParamsEntryKeyLiteralValueArgs']]):
|
626
|
-
pulumi.set(self, "literal_value", value)
|
627
|
-
|
628
|
-
|
629
|
-
@pulumi.input_type
|
630
|
-
class AuthConfigDecryptedCredentialOauth2ClientCredentialsTokenParamsEntryKeyLiteralValueArgs:
|
631
|
-
def __init__(__self__, *,
|
632
|
-
string_value: Optional[pulumi.Input[str]] = None):
|
633
|
-
"""
|
634
|
-
:param pulumi.Input[str] string_value: String.
|
635
|
-
"""
|
636
|
-
if string_value is not None:
|
637
|
-
pulumi.set(__self__, "string_value", string_value)
|
638
|
-
|
639
|
-
@property
|
640
|
-
@pulumi.getter(name="stringValue")
|
641
|
-
def string_value(self) -> Optional[pulumi.Input[str]]:
|
642
|
-
"""
|
643
|
-
String.
|
644
|
-
"""
|
645
|
-
return pulumi.get(self, "string_value")
|
646
|
-
|
647
|
-
@string_value.setter
|
648
|
-
def string_value(self, value: Optional[pulumi.Input[str]]):
|
649
|
-
pulumi.set(self, "string_value", value)
|
650
|
-
|
651
|
-
|
652
|
-
@pulumi.input_type
|
653
|
-
class AuthConfigDecryptedCredentialOauth2ClientCredentialsTokenParamsEntryValueArgs:
|
654
|
-
def __init__(__self__, *,
|
655
|
-
literal_value: Optional[pulumi.Input['AuthConfigDecryptedCredentialOauth2ClientCredentialsTokenParamsEntryValueLiteralValueArgs']] = None):
|
656
|
-
"""
|
657
|
-
:param pulumi.Input['AuthConfigDecryptedCredentialOauth2ClientCredentialsTokenParamsEntryValueLiteralValueArgs'] literal_value: Passing a literal value
|
658
|
-
Structure is documented below.
|
659
|
-
"""
|
660
|
-
if literal_value is not None:
|
661
|
-
pulumi.set(__self__, "literal_value", literal_value)
|
662
|
-
|
663
|
-
@property
|
664
|
-
@pulumi.getter(name="literalValue")
|
665
|
-
def literal_value(self) -> Optional[pulumi.Input['AuthConfigDecryptedCredentialOauth2ClientCredentialsTokenParamsEntryValueLiteralValueArgs']]:
|
666
|
-
"""
|
667
|
-
Passing a literal value
|
668
|
-
Structure is documented below.
|
669
|
-
"""
|
670
|
-
return pulumi.get(self, "literal_value")
|
671
|
-
|
672
|
-
@literal_value.setter
|
673
|
-
def literal_value(self, value: Optional[pulumi.Input['AuthConfigDecryptedCredentialOauth2ClientCredentialsTokenParamsEntryValueLiteralValueArgs']]):
|
674
|
-
pulumi.set(self, "literal_value", value)
|
675
|
-
|
676
|
-
|
677
|
-
@pulumi.input_type
|
678
|
-
class AuthConfigDecryptedCredentialOauth2ClientCredentialsTokenParamsEntryValueLiteralValueArgs:
|
679
|
-
def __init__(__self__, *,
|
680
|
-
string_value: Optional[pulumi.Input[str]] = None):
|
681
|
-
"""
|
682
|
-
:param pulumi.Input[str] string_value: String.
|
683
|
-
"""
|
684
|
-
if string_value is not None:
|
685
|
-
pulumi.set(__self__, "string_value", string_value)
|
686
|
-
|
687
|
-
@property
|
688
|
-
@pulumi.getter(name="stringValue")
|
689
|
-
def string_value(self) -> Optional[pulumi.Input[str]]:
|
690
|
-
"""
|
691
|
-
String.
|
692
|
-
"""
|
693
|
-
return pulumi.get(self, "string_value")
|
694
|
-
|
695
|
-
@string_value.setter
|
696
|
-
def string_value(self, value: Optional[pulumi.Input[str]]):
|
697
|
-
pulumi.set(self, "string_value", value)
|
698
|
-
|
699
|
-
|
700
|
-
@pulumi.input_type
|
701
|
-
class AuthConfigDecryptedCredentialOidcTokenArgs:
|
702
|
-
def __init__(__self__, *,
|
703
|
-
audience: Optional[pulumi.Input[str]] = None,
|
704
|
-
service_account_email: Optional[pulumi.Input[str]] = None,
|
705
|
-
token: Optional[pulumi.Input[str]] = None,
|
706
|
-
token_expire_time: Optional[pulumi.Input[str]] = None):
|
707
|
-
"""
|
708
|
-
:param pulumi.Input[str] audience: Audience to be used when generating OIDC token. The audience claim identifies the recipients that the JWT is intended for.
|
709
|
-
:param pulumi.Input[str] service_account_email: The service account email to be used as the identity for the token.
|
710
|
-
:param pulumi.Input[str] token: (Output)
|
711
|
-
ID token obtained for the service account.
|
712
|
-
:param pulumi.Input[str] token_expire_time: (Output)
|
713
|
-
The approximate time until the token retrieved is valid.
|
714
|
-
A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: "2014-10-02T15:01:23Z" and "2014-10-02T15:01:23.045123456Z".
|
715
|
-
"""
|
716
|
-
if audience is not None:
|
717
|
-
pulumi.set(__self__, "audience", audience)
|
718
|
-
if service_account_email is not None:
|
719
|
-
pulumi.set(__self__, "service_account_email", service_account_email)
|
720
|
-
if token is not None:
|
721
|
-
pulumi.set(__self__, "token", token)
|
722
|
-
if token_expire_time is not None:
|
723
|
-
pulumi.set(__self__, "token_expire_time", token_expire_time)
|
724
|
-
|
725
|
-
@property
|
726
|
-
@pulumi.getter
|
727
|
-
def audience(self) -> Optional[pulumi.Input[str]]:
|
728
|
-
"""
|
729
|
-
Audience to be used when generating OIDC token. The audience claim identifies the recipients that the JWT is intended for.
|
730
|
-
"""
|
731
|
-
return pulumi.get(self, "audience")
|
732
|
-
|
733
|
-
@audience.setter
|
734
|
-
def audience(self, value: Optional[pulumi.Input[str]]):
|
735
|
-
pulumi.set(self, "audience", value)
|
736
|
-
|
737
|
-
@property
|
738
|
-
@pulumi.getter(name="serviceAccountEmail")
|
739
|
-
def service_account_email(self) -> Optional[pulumi.Input[str]]:
|
740
|
-
"""
|
741
|
-
The service account email to be used as the identity for the token.
|
742
|
-
"""
|
743
|
-
return pulumi.get(self, "service_account_email")
|
744
|
-
|
745
|
-
@service_account_email.setter
|
746
|
-
def service_account_email(self, value: Optional[pulumi.Input[str]]):
|
747
|
-
pulumi.set(self, "service_account_email", value)
|
748
|
-
|
749
|
-
@property
|
750
|
-
@pulumi.getter
|
751
|
-
def token(self) -> Optional[pulumi.Input[str]]:
|
752
|
-
"""
|
753
|
-
(Output)
|
754
|
-
ID token obtained for the service account.
|
755
|
-
"""
|
756
|
-
return pulumi.get(self, "token")
|
757
|
-
|
758
|
-
@token.setter
|
759
|
-
def token(self, value: Optional[pulumi.Input[str]]):
|
760
|
-
pulumi.set(self, "token", value)
|
761
|
-
|
762
|
-
@property
|
763
|
-
@pulumi.getter(name="tokenExpireTime")
|
764
|
-
def token_expire_time(self) -> Optional[pulumi.Input[str]]:
|
765
|
-
"""
|
766
|
-
(Output)
|
767
|
-
The approximate time until the token retrieved is valid.
|
768
|
-
A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: "2014-10-02T15:01:23Z" and "2014-10-02T15:01:23.045123456Z".
|
769
|
-
"""
|
770
|
-
return pulumi.get(self, "token_expire_time")
|
771
|
-
|
772
|
-
@token_expire_time.setter
|
773
|
-
def token_expire_time(self, value: Optional[pulumi.Input[str]]):
|
774
|
-
pulumi.set(self, "token_expire_time", value)
|
775
|
-
|
776
|
-
|
777
|
-
@pulumi.input_type
|
778
|
-
class AuthConfigDecryptedCredentialServiceAccountCredentialsArgs:
|
779
|
-
def __init__(__self__, *,
|
780
|
-
scope: Optional[pulumi.Input[str]] = None,
|
781
|
-
service_account: Optional[pulumi.Input[str]] = None):
|
782
|
-
"""
|
783
|
-
:param pulumi.Input[str] scope: A space-delimited list of requested scope permissions.
|
784
|
-
:param pulumi.Input[str] service_account: Name of the service account that has the permission to make the request.
|
785
|
-
"""
|
786
|
-
if scope is not None:
|
787
|
-
pulumi.set(__self__, "scope", scope)
|
788
|
-
if service_account is not None:
|
789
|
-
pulumi.set(__self__, "service_account", service_account)
|
790
|
-
|
791
|
-
@property
|
792
|
-
@pulumi.getter
|
793
|
-
def scope(self) -> Optional[pulumi.Input[str]]:
|
794
|
-
"""
|
795
|
-
A space-delimited list of requested scope permissions.
|
796
|
-
"""
|
797
|
-
return pulumi.get(self, "scope")
|
798
|
-
|
799
|
-
@scope.setter
|
800
|
-
def scope(self, value: Optional[pulumi.Input[str]]):
|
801
|
-
pulumi.set(self, "scope", value)
|
802
|
-
|
803
|
-
@property
|
804
|
-
@pulumi.getter(name="serviceAccount")
|
805
|
-
def service_account(self) -> Optional[pulumi.Input[str]]:
|
806
|
-
"""
|
807
|
-
Name of the service account that has the permission to make the request.
|
808
|
-
"""
|
809
|
-
return pulumi.get(self, "service_account")
|
810
|
-
|
811
|
-
@service_account.setter
|
812
|
-
def service_account(self, value: Optional[pulumi.Input[str]]):
|
813
|
-
pulumi.set(self, "service_account", value)
|
814
|
-
|
815
|
-
|
816
|
-
@pulumi.input_type
|
817
|
-
class AuthConfigDecryptedCredentialUsernameAndPasswordArgs:
|
818
|
-
def __init__(__self__, *,
|
819
|
-
password: Optional[pulumi.Input[str]] = None,
|
820
|
-
username: Optional[pulumi.Input[str]] = None):
|
821
|
-
"""
|
822
|
-
:param pulumi.Input[str] password: Password to be used.
|
823
|
-
|
824
|
-
<a name="nested_oauth2_authorization_code"></a>The `oauth2_authorization_code` block supports:
|
825
|
-
:param pulumi.Input[str] username: Username to be used.
|
826
|
-
"""
|
827
|
-
if password is not None:
|
828
|
-
pulumi.set(__self__, "password", password)
|
829
|
-
if username is not None:
|
830
|
-
pulumi.set(__self__, "username", username)
|
831
|
-
|
832
|
-
@property
|
833
|
-
@pulumi.getter
|
834
|
-
def password(self) -> Optional[pulumi.Input[str]]:
|
835
|
-
"""
|
836
|
-
Password to be used.
|
837
|
-
|
838
|
-
<a name="nested_oauth2_authorization_code"></a>The `oauth2_authorization_code` block supports:
|
839
|
-
"""
|
840
|
-
return pulumi.get(self, "password")
|
841
|
-
|
842
|
-
@password.setter
|
843
|
-
def password(self, value: Optional[pulumi.Input[str]]):
|
844
|
-
pulumi.set(self, "password", value)
|
845
|
-
|
846
|
-
@property
|
847
|
-
@pulumi.getter
|
848
|
-
def username(self) -> Optional[pulumi.Input[str]]:
|
849
|
-
"""
|
850
|
-
Username to be used.
|
851
|
-
"""
|
852
|
-
return pulumi.get(self, "username")
|
853
|
-
|
854
|
-
@username.setter
|
855
|
-
def username(self, value: Optional[pulumi.Input[str]]):
|
856
|
-
pulumi.set(self, "username", value)
|
857
|
-
|
858
|
-
|
859
16
|
@pulumi.input_type
|
860
17
|
class ClientCloudKmsConfigArgs:
|
861
18
|
def __init__(__self__, *,
|