pulumi-newrelic 5.47.0a1748901295__py3-none-any.whl → 5.47.0a1749536500__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_newrelic/api_access_key.py +0 -48
- pulumi_newrelic/pulumi-plugin.json +1 -1
- {pulumi_newrelic-5.47.0a1748901295.dist-info → pulumi_newrelic-5.47.0a1749536500.dist-info}/METADATA +1 -1
- {pulumi_newrelic-5.47.0a1748901295.dist-info → pulumi_newrelic-5.47.0a1749536500.dist-info}/RECORD +6 -6
- {pulumi_newrelic-5.47.0a1748901295.dist-info → pulumi_newrelic-5.47.0a1749536500.dist-info}/WHEEL +0 -0
- {pulumi_newrelic-5.47.0a1748901295.dist-info → pulumi_newrelic-5.47.0a1749536500.dist-info}/top_level.txt +0 -0
@@ -253,30 +253,6 @@ class ApiAccessKey(pulumi.CustomResource):
|
|
253
253
|
user_id: Optional[pulumi.Input[builtins.str]] = None,
|
254
254
|
__props__=None):
|
255
255
|
"""
|
256
|
-
Use this resource to programmatically create and manage the following types of keys:
|
257
|
-
- [User API keys](https://docs.newrelic.com/docs/apis/get-started/intro-apis/types-new-relic-api-keys#user-api-key)
|
258
|
-
- License (or ingest) keys, including:
|
259
|
-
- General [license key](https://docs.newrelic.com/docs/accounts/install-new-relic/account-setup/license-key) used for APM
|
260
|
-
- [Browser license key](https://docs.newrelic.com/docs/browser/new-relic-browser/configuration/copy-browser-monitoring-license-key-app-id)
|
261
|
-
|
262
|
-
Please visit the New Relic article ['Use NerdGraph to manage license keys and User API keys'](https://docs.newrelic.com/docs/apis/nerdgraph/examples/use-nerdgraph-manage-license-keys-user-keys)
|
263
|
-
for more information.
|
264
|
-
|
265
|
-
> **IMPORTANT!**
|
266
|
-
Please be very careful when updating existing `ApiAccessKey` resources as only `newrelic_api_access_key.name`
|
267
|
-
and `newrelic_api_access_key.notes` are updatable. All other resource attributes will force a resource recreation which will
|
268
|
-
invalidate the previous API key(s).
|
269
|
-
|
270
|
-
## Example Usage
|
271
|
-
|
272
|
-
> **WARNING:** Creating 'Ingest - License' and 'Ingest - Browser' keys using this resource is restricted to 'core' or 'full platform' New Relic user accounts. If you've signed up as a 'basic' user with New Relic, or have been added as a 'basic' user to your organization on New Relic, you would not be able to use your account to create 'Ingest' keys. If you see the message `"You do not have permission to create this key"` in the response of the API called by this resource, it could be owing to the aforementioned. For more insights into user account types on New Relic and associated privileges, please check out this [page](https://docs.newrelic.com/docs/accounts/accounts-billing/new-relic-one-user-management/user-type/#api-access).
|
273
|
-
|
274
|
-
## Extended Usage
|
275
|
-
|
276
|
-
This module may be used to create a user or ingest key using the `create_access_keys_service` resource, and fetch the created key using `fetch_access_keys_service`, by performing a NerdGraph query under the hood, using the ID of the key created via the resource to fetch the created key.
|
277
|
-
Please refer\\
|
278
|
-
create access keys and fetch access keys for more info.
|
279
|
-
|
280
256
|
## Import
|
281
257
|
|
282
258
|
Existing API access keys can be imported using a composite ID of `<api_access_key_id>:<key_type>`. `<key_type>`
|
@@ -304,30 +280,6 @@ class ApiAccessKey(pulumi.CustomResource):
|
|
304
280
|
args: ApiAccessKeyArgs,
|
305
281
|
opts: Optional[pulumi.ResourceOptions] = None):
|
306
282
|
"""
|
307
|
-
Use this resource to programmatically create and manage the following types of keys:
|
308
|
-
- [User API keys](https://docs.newrelic.com/docs/apis/get-started/intro-apis/types-new-relic-api-keys#user-api-key)
|
309
|
-
- License (or ingest) keys, including:
|
310
|
-
- General [license key](https://docs.newrelic.com/docs/accounts/install-new-relic/account-setup/license-key) used for APM
|
311
|
-
- [Browser license key](https://docs.newrelic.com/docs/browser/new-relic-browser/configuration/copy-browser-monitoring-license-key-app-id)
|
312
|
-
|
313
|
-
Please visit the New Relic article ['Use NerdGraph to manage license keys and User API keys'](https://docs.newrelic.com/docs/apis/nerdgraph/examples/use-nerdgraph-manage-license-keys-user-keys)
|
314
|
-
for more information.
|
315
|
-
|
316
|
-
> **IMPORTANT!**
|
317
|
-
Please be very careful when updating existing `ApiAccessKey` resources as only `newrelic_api_access_key.name`
|
318
|
-
and `newrelic_api_access_key.notes` are updatable. All other resource attributes will force a resource recreation which will
|
319
|
-
invalidate the previous API key(s).
|
320
|
-
|
321
|
-
## Example Usage
|
322
|
-
|
323
|
-
> **WARNING:** Creating 'Ingest - License' and 'Ingest - Browser' keys using this resource is restricted to 'core' or 'full platform' New Relic user accounts. If you've signed up as a 'basic' user with New Relic, or have been added as a 'basic' user to your organization on New Relic, you would not be able to use your account to create 'Ingest' keys. If you see the message `"You do not have permission to create this key"` in the response of the API called by this resource, it could be owing to the aforementioned. For more insights into user account types on New Relic and associated privileges, please check out this [page](https://docs.newrelic.com/docs/accounts/accounts-billing/new-relic-one-user-management/user-type/#api-access).
|
324
|
-
|
325
|
-
## Extended Usage
|
326
|
-
|
327
|
-
This module may be used to create a user or ingest key using the `create_access_keys_service` resource, and fetch the created key using `fetch_access_keys_service`, by performing a NerdGraph query under the hood, using the ID of the key created via the resource to fetch the created key.
|
328
|
-
Please refer\\
|
329
|
-
create access keys and fetch access keys for more info.
|
330
|
-
|
331
283
|
## Import
|
332
284
|
|
333
285
|
Existing API access keys can be imported using a composite ID of `<api_access_key_id>:<key_type>`. `<key_type>`
|
{pulumi_newrelic-5.47.0a1748901295.dist-info → pulumi_newrelic-5.47.0a1749536500.dist-info}/RECORD
RENAMED
@@ -7,7 +7,7 @@ pulumi_newrelic/alert_condition.py,sha256=rFoZfGY0wOW9ndNl16RjMHXjrJhbstOztZukNi
|
|
7
7
|
pulumi_newrelic/alert_muting_rule.py,sha256=T_SsuTcQ7UEEM33wKWFlV5TWEtbVn92zGuAfUeS-Vq0,23439
|
8
8
|
pulumi_newrelic/alert_policy.py,sha256=Rk7ekxox5noBplTNxy2FblHnv6r2T7Ciw68RtGFq8T8,26843
|
9
9
|
pulumi_newrelic/alert_policy_channel.py,sha256=0KlqvWGtIZBD9h5vCSn5ab_dL0I2wkNeV-k8j_e6f-0,16694
|
10
|
-
pulumi_newrelic/api_access_key.py,sha256=
|
10
|
+
pulumi_newrelic/api_access_key.py,sha256=tcZz_VcK00Qkm1T9D45YjPil-78K5xKJOLzRUSmqe1k,18731
|
11
11
|
pulumi_newrelic/browser_application.py,sha256=eeYY2yCKG1sVVxcQalu7X6_6rkPT4flIPSKE8e17JQY,22108
|
12
12
|
pulumi_newrelic/data_partition_rule.py,sha256=N4fh8WnoybKQtA63tMrLygC6s9ARGl92qaYVvnugAu0,21497
|
13
13
|
pulumi_newrelic/entity_tags.py,sha256=HfFbobSsTi7oDjV88bkNll2i6X4Jnx9-WvbiwRWwcIA,10474
|
@@ -42,7 +42,7 @@ pulumi_newrelic/one_dashboard_json.py,sha256=ZeqBpwMeiu-yD5KumRG2iIGEUDRo692WS5B
|
|
42
42
|
pulumi_newrelic/one_dashboard_raw.py,sha256=8_GTKGRswhj-LvnNHSxPqZFPmoKc7ZeEhZHrQEBM9CI,24365
|
43
43
|
pulumi_newrelic/outputs.py,sha256=4Sb12Z8ysErvx2ZhjkQhijAQ9L5bzF3Awhed577EBJs,607421
|
44
44
|
pulumi_newrelic/provider.py,sha256=GCv8seKMchBvhO3ZA89FoGAPffYrL0YIYx85etyjbAM,20101
|
45
|
-
pulumi_newrelic/pulumi-plugin.json,sha256=
|
45
|
+
pulumi_newrelic/pulumi-plugin.json,sha256=EMIwZq71yilRHWn2gks96c0m_qLy-OI8GUAv2p4r_A0,85
|
46
46
|
pulumi_newrelic/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
47
47
|
pulumi_newrelic/service_level.py,sha256=Qj6shEOVYdylKYsRLqJQNGwk0DAxksUurlSDhi4V5a0,29545
|
48
48
|
pulumi_newrelic/user.py,sha256=abxnTqoJL6tqoUUSV1uFFSpBZMytcep6aczAhLjTcZ4,19665
|
@@ -84,7 +84,7 @@ pulumi_newrelic/synthetics/private_location.py,sha256=kWIl1i5NDYtjdkleubwXjWbcIP
|
|
84
84
|
pulumi_newrelic/synthetics/script_monitor.py,sha256=-Hj22y1j23umPxi2J6c-tGOIkhl5imeSyK-rx8V8JQg,69765
|
85
85
|
pulumi_newrelic/synthetics/secure_credential.py,sha256=z6OAfSDp1y73vlv1mmZxdFzfTqLvYCxvjUy9TQJzZD4,16480
|
86
86
|
pulumi_newrelic/synthetics/step_monitor.py,sha256=XeINCK1QNkiBxyKUShG7ZFPb7f5iLH-iuiOLe8HantE,52019
|
87
|
-
pulumi_newrelic-5.47.
|
88
|
-
pulumi_newrelic-5.47.
|
89
|
-
pulumi_newrelic-5.47.
|
90
|
-
pulumi_newrelic-5.47.
|
87
|
+
pulumi_newrelic-5.47.0a1749536500.dist-info/METADATA,sha256=5AOif9cO1PZ-VKRMRC2PQqp4isuBdt4J36XKJHotAX8,3966
|
88
|
+
pulumi_newrelic-5.47.0a1749536500.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
89
|
+
pulumi_newrelic-5.47.0a1749536500.dist-info/top_level.txt,sha256=BjE1Wsu6Ah_A7k08uV5vRSZ2R_5uY3wFvSWJaa7ZoQk,16
|
90
|
+
pulumi_newrelic-5.47.0a1749536500.dist-info/RECORD,,
|
{pulumi_newrelic-5.47.0a1748901295.dist-info → pulumi_newrelic-5.47.0a1749536500.dist-info}/WHEEL
RENAMED
File without changes
|
File without changes
|