From 35d2e23f4c905855481e96d1744401a8a4a31503 Mon Sep 17 00:00:00 2001 From: "A. Craig West" Date: Fri, 25 Oct 2024 18:00:35 -0400 Subject: [PATCH] Implement auth0_encryption_key_manager resource using the framework --- docs/resources/encryption_key_manager.md | 21 +- go.mod | 1 + go.sum | 2 + internal/acctest/acctest.go | 106 +- .../auth0/encryptionkeymanager/flatten.go | 65 - .../auth0/encryptionkeymanager/resource.go | 322 --- internal/config/config.go | 97 +- .../auth0/encryptionkeymanager/flatten.go | 60 + .../auth0/encryptionkeymanager/resource.go | 487 +++++ .../encryptionkeymanager/resource_test.go | 47 +- internal/{ => framework}/error/diag_error.go | 4 +- internal/framework/provider/mux_server.go | 38 + .../provider/provider.go} | 110 +- internal/framework/provider/provider_test.go | 160 ++ internal/provider/provider.go | 2 - main.go | 30 +- ...tionKeyManagerCustomerProvidedRootKey.yaml | 1759 ----------------- .../TestAccEncryptionKeyManagerRotation.yaml | 810 -------- ...tionKeyManagerCustomerProvidedRootKey.yaml | 1724 ++++++++++++++++ ...FrameworkEncryptionKeyManagerRotation.yaml | 458 +++++ 20 files changed, 3178 insertions(+), 3125 deletions(-) delete mode 100644 internal/auth0/encryptionkeymanager/flatten.go delete mode 100644 internal/auth0/encryptionkeymanager/resource.go create mode 100644 internal/framework/auth0/encryptionkeymanager/flatten.go create mode 100644 internal/framework/auth0/encryptionkeymanager/resource.go rename internal/{ => framework}/auth0/encryptionkeymanager/resource_test.go (90%) rename internal/{ => framework}/error/diag_error.go (71%) create mode 100644 internal/framework/provider/mux_server.go rename internal/{provider/framework_provider.go => framework/provider/provider.go} (50%) create mode 100644 internal/framework/provider/provider_test.go delete mode 100644 test/data/recordings/TestAccEncryptionKeyManagerCustomerProvidedRootKey.yaml delete mode 100644 test/data/recordings/TestAccEncryptionKeyManagerRotation.yaml create mode 100644 test/data/recordings/TestAccFrameworkEncryptionKeyManagerCustomerProvidedRootKey.yaml create mode 100644 test/data/recordings/TestAccFrameworkEncryptionKeyManagerRotation.yaml diff --git a/docs/resources/encryption_key_manager.md b/docs/resources/encryption_key_manager.md index c23f4a8c2..a6b255c0d 100644 --- a/docs/resources/encryption_key_manager.md +++ b/docs/resources/encryption_key_manager.md @@ -1,12 +1,12 @@ --- page_title: "Resource: auth0_encryption_key_manager" description: |- - Resource to allow the rekeying of your tenant master key. + A resource for managing the tenant root key. --- # Resource: auth0_encryption_key_manager -Resource to allow the rekeying of your tenant master key. +A resource for managing the tenant root key. ## Example Usage @@ -50,13 +50,12 @@ resource "auth0_encryption_key_manager" "my_key_manager" { ### Optional -- `customer_provided_root_key` (Block List, Max: 1) This attribute is used for provisioning the customer provided root key. To initiate the provisioning process, create a new empty `customer_provided_root_key` block. After applying this, the `public_wrapping_key` can be retreived from the resource, and the new root key should be generated by the customer and wrapped with the wrapping key, then base64-encoded and added as the `wrapped_key` attribute. (see [below for nested schema](#nestedblock--customer_provided_root_key)) +- `customer_provided_root_key` (Block, Optional) This attribute is used for provisioning the customer provided root key. To initiate the provisioning process, create a new empty `customer_provided_root_key` block. After applying this, the `public_wrapping_key` can be retreived from the resource, and the new root key should be generated by the customer and wrapped with the wrapping key, then base64-encoded and added as the `wrapped_key` attribute. (see [below for nested schema](#nestedblock--customer_provided_root_key)) - `key_rotation_id` (String) If this value is changed, the encryption keys will be rotated. A UUID is recommended for the `key_rotation_id`. ### Read-Only -- `encryption_keys` (List of Object) All encryption keys. (see [below for nested schema](#nestedatt--encryption_keys)) -- `id` (String) The ID of this resource. +- `encryption_keys` (Attributes List) All encryption keys. (see [below for nested schema](#nestedatt--encryption_keys)) ### Nested Schema for `customer_provided_root_key` @@ -82,11 +81,11 @@ Read-Only: Read-Only: -- `created_at` (String) -- `key_id` (String) -- `parent_key_id` (String) -- `state` (String) -- `type` (String) -- `updated_at` (String) +- `created_at` (String) The ISO 8601 formatted date the customer provided root key was created. +- `key_id` (String) The key ID of the customer provided root key. +- `parent_key_id` (String) The key ID of the parent wrapping key. +- `state` (String) The state of the encryption key. One of `pre-activation`, `active`, `deactivated`, or `destroyed`. +- `type` (String) The type of the encryption key. One of `customer-provided-root-key`, `environment-root-key`, or `tenant-master-key`. +- `updated_at` (String) The ISO 8601 formatted date the customer provided root key was updated. diff --git a/go.mod b/go.mod index 5e6d60a14..96bd5679b 100644 --- a/go.mod +++ b/go.mod @@ -52,6 +52,7 @@ require ( github.com/hashicorp/logutils v1.0.0 // indirect github.com/hashicorp/terraform-exec v0.21.0 // indirect github.com/hashicorp/terraform-json v0.22.1 // indirect + github.com/hashicorp/terraform-plugin-framework-timetypes v0.5.0 // indirect github.com/hashicorp/terraform-plugin-log v0.9.0 // indirect github.com/hashicorp/terraform-registry-address v0.2.3 // indirect github.com/hashicorp/terraform-svchost v0.1.1 // indirect diff --git a/go.sum b/go.sum index fce20fb1a..fb0dff708 100644 --- a/go.sum +++ b/go.sum @@ -113,6 +113,8 @@ github.com/hashicorp/terraform-plugin-docs v0.19.4 h1:G3Bgo7J22OMtegIgn8Cd/CaSey github.com/hashicorp/terraform-plugin-docs v0.19.4/go.mod h1:4pLASsatTmRynVzsjEhbXZ6s7xBlUw/2Kt0zfrq8HxA= github.com/hashicorp/terraform-plugin-framework v1.12.0 h1:7HKaueHPaikX5/7cbC1r9d1m12iYHY+FlNZEGxQ42CQ= github.com/hashicorp/terraform-plugin-framework v1.12.0/go.mod h1:N/IOQ2uYjW60Jp39Cp3mw7I/OpC/GfZ0385R0YibmkE= +github.com/hashicorp/terraform-plugin-framework-timetypes v0.5.0 h1:v3DapR8gsp3EM8fKMh6up9cJUFQ2iRaFsYLP8UJnCco= +github.com/hashicorp/terraform-plugin-framework-timetypes v0.5.0/go.mod h1:c3PnGE9pHBDfdEVG9t1S1C9ia5LW+gkFR0CygXlM8ak= github.com/hashicorp/terraform-plugin-framework-validators v0.13.0 h1:bxZfGo9DIUoLLtHMElsu+zwqI4IsMZQBRRy4iLzZJ8E= github.com/hashicorp/terraform-plugin-framework-validators v0.13.0/go.mod h1:wGeI02gEhj9nPANU62F2jCaHjXulejm/X+af4PdZaNo= github.com/hashicorp/terraform-plugin-go v0.24.0 h1:2WpHhginCdVhFIrWHxDEg6RBn3YaWzR2o6qUeIEat2U= diff --git a/internal/acctest/acctest.go b/internal/acctest/acctest.go index e68b29b48..8ad4006c4 100644 --- a/internal/acctest/acctest.go +++ b/internal/acctest/acctest.go @@ -7,27 +7,34 @@ import ( "testing" "github.com/auth0/go-auth0/management" + "github.com/hashicorp/terraform-plugin-framework/provider" + "github.com/hashicorp/terraform-plugin-go/tfprotov6" "github.com/hashicorp/terraform-plugin-sdk/v2/diag" "github.com/hashicorp/terraform-plugin-sdk/v2/helper/schema" "github.com/hashicorp/terraform-plugin-testing/helper/resource" "gopkg.in/dnaeon/go-vcr.v3/recorder" "github.com/auth0/terraform-provider-auth0/internal/config" - "github.com/auth0/terraform-provider-auth0/internal/provider" + frameworkError "github.com/auth0/terraform-provider-auth0/internal/framework/error" + frameworkProvider "github.com/auth0/terraform-provider-auth0/internal/framework/provider" + internalProvider "github.com/auth0/terraform-provider-auth0/internal/provider" ) // Test checks to see if http recordings are enabled and runs the tests // in parallel if they are, otherwise it simply wraps resource.Test. func Test(t *testing.T, testCase resource.TestCase) { + // Set descriptions to support Markdown syntax for SDK resources, + // this will be used in document generation. + schema.DescriptionKind = schema.StringMarkdown if httpRecordingsAreEnabled() { httpRecorder := newHTTPRecorder(t) - testCase.ProviderFactories = testFactoriesWithHTTPRecordings(httpRecorder) + testCase.ProtoV6ProviderFactories = testProviderFactoriesWithHTTPRecordings(httpRecorder) resource.ParallelTest(t, testCase) return } - testCase.ProviderFactories = TestFactories() + testCase.ProtoV6ProviderFactories = TestProviderFactories() resource.Test(t, testCase) } @@ -40,19 +47,28 @@ func httpRecordingsAreEnabled() bool { func TestFactories() map[string]func() (*schema.Provider, error) { return map[string]func() (*schema.Provider, error){ "auth0": func() (*schema.Provider, error) { - return provider.New(), nil + return internalProvider.New(), nil }, } } -func testFactoriesWithHTTPRecordings(httpRecorder *recorder.Recorder) map[string]func() (*schema.Provider, error) { - return map[string]func() (*schema.Provider, error){ - "auth0": func() (*schema.Provider, error) { - auth0Provider := provider.New() - - auth0Provider.ConfigureContextFunc = configureTestProviderWithHTTPRecordings(httpRecorder) +// TestProviderFactories returns the configured auth0 provider used in testing for the framework. +func TestProviderFactories() map[string]func() (tfprotov6.ProviderServer, error) { + return map[string]func() (tfprotov6.ProviderServer, error){ + "auth0": func() (tfprotov6.ProviderServer, error) { + return frameworkProvider.MuxServer(internalProvider.New(), frameworkProvider.New()) + }, + } +} - return auth0Provider, nil +func testProviderFactoriesWithHTTPRecordings(httpRecorder *recorder.Recorder) map[string]func() (tfprotov6.ProviderServer, error) { + return map[string]func() (tfprotov6.ProviderServer, error){ + "auth0": func() (tfprotov6.ProviderServer, error) { + sdkProvider := internalProvider.New() + sdkProvider.ConfigureContextFunc = configureTestProviderWithHTTPRecordings(httpRecorder) + fwkProvider := frameworkProvider.New() + fwkProvider.SetConfigureFunc(configureTestFrameworkProviderWithHTTPRecordings(httpRecorder)) + return frameworkProvider.MuxServer(sdkProvider, fwkProvider) }, } } @@ -96,3 +112,71 @@ func configureTestProviderWithHTTPRecordings(httpRecorder *recorder.Recorder) sc return config.New(apiClient), nil } } + +func configureTestFrameworkProviderWithHTTPRecordings(httpRecorder *recorder.Recorder) func(context.Context, provider.ConfigureRequest, *provider.ConfigureResponse) { + return func(ctx context.Context, request provider.ConfigureRequest, response *provider.ConfigureResponse) { + domain := os.Getenv("AUTH0_DOMAIN") + debugStr := os.Getenv("AUTH0_DEBUG") + debug := (debugStr == "1" || debugStr == "true" || debugStr == "TRUE" || debugStr == "on" || debugStr == "ON") + + var data config.FrameworkProviderModel + response.Diagnostics.Append(request.Config.Get(ctx, &data)...) + + if data.Domain.ValueString() != "" { + domain = data.Domain.ValueString() + } + if !data.Debug.IsNull() && !data.Debug.IsUnknown() { + debug = data.Debug.ValueBool() + } + + clientOptions := []management.Option{ + management.WithStaticToken("insecure"), + management.WithClient(httpRecorder.GetDefaultClient()), + management.WithDebug(debug), + management.WithRetries(3, []int{http.StatusTooManyRequests, http.StatusInternalServerError}), + } + + if domain != RecordingsDomain { + clientID := os.Getenv("AUTH0_CLIENT_ID") + clientSecret := os.Getenv("AUTH0_CLIENT_SECRET") + apiToken := os.Getenv("AUTH0_API_TOKEN") + audience := os.Getenv("AUTH0_AUDIENCE") + + if data.ClientID.ValueString() != "" { + clientID = data.ClientID.ValueString() + } + if data.ClientSecret.ValueString() != "" { + clientSecret = data.ClientSecret.ValueString() + } + if data.APIToken.ValueString() != "" { + apiToken = data.APIToken.ValueString() + } + if data.Audience.ValueString() != "" { + audience = data.Audience.ValueString() + } + + authenticationOption := management.WithStaticToken(apiToken) + if apiToken == "" { + ctx := context.Background() + + authenticationOption = management.WithClientCredentials(ctx, clientID, clientSecret) + if audience != "" { + authenticationOption = management.WithClientCredentialsAndAudience(ctx, clientID, clientSecret, audience) + } + } + + clientOptions = append(clientOptions, authenticationOption) + } + + apiClient, err := management.New(domain, clientOptions...) + if err != nil { + response.Diagnostics.Append(frameworkError.Diagnostics(err)...) + } + + if !response.Diagnostics.HasError() { + config := config.New(apiClient) + response.ResourceData = config + response.DataSourceData = config + } + } +} diff --git a/internal/auth0/encryptionkeymanager/flatten.go b/internal/auth0/encryptionkeymanager/flatten.go deleted file mode 100644 index 5687cc09b..000000000 --- a/internal/auth0/encryptionkeymanager/flatten.go +++ /dev/null @@ -1,65 +0,0 @@ -package encryptionkeymanager - -import ( - "github.com/auth0/go-auth0/management" - "github.com/hashicorp/terraform-plugin-sdk/v2/helper/schema" -) - -func flattenCustomerProvidedRootKey(data *schema.ResourceData, rootKey *management.EncryptionKey, wrappingKey *management.WrappingKey) []interface{} { - const timeRFC3339WithMilliseconds = "2006-01-02T15:04:05.000Z07:00" - - originalValue := data.Get("customer_provided_root_key").([]interface{}) - result := make(map[string]interface{}) - if len(originalValue) > 0 && originalValue[0] != nil { - result = originalValue[0].(map[string]interface{}) - } - if rootKey != nil { - result["key_id"] = rootKey.GetKID() - result["parent_key_id"] = rootKey.GetParentKID() - result["type"] = rootKey.GetType() - result["state"] = rootKey.GetState() - result["created_at"] = rootKey.GetCreatedAt().Format(timeRFC3339WithMilliseconds) - result["updated_at"] = rootKey.GetUpdatedAt().Format(timeRFC3339WithMilliseconds) - if rootKey.GetState() != "pre-activation" { - result["public_wrapping_key"] = nil - result["wrapping_algorithm"] = nil - } - } - if wrappingKey != nil { - result["public_wrapping_key"] = wrappingKey.GetPublicKey() - result["wrapping_algorithm"] = wrappingKey.GetAlgorithm() - } - - return []interface{}{result} -} - -func flattenEncryptionKeys(keys []*management.EncryptionKey) []interface{} { - var flattenedKeys []interface{} - for _, key := range keys { - flattenedKeys = append(flattenedKeys, flattenKey(key)) - } - - return flattenedKeys -} - -func flattenKey(key *management.EncryptionKey) interface{} { - const timeRFC3339WithMilliseconds = "2006-01-02T15:04:05.000Z07:00" - - return map[string]interface{}{ - "key_id": key.GetKID(), - "parent_key_id": key.GetParentKID(), - "type": key.GetType(), - "state": key.GetState(), - "created_at": key.GetCreatedAt().Format(timeRFC3339WithMilliseconds), - "updated_at": key.GetUpdatedAt().Format(timeRFC3339WithMilliseconds), - } -} - -func getKeyByTypeAndState(keyType, keyState string, keys []*management.EncryptionKey) *management.EncryptionKey { - for _, key := range keys { - if key.GetType() == keyType && key.GetState() == keyState { - return key - } - } - return nil -} diff --git a/internal/auth0/encryptionkeymanager/resource.go b/internal/auth0/encryptionkeymanager/resource.go deleted file mode 100644 index fdace5a96..000000000 --- a/internal/auth0/encryptionkeymanager/resource.go +++ /dev/null @@ -1,322 +0,0 @@ -package encryptionkeymanager - -import ( - "context" - "fmt" - - "github.com/hashicorp/go-cty/cty" - "github.com/hashicorp/terraform-plugin-sdk/v2/diag" - "github.com/hashicorp/terraform-plugin-sdk/v2/helper/id" - "github.com/hashicorp/terraform-plugin-sdk/v2/helper/schema" - - "github.com/auth0/go-auth0" - "github.com/auth0/go-auth0/management" - - "github.com/auth0/terraform-provider-auth0/internal/config" - internalError "github.com/auth0/terraform-provider-auth0/internal/error" - "github.com/auth0/terraform-provider-auth0/internal/value" - "github.com/auth0/terraform-provider-auth0/internal/wait" -) - -// NewEncryptionKeyManagerResource will return a new auth0_encryption_key_manager resource. -func NewEncryptionKeyManagerResource() *schema.Resource { - return &schema.Resource{ - CreateContext: createEncryptionKeyManager, - UpdateContext: updateEncryptionKeyManager, - ReadContext: readEncryptionKeyManager, - DeleteContext: deleteEncryptionKeyManager, - Description: "Resource to allow the rekeying of your tenant master key.", - Schema: map[string]*schema.Schema{ - "key_rotation_id": { - Type: schema.TypeString, - Optional: true, - Description: "If this value is changed, the encryption keys will be rotated. A UUID is recommended for the `key_rotation_id`.", - }, - "customer_provided_root_key": { - Type: schema.TypeList, - Optional: true, - MaxItems: 1, - Description: "This attribute is used for provisioning the customer provided " + - "root key. To initiate the provisioning process, create a new empty " + - "`customer_provided_root_key` block. After applying this, the " + - "`public_wrapping_key` can be retreived from the resource, and the new root " + - "key should be generated by the customer and wrapped with the wrapping key, " + - "then base64-encoded and added as the `wrapped_key` attribute.", - Elem: &schema.Resource{ - Schema: map[string]*schema.Schema{ - "wrapped_key": { - Type: schema.TypeString, - Optional: true, - Description: "The base64-encoded customer provided root key, " + - "wrapped using the `public_wrapping_key`. This can be removed " + - "after the wrapped key has been applied.", - }, - "public_wrapping_key": { - Type: schema.TypeString, - Computed: true, - Description: "The public wrapping key in PEM format.", - }, - "wrapping_algorithm": { - Type: schema.TypeString, - Computed: true, - Description: "The algorithm that should be used to wrap the " + - "customer provided root key. Should be `CKM_RSA_AES_KEY_WRAP`.", - }, - "key_id": { - Type: schema.TypeString, - Computed: true, - Description: "The key ID of the customer provided root key.", - }, - "type": { - Type: schema.TypeString, - Computed: true, - Description: "The type of the customer provided root key. " + - "Should be `customer-provided-root-key`.", - }, - "state": { - Type: schema.TypeString, - Computed: true, - Description: "The state of the encryption key. One of " + - "`pre-activation`, `active`, `deactivated`, or `destroyed`.", - }, - "parent_key_id": { - Type: schema.TypeString, - Computed: true, - Description: "The key ID of the parent wrapping key.", - }, - "created_at": { - Type: schema.TypeString, - Computed: true, - Description: "The ISO 8601 formatted date the customer provided " + - "root key was created.", - }, - "updated_at": { - Type: schema.TypeString, - Computed: true, - Description: "The ISO 8601 formatted date the customer provided " + - "root key was updated.", - }, - }, - }, - }, - "encryption_keys": { - Type: schema.TypeList, - Computed: true, - Description: "All encryption keys.", - Elem: &schema.Resource{ - Schema: map[string]*schema.Schema{ - "key_id": { - Type: schema.TypeString, - Computed: true, - Description: "The key ID of the encryption key.", - }, - "type": { - Type: schema.TypeString, - Computed: true, - Description: "The type of the encryption key. One of " + - "`customer-provided-root-key`, `environment-root-key`, " + - "or `tenant-master-key`.", - }, - "state": { - Type: schema.TypeString, - Computed: true, - Description: "The state of the encryption key. One of " + - "`pre-activation`, `active`, `deactivated`, or `destroyed`.", - }, - "parent_key_id": { - Type: schema.TypeString, - Computed: true, - Description: "The key ID of the parent wrapping key.", - }, - "created_at": { - Type: schema.TypeString, - Computed: true, - Description: "The ISO 8601 formatted date the encryption key was created.", - }, - "updated_at": { - Type: schema.TypeString, - Computed: true, - Description: "The ISO 8601 formatted date the encryption key was updated.", - }, - }, - }, - }, - }, - } -} - -func createEncryptionKeyManager(ctx context.Context, data *schema.ResourceData, meta interface{}) diag.Diagnostics { - data.SetId(id.UniqueId()) - - return updateEncryptionKeyManager(ctx, data, meta) -} - -func updateEncryptionKeyManager(ctx context.Context, data *schema.ResourceData, meta interface{}) diag.Diagnostics { - api := meta.(*config.Config).GetAPI() - config := data.GetRawConfig() - - if !data.IsNewResource() && data.HasChange("key_rotation_id") { - keyRotationID := data.Get("key_rotation_id").(string) - if len(keyRotationID) > 0 { - if err := api.EncryptionKey.Rekey(ctx); err != nil { - return diag.FromErr(err) - } - } - } - - if data.IsNewResource() || data.HasChange("customer_provided_root_key") { - oldCountValue, newCountValue := data.GetChange("customer_provided_root_key.#") - rootKeyID := data.Get("customer_provided_root_key.0.key_id").(string) - rootKeyState := data.Get("customer_provided_root_key.0.state").(string) - publicWrappingKey := data.Get("customer_provided_root_key.0.public_wrapping_key").(string) - - rootKeyAttrib := config.GetAttr("customer_provided_root_key") - if rootKeyAttrib.IsNull() || rootKeyAttrib.LengthInt() == 0 { - // The customer_provided_root_key block is not present, check if there was a key. - if len(rootKeyID) > 0 { - if err := removeKey(ctx, api, rootKeyID); err != nil { - return diag.FromErr(err) - } - } - } else { - var wrappedKey *string - - rootKeyAttrib.ForEachElement(func(_ cty.Value, cfg cty.Value) (stop bool) { - wrappedKey = value.String(cfg.GetAttr("wrapped_key")) - return stop - }) - if wrappedKey != nil { - if len(rootKeyID) > 0 && rootKeyState == "pre-activation" && len(publicWrappingKey) > 0 { - if err := importWrappedKey(ctx, api, auth0.String(rootKeyID), wrappedKey); err != nil { - return diag.FromErr(err) - } - } else if len(rootKeyID) == 0 || len(publicWrappingKey) == 0 { - return diag.FromErr(fmt.Errorf("The wrapped_key attribute should not be specified in the " + - "customer_provided_root_key block until after the public_wrapping_key has been generated")) - } - } - - // If we don't have a root key in progress yet, or this block is newly created - // create a new one. - if len(rootKeyID) == 0 || (oldCountValue.(int) == 0 && newCountValue.(int) == 1) { - if rootKey, wrappingKey, err := createRootKey(ctx, api); err != nil { - return diag.FromErr(err) - } else if err := data.Set("customer_provided_root_key", flattenCustomerProvidedRootKey(data, rootKey, wrappingKey)); err != nil { - return diag.FromErr(err) - } - } - } - } - - return readEncryptionKeyManager(ctx, data, meta) -} - -func readEncryptionKeyManager(ctx context.Context, data *schema.ResourceData, meta interface{}) diag.Diagnostics { - api := meta.(*config.Config).GetAPI() - - encryptionKeys := make([]*management.EncryptionKey, 0) - page := 0 - for { - encryptionKeyList, err := api.EncryptionKey.List(ctx, management.Page(page), management.PerPage(5)) - if err != nil { - return diag.FromErr(err) - } - encryptionKeys = append(encryptionKeys, encryptionKeyList.Keys...) - if !encryptionKeyList.HasNext() { - break - } - page++ - } - - if data.Get("customer_provided_root_key.#").(int) > 0 { - // First try to find a key that is going through the activation process. - rootKey := getKeyByTypeAndState("customer-provided-root-key", "pre-activation", encryptionKeys) - - if rootKey == nil { - // If we didn't find one, try to find a key that is already active. - rootKey = getKeyByTypeAndState("customer-provided-root-key", "active", encryptionKeys) - } - - if rootKey != nil { - if err := data.Set("customer_provided_root_key", flattenCustomerProvidedRootKey(data, rootKey, nil)); err != nil { - return diag.FromErr(err) - } - } - } - - return diag.FromErr(data.Set("encryption_keys", flattenEncryptionKeys(encryptionKeys))) -} - -func deleteEncryptionKeyManager(ctx context.Context, data *schema.ResourceData, meta interface{}) diag.Diagnostics { - api := meta.(*config.Config).GetAPI() - - rootKeyID := data.Get("customer_provided_root_key.0.key_id").(string) - if len(rootKeyID) > 0 { - return diag.FromErr(removeKey(ctx, api, rootKeyID)) - } - - return nil -} - -func removeKey(ctx context.Context, api *management.Management, keyID string) error { - if err := api.EncryptionKey.Delete(ctx, keyID); err != nil { - return err - } - - // Wait until the key is actually destroyed. - return wait.Until(100, 20, func() (bool, error) { - key, err := api.EncryptionKey.Read(ctx, keyID) - if err != nil { - return false, err - } - return key.GetState() == "destroyed", nil - }) -} - -func importWrappedKey(ctx context.Context, api *management.Management, keyID, wrappedKey *string) error { - encryptionKey := management.EncryptionKey{ - KID: keyID, - WrappedKey: wrappedKey, - } - if err := api.EncryptionKey.ImportWrappedKey(ctx, &encryptionKey); err != nil { - return err - } - // Wait until the key is actually activated. - return wait.Until(100, 20, func() (bool, error) { - key, err := api.EncryptionKey.Read(ctx, *keyID) - if err != nil { - return false, err - } - return key.GetState() == "active", nil - }) -} - -func createRootKey(ctx context.Context, api *management.Management) (*management.EncryptionKey, *management.WrappingKey, error) { - key := management.EncryptionKey{ - Type: auth0.String("customer-provided-root-key"), - } - if err := api.EncryptionKey.Create(ctx, &key); err != nil { - return nil, nil, err - } - - // Wait until the key is actually available. - err := wait.Until(100, 20, func() (bool, error) { - if _, err := api.EncryptionKey.Read(ctx, key.GetKID()); err != nil { - if internalError.IsStatusNotFound(err) { - return false, nil - } - return false, err - } - return true, nil - }) - if err != nil { - return nil, nil, err - } - - wrappingKey, err := api.EncryptionKey.CreatePublicWrappingKey(ctx, key.GetKID()) - if err != nil { - return nil, nil, err - } - - return &key, wrappingKey, nil -} diff --git a/internal/config/config.go b/internal/config/config.go index 1ef31a3ca..6e509752b 100644 --- a/internal/config/config.go +++ b/internal/config/config.go @@ -7,6 +7,7 @@ import ( "fmt" "net/http" "net/url" + "os" "regexp" "strconv" "time" @@ -14,12 +15,13 @@ import ( "github.com/PuerkitoBio/rehttp" "github.com/auth0/go-auth0" "github.com/auth0/go-auth0/management" - frameworkDiag "github.com/hashicorp/terraform-plugin-framework/diag" + "github.com/hashicorp/terraform-plugin-framework/provider" + "github.com/hashicorp/terraform-plugin-framework/types" "github.com/hashicorp/terraform-plugin-sdk/v2/diag" "github.com/hashicorp/terraform-plugin-sdk/v2/helper/schema" "github.com/hashicorp/terraform-plugin-sdk/v2/meta" - internalError "github.com/auth0/terraform-provider-auth0/internal/error" + frameworkError "github.com/auth0/terraform-provider-auth0/internal/framework/error" "github.com/auth0/terraform-provider-auth0/internal/mutex" ) @@ -27,8 +29,8 @@ const providerName = "Terraform-Provider-Auth0" // #nosec G101 var version = "dev" -// Config is the type used for the -// *schema.Provider meta parameter. +// Config is the type used for the *schema.Provider meta parameter +// and the framework ResourceData and DatasourceData parameters. type Config struct { api *management.Management mutex *mutex.KeyValue @@ -52,6 +54,11 @@ func (c *Config) GetMutex() *mutex.KeyValue { return c.mutex } +// GetProviderVersion fetches the build version of the provider. +func GetProviderVersion() string { + return version +} + // ConfigureProvider will configure the *schema.Provider so that // *management.Management client and *mutex.KeyValue is stored // and passed into the subsequent resources as the meta parameter. @@ -64,7 +71,8 @@ func ConfigureProvider(terraformVersion *string) schema.ConfigureContextFunc { audience := data.Get("audience").(string) debug := data.Get("debug").(bool) - apiClient, err := management.New(domain, + apiClient, err := management.New( + domain, authenticationOption(clientID, clientSecret, apiToken, audience), management.WithDebug(debug), management.WithUserAgent(userAgent(terraformVersion)), @@ -80,26 +88,69 @@ func ConfigureProvider(terraformVersion *string) schema.ConfigureContextFunc { } } +// FrameworkProviderModel is the data model for our framework provider. +type FrameworkProviderModel struct { + Domain types.String `tfsdk:"domain"` + Audience types.String `tfsdk:"audience"` + ClientID types.String `tfsdk:"client_id"` + ClientSecret types.String `tfsdk:"client_secret"` + APIToken types.String `tfsdk:"api_token"` + Debug types.Bool `tfsdk:"debug"` +} + // ConfigureFrameworkProvider will configure the provider.Provider so that // *management.Management client and *mutex.KeyValue is stored // and passed into the subsequent resources Configure method as the ConfigureRequest.ProviderData. -func ConfigureFrameworkProvider( - terraformVersion, domain, clientID, clientSecret, apiToken, audience string, - debug bool, -) (interface{}, frameworkDiag.Diagnostics) { - apiClient, err := management.New(domain, - authenticationOption(clientID, clientSecret, apiToken, audience), - management.WithDebug(debug), - management.WithUserAgent(userAgentFramework(terraformVersion)), - management.WithAuth0ClientEnvEntry(providerName, version), - management.WithNoRetries(), - management.WithClient(customClientWithRetries()), - ) - if err != nil { - return nil, internalError.DiagnosticsFromError(err) - } +func ConfigureFrameworkProvider() func(context.Context, provider.ConfigureRequest, *provider.ConfigureResponse) { + return func(ctx context.Context, request provider.ConfigureRequest, response *provider.ConfigureResponse) { + domain := os.Getenv("AUTH0_DOMAIN") + clientID := os.Getenv("AUTH0_CLIENT_ID") + clientSecret := os.Getenv("AUTH0_CLIENT_SECRET") + apiToken := os.Getenv("AUTH0_API_TOKEN") + audience := os.Getenv("AUTH0_AUDIENCE") + debugStr := os.Getenv("AUTH0_DEBUG") + debug := (debugStr == "1" || debugStr == "true" || debugStr == "TRUE" || debugStr == "on" || debugStr == "ON") + + var data FrameworkProviderModel + response.Diagnostics.Append(request.Config.Get(ctx, &data)...) + + if data.Domain.ValueString() != "" { + domain = data.Domain.ValueString() + } + if data.ClientID.ValueString() != "" { + clientID = data.ClientID.ValueString() + } + if data.ClientSecret.ValueString() != "" { + clientSecret = data.ClientSecret.ValueString() + } + if data.APIToken.ValueString() != "" { + apiToken = data.APIToken.ValueString() + } + if data.Audience.ValueString() != "" { + audience = data.Audience.ValueString() + } + if !data.Debug.IsNull() && !data.Debug.IsUnknown() { + debug = data.Debug.ValueBool() + } + apiClient, err := management.New( + domain, + authenticationOption(clientID, clientSecret, apiToken, audience), + management.WithDebug(debug), + management.WithUserAgent(userAgentFramework(&request.TerraformVersion)), + management.WithAuth0ClientEnvEntry(providerName, version), + management.WithNoRetries(), + management.WithClient(customClientWithRetries()), + ) + if err != nil { + response.Diagnostics.Append(frameworkError.Diagnostics(err)...) + } - return New(apiClient), nil + if !response.Diagnostics.HasError() { + config := New(apiClient) + response.ResourceData = config + response.DataSourceData = config + } + } } // userAgent computes the desired User-Agent header for the *management.Management client. @@ -121,7 +172,7 @@ func userAgent(terraformVersion *string) string { // userAgentFramework computes the desired User-Agent header for the // *management.Management client using the Terraform Framework. -func userAgentFramework(terraformVersion string) string { +func userAgentFramework(terraformVersion *string) string { sdkVersion := auth0.Version userAgent := fmt.Sprintf( @@ -129,7 +180,7 @@ func userAgentFramework(terraformVersion string) string { providerName, version, sdkVersion, - terraformVersion, + *terraformVersion, ) return userAgent diff --git a/internal/framework/auth0/encryptionkeymanager/flatten.go b/internal/framework/auth0/encryptionkeymanager/flatten.go new file mode 100644 index 000000000..3e27b0dac --- /dev/null +++ b/internal/framework/auth0/encryptionkeymanager/flatten.go @@ -0,0 +1,60 @@ +package encryptionkeymanager + +import ( + "github.com/auth0/go-auth0/management" + "github.com/hashicorp/terraform-plugin-framework-timetypes/timetypes" + "github.com/hashicorp/terraform-plugin-framework/types" +) + +func flattenCustomerProvidedRootKey(rootKey *management.EncryptionKey, wrappingKey *management.WrappingKey, wrappedKey *string, rootKeyResponse customerProvidedRootKeyModel) customerProvidedRootKeyModel { + if rootKey != nil { + rootKeyResponse.KeyID = types.StringValue(rootKey.GetKID()) + rootKeyResponse.ParentKeyID = types.StringValue(rootKey.GetParentKID()) + rootKeyResponse.Type = types.StringValue(rootKey.GetType()) + rootKeyResponse.State = types.StringValue(rootKey.GetState()) + rootKeyResponse.CreatedAt = timetypes.NewRFC3339TimeValue(rootKey.GetCreatedAt()) + rootKeyResponse.UpdatedAt = timetypes.NewRFC3339TimeValue(rootKey.GetUpdatedAt()) + if rootKey.GetState() != "pre-activation" { + rootKeyResponse.PublicWrappingKey = types.StringNull() + rootKeyResponse.WrappingAlgorithm = types.StringNull() + } + } + if wrappingKey != nil { + rootKeyResponse.PublicWrappingKey = types.StringValue(wrappingKey.GetPublicKey()) + rootKeyResponse.WrappingAlgorithm = types.StringValue(wrappingKey.GetAlgorithm()) + } + if wrappedKey != nil { + rootKeyResponse.WrappedKey = types.StringValue(*wrappedKey) + } + + return rootKeyResponse +} + +func flattenEncryptionKeys(keys []*management.EncryptionKey) []encryptionKeyModel { + flattenedKeys := make([]encryptionKeyModel, 0, len(keys)) + for _, key := range keys { + flattenedKeys = append(flattenedKeys, flattenKey(key)) + } + + return flattenedKeys +} + +func flattenKey(key *management.EncryptionKey) encryptionKeyModel { + return encryptionKeyModel{ + KeyID: types.StringValue(key.GetKID()), + ParentKeyID: types.StringValue(key.GetParentKID()), + Type: types.StringValue(key.GetType()), + State: types.StringValue(key.GetState()), + CreatedAt: timetypes.NewRFC3339TimeValue(key.GetCreatedAt()), + UpdatedAt: timetypes.NewRFC3339TimeValue(key.GetUpdatedAt()), + } +} + +func getKeyByTypeAndState(keyType, keyState string, keys []*management.EncryptionKey) *management.EncryptionKey { + for _, key := range keys { + if key.GetType() == keyType && key.GetState() == keyState { + return key + } + } + return nil +} diff --git a/internal/framework/auth0/encryptionkeymanager/resource.go b/internal/framework/auth0/encryptionkeymanager/resource.go new file mode 100644 index 000000000..32e873efc --- /dev/null +++ b/internal/framework/auth0/encryptionkeymanager/resource.go @@ -0,0 +1,487 @@ +package encryptionkeymanager + +import ( + "context" + + "github.com/hashicorp/terraform-plugin-framework-timetypes/timetypes" + "github.com/hashicorp/terraform-plugin-framework/diag" + "github.com/hashicorp/terraform-plugin-framework/path" + "github.com/hashicorp/terraform-plugin-framework/resource" + "github.com/hashicorp/terraform-plugin-framework/resource/schema" + "github.com/hashicorp/terraform-plugin-framework/tfsdk" + "github.com/hashicorp/terraform-plugin-framework/types" + "github.com/hashicorp/terraform-plugin-framework/types/basetypes" + + "github.com/auth0/go-auth0" + "github.com/auth0/go-auth0/management" + + "github.com/auth0/terraform-provider-auth0/internal/config" + internalError "github.com/auth0/terraform-provider-auth0/internal/error" + frameworkError "github.com/auth0/terraform-provider-auth0/internal/framework/error" + "github.com/auth0/terraform-provider-auth0/internal/wait" +) + +type managerResource struct { + cfg *config.Config +} + +type encryptionKeyModel struct { + KeyID types.String `tfsdk:"key_id"` + Type types.String `tfsdk:"type"` + State types.String `tfsdk:"state"` + ParentKeyID types.String `tfsdk:"parent_key_id"` + CreatedAt timetypes.RFC3339 `tfsdk:"created_at"` + UpdatedAt timetypes.RFC3339 `tfsdk:"updated_at"` +} + +type customerProvidedRootKeyModel struct { + encryptionKeyModel + WrappedKey types.String `tfsdk:"wrapped_key"` + PublicWrappingKey types.String `tfsdk:"public_wrapping_key"` + WrappingAlgorithm types.String `tfsdk:"wrapping_algorithm"` +} + +// NewResource will return a new auth0_encryption_key_manager resource. +func NewResource() resource.Resource { + return &managerResource{} +} + +// Configure will be called by the framework to configure the auth0_encryption_key_manager resource. +func (r *managerResource) Configure(_ context.Context, request resource.ConfigureRequest, _ *resource.ConfigureResponse) { + if request.ProviderData != nil { + r.cfg = request.ProviderData.(*config.Config) + } +} + +// Metadata will be called by the framework to get the type name for the auth0_encryption_key_manager resource. +func (r *managerResource) Metadata(_ context.Context, _ resource.MetadataRequest, response *resource.MetadataResponse) { + response.TypeName = "auth0_encryption_key_manager" +} + +// Schema will be called by the framework to get the schema name for the auth0_encryption_key_manager resource. +func (r *managerResource) Schema(_ context.Context, _ resource.SchemaRequest, response *resource.SchemaResponse) { + if response != nil { + response.Schema = schema.Schema{ + Description: "A resource for managing the tenant root key.", + MarkdownDescription: "A resource for managing the tenant root key.", + Attributes: map[string]schema.Attribute{ + "key_rotation_id": schema.StringAttribute{ + Optional: true, + Description: "If this value is changed, the encryption keys will be rotated. " + + "A UUID is recommended for the key_rotation_id.", + MarkdownDescription: "If this value is changed, the encryption keys will be rotated. " + + "A UUID is recommended for the `key_rotation_id`.", + }, + "encryption_keys": schema.ListNestedAttribute{ + Computed: true, + Description: "All encryption keys.", + MarkdownDescription: "All encryption keys.", + NestedObject: schema.NestedAttributeObject{ + Attributes: map[string]schema.Attribute{ + "key_id": schema.StringAttribute{ + Computed: true, + Description: "The key ID of the encryption key.", + MarkdownDescription: "The key ID of the customer provided root key.", + }, + "type": schema.StringAttribute{ + Computed: true, + Description: "The type of the encryption key. One of " + + "customer-provided-root-key, environment-root-key, " + + "or tenant-master-key.", + MarkdownDescription: "The type of the encryption key. One of " + + "`customer-provided-root-key`, `environment-root-key`, " + + "or `tenant-master-key`.", + }, + "state": schema.StringAttribute{ + Computed: true, + Description: "The state of the encryption key. One of " + + "pre-activation, active, deactivated, or destroyed.", + MarkdownDescription: "The state of the encryption key. One of " + + "`pre-activation`, `active`, `deactivated`, or `destroyed`.", + }, + "parent_key_id": schema.StringAttribute{ + Computed: true, + Description: "The key ID of the parent wrapping key.", + MarkdownDescription: "The key ID of the parent wrapping key.", + }, + "created_at": schema.StringAttribute{ + Computed: true, + Description: "The ISO 8601 formatted date the customer provided " + + "root key was created.", + MarkdownDescription: "The ISO 8601 formatted date the customer provided " + + "root key was created.", + }, + "updated_at": schema.StringAttribute{ + Computed: true, + Description: "The ISO 8601 formatted date the customer provided " + + "root key was updated.", + MarkdownDescription: "The ISO 8601 formatted date the customer provided " + + "root key was updated.", + }, + }, + }, + }, + }, + Blocks: map[string]schema.Block{ + "customer_provided_root_key": schema.SingleNestedBlock{ + Description: "This attribute is used for provisioning the customer provided " + + "root key. To initiate the provisioning process, create a new empty " + + "customer_provided_root_key block. After applying this, the " + + "public_wrapping_key can be retreived from the resource, and the new root " + + "key should be generated by the customer and wrapped with the wrapping key, " + + "then base64-encoded and added as the wrapped_key attribute.", + MarkdownDescription: "This attribute is used for provisioning the customer provided " + + "root key. To initiate the provisioning process, create a new empty " + + "`customer_provided_root_key` block. After applying this, the " + + "`public_wrapping_key` can be retreived from the resource, and the new root " + + "key should be generated by the customer and wrapped with the wrapping key, " + + "then base64-encoded and added as the `wrapped_key` attribute.", + Attributes: map[string]schema.Attribute{ + "wrapped_key": schema.StringAttribute{ + Optional: true, + Description: "The base64-encoded customer provided root key, " + + "wrapped using the public_wrapping_key. This can be removed " + + "after the wrapped key has been applied.", + MarkdownDescription: "The base64-encoded customer provided root key, " + + "wrapped using the `public_wrapping_key`. This can be removed " + + "after the wrapped key has been applied.", + }, + "public_wrapping_key": schema.StringAttribute{ + Computed: true, + Description: "The public wrapping key in PEM format.", + MarkdownDescription: "The public wrapping key in PEM format.", + }, + "wrapping_algorithm": schema.StringAttribute{ + Computed: true, + Description: "The algorithm that should be used to wrap the " + + "customer provided root key. Should be CKM_RSA_AES_KEY_WRAP.", + MarkdownDescription: "The algorithm that should be used to wrap the " + + "customer provided root key. Should be `CKM_RSA_AES_KEY_WRAP`.", + }, + "key_id": schema.StringAttribute{ + Computed: true, + Description: "The key ID of the customer provided root key.", + MarkdownDescription: "The key ID of the customer provided root key.", + }, + "type": schema.StringAttribute{ + Computed: true, + Description: "The type of the customer provided root key. " + + "Should be customer-provided-root-key.", + MarkdownDescription: "The type of the customer provided root key. " + + "Should be `customer-provided-root-key`.", + }, + "state": schema.StringAttribute{ + Computed: true, + Description: "The state of the encryption key. One of " + + "pre-activation, active, deactivated, or destroyed.", + MarkdownDescription: "The state of the encryption key. One of " + + "`pre-activation`, `active`, `deactivated`, or `destroyed`.", + }, + "parent_key_id": schema.StringAttribute{ + Computed: true, + Description: "The key ID of the parent wrapping key.", + MarkdownDescription: "The key ID of the parent wrapping key.", + }, + "created_at": schema.StringAttribute{ + CustomType: timetypes.RFC3339Type{}, + Computed: true, + Description: "The ISO 8601 formatted date the customer provided " + + "root key was created.", + MarkdownDescription: "The ISO 8601 formatted date the customer provided " + + "root key was created.", + }, + "updated_at": schema.StringAttribute{ + CustomType: timetypes.RFC3339Type{}, + Computed: true, + Description: "The ISO 8601 formatted date the customer provided " + + "root key was updated.", + MarkdownDescription: "The ISO 8601 formatted date the customer provided " + + "root key was updated.", + }, + }, + }, + }, + } + } +} + +// Create will be called by the framework to initialise a new auth0_encryption_key_manager resource. +func (r *managerResource) Create(ctx context.Context, request resource.CreateRequest, response *resource.CreateResponse) { + response.Diagnostics.Append(updateResource(ctx, r.cfg.GetAPI(), request.Plan, nil, &response.State)...) +} + +// Update will be called by the framework to update an auth0_encryption_key_manager resource. +func (r *managerResource) Update(ctx context.Context, request resource.UpdateRequest, response *resource.UpdateResponse) { + response.Diagnostics.Append(updateResource(ctx, r.cfg.GetAPI(), request.Plan, &request.State, &response.State)...) +} + +func updateResource(ctx context.Context, api *management.Management, requestPlan tfsdk.Plan, requestState *tfsdk.State, responseState *tfsdk.State) diag.Diagnostics { + diagnostics := updateKeyRotationID(ctx, api, requestPlan, requestState, responseState) + if diagnostics.HasError() { + return diagnostics + } + + diagnostics = updateCustomerProvidedRootKey(ctx, api, requestPlan, requestState, responseState) + if diagnostics.HasError() { + return diagnostics + } + + diagnostics.Append(readResource(ctx, api, responseState)...) + return diagnostics +} + +func updateKeyRotationID(ctx context.Context, api *management.Management, requestPlan tfsdk.Plan, requestState *tfsdk.State, responseState *tfsdk.State) diag.Diagnostics { + var keyRotationIDPlan, keyRotationIDState types.String + var diagnostics diag.Diagnostics + diagnostics.Append(requestPlan.GetAttribute(ctx, path.Root("key_rotation_id"), &keyRotationIDPlan)...) + if diagnostics.HasError() { + return diagnostics + } + + if requestState == nil { + keyRotationIDState = types.StringNull() + } else { + diagnostics.Append(requestState.GetAttribute(ctx, path.Root("key_rotation_id"), &keyRotationIDState)...) + if diagnostics.HasError() { + return diagnostics + } + if !keyRotationIDPlan.Equal(keyRotationIDState) && !keyRotationIDPlan.IsNull() { + diagnostics.Append(frameworkError.Diagnostics(api.EncryptionKey.Rekey(ctx))...) + if diagnostics.HasError() { + return diagnostics + } + } + } + if !keyRotationIDPlan.Equal(keyRotationIDState) { + diagnostics.Append(responseState.SetAttribute(ctx, path.Root("key_rotation_id"), keyRotationIDPlan)...) + } + return diagnostics +} + +func updateCustomerProvidedRootKey(ctx context.Context, api *management.Management, requestPlan tfsdk.Plan, requestState *tfsdk.State, responseState *tfsdk.State) diag.Diagnostics { + var diagnostics diag.Diagnostics + + var rootKeyPlanObject, rootKeyStateObject, rootKeyResponseObject types.Object + var rootKeyPlan, rootKeyState, rootKeyResponse customerProvidedRootKeyModel + diagnostics.Append(requestPlan.GetAttribute(ctx, path.Root("customer_provided_root_key"), &rootKeyPlanObject)...) + diagnostics.Append(responseState.GetAttribute(ctx, path.Root("customer_provided_root_key"), &rootKeyResponseObject)...) + if requestState != nil { + diagnostics.Append(requestState.GetAttribute(ctx, path.Root("customer_provided_root_key"), &rootKeyStateObject)...) + } else { + rootKeyStateObject = types.ObjectNull(rootKeyPlanObject.AttributeTypes(ctx)) + } + if diagnostics.HasError() { + return diagnostics + } + if !rootKeyPlanObject.IsNull() { + // We have a customer_provided_root_key block in the new plan. + diagnostics.Append(rootKeyPlanObject.As(ctx, &rootKeyPlan, basetypes.ObjectAsOptions{})...) + if diagnostics.HasError() { + return diagnostics + } + } + if !rootKeyResponseObject.IsNull() { + // We have a customer_provided_root_key block in the response. + diagnostics.Append(rootKeyResponseObject.As(ctx, &rootKeyResponse, basetypes.ObjectAsOptions{})...) + if diagnostics.HasError() { + return diagnostics + } + } + if !rootKeyStateObject.IsNull() { + // We had a customer_provided_root_key block previously. + diagnostics.Append(rootKeyStateObject.As(ctx, &rootKeyState, basetypes.ObjectAsOptions{})...) + if diagnostics.HasError() { + return diagnostics + } + + rootKeyID := rootKeyState.KeyID.ValueString() + if rootKeyPlanObject.IsNull() { + // The customer_provided_root_key block is not present, check if there was a key. + if len(rootKeyID) > 0 { + // If it had a value, but the block was removed, remove the key. + diagnostics.Append(frameworkError.Diagnostics(removeKey(ctx, api, rootKeyID))...) + if diagnostics.HasError() { + return diagnostics + } + } + } else { + // We still have a customer_provided_root_key block, check if we have a new wrapped_key. + if rootKeyState.WrappedKey.IsNull() && !rootKeyPlan.WrappedKey.IsNull() { + if len(rootKeyState.PublicWrappingKey.ValueString()) == 0 { + diagnostics.AddError("Error", "The wrapped_key attribute should not be specified in the "+ + "customer_provided_root_key block until after the public_wrapping_key has been generated") + return diagnostics + } + wrappedKey := rootKeyPlan.WrappedKey.ValueString() + diagnostics.Append(frameworkError.Diagnostics(importWrappedKey(ctx, api, auth0.String(rootKeyID), auth0.String(wrappedKey)))...) + if diagnostics.HasError() { + return diagnostics + } + rootKeyResponse = flattenCustomerProvidedRootKey(nil, nil, &wrappedKey, rootKeyResponse) + } + } + } else if !rootKeyPlanObject.IsNull() { + // We did not have a customer_provided_root_key block previously, but now we do. + if !rootKeyPlan.WrappedKey.IsNull() && !rootKeyPlan.WrappedKey.IsUnknown() { + diagnostics.AddError("Error", "The wrapped_key attribute should not be specified in the "+ + "customer_provided_root_key block until after the public_wrapping_key has been generated") + return diagnostics + } + rootKey, wrappingKey, err := createRootKey(ctx, api) + diagnostics.Append(frameworkError.Diagnostics(err)...) + if diagnostics.HasError() { + return diagnostics + } + rootKeyResponse = flattenCustomerProvidedRootKey(rootKey, wrappingKey, nil, rootKeyResponse) + if diagnostics.HasError() { + return diagnostics + } + } + + if !rootKeyPlanObject.IsNull() { + diagnostics.Append(responseState.SetAttribute(ctx, path.Root("customer_provided_root_key"), rootKeyResponse)...) + } else { + diagnostics.Append(responseState.SetAttribute(ctx, path.Root("customer_provided_root_key"), types.ObjectNull(rootKeyPlanObject.AttributeTypes(ctx)))...) + } + + return diagnostics +} + +// Read will be called by the framework to read an auth0_encryption_key_manager resource. +func (r *managerResource) Read(ctx context.Context, _ resource.ReadRequest, response *resource.ReadResponse) { + response.Diagnostics.Append(readResource(ctx, r.cfg.GetAPI(), &response.State)...) +} + +func readResource(ctx context.Context, api *management.Management, responseState *tfsdk.State) diag.Diagnostics { + var diagnostics diag.Diagnostics + encryptionKeys := make([]*management.EncryptionKey, 0) + page := 0 + + for { + encryptionKeyList, err := api.EncryptionKey.List(ctx, management.Page(page), management.PerPage(100)) + if err != nil { + diagnostics.Append(frameworkError.Diagnostics(err)...) + return diagnostics + } + encryptionKeys = append(encryptionKeys, encryptionKeyList.Keys...) + if !encryptionKeyList.HasNext() { + break + } + page++ + } + + var rootKeyResponseObject types.Object + diagnostics.Append(responseState.GetAttribute(ctx, path.Root("customer_provided_root_key"), &rootKeyResponseObject)...) + if diagnostics.HasError() { + return diagnostics + } + if !rootKeyResponseObject.IsNull() { + var rootKeyResponse customerProvidedRootKeyModel + diagnostics.Append(rootKeyResponseObject.As(ctx, &rootKeyResponse, basetypes.ObjectAsOptions{})...) + if diagnostics.HasError() { + return diagnostics + } + // First try to find a key that is going through the activation process. + rootKey := getKeyByTypeAndState("customer-provided-root-key", "pre-activation", encryptionKeys) + + if rootKey == nil { + // If we didn't find one, try to find a key that is already active. + rootKey = getKeyByTypeAndState("customer-provided-root-key", "active", encryptionKeys) + } + + if rootKey != nil { + var rootKeyResponse customerProvidedRootKeyModel + if !rootKeyResponseObject.IsNull() && !rootKeyResponseObject.IsUnknown() { + diagnostics.Append(rootKeyResponseObject.As(ctx, &rootKeyResponse, basetypes.ObjectAsOptions{})...) + if diagnostics.HasError() { + return diagnostics + } + } + diagnostics.Append(responseState.SetAttribute(ctx, path.Root("customer_provided_root_key"), flattenCustomerProvidedRootKey(rootKey, nil, nil, rootKeyResponse))...) + if diagnostics.HasError() { + return diagnostics + } + } + } + + diagnostics.Append(responseState.SetAttribute(ctx, path.Root("encryption_keys"), flattenEncryptionKeys(encryptionKeys))...) + + return diagnostics +} + +func (r *managerResource) Delete(ctx context.Context, request resource.DeleteRequest, response *resource.DeleteResponse) { + api := r.cfg.GetAPI() + var rootKeyRequestObject types.Object + + response.Diagnostics.Append(request.State.GetAttribute(ctx, path.Root("customer_provided_root_key"), &rootKeyRequestObject)...) + if !response.Diagnostics.HasError() && !rootKeyRequestObject.IsNull() { + var rootKeyRequest customerProvidedRootKeyModel + response.Diagnostics.Append(rootKeyRequestObject.As(ctx, &rootKeyRequest, basetypes.ObjectAsOptions{})...) + if !response.Diagnostics.HasError() && len(rootKeyRequest.KeyID.ValueString()) > 0 { + response.Diagnostics.Append(frameworkError.Diagnostics(removeKey(ctx, api, rootKeyRequest.KeyID.ValueString()))...) + } + } +} + +func removeKey(ctx context.Context, api *management.Management, keyID string) error { + if err := api.EncryptionKey.Delete(ctx, keyID); err != nil { + return err + } + + // Wait until the key is actually destroyed. + return wait.Until(100, 20, func() (bool, error) { + key, err := api.EncryptionKey.Read(ctx, keyID) + if err != nil { + return false, err + } + return key.GetState() == "destroyed", nil + }) +} + +func importWrappedKey(ctx context.Context, api *management.Management, keyID, wrappedKey *string) error { + encryptionKey := management.EncryptionKey{ + KID: keyID, + WrappedKey: wrappedKey, + } + if err := api.EncryptionKey.ImportWrappedKey(ctx, &encryptionKey); err != nil { + return err + } + // Wait until the key is actually activated. + return wait.Until(100, 20, func() (bool, error) { + key, err := api.EncryptionKey.Read(ctx, *keyID) + if err != nil { + return false, err + } + return key.GetState() == "active", nil + }) +} + +func createRootKey(ctx context.Context, api *management.Management) (*management.EncryptionKey, *management.WrappingKey, error) { + key := management.EncryptionKey{ + Type: auth0.String("customer-provided-root-key"), + } + if err := api.EncryptionKey.Create(ctx, &key); err != nil { + return nil, nil, err + } + + // Wait until the key is actually available. + err := wait.Until(100, 20, func() (bool, error) { + if _, err := api.EncryptionKey.Read(ctx, key.GetKID()); err != nil { + if internalError.IsStatusNotFound(err) { + return false, nil + } + return false, err + } + return true, nil + }) + if err != nil { + return nil, nil, err + } + + wrappingKey, err := api.EncryptionKey.CreatePublicWrappingKey(ctx, key.GetKID()) + if err != nil { + return nil, nil, err + } + + return &key, wrappingKey, nil +} diff --git a/internal/auth0/encryptionkeymanager/resource_test.go b/internal/framework/auth0/encryptionkeymanager/resource_test.go similarity index 90% rename from internal/auth0/encryptionkeymanager/resource_test.go rename to internal/framework/auth0/encryptionkeymanager/resource_test.go index a95d8ff60..73dfb6d8d 100644 --- a/internal/auth0/encryptionkeymanager/resource_test.go +++ b/internal/framework/auth0/encryptionkeymanager/resource_test.go @@ -80,7 +80,7 @@ resource "auth0_encryption_key_manager" "my_key_manager" { } ` -func TestAccEncryptionKeyManagerRotation(t *testing.T) { +func TestAccFrameworkEncryptionKeyManagerRotation(t *testing.T) { initialKey := make(map[string]string) firstRotationKey := make(map[string]string) secondRotationKey := make(map[string]string) @@ -179,7 +179,7 @@ func TestAccEncryptionKeyManagerRotation(t *testing.T) { }) } -func TestAccEncryptionKeyManagerCustomerProvidedRootKey(t *testing.T) { +func TestAccFrameworkEncryptionKeyManagerCustomerProvidedRootKey(t *testing.T) { initialRootKey := make(map[string]string) initialWrappingKey := make(map[string]string) secondRootKey := make(map[string]string) @@ -195,7 +195,7 @@ func TestAccEncryptionKeyManagerCustomerProvidedRootKey(t *testing.T) { _ = os.Setenv("TF_VAR_WRAPPED_KEY", "bad-key-value") }, Config: testAccEncryptionKeyManagerAddWrappedKey, - ExpectError: regexp.MustCompile(`Error: The wrapped_key attribute should not be specified`), + ExpectError: regexp.MustCompile(`The wrapped_key attribute should not be specified`), }, { Config: testAccEncryptionKeyManagerCreateRootKey, @@ -203,7 +203,6 @@ func TestAccEncryptionKeyManagerCustomerProvidedRootKey(t *testing.T) { { RefreshState: true, Check: resource.ComposeTestCheckFunc( - resource.TestCheckResourceAttr("auth0_encryption_key_manager.my_key_manager", "customer_provided_root_key.#", "1"), extractRootKey("auth0_encryption_key_manager.my_key_manager", "customer_provided_root_key", &initialRootKey), extractWrappingKey("auth0_encryption_key_manager.my_key_manager", "customer_provided_root_key", &initialWrappingKey), func(_ *terraform.State) error { @@ -227,7 +226,7 @@ func TestAccEncryptionKeyManagerCustomerProvidedRootKey(t *testing.T) { { Config: testAccEncryptionKeyManagerRemoveRootKey, Check: resource.ComposeTestCheckFunc( - resource.TestCheckResourceAttr("auth0_encryption_key_manager.my_key_manager", "customer_provided_root_key.#", "0"), + resource.TestCheckNoResourceAttr("auth0_encryption_key_manager.my_key_manager", "customer_provided_root_key"), ), }, { @@ -236,7 +235,6 @@ func TestAccEncryptionKeyManagerCustomerProvidedRootKey(t *testing.T) { { RefreshState: true, Check: resource.ComposeTestCheckFunc( - resource.TestCheckResourceAttr("auth0_encryption_key_manager.my_key_manager", "customer_provided_root_key.#", "1"), extractRootKey("auth0_encryption_key_manager.my_key_manager", "customer_provided_root_key", &secondRootKey), extractWrappingKey("auth0_encryption_key_manager.my_key_manager", "customer_provided_root_key", &secondWrappingKey), func(_ *terraform.State) error { @@ -280,9 +278,8 @@ func TestAccEncryptionKeyManagerCustomerProvidedRootKey(t *testing.T) { { RefreshState: true, Check: resource.ComposeTestCheckFunc( - resource.TestCheckResourceAttr("auth0_encryption_key_manager.my_key_manager", "customer_provided_root_key.#", "1"), - resource.TestCheckResourceAttr("auth0_encryption_key_manager.my_key_manager", "customer_provided_root_key.0.public_wrapping_key", ""), - resource.TestCheckResourceAttr("auth0_encryption_key_manager.my_key_manager", "customer_provided_root_key.0.wrapping_algorithm", ""), + resource.TestCheckNoResourceAttr("auth0_encryption_key_manager.my_key_manager", "customer_provided_root_key.public_wrapping_key"), + resource.TestCheckNoResourceAttr("auth0_encryption_key_manager.my_key_manager", "customer_provided_root_key.wrapping_algorithm"), extractRootKey("auth0_encryption_key_manager.my_key_manager", "customer_provided_root_key", &thirdRootKey), func(_ *terraform.State) error { keyID, ok := thirdRootKey["key_id"] @@ -319,14 +316,14 @@ func extractKey(resource, attribute, keyType, keyState string, keyMapPtr *map[st return err } for i := range count { - stateValue, ok := tfResource.Primary.Attributes[keyName(attribute, i, "state")] + stateValue, ok := tfResource.Primary.Attributes[indexedKeyName(attribute, i, "state")] if !ok { return fmt.Errorf("extractKey: failed to find state for attribute with name: %q", attribute) } if stateValue != keyState { continue } - typeValue, ok := tfResource.Primary.Attributes[keyName(attribute, i, "type")] + typeValue, ok := tfResource.Primary.Attributes[indexedKeyName(attribute, i, "type")] if !ok { return fmt.Errorf("extractKey: failed to find type for attribute with name: %q", attribute) } @@ -334,8 +331,8 @@ func extractKey(resource, attribute, keyType, keyState string, keyMapPtr *map[st continue } for key, value := range tfResource.Primary.Attributes { - if strings.HasPrefix(key, keyName(attribute, i, "")) { - foundKey, _ := strings.CutPrefix(key, keyName(attribute, i, "")) + if strings.HasPrefix(key, indexedKeyName(attribute, i, "")) { + foundKey, _ := strings.CutPrefix(key, indexedKeyName(attribute, i, "")) (*keyMapPtr)[foundKey] = value } } @@ -353,15 +350,20 @@ func extractRootKey(resource, attribute string, keyMapPtr *map[string]string) re if !ok { return fmt.Errorf("extractRootKey: failed to find resource with name: %q", resource) } + found := false for key, value := range tfResource.Primary.Attributes { - if strings.HasPrefix(key, keyName(attribute, 0, "")) { - foundKey, _ := strings.CutPrefix(key, keyName(attribute, 0, "")) + if strings.HasPrefix(key, keyName(attribute, "")) { + found = true + foundKey, _ := strings.CutPrefix(key, keyName(attribute, "")) switch foundKey { case "key_id", "parent_key_id", "type", "state", "created_at", "updated_at": (*keyMapPtr)[foundKey] = value } } } + if !found { + return fmt.Errorf("extractRootKey: failed to find resource: %q attribute: %q", resource, attribute) + } return nil } } @@ -374,23 +376,32 @@ func extractWrappingKey(resource, attribute string, keyMapPtr *map[string]string if !ok { return fmt.Errorf("extractWrappingKey: failed to find resource with name: %q", resource) } + found := false for key, value := range tfResource.Primary.Attributes { - if strings.HasPrefix(key, keyName(attribute, 0, "")) { - foundKey, _ := strings.CutPrefix(key, keyName(attribute, 0, "")) + if strings.HasPrefix(key, keyName(attribute, "")) { + found = true + foundKey, _ := strings.CutPrefix(key, keyName(attribute, "")) switch foundKey { case "public_wrapping_key", "wrapping_algorithm": (*keyMapPtr)[foundKey] = value } } } + if !found { + return fmt.Errorf("extractWrappingKey: failed to find resource: %q attribute: %q", resource, attribute) + } return nil } } -func keyName(attribute string, index int, key string) string { +func indexedKeyName(attribute string, index int, key string) string { return fmt.Sprintf("%s.%d.%s", attribute, index, key) } +func keyName(attribute string, key string) string { + return fmt.Sprintf("%s.%s", attribute, key) +} + // Utility methods and constants for wrapping keys. // Constants for wrapping sizes and parameters. diff --git a/internal/error/diag_error.go b/internal/framework/error/diag_error.go similarity index 71% rename from internal/error/diag_error.go rename to internal/framework/error/diag_error.go index a6ab5ce31..894af2440 100644 --- a/internal/error/diag_error.go +++ b/internal/framework/error/diag_error.go @@ -5,7 +5,9 @@ import ( "github.com/hashicorp/terraform-plugin-framework/diag" ) -func DiagnosticsFromError(err error) diag.Diagnostics { +// Diagnostics converts an error to a framework Diagnostics +// If the error code is a 404 it triggers a resource deletion. +func Diagnostics(err error) diag.Diagnostics { result := diag.Diagnostics{} if err == nil { return result diff --git a/internal/framework/provider/mux_server.go b/internal/framework/provider/mux_server.go new file mode 100644 index 000000000..32ad5e93d --- /dev/null +++ b/internal/framework/provider/mux_server.go @@ -0,0 +1,38 @@ +package provider + +import ( + "context" + "log" + + "github.com/hashicorp/terraform-plugin-framework/provider" + "github.com/hashicorp/terraform-plugin-framework/providerserver" + "github.com/hashicorp/terraform-plugin-go/tfprotov6" + "github.com/hashicorp/terraform-plugin-mux/tf5to6server" + "github.com/hashicorp/terraform-plugin-mux/tf6muxserver" + "github.com/hashicorp/terraform-plugin-sdk/v2/helper/schema" +) + +// MuxServer returns a muxed server which combines an SDK provider and a Framework provider. +func MuxServer(sdkProvider *schema.Provider, frameworkProvider provider.Provider) (tfprotov6.ProviderServer, error) { + muxServer, err := tf6muxserver.NewMuxServer( + context.Background(), + // Add SDK provider. + func() tfprotov6.ProviderServer { + // Upgrade SDK provider to protocol 6. + upgradedSdkProvider, err := tf5to6server.UpgradeServer( + context.Background(), + sdkProvider.GRPCProvider, + ) + if err != nil { + log.Fatal(err) + } + return upgradedSdkProvider + }, + // Add Framework provider. + providerserver.NewProtocol6(frameworkProvider), + ) + if err != nil { + return nil, err + } + return muxServer.ProviderServer(), nil +} diff --git a/internal/provider/framework_provider.go b/internal/framework/provider/provider.go similarity index 50% rename from internal/provider/framework_provider.go rename to internal/framework/provider/provider.go index 746436390..e5103de2b 100644 --- a/internal/provider/framework_provider.go +++ b/internal/framework/provider/provider.go @@ -2,50 +2,42 @@ package provider import ( "context" - "os" + "github.com/hashicorp/terraform-plugin-framework-validators/stringvalidator" "github.com/hashicorp/terraform-plugin-framework/datasource" "github.com/hashicorp/terraform-plugin-framework/path" "github.com/hashicorp/terraform-plugin-framework/provider" "github.com/hashicorp/terraform-plugin-framework/provider/schema" "github.com/hashicorp/terraform-plugin-framework/resource" "github.com/hashicorp/terraform-plugin-framework/schema/validator" - "github.com/hashicorp/terraform-plugin-framework/types" - "github.com/hashicorp/terraform-plugin-framework-validators/stringvalidator" "github.com/auth0/terraform-provider-auth0/internal/config" + "github.com/auth0/terraform-provider-auth0/internal/framework/auth0/encryptionkeymanager" ) -type auth0Provider struct { +// Auth0Provider is the type we use for implementing a framework provider. +type Auth0Provider struct { + configureFunc func(context.Context, provider.ConfigureRequest, *provider.ConfigureResponse) } -type auth0ProviderModel struct { - Domain types.String `tfsdk:"domain"` - Audience types.String `tfsdk:"audience"` - ClientID types.String `tfsdk:"client_id"` - ClientSecret types.String `tfsdk:"client_secret"` - ApiToken types.String `tfsdk:"api_token"` - Debug types.Bool `tfsdk:"debug"` +// Metadata will be called by the framework to get the type name and version for the auth0 provider. +func (p *Auth0Provider) Metadata(_ context.Context, _ provider.MetadataRequest, response *provider.MetadataResponse) { + response.TypeName = "auth0" + response.Version = config.GetProviderVersion() } -func (p *auth0Provider) Metadata(_ context.Context, _ provider.MetadataRequest, _ *provider.MetadataResponse) { -} - -func (p *auth0Provider) Schema(_ context.Context, _ provider.SchemaRequest, response *provider.SchemaResponse) { +// Schema will be called by the framework to get the schema name for the auth0 provider. +func (p *Auth0Provider) Schema(_ context.Context, _ provider.SchemaRequest, response *provider.SchemaResponse) { if response != nil { response.Schema = schema.Schema{ Attributes: map[string]schema.Attribute{ "domain": schema.StringAttribute{ Optional: true, - Description: "Your Auth0 domain name. " + - "It can also be sourced from the AUTH0_DOMAIN environment variable.", MarkdownDescription: "Your Auth0 domain name. " + "It can also be sourced from the `AUTH0_DOMAIN` environment variable.", }, "audience": schema.StringAttribute{ Optional: true, - Description: "Your Auth0 audience when using a custom domain. " + - "It can also be sourced from the AUTH0_AUDIENCE environment variable.", MarkdownDescription: "Your Auth0 audience when using a custom domain. " + "It can also be sourced from the `AUTH0_AUDIENCE` environment variable.", }, @@ -59,8 +51,6 @@ func (p *auth0Provider) Schema(_ context.Context, _ provider.SchemaRequest, resp path.MatchRoot("client_secret"), }...), }, - Description: "Your Auth0 client ID. " + - "It can also be sourced from the AUTH0_CLIENT_ID environment variable.", MarkdownDescription: "Your Auth0 client ID. " + "It can also be sourced from the `AUTH0_CLIENT_ID` environment variable.", }, @@ -74,8 +64,6 @@ func (p *auth0Provider) Schema(_ context.Context, _ provider.SchemaRequest, resp path.MatchRoot("client_id"), }...), }, - Description: "Your Auth0 client secret. " + - "It can also be sourced from the AUTH0_CLIENT_SECRET environment variable.", MarkdownDescription: "Your Auth0 client secret. " + "It can also be sourced from the `AUTH0_CLIENT_SECRET` environment variable.", }, @@ -89,10 +77,6 @@ func (p *auth0Provider) Schema(_ context.Context, _ provider.SchemaRequest, resp path.MatchRoot("client_secret"), }...), }, - Description: "Your Auth0 management api access token. " + - "It can also be sourced from the AUTH0_API_TOKEN environment variable. " + - "It can be used instead of client_id + client_secret. " + - "If both are specified, api_token will be used over client_id + client_secret fields.", MarkdownDescription: "Your Auth0 [management api access token]" + "(https://auth0.com/docs/security/tokens/access-tokens/management-api-access-tokens). " + "It can also be sourced from the `AUTH0_API_TOKEN` environment variable. " + @@ -100,8 +84,7 @@ func (p *auth0Provider) Schema(_ context.Context, _ provider.SchemaRequest, resp "If both are specified, `api_token` will be used over `client_id` + `client_secret` fields.", }, "debug": schema.BoolAttribute{ - Optional: true, - Description: "Indicates whether to turn on debug mode.", + Optional: true, MarkdownDescription: "Indicates whether to turn on debug mode.", }, }, @@ -109,62 +92,31 @@ func (p *auth0Provider) Schema(_ context.Context, _ provider.SchemaRequest, resp } } -func (p *auth0Provider) Configure(ctx context.Context, request provider.ConfigureRequest, response *provider.ConfigureResponse) { - domain := os.Getenv("AUTH0_DOMAIN") - clientID := os.Getenv("AUTH0_CLIENT_ID") - clientSecret := os.Getenv("AUTH0_CLIENT_SECRET") - apiToken := os.Getenv("AUTH0_API_TOKEN") - audience := os.Getenv("AUTH0_AUDIENCE") - debugStr := os.Getenv("AUTH0_DEBUG") - - var debug bool - switch debugStr { - case "1", "true", "on": - debug = true - default: - debug = false - } - - var data auth0ProviderModel - response.Diagnostics.Append(request.Config.Get(ctx, &data)...) - - if data.Domain.ValueString() != "" { - domain = data.Domain.ValueString() - } - if data.ClientID.ValueString() != "" { - clientID = data.ClientID.ValueString() - } - if data.ClientSecret.ValueString() != "" { - clientSecret = data.ClientSecret.ValueString() - } - if data.ApiToken.ValueString() != "" { - apiToken = data.ApiToken.ValueString() - } - if data.Audience.ValueString() != "" { - audience = data.Audience.ValueString() - } - if !data.Debug.IsNull() && !data.Debug.IsUnknown() { - debug = data.Debug.ValueBool() - } - - config, diag := config.ConfigureFrameworkProvider(request.TerraformVersion, domain, clientID, clientSecret, apiToken, audience, debug) - if config != nil { - response.ResourceData = config - response.DataSourceData = config - } +// SetConfigureFunc is used by our testing code to change the Configure func in the auth0 provider. +func (p *Auth0Provider) SetConfigureFunc(cfgFunc func(context.Context, provider.ConfigureRequest, *provider.ConfigureResponse)) { + p.configureFunc = cfgFunc +} - response.Diagnostics.Append(diag...) +// Configure will be called by the framework to configure the auth0 provider. +func (p *Auth0Provider) Configure(ctx context.Context, request provider.ConfigureRequest, response *provider.ConfigureResponse) { + p.configureFunc(ctx, request, response) } -func (p *auth0Provider) DataSources(_ context.Context) []func() datasource.DataSource { +// DataSources will be called by the framework to configure the auth0 provider data sources. +func (p *Auth0Provider) DataSources(_ context.Context) []func() datasource.DataSource { return []func() datasource.DataSource{} } -func (p *auth0Provider) Resources(_ context.Context) []func() resource.Resource { - return []func() resource.Resource{} +// Resources will be called by the framework to configure the auth0 provider resources. +func (p *Auth0Provider) Resources(_ context.Context) []func() resource.Resource { + return []func() resource.Resource{ + encryptionkeymanager.NewResource, + } } -// NewAuth0Provider returns a terraform Framework provider.Provider. -func NewAuth0Provider() provider.Provider { - return &auth0Provider{} +// New returns a terraform Framework provider.Provider. +func New() *Auth0Provider { + return &Auth0Provider{ + configureFunc: config.ConfigureFrameworkProvider(), + } } diff --git a/internal/framework/provider/provider_test.go b/internal/framework/provider/provider_test.go new file mode 100644 index 000000000..8e63bced8 --- /dev/null +++ b/internal/framework/provider/provider_test.go @@ -0,0 +1,160 @@ +package provider + +import ( + /* + "os" + "sort" + "strings" + */ + "testing" + + /* + "github.com/hashicorp/terraform-plugin-framework/diag" + */ + "github.com/hashicorp/terraform-plugin-testing/helper/resource" +) + +func TestMain(m *testing.M) { + resource.TestMain(m) +} + +/* +Func TestProvider(t *testing.T) { + if err := New().InternalValidate(); err != nil { + t.Fatal(err) + } +} + +func TestProvider_debugDefaults(t *testing.T) { + for value, expected := range map[string]bool{ + "1": true, + "true": true, + "on": true, + "0": false, + "off": false, + "false": false, + "foo": false, + "": false, + } { + _ = os.Unsetenv("AUTH0_DEBUG") + if value != "" { + _ = os.Setenv("AUTH0_DEBUG", value) + } + + p := New() + debug, err := p.Schema["debug"].DefaultValue() + if err != nil { + t.Fatalf("Unexpected error: %v", err) + } + + if debug.(bool) != expected { + t.Fatalf("Expected debug to be %v, but got %v", expected, debug) + } + } +} + +func TestProvider_configValidation(t *testing.T) { + testCases := []struct { + name string + resourceConfig map[string]interface{} + expectedErrors diag.Diagnostics + }{ + { + name: "missing client id", + resourceConfig: map[string]interface{}{"domain": "test", "client_secret": "test"}, + expectedErrors: diag.Diagnostics{ + diag.Diagnostic{ + Summary: "RequiredWith", + Detail: "\"client_secret\": all of `client_id,client_secret` must be specified", + }, + }, + }, + { + name: "missing client secret", + resourceConfig: map[string]interface{}{"domain": "test", "client_id": "test"}, + expectedErrors: diag.Diagnostics{ + diag.Diagnostic{ + Summary: "RequiredWith", + Detail: "\"client_id\": all of `client_id,client_secret` must be specified", + }, + }, + }, + { + name: "conflicting auth0 client and management token without domain", + resourceConfig: map[string]interface{}{"client_id": "test", "client_secret": "test", "api_token": "test"}, + expectedErrors: diag.Diagnostics{ + diag.Diagnostic{ + Summary: "ConflictsWith", + Detail: "\"api_token\": conflicts with client_id", + }, + diag.Diagnostic{ + Summary: "ConflictsWith", + Detail: "\"client_id\": conflicts with api_token", + }, + diag.Diagnostic{ + Summary: "ConflictsWith", + Detail: "\"client_secret\": conflicts with api_token", + }, + }, + }, + { + name: "valid auth0 client", + resourceConfig: map[string]interface{}{"domain": "valid_domain", "client_id": "test", "client_secret": "test"}, + expectedErrors: nil, + }, + { + name: "valid auth0 token", + resourceConfig: map[string]interface{}{"domain": "valid_domain", "api_token": "test"}, + expectedErrors: nil, + }, + } + + originalEnvironment := os.Environ() + os.Clearenv() + for _, test := range testCases { + t.Run(test.name, func(t *testing.T) { + config := terraform.NewResourceConfigRaw(test.resourceConfig) + provider := New() + + errs := provider.Validate(config) + assertErrorsSliceEqual(t, test.expectedErrors, errs) + }) + } + + for _, e := range originalEnvironment { + environmentPair := strings.Split(e, "=") + _ = os.Setenv(environmentPair[0], environmentPair[1]) + } +} + +func sortErrors(errs diag.Diagnostics) { + sort.Slice(errs, func(i, j int) bool { + return errs[i].Detail < errs[j].Detail + }) +} + +func assertErrorsSliceEqual(t *testing.T, expected, actual diag.Diagnostics) { + if len(expected) != len(actual) { + t.Fatalf( + "actual did not match expected. len(expected) != len(actual). expected: %v, actual: %v", + expected, + actual, + ) + } + + sortErrors(expected) + sortErrors(actual) + + for i := range expected { + if expected[i].Detail != actual[i].Detail { + t.Fatalf( + "actual did not match expected. expected[%d] != actual[%d]. expected: %+v, actual: %+v", + i, + i, + expected, + actual, + ) + } + } +}. +*/ diff --git a/internal/provider/provider.go b/internal/provider/provider.go index 84c883409..9f26bd558 100644 --- a/internal/provider/provider.go +++ b/internal/provider/provider.go @@ -22,7 +22,6 @@ import ( "github.com/auth0/terraform-provider-auth0/internal/auth0/connection" "github.com/auth0/terraform-provider-auth0/internal/auth0/customdomain" "github.com/auth0/terraform-provider-auth0/internal/auth0/email" - "github.com/auth0/terraform-provider-auth0/internal/auth0/encryptionkeymanager" "github.com/auth0/terraform-provider-auth0/internal/auth0/guardian" "github.com/auth0/terraform-provider-auth0/internal/auth0/hook" "github.com/auth0/terraform-provider-auth0/internal/auth0/logstream" @@ -116,7 +115,6 @@ func New() *schema.Provider { "auth0_custom_domain_verification": customdomain.NewVerificationResource(), "auth0_email_provider": email.NewResource(), "auth0_email_template": email.NewTemplateResource(), - "auth0_encryption_key_manager": encryptionkeymanager.NewEncryptionKeyManagerResource(), "auth0_flow": flow.NewResource(), "auth0_flow_vault_connection": flow.NewVaultConnectionResource(), "auth0_form": form.NewResource(), diff --git a/main.go b/main.go index a364593ce..d95a9e753 100644 --- a/main.go +++ b/main.go @@ -1,17 +1,14 @@ package main import ( - "context" "log" - "github.com/hashicorp/terraform-plugin-framework/providerserver" "github.com/hashicorp/terraform-plugin-go/tfprotov6" "github.com/hashicorp/terraform-plugin-go/tfprotov6/tf6server" - "github.com/hashicorp/terraform-plugin-mux/tf5to6server" - "github.com/hashicorp/terraform-plugin-mux/tf6muxserver" "github.com/hashicorp/terraform-plugin-sdk/v2/helper/schema" - "github.com/auth0/terraform-provider-auth0/internal/provider" + frameworkProvider "github.com/auth0/terraform-provider-auth0/internal/framework/provider" + provider "github.com/auth0/terraform-provider-auth0/internal/provider" ) // Ensure the documentation is formatted properly. @@ -25,30 +22,15 @@ func main() { // this will be used in document generation. schema.DescriptionKind = schema.StringMarkdown - muxServer, err := tf6muxserver.NewMuxServer( - context.Background(), - // Add SDK provider. + err := tf6server.Serve( + "registry.terraform.io/auth0/auth0", func() tfprotov6.ProviderServer { - // Upgrade SDK provider to protocol 6. - upgradedSdkProvider, err := tf5to6server.UpgradeServer( - context.Background(), - provider.New().GRPCProvider, - ) + providerServer, err := frameworkProvider.MuxServer(provider.New(), frameworkProvider.New()) if err != nil { log.Fatal(err) } - return upgradedSdkProvider + return providerServer }, - // Add Framework provider. - providerserver.NewProtocol6(provider.NewAuth0Provider()), - ) - if err != nil { - log.Fatal(err) - } - - err = tf6server.Serve( - "registry.terraform.io/auth0/auth0", - muxServer.ProviderServer, ) if err != nil { log.Fatal(err) diff --git a/test/data/recordings/TestAccEncryptionKeyManagerCustomerProvidedRootKey.yaml b/test/data/recordings/TestAccEncryptionKeyManagerCustomerProvidedRootKey.yaml deleted file mode 100644 index 9b4fcb9d2..000000000 --- a/test/data/recordings/TestAccEncryptionKeyManagerCustomerProvidedRootKey.yaml +++ /dev/null @@ -1,1759 +0,0 @@ ---- -version: 2 -interactions: - - id: 0 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 52 - transfer_encoding: [] - trailer: {} - host: terraform-provider-auth0-dev.eu.auth0.com - remote_addr: "" - request_uri: "" - body: | - {"session_lifetime":168,"idle_session_lifetime":72} - form: {} - headers: - Content-Type: - - application/json - User-Agent: - - Go-Auth0/1.11.0 - url: https://terraform-provider-auth0-dev.eu.auth0.com/api/v2/tenants/settings - method: PATCH - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: -1 - uncompressed: true - body: '{"enabled_locales":["en"],"flags":{"allow_changing_enable_sso":false,"cannot_change_enforce_client_authentication_on_passwordless_start":true,"disable_impersonation":true,"enable_sso":true,"enforce_client_authentication_on_passwordless_start":true,"universal_login":true,"revoke_refresh_token_grant":false,"disable_clickjack_protection_headers":false},"idle_session_lifetime":72,"sandbox_version":"18","session_lifetime":168,"oidc_logout":{"rp_logout_end_session_endpoint_discovery":true}}' - headers: - Content-Type: - - application/json; charset=utf-8 - status: 200 OK - code: 200 - duration: 149.840708ms - - id: 1 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 14 - transfer_encoding: [] - trailer: {} - host: terraform-provider-auth0-dev.eu.auth0.com - remote_addr: "" - request_uri: "" - body: | - {"mtls":null} - form: {} - headers: - Content-Type: - - application/json - User-Agent: - - Go-Auth0/1.11.0 - url: https://terraform-provider-auth0-dev.eu.auth0.com/api/v2/tenants/settings - method: PATCH - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: -1 - uncompressed: true - body: '{"enabled_locales":["en"],"flags":{"allow_changing_enable_sso":false,"cannot_change_enforce_client_authentication_on_passwordless_start":true,"disable_impersonation":true,"enable_sso":true,"enforce_client_authentication_on_passwordless_start":true,"universal_login":true,"revoke_refresh_token_grant":false,"disable_clickjack_protection_headers":false},"idle_session_lifetime":72,"sandbox_version":"18","session_lifetime":168,"oidc_logout":{"rp_logout_end_session_endpoint_discovery":true}}' - headers: - Content-Type: - - application/json; charset=utf-8 - status: 200 OK - code: 200 - duration: 160.996959ms - - id: 2 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: terraform-provider-auth0-dev.eu.auth0.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - Content-Type: - - application/json - User-Agent: - - Go-Auth0/1.11.0 - url: https://terraform-provider-auth0-dev.eu.auth0.com/api/v2/tenants/settings - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: -1 - uncompressed: true - body: '{"enabled_locales":["en"],"flags":{"allow_changing_enable_sso":false,"disable_impersonation":true,"enable_sso":true,"universal_login":true,"revoke_refresh_token_grant":false,"disable_clickjack_protection_headers":false},"idle_session_lifetime":72,"sandbox_version":"18","session_lifetime":168,"oidc_logout":{"rp_logout_end_session_endpoint_discovery":true},"sandbox_versions_available":["18","16"]}' - headers: - Content-Type: - - application/json; charset=utf-8 - status: 200 OK - code: 200 - duration: 119.006208ms - - id: 3 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: terraform-provider-auth0-dev.eu.auth0.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - Content-Type: - - application/json - User-Agent: - - Go-Auth0/1.11.0 - url: https://terraform-provider-auth0-dev.eu.auth0.com/api/v2/tenants/settings - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: -1 - uncompressed: true - body: '{"enabled_locales":["en"],"flags":{"allow_changing_enable_sso":false,"disable_impersonation":true,"enable_sso":true,"universal_login":true,"revoke_refresh_token_grant":false,"disable_clickjack_protection_headers":false},"idle_session_lifetime":72,"sandbox_version":"18","session_lifetime":168,"oidc_logout":{"rp_logout_end_session_endpoint_discovery":true},"sandbox_versions_available":["18","16"]}' - headers: - Content-Type: - - application/json; charset=utf-8 - status: 200 OK - code: 200 - duration: 152.553625ms - - id: 4 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: terraform-provider-auth0-dev.eu.auth0.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - Content-Type: - - application/json - User-Agent: - - Go-Auth0/1.11.0 - url: https://terraform-provider-auth0-dev.eu.auth0.com/api/v2/keys/encryption?include_totals=true&page=0&per_page=5 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: -1 - uncompressed: true - body: '{"keys":[{"kid":"5b40e87a-27e3-412c-9346-a9f84537ae13","type":"tenant-master-key","state":"active","created_at":"2024-10-04T14:11:08.785Z","updated_at":"2024-10-04T14:11:08.785Z","parent_kid":"6a9a6357-6329-4265-91fc-2ab0d8434a15","public_key":null},{"kid":"4b847b04-ab89-42b0-80c0-6608d26fd867","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-04T14:11:06.690Z","updated_at":"2024-10-04T14:11:09.173Z","parent_kid":"6a9a6357-6329-4265-91fc-2ab0d8434a15","public_key":null},{"kid":"c178a38a-8111-480b-a54f-a3dfea118773","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-04T14:09:59.532Z","updated_at":"2024-10-04T14:11:07.073Z","parent_kid":"6a9a6357-6329-4265-91fc-2ab0d8434a15","public_key":null},{"kid":"6a9a6357-6329-4265-91fc-2ab0d8434a15","type":"environment-root-key","state":"active","created_at":"2024-10-04T14:09:59.517Z","updated_at":"2024-10-04T14:09:59.517Z","parent_kid":null,"public_key":null},{"kid":"cc9a475f-7452-43da-8443-67b9b2b98eec","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-04T14:09:56.653Z","updated_at":"2024-10-04T14:10:00.405Z","parent_kid":"6a9a6357-6329-4265-91fc-2ab0d8434a15","public_key":null},{"kid":"571da357-4e58-4a96-9e60-8a7d284fcc6c","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-04T14:09:42.863Z","updated_at":"2024-10-04T14:10:00.405Z","parent_kid":null,"public_key":null},{"kid":"e8f991a2-2670-4d45-82b1-f05fd848ab31","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-04T14:09:40.615Z","updated_at":"2024-10-04T14:09:57.251Z","parent_kid":"571da357-4e58-4a96-9e60-8a7d284fcc6c","public_key":null},{"kid":"a569edb0-0bf6-4c12-acf8-8ef89a210d04","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-04T14:09:36.612Z","updated_at":"2024-10-04T14:09:40.598Z","parent_kid":null,"public_key":null},{"kid":"85ee5a87-2b60-4d12-a2f7-53ba37b2dfb2","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-04T13:57:33.821Z","updated_at":"2024-10-04T14:09:41.211Z","parent_kid":"46b619d2-ab17-442e-9fd5-72e44c617d8c","public_key":null},{"kid":"46b619d2-ab17-442e-9fd5-72e44c617d8c","type":"environment-root-key","state":"destroyed","created_at":"2024-10-04T13:57:33.794Z","updated_at":"2024-10-04T14:09:57.251Z","parent_kid":null,"public_key":null},{"kid":"10026795-56c1-45e0-b00b-71d85d8f51da","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-04T13:57:31.387Z","updated_at":"2024-10-04T13:57:34.761Z","parent_kid":"46b619d2-ab17-442e-9fd5-72e44c617d8c","public_key":null},{"kid":"8ae186db-6b17-4cf6-9b49-e6962ef216f3","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-04T13:57:21.705Z","updated_at":"2024-10-04T13:57:34.761Z","parent_kid":null,"public_key":null},{"kid":"a42df500-2596-467a-96cf-a57893c54fa0","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-04T13:57:14.190Z","updated_at":"2024-10-04T13:57:31.988Z","parent_kid":"8ae186db-6b17-4cf6-9b49-e6962ef216f3","public_key":null},{"kid":"3643f722-abb3-47b7-8773-682032798164","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-04T13:57:11.217Z","updated_at":"2024-10-04T13:57:14.100Z","parent_kid":null,"public_key":null},{"kid":"f69e7380-8927-4718-a773-6e54400a0fee","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-04T13:53:47.041Z","updated_at":"2024-10-04T13:57:14.828Z","parent_kid":"a33edce6-db4c-4b6f-9659-ec53e28084e5","public_key":null},{"kid":"a33edce6-db4c-4b6f-9659-ec53e28084e5","type":"environment-root-key","state":"destroyed","created_at":"2024-10-04T13:53:47.025Z","updated_at":"2024-10-04T13:57:31.988Z","parent_kid":null,"public_key":null},{"kid":"147a0a26-755c-47d9-ba78-70bfb81effb1","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-04T13:53:44.581Z","updated_at":"2024-10-04T13:53:47.761Z","parent_kid":"a33edce6-db4c-4b6f-9659-ec53e28084e5","public_key":null},{"kid":"860dad78-4b2a-4966-b410-49cc60299e81","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-04T13:53:29.881Z","updated_at":"2024-10-04T13:53:47.761Z","parent_kid":null,"public_key":null},{"kid":"6100332f-f050-4b73-88b3-ec032e761193","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-04T13:53:27.536Z","updated_at":"2024-10-04T13:53:45.229Z","parent_kid":"860dad78-4b2a-4966-b410-49cc60299e81","public_key":null},{"kid":"472793c9-1036-40bf-8a91-271a5450dbb4","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-04T13:53:23.784Z","updated_at":"2024-10-04T13:53:27.517Z","parent_kid":null,"public_key":null},{"kid":"482d3c00-db1f-41c5-880b-235f1a8ebc40","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-03T21:46:02.580Z","updated_at":"2024-10-04T13:53:28.108Z","parent_kid":"afa24d67-84cf-4e77-bf55-af0a77df8fa6","public_key":null},{"kid":"caa6c1c0-736a-4224-82b7-21ca4a3dd908","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-03T21:45:51.656Z","updated_at":"2024-10-03T21:46:02.566Z","parent_kid":null,"public_key":null},{"kid":"56f5a62b-bd95-46b7-b14e-0d69f29b683f","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-03T21:45:49.428Z","updated_at":"2024-10-03T21:46:03.145Z","parent_kid":"afa24d67-84cf-4e77-bf55-af0a77df8fa6","public_key":null},{"kid":"d2a64a43-829b-4f3f-b5c5-754ed451ad86","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-03T21:45:45.167Z","updated_at":"2024-10-03T21:45:49.414Z","parent_kid":null,"public_key":null},{"kid":"157dc901-01eb-4c9d-b269-1a38da4416c2","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-03T21:43:22.371Z","updated_at":"2024-10-03T21:45:49.991Z","parent_kid":"afa24d67-84cf-4e77-bf55-af0a77df8fa6","public_key":null},{"kid":"47dbcf11-99bf-47e2-a276-0a541ad4901b","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-03T21:43:11.663Z","updated_at":"2024-10-03T21:43:22.343Z","parent_kid":null,"public_key":null},{"kid":"dc5989f9-6b3b-41da-9b2e-eebd3660493a","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-03T21:43:09.216Z","updated_at":"2024-10-03T21:43:22.965Z","parent_kid":"afa24d67-84cf-4e77-bf55-af0a77df8fa6","public_key":null},{"kid":"99276858-a3ae-4ded-a2f0-62ded118fcf2","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-03T21:43:05.810Z","updated_at":"2024-10-03T21:43:09.204Z","parent_kid":null,"public_key":null},{"kid":"d5a2db56-c103-443b-aa4d-0209d22a1f7c","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-03T21:41:14.689Z","updated_at":"2024-10-03T21:43:09.769Z","parent_kid":"afa24d67-84cf-4e77-bf55-af0a77df8fa6","public_key":null},{"kid":"96d7bb6b-8c37-4230-a338-0cf490d50ab9","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-03T21:41:05.138Z","updated_at":"2024-10-03T21:41:14.658Z","parent_kid":null,"public_key":null},{"kid":"9b0b8796-b4a1-454a-b36e-a8235cc8667f","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-03T21:41:02.907Z","updated_at":"2024-10-03T21:41:15.259Z","parent_kid":"afa24d67-84cf-4e77-bf55-af0a77df8fa6","public_key":null},{"kid":"e9dda37e-b960-4f92-9a15-5bc7c6ed72b9","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-03T21:40:59.230Z","updated_at":"2024-10-03T21:41:02.895Z","parent_kid":null,"public_key":null},{"kid":"a3026e21-f4a7-4161-99e4-8fa7fa8eb41a","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-03T21:27:49.983Z","updated_at":"2024-10-03T21:41:03.460Z","parent_kid":"afa24d67-84cf-4e77-bf55-af0a77df8fa6","public_key":null},{"kid":"037ec356-1a73-4bf5-bfb4-ca56bc8c61e1","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-03T21:27:38.661Z","updated_at":"2024-10-03T21:27:49.952Z","parent_kid":null,"public_key":null},{"kid":"671c0e33-613b-4323-81ee-a0d9ecd3f1d0","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-03T21:27:36.340Z","updated_at":"2024-10-03T21:27:50.578Z","parent_kid":"afa24d67-84cf-4e77-bf55-af0a77df8fa6","public_key":null},{"kid":"d897c343-4071-41f7-aed3-67695a34451f","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-03T21:27:32.304Z","updated_at":"2024-10-03T21:27:36.327Z","parent_kid":null,"public_key":null},{"kid":"e3f8d1ab-1125-48b7-b35b-b4e0beb18cff","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-03T21:22:14.540Z","updated_at":"2024-10-03T21:27:36.894Z","parent_kid":"afa24d67-84cf-4e77-bf55-af0a77df8fa6","public_key":null},{"kid":"454e1557-0d02-4245-96e9-3510fe19a690","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-03T21:22:08.628Z","updated_at":"2024-10-03T21:22:14.525Z","parent_kid":null,"public_key":null},{"kid":"fb59ded0-f3d6-4195-9fac-08fcd7dde140","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-03T21:22:01.299Z","updated_at":"2024-10-03T21:22:15.139Z","parent_kid":"afa24d67-84cf-4e77-bf55-af0a77df8fa6","public_key":null},{"kid":"7c02c0a2-d833-4f8e-bedc-3ed8f1595894","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-03T21:21:58.242Z","updated_at":"2024-10-03T21:22:01.269Z","parent_kid":null,"public_key":null},{"kid":"1c76b6b7-4319-40e2-ba7a-8c8497ad2aa9","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-03T21:17:09.120Z","updated_at":"2024-10-03T21:22:01.854Z","parent_kid":"afa24d67-84cf-4e77-bf55-af0a77df8fa6","public_key":null},{"kid":"dfb1b07d-9405-4cb5-ad07-2d745b98c59f","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-03T21:16:58.926Z","updated_at":"2024-10-03T21:17:09.107Z","parent_kid":null,"public_key":null},{"kid":"17631625-dbd0-4bd4-bef2-db841e8cd8ea","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-03T21:16:56.726Z","updated_at":"2024-10-03T21:17:09.662Z","parent_kid":"afa24d67-84cf-4e77-bf55-af0a77df8fa6","public_key":null},{"kid":"1e8d716a-c9e9-462a-ae9d-ce179258d853","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-03T21:16:53.252Z","updated_at":"2024-10-03T21:16:56.709Z","parent_kid":null,"public_key":null},{"kid":"64da35b0-7fd4-4974-bc1a-56fd45084a1b","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-03T21:12:09.474Z","updated_at":"2024-10-03T21:16:57.273Z","parent_kid":"afa24d67-84cf-4e77-bf55-af0a77df8fa6","public_key":null},{"kid":"33016b12-353e-48d1-8dc2-2dfe9bc451b1","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-03T21:11:58.848Z","updated_at":"2024-10-03T21:12:09.459Z","parent_kid":null,"public_key":null},{"kid":"8bbd49ac-3195-4509-9ab0-564d50c0eaac","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-03T21:11:56.593Z","updated_at":"2024-10-03T21:12:10.016Z","parent_kid":"afa24d67-84cf-4e77-bf55-af0a77df8fa6","public_key":null},{"kid":"9cab2bfb-1dcd-4164-9293-349ad772a315","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-03T21:11:52.993Z","updated_at":"2024-10-03T21:11:56.579Z","parent_kid":null,"public_key":null},{"kid":"65905b6c-63c6-4408-9575-8bebdcd92f0b","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-03T21:04:35.628Z","updated_at":"2024-10-03T21:11:57.138Z","parent_kid":"afa24d67-84cf-4e77-bf55-af0a77df8fa6","public_key":null},{"kid":"f5c6855e-4741-44ee-a7c4-400bc9a5a5e1","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-03T21:04:30.089Z","updated_at":"2024-10-03T21:04:35.615Z","parent_kid":null,"public_key":null}],"start":0,"limit":0,"total":0}' - headers: - Content-Type: - - application/json; charset=utf-8 - status: 200 OK - code: 200 - duration: 156.711709ms - - id: 5 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 38 - transfer_encoding: [] - trailer: {} - host: terraform-provider-auth0-dev.eu.auth0.com - remote_addr: "" - request_uri: "" - body: | - {"type":"customer-provided-root-key"} - form: {} - headers: - Content-Type: - - application/json - User-Agent: - - Go-Auth0/1.11.0 - url: https://terraform-provider-auth0-dev.eu.auth0.com/api/v2/keys/encryption - method: POST - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 223 - uncompressed: false - body: '{"kid":"a8ee2b51-6ed4-4f08-a047-205b5be08784","type":"customer-provided-root-key","state":"pre-activation","created_at":"2024-10-04T14:11:15.077Z","updated_at":"2024-10-04T14:11:15.077Z","parent_kid":null,"public_key":null}' - headers: - Content-Type: - - application/json; charset=utf-8 - status: 201 Created - code: 201 - duration: 198.136667ms - - id: 6 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: terraform-provider-auth0-dev.eu.auth0.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - Content-Type: - - application/json - User-Agent: - - Go-Auth0/1.11.0 - url: https://terraform-provider-auth0-dev.eu.auth0.com/api/v2/keys/encryption/a8ee2b51-6ed4-4f08-a047-205b5be08784 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: -1 - uncompressed: true - body: '{"kid":"a8ee2b51-6ed4-4f08-a047-205b5be08784","type":"customer-provided-root-key","state":"pre-activation","created_at":"2024-10-04T14:11:15.077Z","updated_at":"2024-10-04T14:11:15.077Z","parent_kid":null,"public_key":null}' - headers: - Content-Type: - - application/json; charset=utf-8 - status: 200 OK - code: 200 - duration: 291.2855ms - - id: 7 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: terraform-provider-auth0-dev.eu.auth0.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - Content-Type: - - application/json - User-Agent: - - Go-Auth0/1.11.0 - url: https://terraform-provider-auth0-dev.eu.auth0.com/api/v2/keys/encryption/a8ee2b51-6ed4-4f08-a047-205b5be08784/wrapping-key - method: POST - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 688 - uncompressed: false - body: '{"public_key":"-----BEGIN PUBLIC KEY-----\nMIIBojANBgkqhkiG9w0BAQEFAAOCAY8AMIIBigKCAYEAqK5lg8PF2WpDhc7JAYFQ\n6IWTtiDHEGm0r115Ji8ebd9MHSuw+DO4N0L/2EgxdVwBZS3+xu5Z7T6+dIV/RFSa\nUbLzfgo9PLOKdiu9jJSJqlGeDmlQgqfzVfCipW2aL2mLug7ny+MpPAPuVTgrxPEt\nEknjRA6XKSYwEO17hetBViRI6MsRuPq+dS/bh7hetKiawb5Jc+GbaoLN5eSqMMpy\n1soAigK6d1OH9mF6qcMrgrJcKkJlqySniIyGp169N139/JYiLIE8BhTVZeVwYQyo\n2t8SO68GMhVpA7pYyyK0gn1g3JVaoBa3NJOgNgjzEsVQ9NUtEjYtZYNOk2GKr82z\nch7lJFEd+cGn7erotsqRGWLM9j9xh0OwSZdJHY2ujedH6tQNAe8uMDiq0zamtwWg\njo9q/LZ3a694uCYg68S/DLFSGR6VRJMTRv7dcJvfj7cXXSJZF4d+q80Xagq7lYF/\ngkuAMcx3r/fGYueM7wnRkXYDTwEXxSruGNoknMfRkziLAgMBAAE=\n-----END PUBLIC KEY-----\n","algorithm":"CKM_RSA_AES_KEY_WRAP"}' - headers: - Content-Type: - - application/json; charset=utf-8 - status: 201 Created - code: 201 - duration: 1.14082225s - - id: 8 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: terraform-provider-auth0-dev.eu.auth0.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - Content-Type: - - application/json - User-Agent: - - Go-Auth0/1.11.0 - url: https://terraform-provider-auth0-dev.eu.auth0.com/api/v2/keys/encryption?include_totals=true&page=0&per_page=5 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: -1 - uncompressed: true - body: '{"keys":[{"kid":"a8ee2b51-6ed4-4f08-a047-205b5be08784","type":"customer-provided-root-key","state":"pre-activation","created_at":"2024-10-04T14:11:15.077Z","updated_at":"2024-10-04T14:11:15.077Z","parent_kid":null,"public_key":null},{"kid":"5b40e87a-27e3-412c-9346-a9f84537ae13","type":"tenant-master-key","state":"active","created_at":"2024-10-04T14:11:08.785Z","updated_at":"2024-10-04T14:11:08.785Z","parent_kid":"6a9a6357-6329-4265-91fc-2ab0d8434a15","public_key":null},{"kid":"4b847b04-ab89-42b0-80c0-6608d26fd867","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-04T14:11:06.690Z","updated_at":"2024-10-04T14:11:09.173Z","parent_kid":"6a9a6357-6329-4265-91fc-2ab0d8434a15","public_key":null},{"kid":"c178a38a-8111-480b-a54f-a3dfea118773","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-04T14:09:59.532Z","updated_at":"2024-10-04T14:11:07.073Z","parent_kid":"6a9a6357-6329-4265-91fc-2ab0d8434a15","public_key":null},{"kid":"6a9a6357-6329-4265-91fc-2ab0d8434a15","type":"environment-root-key","state":"active","created_at":"2024-10-04T14:09:59.517Z","updated_at":"2024-10-04T14:09:59.517Z","parent_kid":null,"public_key":null},{"kid":"cc9a475f-7452-43da-8443-67b9b2b98eec","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-04T14:09:56.653Z","updated_at":"2024-10-04T14:10:00.405Z","parent_kid":"6a9a6357-6329-4265-91fc-2ab0d8434a15","public_key":null},{"kid":"571da357-4e58-4a96-9e60-8a7d284fcc6c","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-04T14:09:42.863Z","updated_at":"2024-10-04T14:10:00.405Z","parent_kid":null,"public_key":null},{"kid":"e8f991a2-2670-4d45-82b1-f05fd848ab31","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-04T14:09:40.615Z","updated_at":"2024-10-04T14:09:57.251Z","parent_kid":"571da357-4e58-4a96-9e60-8a7d284fcc6c","public_key":null},{"kid":"a569edb0-0bf6-4c12-acf8-8ef89a210d04","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-04T14:09:36.612Z","updated_at":"2024-10-04T14:09:40.598Z","parent_kid":null,"public_key":null},{"kid":"85ee5a87-2b60-4d12-a2f7-53ba37b2dfb2","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-04T13:57:33.821Z","updated_at":"2024-10-04T14:09:41.211Z","parent_kid":"46b619d2-ab17-442e-9fd5-72e44c617d8c","public_key":null},{"kid":"46b619d2-ab17-442e-9fd5-72e44c617d8c","type":"environment-root-key","state":"destroyed","created_at":"2024-10-04T13:57:33.794Z","updated_at":"2024-10-04T14:09:57.251Z","parent_kid":null,"public_key":null},{"kid":"10026795-56c1-45e0-b00b-71d85d8f51da","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-04T13:57:31.387Z","updated_at":"2024-10-04T13:57:34.761Z","parent_kid":"46b619d2-ab17-442e-9fd5-72e44c617d8c","public_key":null},{"kid":"8ae186db-6b17-4cf6-9b49-e6962ef216f3","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-04T13:57:21.705Z","updated_at":"2024-10-04T13:57:34.761Z","parent_kid":null,"public_key":null},{"kid":"a42df500-2596-467a-96cf-a57893c54fa0","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-04T13:57:14.190Z","updated_at":"2024-10-04T13:57:31.988Z","parent_kid":"8ae186db-6b17-4cf6-9b49-e6962ef216f3","public_key":null},{"kid":"3643f722-abb3-47b7-8773-682032798164","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-04T13:57:11.217Z","updated_at":"2024-10-04T13:57:14.100Z","parent_kid":null,"public_key":null},{"kid":"f69e7380-8927-4718-a773-6e54400a0fee","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-04T13:53:47.041Z","updated_at":"2024-10-04T13:57:14.828Z","parent_kid":"a33edce6-db4c-4b6f-9659-ec53e28084e5","public_key":null},{"kid":"a33edce6-db4c-4b6f-9659-ec53e28084e5","type":"environment-root-key","state":"destroyed","created_at":"2024-10-04T13:53:47.025Z","updated_at":"2024-10-04T13:57:31.988Z","parent_kid":null,"public_key":null},{"kid":"147a0a26-755c-47d9-ba78-70bfb81effb1","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-04T13:53:44.581Z","updated_at":"2024-10-04T13:53:47.761Z","parent_kid":"a33edce6-db4c-4b6f-9659-ec53e28084e5","public_key":null},{"kid":"860dad78-4b2a-4966-b410-49cc60299e81","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-04T13:53:29.881Z","updated_at":"2024-10-04T13:53:47.761Z","parent_kid":null,"public_key":null},{"kid":"6100332f-f050-4b73-88b3-ec032e761193","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-04T13:53:27.536Z","updated_at":"2024-10-04T13:53:45.229Z","parent_kid":"860dad78-4b2a-4966-b410-49cc60299e81","public_key":null},{"kid":"472793c9-1036-40bf-8a91-271a5450dbb4","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-04T13:53:23.784Z","updated_at":"2024-10-04T13:53:27.517Z","parent_kid":null,"public_key":null},{"kid":"482d3c00-db1f-41c5-880b-235f1a8ebc40","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-03T21:46:02.580Z","updated_at":"2024-10-04T13:53:28.108Z","parent_kid":"afa24d67-84cf-4e77-bf55-af0a77df8fa6","public_key":null},{"kid":"caa6c1c0-736a-4224-82b7-21ca4a3dd908","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-03T21:45:51.656Z","updated_at":"2024-10-03T21:46:02.566Z","parent_kid":null,"public_key":null},{"kid":"56f5a62b-bd95-46b7-b14e-0d69f29b683f","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-03T21:45:49.428Z","updated_at":"2024-10-03T21:46:03.145Z","parent_kid":"afa24d67-84cf-4e77-bf55-af0a77df8fa6","public_key":null},{"kid":"d2a64a43-829b-4f3f-b5c5-754ed451ad86","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-03T21:45:45.167Z","updated_at":"2024-10-03T21:45:49.414Z","parent_kid":null,"public_key":null},{"kid":"157dc901-01eb-4c9d-b269-1a38da4416c2","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-03T21:43:22.371Z","updated_at":"2024-10-03T21:45:49.991Z","parent_kid":"afa24d67-84cf-4e77-bf55-af0a77df8fa6","public_key":null},{"kid":"47dbcf11-99bf-47e2-a276-0a541ad4901b","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-03T21:43:11.663Z","updated_at":"2024-10-03T21:43:22.343Z","parent_kid":null,"public_key":null},{"kid":"dc5989f9-6b3b-41da-9b2e-eebd3660493a","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-03T21:43:09.216Z","updated_at":"2024-10-03T21:43:22.965Z","parent_kid":"afa24d67-84cf-4e77-bf55-af0a77df8fa6","public_key":null},{"kid":"99276858-a3ae-4ded-a2f0-62ded118fcf2","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-03T21:43:05.810Z","updated_at":"2024-10-03T21:43:09.204Z","parent_kid":null,"public_key":null},{"kid":"d5a2db56-c103-443b-aa4d-0209d22a1f7c","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-03T21:41:14.689Z","updated_at":"2024-10-03T21:43:09.769Z","parent_kid":"afa24d67-84cf-4e77-bf55-af0a77df8fa6","public_key":null},{"kid":"96d7bb6b-8c37-4230-a338-0cf490d50ab9","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-03T21:41:05.138Z","updated_at":"2024-10-03T21:41:14.658Z","parent_kid":null,"public_key":null},{"kid":"9b0b8796-b4a1-454a-b36e-a8235cc8667f","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-03T21:41:02.907Z","updated_at":"2024-10-03T21:41:15.259Z","parent_kid":"afa24d67-84cf-4e77-bf55-af0a77df8fa6","public_key":null},{"kid":"e9dda37e-b960-4f92-9a15-5bc7c6ed72b9","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-03T21:40:59.230Z","updated_at":"2024-10-03T21:41:02.895Z","parent_kid":null,"public_key":null},{"kid":"a3026e21-f4a7-4161-99e4-8fa7fa8eb41a","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-03T21:27:49.983Z","updated_at":"2024-10-03T21:41:03.460Z","parent_kid":"afa24d67-84cf-4e77-bf55-af0a77df8fa6","public_key":null},{"kid":"037ec356-1a73-4bf5-bfb4-ca56bc8c61e1","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-03T21:27:38.661Z","updated_at":"2024-10-03T21:27:49.952Z","parent_kid":null,"public_key":null},{"kid":"671c0e33-613b-4323-81ee-a0d9ecd3f1d0","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-03T21:27:36.340Z","updated_at":"2024-10-03T21:27:50.578Z","parent_kid":"afa24d67-84cf-4e77-bf55-af0a77df8fa6","public_key":null},{"kid":"d897c343-4071-41f7-aed3-67695a34451f","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-03T21:27:32.304Z","updated_at":"2024-10-03T21:27:36.327Z","parent_kid":null,"public_key":null},{"kid":"e3f8d1ab-1125-48b7-b35b-b4e0beb18cff","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-03T21:22:14.540Z","updated_at":"2024-10-03T21:27:36.894Z","parent_kid":"afa24d67-84cf-4e77-bf55-af0a77df8fa6","public_key":null},{"kid":"454e1557-0d02-4245-96e9-3510fe19a690","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-03T21:22:08.628Z","updated_at":"2024-10-03T21:22:14.525Z","parent_kid":null,"public_key":null},{"kid":"fb59ded0-f3d6-4195-9fac-08fcd7dde140","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-03T21:22:01.299Z","updated_at":"2024-10-03T21:22:15.139Z","parent_kid":"afa24d67-84cf-4e77-bf55-af0a77df8fa6","public_key":null},{"kid":"7c02c0a2-d833-4f8e-bedc-3ed8f1595894","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-03T21:21:58.242Z","updated_at":"2024-10-03T21:22:01.269Z","parent_kid":null,"public_key":null},{"kid":"1c76b6b7-4319-40e2-ba7a-8c8497ad2aa9","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-03T21:17:09.120Z","updated_at":"2024-10-03T21:22:01.854Z","parent_kid":"afa24d67-84cf-4e77-bf55-af0a77df8fa6","public_key":null},{"kid":"dfb1b07d-9405-4cb5-ad07-2d745b98c59f","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-03T21:16:58.926Z","updated_at":"2024-10-03T21:17:09.107Z","parent_kid":null,"public_key":null},{"kid":"17631625-dbd0-4bd4-bef2-db841e8cd8ea","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-03T21:16:56.726Z","updated_at":"2024-10-03T21:17:09.662Z","parent_kid":"afa24d67-84cf-4e77-bf55-af0a77df8fa6","public_key":null},{"kid":"1e8d716a-c9e9-462a-ae9d-ce179258d853","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-03T21:16:53.252Z","updated_at":"2024-10-03T21:16:56.709Z","parent_kid":null,"public_key":null},{"kid":"64da35b0-7fd4-4974-bc1a-56fd45084a1b","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-03T21:12:09.474Z","updated_at":"2024-10-03T21:16:57.273Z","parent_kid":"afa24d67-84cf-4e77-bf55-af0a77df8fa6","public_key":null},{"kid":"33016b12-353e-48d1-8dc2-2dfe9bc451b1","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-03T21:11:58.848Z","updated_at":"2024-10-03T21:12:09.459Z","parent_kid":null,"public_key":null},{"kid":"8bbd49ac-3195-4509-9ab0-564d50c0eaac","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-03T21:11:56.593Z","updated_at":"2024-10-03T21:12:10.016Z","parent_kid":"afa24d67-84cf-4e77-bf55-af0a77df8fa6","public_key":null},{"kid":"9cab2bfb-1dcd-4164-9293-349ad772a315","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-03T21:11:52.993Z","updated_at":"2024-10-03T21:11:56.579Z","parent_kid":null,"public_key":null},{"kid":"65905b6c-63c6-4408-9575-8bebdcd92f0b","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-03T21:04:35.628Z","updated_at":"2024-10-03T21:11:57.138Z","parent_kid":"afa24d67-84cf-4e77-bf55-af0a77df8fa6","public_key":null}],"start":0,"limit":0,"total":0}' - headers: - Content-Type: - - application/json; charset=utf-8 - status: 200 OK - code: 200 - duration: 124.95ms - - id: 9 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: terraform-provider-auth0-dev.eu.auth0.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - Content-Type: - - application/json - User-Agent: - - Go-Auth0/1.11.0 - url: https://terraform-provider-auth0-dev.eu.auth0.com/api/v2/tenants/settings - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: -1 - uncompressed: true - body: '{"enabled_locales":["en"],"flags":{"allow_changing_enable_sso":false,"disable_impersonation":true,"enable_sso":true,"universal_login":true,"revoke_refresh_token_grant":false,"disable_clickjack_protection_headers":false},"idle_session_lifetime":72,"sandbox_version":"18","session_lifetime":168,"oidc_logout":{"rp_logout_end_session_endpoint_discovery":true},"sandbox_versions_available":["18","16"]}' - headers: - Content-Type: - - application/json; charset=utf-8 - status: 200 OK - code: 200 - duration: 150.104458ms - - id: 10 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: terraform-provider-auth0-dev.eu.auth0.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - Content-Type: - - application/json - User-Agent: - - Go-Auth0/1.11.0 - url: https://terraform-provider-auth0-dev.eu.auth0.com/api/v2/keys/encryption?include_totals=true&page=0&per_page=5 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: -1 - uncompressed: true - body: '{"keys":[{"kid":"a8ee2b51-6ed4-4f08-a047-205b5be08784","type":"customer-provided-root-key","state":"pre-activation","created_at":"2024-10-04T14:11:15.077Z","updated_at":"2024-10-04T14:11:15.077Z","parent_kid":null,"public_key":null},{"kid":"5b40e87a-27e3-412c-9346-a9f84537ae13","type":"tenant-master-key","state":"active","created_at":"2024-10-04T14:11:08.785Z","updated_at":"2024-10-04T14:11:08.785Z","parent_kid":"6a9a6357-6329-4265-91fc-2ab0d8434a15","public_key":null},{"kid":"4b847b04-ab89-42b0-80c0-6608d26fd867","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-04T14:11:06.690Z","updated_at":"2024-10-04T14:11:09.173Z","parent_kid":"6a9a6357-6329-4265-91fc-2ab0d8434a15","public_key":null},{"kid":"c178a38a-8111-480b-a54f-a3dfea118773","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-04T14:09:59.532Z","updated_at":"2024-10-04T14:11:07.073Z","parent_kid":"6a9a6357-6329-4265-91fc-2ab0d8434a15","public_key":null},{"kid":"6a9a6357-6329-4265-91fc-2ab0d8434a15","type":"environment-root-key","state":"active","created_at":"2024-10-04T14:09:59.517Z","updated_at":"2024-10-04T14:09:59.517Z","parent_kid":null,"public_key":null},{"kid":"cc9a475f-7452-43da-8443-67b9b2b98eec","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-04T14:09:56.653Z","updated_at":"2024-10-04T14:10:00.405Z","parent_kid":"6a9a6357-6329-4265-91fc-2ab0d8434a15","public_key":null},{"kid":"571da357-4e58-4a96-9e60-8a7d284fcc6c","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-04T14:09:42.863Z","updated_at":"2024-10-04T14:10:00.405Z","parent_kid":null,"public_key":null},{"kid":"e8f991a2-2670-4d45-82b1-f05fd848ab31","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-04T14:09:40.615Z","updated_at":"2024-10-04T14:09:57.251Z","parent_kid":"571da357-4e58-4a96-9e60-8a7d284fcc6c","public_key":null},{"kid":"a569edb0-0bf6-4c12-acf8-8ef89a210d04","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-04T14:09:36.612Z","updated_at":"2024-10-04T14:09:40.598Z","parent_kid":null,"public_key":null},{"kid":"85ee5a87-2b60-4d12-a2f7-53ba37b2dfb2","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-04T13:57:33.821Z","updated_at":"2024-10-04T14:09:41.211Z","parent_kid":"46b619d2-ab17-442e-9fd5-72e44c617d8c","public_key":null},{"kid":"46b619d2-ab17-442e-9fd5-72e44c617d8c","type":"environment-root-key","state":"destroyed","created_at":"2024-10-04T13:57:33.794Z","updated_at":"2024-10-04T14:09:57.251Z","parent_kid":null,"public_key":null},{"kid":"10026795-56c1-45e0-b00b-71d85d8f51da","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-04T13:57:31.387Z","updated_at":"2024-10-04T13:57:34.761Z","parent_kid":"46b619d2-ab17-442e-9fd5-72e44c617d8c","public_key":null},{"kid":"8ae186db-6b17-4cf6-9b49-e6962ef216f3","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-04T13:57:21.705Z","updated_at":"2024-10-04T13:57:34.761Z","parent_kid":null,"public_key":null},{"kid":"a42df500-2596-467a-96cf-a57893c54fa0","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-04T13:57:14.190Z","updated_at":"2024-10-04T13:57:31.988Z","parent_kid":"8ae186db-6b17-4cf6-9b49-e6962ef216f3","public_key":null},{"kid":"3643f722-abb3-47b7-8773-682032798164","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-04T13:57:11.217Z","updated_at":"2024-10-04T13:57:14.100Z","parent_kid":null,"public_key":null},{"kid":"f69e7380-8927-4718-a773-6e54400a0fee","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-04T13:53:47.041Z","updated_at":"2024-10-04T13:57:14.828Z","parent_kid":"a33edce6-db4c-4b6f-9659-ec53e28084e5","public_key":null},{"kid":"a33edce6-db4c-4b6f-9659-ec53e28084e5","type":"environment-root-key","state":"destroyed","created_at":"2024-10-04T13:53:47.025Z","updated_at":"2024-10-04T13:57:31.988Z","parent_kid":null,"public_key":null},{"kid":"147a0a26-755c-47d9-ba78-70bfb81effb1","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-04T13:53:44.581Z","updated_at":"2024-10-04T13:53:47.761Z","parent_kid":"a33edce6-db4c-4b6f-9659-ec53e28084e5","public_key":null},{"kid":"860dad78-4b2a-4966-b410-49cc60299e81","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-04T13:53:29.881Z","updated_at":"2024-10-04T13:53:47.761Z","parent_kid":null,"public_key":null},{"kid":"6100332f-f050-4b73-88b3-ec032e761193","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-04T13:53:27.536Z","updated_at":"2024-10-04T13:53:45.229Z","parent_kid":"860dad78-4b2a-4966-b410-49cc60299e81","public_key":null},{"kid":"472793c9-1036-40bf-8a91-271a5450dbb4","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-04T13:53:23.784Z","updated_at":"2024-10-04T13:53:27.517Z","parent_kid":null,"public_key":null},{"kid":"482d3c00-db1f-41c5-880b-235f1a8ebc40","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-03T21:46:02.580Z","updated_at":"2024-10-04T13:53:28.108Z","parent_kid":"afa24d67-84cf-4e77-bf55-af0a77df8fa6","public_key":null},{"kid":"caa6c1c0-736a-4224-82b7-21ca4a3dd908","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-03T21:45:51.656Z","updated_at":"2024-10-03T21:46:02.566Z","parent_kid":null,"public_key":null},{"kid":"56f5a62b-bd95-46b7-b14e-0d69f29b683f","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-03T21:45:49.428Z","updated_at":"2024-10-03T21:46:03.145Z","parent_kid":"afa24d67-84cf-4e77-bf55-af0a77df8fa6","public_key":null},{"kid":"d2a64a43-829b-4f3f-b5c5-754ed451ad86","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-03T21:45:45.167Z","updated_at":"2024-10-03T21:45:49.414Z","parent_kid":null,"public_key":null},{"kid":"157dc901-01eb-4c9d-b269-1a38da4416c2","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-03T21:43:22.371Z","updated_at":"2024-10-03T21:45:49.991Z","parent_kid":"afa24d67-84cf-4e77-bf55-af0a77df8fa6","public_key":null},{"kid":"47dbcf11-99bf-47e2-a276-0a541ad4901b","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-03T21:43:11.663Z","updated_at":"2024-10-03T21:43:22.343Z","parent_kid":null,"public_key":null},{"kid":"dc5989f9-6b3b-41da-9b2e-eebd3660493a","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-03T21:43:09.216Z","updated_at":"2024-10-03T21:43:22.965Z","parent_kid":"afa24d67-84cf-4e77-bf55-af0a77df8fa6","public_key":null},{"kid":"99276858-a3ae-4ded-a2f0-62ded118fcf2","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-03T21:43:05.810Z","updated_at":"2024-10-03T21:43:09.204Z","parent_kid":null,"public_key":null},{"kid":"d5a2db56-c103-443b-aa4d-0209d22a1f7c","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-03T21:41:14.689Z","updated_at":"2024-10-03T21:43:09.769Z","parent_kid":"afa24d67-84cf-4e77-bf55-af0a77df8fa6","public_key":null},{"kid":"96d7bb6b-8c37-4230-a338-0cf490d50ab9","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-03T21:41:05.138Z","updated_at":"2024-10-03T21:41:14.658Z","parent_kid":null,"public_key":null},{"kid":"9b0b8796-b4a1-454a-b36e-a8235cc8667f","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-03T21:41:02.907Z","updated_at":"2024-10-03T21:41:15.259Z","parent_kid":"afa24d67-84cf-4e77-bf55-af0a77df8fa6","public_key":null},{"kid":"e9dda37e-b960-4f92-9a15-5bc7c6ed72b9","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-03T21:40:59.230Z","updated_at":"2024-10-03T21:41:02.895Z","parent_kid":null,"public_key":null},{"kid":"a3026e21-f4a7-4161-99e4-8fa7fa8eb41a","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-03T21:27:49.983Z","updated_at":"2024-10-03T21:41:03.460Z","parent_kid":"afa24d67-84cf-4e77-bf55-af0a77df8fa6","public_key":null},{"kid":"037ec356-1a73-4bf5-bfb4-ca56bc8c61e1","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-03T21:27:38.661Z","updated_at":"2024-10-03T21:27:49.952Z","parent_kid":null,"public_key":null},{"kid":"671c0e33-613b-4323-81ee-a0d9ecd3f1d0","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-03T21:27:36.340Z","updated_at":"2024-10-03T21:27:50.578Z","parent_kid":"afa24d67-84cf-4e77-bf55-af0a77df8fa6","public_key":null},{"kid":"d897c343-4071-41f7-aed3-67695a34451f","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-03T21:27:32.304Z","updated_at":"2024-10-03T21:27:36.327Z","parent_kid":null,"public_key":null},{"kid":"e3f8d1ab-1125-48b7-b35b-b4e0beb18cff","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-03T21:22:14.540Z","updated_at":"2024-10-03T21:27:36.894Z","parent_kid":"afa24d67-84cf-4e77-bf55-af0a77df8fa6","public_key":null},{"kid":"454e1557-0d02-4245-96e9-3510fe19a690","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-03T21:22:08.628Z","updated_at":"2024-10-03T21:22:14.525Z","parent_kid":null,"public_key":null},{"kid":"fb59ded0-f3d6-4195-9fac-08fcd7dde140","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-03T21:22:01.299Z","updated_at":"2024-10-03T21:22:15.139Z","parent_kid":"afa24d67-84cf-4e77-bf55-af0a77df8fa6","public_key":null},{"kid":"7c02c0a2-d833-4f8e-bedc-3ed8f1595894","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-03T21:21:58.242Z","updated_at":"2024-10-03T21:22:01.269Z","parent_kid":null,"public_key":null},{"kid":"1c76b6b7-4319-40e2-ba7a-8c8497ad2aa9","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-03T21:17:09.120Z","updated_at":"2024-10-03T21:22:01.854Z","parent_kid":"afa24d67-84cf-4e77-bf55-af0a77df8fa6","public_key":null},{"kid":"dfb1b07d-9405-4cb5-ad07-2d745b98c59f","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-03T21:16:58.926Z","updated_at":"2024-10-03T21:17:09.107Z","parent_kid":null,"public_key":null},{"kid":"17631625-dbd0-4bd4-bef2-db841e8cd8ea","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-03T21:16:56.726Z","updated_at":"2024-10-03T21:17:09.662Z","parent_kid":"afa24d67-84cf-4e77-bf55-af0a77df8fa6","public_key":null},{"kid":"1e8d716a-c9e9-462a-ae9d-ce179258d853","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-03T21:16:53.252Z","updated_at":"2024-10-03T21:16:56.709Z","parent_kid":null,"public_key":null},{"kid":"64da35b0-7fd4-4974-bc1a-56fd45084a1b","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-03T21:12:09.474Z","updated_at":"2024-10-03T21:16:57.273Z","parent_kid":"afa24d67-84cf-4e77-bf55-af0a77df8fa6","public_key":null},{"kid":"33016b12-353e-48d1-8dc2-2dfe9bc451b1","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-03T21:11:58.848Z","updated_at":"2024-10-03T21:12:09.459Z","parent_kid":null,"public_key":null},{"kid":"8bbd49ac-3195-4509-9ab0-564d50c0eaac","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-03T21:11:56.593Z","updated_at":"2024-10-03T21:12:10.016Z","parent_kid":"afa24d67-84cf-4e77-bf55-af0a77df8fa6","public_key":null},{"kid":"9cab2bfb-1dcd-4164-9293-349ad772a315","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-03T21:11:52.993Z","updated_at":"2024-10-03T21:11:56.579Z","parent_kid":null,"public_key":null},{"kid":"65905b6c-63c6-4408-9575-8bebdcd92f0b","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-03T21:04:35.628Z","updated_at":"2024-10-03T21:11:57.138Z","parent_kid":"afa24d67-84cf-4e77-bf55-af0a77df8fa6","public_key":null}],"start":0,"limit":0,"total":0}' - headers: - Content-Type: - - application/json; charset=utf-8 - status: 200 OK - code: 200 - duration: 223.754917ms - - id: 11 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: terraform-provider-auth0-dev.eu.auth0.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - Content-Type: - - application/json - User-Agent: - - Go-Auth0/1.11.0 - url: https://terraform-provider-auth0-dev.eu.auth0.com/api/v2/keys/encryption?include_totals=true&page=0&per_page=5 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: -1 - uncompressed: true - body: '{"keys":[{"kid":"a8ee2b51-6ed4-4f08-a047-205b5be08784","type":"customer-provided-root-key","state":"pre-activation","created_at":"2024-10-04T14:11:15.077Z","updated_at":"2024-10-04T14:11:15.077Z","parent_kid":null,"public_key":null},{"kid":"5b40e87a-27e3-412c-9346-a9f84537ae13","type":"tenant-master-key","state":"active","created_at":"2024-10-04T14:11:08.785Z","updated_at":"2024-10-04T14:11:08.785Z","parent_kid":"6a9a6357-6329-4265-91fc-2ab0d8434a15","public_key":null},{"kid":"4b847b04-ab89-42b0-80c0-6608d26fd867","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-04T14:11:06.690Z","updated_at":"2024-10-04T14:11:09.173Z","parent_kid":"6a9a6357-6329-4265-91fc-2ab0d8434a15","public_key":null},{"kid":"c178a38a-8111-480b-a54f-a3dfea118773","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-04T14:09:59.532Z","updated_at":"2024-10-04T14:11:07.073Z","parent_kid":"6a9a6357-6329-4265-91fc-2ab0d8434a15","public_key":null},{"kid":"6a9a6357-6329-4265-91fc-2ab0d8434a15","type":"environment-root-key","state":"active","created_at":"2024-10-04T14:09:59.517Z","updated_at":"2024-10-04T14:09:59.517Z","parent_kid":null,"public_key":null},{"kid":"cc9a475f-7452-43da-8443-67b9b2b98eec","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-04T14:09:56.653Z","updated_at":"2024-10-04T14:10:00.405Z","parent_kid":"6a9a6357-6329-4265-91fc-2ab0d8434a15","public_key":null},{"kid":"571da357-4e58-4a96-9e60-8a7d284fcc6c","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-04T14:09:42.863Z","updated_at":"2024-10-04T14:10:00.405Z","parent_kid":null,"public_key":null},{"kid":"e8f991a2-2670-4d45-82b1-f05fd848ab31","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-04T14:09:40.615Z","updated_at":"2024-10-04T14:09:57.251Z","parent_kid":"571da357-4e58-4a96-9e60-8a7d284fcc6c","public_key":null},{"kid":"a569edb0-0bf6-4c12-acf8-8ef89a210d04","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-04T14:09:36.612Z","updated_at":"2024-10-04T14:09:40.598Z","parent_kid":null,"public_key":null},{"kid":"85ee5a87-2b60-4d12-a2f7-53ba37b2dfb2","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-04T13:57:33.821Z","updated_at":"2024-10-04T14:09:41.211Z","parent_kid":"46b619d2-ab17-442e-9fd5-72e44c617d8c","public_key":null},{"kid":"46b619d2-ab17-442e-9fd5-72e44c617d8c","type":"environment-root-key","state":"destroyed","created_at":"2024-10-04T13:57:33.794Z","updated_at":"2024-10-04T14:09:57.251Z","parent_kid":null,"public_key":null},{"kid":"10026795-56c1-45e0-b00b-71d85d8f51da","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-04T13:57:31.387Z","updated_at":"2024-10-04T13:57:34.761Z","parent_kid":"46b619d2-ab17-442e-9fd5-72e44c617d8c","public_key":null},{"kid":"8ae186db-6b17-4cf6-9b49-e6962ef216f3","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-04T13:57:21.705Z","updated_at":"2024-10-04T13:57:34.761Z","parent_kid":null,"public_key":null},{"kid":"a42df500-2596-467a-96cf-a57893c54fa0","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-04T13:57:14.190Z","updated_at":"2024-10-04T13:57:31.988Z","parent_kid":"8ae186db-6b17-4cf6-9b49-e6962ef216f3","public_key":null},{"kid":"3643f722-abb3-47b7-8773-682032798164","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-04T13:57:11.217Z","updated_at":"2024-10-04T13:57:14.100Z","parent_kid":null,"public_key":null},{"kid":"f69e7380-8927-4718-a773-6e54400a0fee","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-04T13:53:47.041Z","updated_at":"2024-10-04T13:57:14.828Z","parent_kid":"a33edce6-db4c-4b6f-9659-ec53e28084e5","public_key":null},{"kid":"a33edce6-db4c-4b6f-9659-ec53e28084e5","type":"environment-root-key","state":"destroyed","created_at":"2024-10-04T13:53:47.025Z","updated_at":"2024-10-04T13:57:31.988Z","parent_kid":null,"public_key":null},{"kid":"147a0a26-755c-47d9-ba78-70bfb81effb1","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-04T13:53:44.581Z","updated_at":"2024-10-04T13:53:47.761Z","parent_kid":"a33edce6-db4c-4b6f-9659-ec53e28084e5","public_key":null},{"kid":"860dad78-4b2a-4966-b410-49cc60299e81","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-04T13:53:29.881Z","updated_at":"2024-10-04T13:53:47.761Z","parent_kid":null,"public_key":null},{"kid":"6100332f-f050-4b73-88b3-ec032e761193","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-04T13:53:27.536Z","updated_at":"2024-10-04T13:53:45.229Z","parent_kid":"860dad78-4b2a-4966-b410-49cc60299e81","public_key":null},{"kid":"472793c9-1036-40bf-8a91-271a5450dbb4","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-04T13:53:23.784Z","updated_at":"2024-10-04T13:53:27.517Z","parent_kid":null,"public_key":null},{"kid":"482d3c00-db1f-41c5-880b-235f1a8ebc40","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-03T21:46:02.580Z","updated_at":"2024-10-04T13:53:28.108Z","parent_kid":"afa24d67-84cf-4e77-bf55-af0a77df8fa6","public_key":null},{"kid":"caa6c1c0-736a-4224-82b7-21ca4a3dd908","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-03T21:45:51.656Z","updated_at":"2024-10-03T21:46:02.566Z","parent_kid":null,"public_key":null},{"kid":"56f5a62b-bd95-46b7-b14e-0d69f29b683f","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-03T21:45:49.428Z","updated_at":"2024-10-03T21:46:03.145Z","parent_kid":"afa24d67-84cf-4e77-bf55-af0a77df8fa6","public_key":null},{"kid":"d2a64a43-829b-4f3f-b5c5-754ed451ad86","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-03T21:45:45.167Z","updated_at":"2024-10-03T21:45:49.414Z","parent_kid":null,"public_key":null},{"kid":"157dc901-01eb-4c9d-b269-1a38da4416c2","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-03T21:43:22.371Z","updated_at":"2024-10-03T21:45:49.991Z","parent_kid":"afa24d67-84cf-4e77-bf55-af0a77df8fa6","public_key":null},{"kid":"47dbcf11-99bf-47e2-a276-0a541ad4901b","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-03T21:43:11.663Z","updated_at":"2024-10-03T21:43:22.343Z","parent_kid":null,"public_key":null},{"kid":"dc5989f9-6b3b-41da-9b2e-eebd3660493a","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-03T21:43:09.216Z","updated_at":"2024-10-03T21:43:22.965Z","parent_kid":"afa24d67-84cf-4e77-bf55-af0a77df8fa6","public_key":null},{"kid":"99276858-a3ae-4ded-a2f0-62ded118fcf2","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-03T21:43:05.810Z","updated_at":"2024-10-03T21:43:09.204Z","parent_kid":null,"public_key":null},{"kid":"d5a2db56-c103-443b-aa4d-0209d22a1f7c","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-03T21:41:14.689Z","updated_at":"2024-10-03T21:43:09.769Z","parent_kid":"afa24d67-84cf-4e77-bf55-af0a77df8fa6","public_key":null},{"kid":"96d7bb6b-8c37-4230-a338-0cf490d50ab9","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-03T21:41:05.138Z","updated_at":"2024-10-03T21:41:14.658Z","parent_kid":null,"public_key":null},{"kid":"9b0b8796-b4a1-454a-b36e-a8235cc8667f","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-03T21:41:02.907Z","updated_at":"2024-10-03T21:41:15.259Z","parent_kid":"afa24d67-84cf-4e77-bf55-af0a77df8fa6","public_key":null},{"kid":"e9dda37e-b960-4f92-9a15-5bc7c6ed72b9","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-03T21:40:59.230Z","updated_at":"2024-10-03T21:41:02.895Z","parent_kid":null,"public_key":null},{"kid":"a3026e21-f4a7-4161-99e4-8fa7fa8eb41a","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-03T21:27:49.983Z","updated_at":"2024-10-03T21:41:03.460Z","parent_kid":"afa24d67-84cf-4e77-bf55-af0a77df8fa6","public_key":null},{"kid":"037ec356-1a73-4bf5-bfb4-ca56bc8c61e1","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-03T21:27:38.661Z","updated_at":"2024-10-03T21:27:49.952Z","parent_kid":null,"public_key":null},{"kid":"671c0e33-613b-4323-81ee-a0d9ecd3f1d0","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-03T21:27:36.340Z","updated_at":"2024-10-03T21:27:50.578Z","parent_kid":"afa24d67-84cf-4e77-bf55-af0a77df8fa6","public_key":null},{"kid":"d897c343-4071-41f7-aed3-67695a34451f","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-03T21:27:32.304Z","updated_at":"2024-10-03T21:27:36.327Z","parent_kid":null,"public_key":null},{"kid":"e3f8d1ab-1125-48b7-b35b-b4e0beb18cff","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-03T21:22:14.540Z","updated_at":"2024-10-03T21:27:36.894Z","parent_kid":"afa24d67-84cf-4e77-bf55-af0a77df8fa6","public_key":null},{"kid":"454e1557-0d02-4245-96e9-3510fe19a690","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-03T21:22:08.628Z","updated_at":"2024-10-03T21:22:14.525Z","parent_kid":null,"public_key":null},{"kid":"fb59ded0-f3d6-4195-9fac-08fcd7dde140","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-03T21:22:01.299Z","updated_at":"2024-10-03T21:22:15.139Z","parent_kid":"afa24d67-84cf-4e77-bf55-af0a77df8fa6","public_key":null},{"kid":"7c02c0a2-d833-4f8e-bedc-3ed8f1595894","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-03T21:21:58.242Z","updated_at":"2024-10-03T21:22:01.269Z","parent_kid":null,"public_key":null},{"kid":"1c76b6b7-4319-40e2-ba7a-8c8497ad2aa9","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-03T21:17:09.120Z","updated_at":"2024-10-03T21:22:01.854Z","parent_kid":"afa24d67-84cf-4e77-bf55-af0a77df8fa6","public_key":null},{"kid":"dfb1b07d-9405-4cb5-ad07-2d745b98c59f","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-03T21:16:58.926Z","updated_at":"2024-10-03T21:17:09.107Z","parent_kid":null,"public_key":null},{"kid":"17631625-dbd0-4bd4-bef2-db841e8cd8ea","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-03T21:16:56.726Z","updated_at":"2024-10-03T21:17:09.662Z","parent_kid":"afa24d67-84cf-4e77-bf55-af0a77df8fa6","public_key":null},{"kid":"1e8d716a-c9e9-462a-ae9d-ce179258d853","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-03T21:16:53.252Z","updated_at":"2024-10-03T21:16:56.709Z","parent_kid":null,"public_key":null},{"kid":"64da35b0-7fd4-4974-bc1a-56fd45084a1b","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-03T21:12:09.474Z","updated_at":"2024-10-03T21:16:57.273Z","parent_kid":"afa24d67-84cf-4e77-bf55-af0a77df8fa6","public_key":null},{"kid":"33016b12-353e-48d1-8dc2-2dfe9bc451b1","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-03T21:11:58.848Z","updated_at":"2024-10-03T21:12:09.459Z","parent_kid":null,"public_key":null},{"kid":"8bbd49ac-3195-4509-9ab0-564d50c0eaac","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-03T21:11:56.593Z","updated_at":"2024-10-03T21:12:10.016Z","parent_kid":"afa24d67-84cf-4e77-bf55-af0a77df8fa6","public_key":null},{"kid":"9cab2bfb-1dcd-4164-9293-349ad772a315","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-03T21:11:52.993Z","updated_at":"2024-10-03T21:11:56.579Z","parent_kid":null,"public_key":null},{"kid":"65905b6c-63c6-4408-9575-8bebdcd92f0b","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-03T21:04:35.628Z","updated_at":"2024-10-03T21:11:57.138Z","parent_kid":"afa24d67-84cf-4e77-bf55-af0a77df8fa6","public_key":null}],"start":0,"limit":0,"total":0}' - headers: - Content-Type: - - application/json; charset=utf-8 - status: 200 OK - code: 200 - duration: 132.327042ms - - id: 12 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: terraform-provider-auth0-dev.eu.auth0.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - Content-Type: - - application/json - User-Agent: - - Go-Auth0/1.11.0 - url: https://terraform-provider-auth0-dev.eu.auth0.com/api/v2/tenants/settings - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: -1 - uncompressed: true - body: '{"enabled_locales":["en"],"flags":{"allow_changing_enable_sso":false,"disable_impersonation":true,"enable_sso":true,"universal_login":true,"revoke_refresh_token_grant":false,"disable_clickjack_protection_headers":false},"idle_session_lifetime":72,"sandbox_version":"18","session_lifetime":168,"oidc_logout":{"rp_logout_end_session_endpoint_discovery":true},"sandbox_versions_available":["18","16"]}' - headers: - Content-Type: - - application/json; charset=utf-8 - status: 200 OK - code: 200 - duration: 134.693834ms - - id: 13 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: terraform-provider-auth0-dev.eu.auth0.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - Content-Type: - - application/json - User-Agent: - - Go-Auth0/1.11.0 - url: https://terraform-provider-auth0-dev.eu.auth0.com/api/v2/tenants/settings - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: -1 - uncompressed: true - body: '{"enabled_locales":["en"],"flags":{"allow_changing_enable_sso":false,"disable_impersonation":true,"enable_sso":true,"universal_login":true,"revoke_refresh_token_grant":false,"disable_clickjack_protection_headers":false},"idle_session_lifetime":72,"sandbox_version":"18","session_lifetime":168,"oidc_logout":{"rp_logout_end_session_endpoint_discovery":true},"sandbox_versions_available":["18","16"]}' - headers: - Content-Type: - - application/json; charset=utf-8 - status: 200 OK - code: 200 - duration: 111.027375ms - - id: 14 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: terraform-provider-auth0-dev.eu.auth0.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - Content-Type: - - application/json - User-Agent: - - Go-Auth0/1.11.0 - url: https://terraform-provider-auth0-dev.eu.auth0.com/api/v2/keys/encryption?include_totals=true&page=0&per_page=5 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: -1 - uncompressed: true - body: '{"keys":[{"kid":"a8ee2b51-6ed4-4f08-a047-205b5be08784","type":"customer-provided-root-key","state":"pre-activation","created_at":"2024-10-04T14:11:15.077Z","updated_at":"2024-10-04T14:11:15.077Z","parent_kid":null,"public_key":null},{"kid":"5b40e87a-27e3-412c-9346-a9f84537ae13","type":"tenant-master-key","state":"active","created_at":"2024-10-04T14:11:08.785Z","updated_at":"2024-10-04T14:11:08.785Z","parent_kid":"6a9a6357-6329-4265-91fc-2ab0d8434a15","public_key":null},{"kid":"4b847b04-ab89-42b0-80c0-6608d26fd867","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-04T14:11:06.690Z","updated_at":"2024-10-04T14:11:09.173Z","parent_kid":"6a9a6357-6329-4265-91fc-2ab0d8434a15","public_key":null},{"kid":"c178a38a-8111-480b-a54f-a3dfea118773","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-04T14:09:59.532Z","updated_at":"2024-10-04T14:11:07.073Z","parent_kid":"6a9a6357-6329-4265-91fc-2ab0d8434a15","public_key":null},{"kid":"6a9a6357-6329-4265-91fc-2ab0d8434a15","type":"environment-root-key","state":"active","created_at":"2024-10-04T14:09:59.517Z","updated_at":"2024-10-04T14:09:59.517Z","parent_kid":null,"public_key":null},{"kid":"cc9a475f-7452-43da-8443-67b9b2b98eec","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-04T14:09:56.653Z","updated_at":"2024-10-04T14:10:00.405Z","parent_kid":"6a9a6357-6329-4265-91fc-2ab0d8434a15","public_key":null},{"kid":"571da357-4e58-4a96-9e60-8a7d284fcc6c","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-04T14:09:42.863Z","updated_at":"2024-10-04T14:10:00.405Z","parent_kid":null,"public_key":null},{"kid":"e8f991a2-2670-4d45-82b1-f05fd848ab31","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-04T14:09:40.615Z","updated_at":"2024-10-04T14:09:57.251Z","parent_kid":"571da357-4e58-4a96-9e60-8a7d284fcc6c","public_key":null},{"kid":"a569edb0-0bf6-4c12-acf8-8ef89a210d04","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-04T14:09:36.612Z","updated_at":"2024-10-04T14:09:40.598Z","parent_kid":null,"public_key":null},{"kid":"85ee5a87-2b60-4d12-a2f7-53ba37b2dfb2","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-04T13:57:33.821Z","updated_at":"2024-10-04T14:09:41.211Z","parent_kid":"46b619d2-ab17-442e-9fd5-72e44c617d8c","public_key":null},{"kid":"46b619d2-ab17-442e-9fd5-72e44c617d8c","type":"environment-root-key","state":"destroyed","created_at":"2024-10-04T13:57:33.794Z","updated_at":"2024-10-04T14:09:57.251Z","parent_kid":null,"public_key":null},{"kid":"10026795-56c1-45e0-b00b-71d85d8f51da","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-04T13:57:31.387Z","updated_at":"2024-10-04T13:57:34.761Z","parent_kid":"46b619d2-ab17-442e-9fd5-72e44c617d8c","public_key":null},{"kid":"8ae186db-6b17-4cf6-9b49-e6962ef216f3","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-04T13:57:21.705Z","updated_at":"2024-10-04T13:57:34.761Z","parent_kid":null,"public_key":null},{"kid":"a42df500-2596-467a-96cf-a57893c54fa0","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-04T13:57:14.190Z","updated_at":"2024-10-04T13:57:31.988Z","parent_kid":"8ae186db-6b17-4cf6-9b49-e6962ef216f3","public_key":null},{"kid":"3643f722-abb3-47b7-8773-682032798164","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-04T13:57:11.217Z","updated_at":"2024-10-04T13:57:14.100Z","parent_kid":null,"public_key":null},{"kid":"f69e7380-8927-4718-a773-6e54400a0fee","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-04T13:53:47.041Z","updated_at":"2024-10-04T13:57:14.828Z","parent_kid":"a33edce6-db4c-4b6f-9659-ec53e28084e5","public_key":null},{"kid":"a33edce6-db4c-4b6f-9659-ec53e28084e5","type":"environment-root-key","state":"destroyed","created_at":"2024-10-04T13:53:47.025Z","updated_at":"2024-10-04T13:57:31.988Z","parent_kid":null,"public_key":null},{"kid":"147a0a26-755c-47d9-ba78-70bfb81effb1","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-04T13:53:44.581Z","updated_at":"2024-10-04T13:53:47.761Z","parent_kid":"a33edce6-db4c-4b6f-9659-ec53e28084e5","public_key":null},{"kid":"860dad78-4b2a-4966-b410-49cc60299e81","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-04T13:53:29.881Z","updated_at":"2024-10-04T13:53:47.761Z","parent_kid":null,"public_key":null},{"kid":"6100332f-f050-4b73-88b3-ec032e761193","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-04T13:53:27.536Z","updated_at":"2024-10-04T13:53:45.229Z","parent_kid":"860dad78-4b2a-4966-b410-49cc60299e81","public_key":null},{"kid":"472793c9-1036-40bf-8a91-271a5450dbb4","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-04T13:53:23.784Z","updated_at":"2024-10-04T13:53:27.517Z","parent_kid":null,"public_key":null},{"kid":"482d3c00-db1f-41c5-880b-235f1a8ebc40","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-03T21:46:02.580Z","updated_at":"2024-10-04T13:53:28.108Z","parent_kid":"afa24d67-84cf-4e77-bf55-af0a77df8fa6","public_key":null},{"kid":"caa6c1c0-736a-4224-82b7-21ca4a3dd908","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-03T21:45:51.656Z","updated_at":"2024-10-03T21:46:02.566Z","parent_kid":null,"public_key":null},{"kid":"56f5a62b-bd95-46b7-b14e-0d69f29b683f","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-03T21:45:49.428Z","updated_at":"2024-10-03T21:46:03.145Z","parent_kid":"afa24d67-84cf-4e77-bf55-af0a77df8fa6","public_key":null},{"kid":"d2a64a43-829b-4f3f-b5c5-754ed451ad86","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-03T21:45:45.167Z","updated_at":"2024-10-03T21:45:49.414Z","parent_kid":null,"public_key":null},{"kid":"157dc901-01eb-4c9d-b269-1a38da4416c2","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-03T21:43:22.371Z","updated_at":"2024-10-03T21:45:49.991Z","parent_kid":"afa24d67-84cf-4e77-bf55-af0a77df8fa6","public_key":null},{"kid":"47dbcf11-99bf-47e2-a276-0a541ad4901b","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-03T21:43:11.663Z","updated_at":"2024-10-03T21:43:22.343Z","parent_kid":null,"public_key":null},{"kid":"dc5989f9-6b3b-41da-9b2e-eebd3660493a","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-03T21:43:09.216Z","updated_at":"2024-10-03T21:43:22.965Z","parent_kid":"afa24d67-84cf-4e77-bf55-af0a77df8fa6","public_key":null},{"kid":"99276858-a3ae-4ded-a2f0-62ded118fcf2","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-03T21:43:05.810Z","updated_at":"2024-10-03T21:43:09.204Z","parent_kid":null,"public_key":null},{"kid":"d5a2db56-c103-443b-aa4d-0209d22a1f7c","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-03T21:41:14.689Z","updated_at":"2024-10-03T21:43:09.769Z","parent_kid":"afa24d67-84cf-4e77-bf55-af0a77df8fa6","public_key":null},{"kid":"96d7bb6b-8c37-4230-a338-0cf490d50ab9","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-03T21:41:05.138Z","updated_at":"2024-10-03T21:41:14.658Z","parent_kid":null,"public_key":null},{"kid":"9b0b8796-b4a1-454a-b36e-a8235cc8667f","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-03T21:41:02.907Z","updated_at":"2024-10-03T21:41:15.259Z","parent_kid":"afa24d67-84cf-4e77-bf55-af0a77df8fa6","public_key":null},{"kid":"e9dda37e-b960-4f92-9a15-5bc7c6ed72b9","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-03T21:40:59.230Z","updated_at":"2024-10-03T21:41:02.895Z","parent_kid":null,"public_key":null},{"kid":"a3026e21-f4a7-4161-99e4-8fa7fa8eb41a","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-03T21:27:49.983Z","updated_at":"2024-10-03T21:41:03.460Z","parent_kid":"afa24d67-84cf-4e77-bf55-af0a77df8fa6","public_key":null},{"kid":"037ec356-1a73-4bf5-bfb4-ca56bc8c61e1","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-03T21:27:38.661Z","updated_at":"2024-10-03T21:27:49.952Z","parent_kid":null,"public_key":null},{"kid":"671c0e33-613b-4323-81ee-a0d9ecd3f1d0","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-03T21:27:36.340Z","updated_at":"2024-10-03T21:27:50.578Z","parent_kid":"afa24d67-84cf-4e77-bf55-af0a77df8fa6","public_key":null},{"kid":"d897c343-4071-41f7-aed3-67695a34451f","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-03T21:27:32.304Z","updated_at":"2024-10-03T21:27:36.327Z","parent_kid":null,"public_key":null},{"kid":"e3f8d1ab-1125-48b7-b35b-b4e0beb18cff","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-03T21:22:14.540Z","updated_at":"2024-10-03T21:27:36.894Z","parent_kid":"afa24d67-84cf-4e77-bf55-af0a77df8fa6","public_key":null},{"kid":"454e1557-0d02-4245-96e9-3510fe19a690","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-03T21:22:08.628Z","updated_at":"2024-10-03T21:22:14.525Z","parent_kid":null,"public_key":null},{"kid":"fb59ded0-f3d6-4195-9fac-08fcd7dde140","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-03T21:22:01.299Z","updated_at":"2024-10-03T21:22:15.139Z","parent_kid":"afa24d67-84cf-4e77-bf55-af0a77df8fa6","public_key":null},{"kid":"7c02c0a2-d833-4f8e-bedc-3ed8f1595894","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-03T21:21:58.242Z","updated_at":"2024-10-03T21:22:01.269Z","parent_kid":null,"public_key":null},{"kid":"1c76b6b7-4319-40e2-ba7a-8c8497ad2aa9","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-03T21:17:09.120Z","updated_at":"2024-10-03T21:22:01.854Z","parent_kid":"afa24d67-84cf-4e77-bf55-af0a77df8fa6","public_key":null},{"kid":"dfb1b07d-9405-4cb5-ad07-2d745b98c59f","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-03T21:16:58.926Z","updated_at":"2024-10-03T21:17:09.107Z","parent_kid":null,"public_key":null},{"kid":"17631625-dbd0-4bd4-bef2-db841e8cd8ea","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-03T21:16:56.726Z","updated_at":"2024-10-03T21:17:09.662Z","parent_kid":"afa24d67-84cf-4e77-bf55-af0a77df8fa6","public_key":null},{"kid":"1e8d716a-c9e9-462a-ae9d-ce179258d853","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-03T21:16:53.252Z","updated_at":"2024-10-03T21:16:56.709Z","parent_kid":null,"public_key":null},{"kid":"64da35b0-7fd4-4974-bc1a-56fd45084a1b","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-03T21:12:09.474Z","updated_at":"2024-10-03T21:16:57.273Z","parent_kid":"afa24d67-84cf-4e77-bf55-af0a77df8fa6","public_key":null},{"kid":"33016b12-353e-48d1-8dc2-2dfe9bc451b1","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-03T21:11:58.848Z","updated_at":"2024-10-03T21:12:09.459Z","parent_kid":null,"public_key":null},{"kid":"8bbd49ac-3195-4509-9ab0-564d50c0eaac","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-03T21:11:56.593Z","updated_at":"2024-10-03T21:12:10.016Z","parent_kid":"afa24d67-84cf-4e77-bf55-af0a77df8fa6","public_key":null},{"kid":"9cab2bfb-1dcd-4164-9293-349ad772a315","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-03T21:11:52.993Z","updated_at":"2024-10-03T21:11:56.579Z","parent_kid":null,"public_key":null},{"kid":"65905b6c-63c6-4408-9575-8bebdcd92f0b","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-03T21:04:35.628Z","updated_at":"2024-10-03T21:11:57.138Z","parent_kid":"afa24d67-84cf-4e77-bf55-af0a77df8fa6","public_key":null}],"start":0,"limit":0,"total":0}' - headers: - Content-Type: - - application/json; charset=utf-8 - status: 200 OK - code: 200 - duration: 125.306417ms - - id: 15 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: terraform-provider-auth0-dev.eu.auth0.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - Content-Type: - - application/json - User-Agent: - - Go-Auth0/1.11.0 - url: https://terraform-provider-auth0-dev.eu.auth0.com/api/v2/keys/encryption?include_totals=true&page=0&per_page=5 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: -1 - uncompressed: true - body: '{"keys":[{"kid":"a8ee2b51-6ed4-4f08-a047-205b5be08784","type":"customer-provided-root-key","state":"pre-activation","created_at":"2024-10-04T14:11:15.077Z","updated_at":"2024-10-04T14:11:15.077Z","parent_kid":null,"public_key":null},{"kid":"5b40e87a-27e3-412c-9346-a9f84537ae13","type":"tenant-master-key","state":"active","created_at":"2024-10-04T14:11:08.785Z","updated_at":"2024-10-04T14:11:08.785Z","parent_kid":"6a9a6357-6329-4265-91fc-2ab0d8434a15","public_key":null},{"kid":"4b847b04-ab89-42b0-80c0-6608d26fd867","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-04T14:11:06.690Z","updated_at":"2024-10-04T14:11:09.173Z","parent_kid":"6a9a6357-6329-4265-91fc-2ab0d8434a15","public_key":null},{"kid":"c178a38a-8111-480b-a54f-a3dfea118773","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-04T14:09:59.532Z","updated_at":"2024-10-04T14:11:07.073Z","parent_kid":"6a9a6357-6329-4265-91fc-2ab0d8434a15","public_key":null},{"kid":"6a9a6357-6329-4265-91fc-2ab0d8434a15","type":"environment-root-key","state":"active","created_at":"2024-10-04T14:09:59.517Z","updated_at":"2024-10-04T14:09:59.517Z","parent_kid":null,"public_key":null},{"kid":"cc9a475f-7452-43da-8443-67b9b2b98eec","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-04T14:09:56.653Z","updated_at":"2024-10-04T14:10:00.405Z","parent_kid":"6a9a6357-6329-4265-91fc-2ab0d8434a15","public_key":null},{"kid":"571da357-4e58-4a96-9e60-8a7d284fcc6c","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-04T14:09:42.863Z","updated_at":"2024-10-04T14:10:00.405Z","parent_kid":null,"public_key":null},{"kid":"e8f991a2-2670-4d45-82b1-f05fd848ab31","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-04T14:09:40.615Z","updated_at":"2024-10-04T14:09:57.251Z","parent_kid":"571da357-4e58-4a96-9e60-8a7d284fcc6c","public_key":null},{"kid":"a569edb0-0bf6-4c12-acf8-8ef89a210d04","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-04T14:09:36.612Z","updated_at":"2024-10-04T14:09:40.598Z","parent_kid":null,"public_key":null},{"kid":"85ee5a87-2b60-4d12-a2f7-53ba37b2dfb2","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-04T13:57:33.821Z","updated_at":"2024-10-04T14:09:41.211Z","parent_kid":"46b619d2-ab17-442e-9fd5-72e44c617d8c","public_key":null},{"kid":"46b619d2-ab17-442e-9fd5-72e44c617d8c","type":"environment-root-key","state":"destroyed","created_at":"2024-10-04T13:57:33.794Z","updated_at":"2024-10-04T14:09:57.251Z","parent_kid":null,"public_key":null},{"kid":"10026795-56c1-45e0-b00b-71d85d8f51da","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-04T13:57:31.387Z","updated_at":"2024-10-04T13:57:34.761Z","parent_kid":"46b619d2-ab17-442e-9fd5-72e44c617d8c","public_key":null},{"kid":"8ae186db-6b17-4cf6-9b49-e6962ef216f3","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-04T13:57:21.705Z","updated_at":"2024-10-04T13:57:34.761Z","parent_kid":null,"public_key":null},{"kid":"a42df500-2596-467a-96cf-a57893c54fa0","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-04T13:57:14.190Z","updated_at":"2024-10-04T13:57:31.988Z","parent_kid":"8ae186db-6b17-4cf6-9b49-e6962ef216f3","public_key":null},{"kid":"3643f722-abb3-47b7-8773-682032798164","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-04T13:57:11.217Z","updated_at":"2024-10-04T13:57:14.100Z","parent_kid":null,"public_key":null},{"kid":"f69e7380-8927-4718-a773-6e54400a0fee","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-04T13:53:47.041Z","updated_at":"2024-10-04T13:57:14.828Z","parent_kid":"a33edce6-db4c-4b6f-9659-ec53e28084e5","public_key":null},{"kid":"a33edce6-db4c-4b6f-9659-ec53e28084e5","type":"environment-root-key","state":"destroyed","created_at":"2024-10-04T13:53:47.025Z","updated_at":"2024-10-04T13:57:31.988Z","parent_kid":null,"public_key":null},{"kid":"147a0a26-755c-47d9-ba78-70bfb81effb1","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-04T13:53:44.581Z","updated_at":"2024-10-04T13:53:47.761Z","parent_kid":"a33edce6-db4c-4b6f-9659-ec53e28084e5","public_key":null},{"kid":"860dad78-4b2a-4966-b410-49cc60299e81","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-04T13:53:29.881Z","updated_at":"2024-10-04T13:53:47.761Z","parent_kid":null,"public_key":null},{"kid":"6100332f-f050-4b73-88b3-ec032e761193","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-04T13:53:27.536Z","updated_at":"2024-10-04T13:53:45.229Z","parent_kid":"860dad78-4b2a-4966-b410-49cc60299e81","public_key":null},{"kid":"472793c9-1036-40bf-8a91-271a5450dbb4","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-04T13:53:23.784Z","updated_at":"2024-10-04T13:53:27.517Z","parent_kid":null,"public_key":null},{"kid":"482d3c00-db1f-41c5-880b-235f1a8ebc40","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-03T21:46:02.580Z","updated_at":"2024-10-04T13:53:28.108Z","parent_kid":"afa24d67-84cf-4e77-bf55-af0a77df8fa6","public_key":null},{"kid":"caa6c1c0-736a-4224-82b7-21ca4a3dd908","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-03T21:45:51.656Z","updated_at":"2024-10-03T21:46:02.566Z","parent_kid":null,"public_key":null},{"kid":"56f5a62b-bd95-46b7-b14e-0d69f29b683f","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-03T21:45:49.428Z","updated_at":"2024-10-03T21:46:03.145Z","parent_kid":"afa24d67-84cf-4e77-bf55-af0a77df8fa6","public_key":null},{"kid":"d2a64a43-829b-4f3f-b5c5-754ed451ad86","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-03T21:45:45.167Z","updated_at":"2024-10-03T21:45:49.414Z","parent_kid":null,"public_key":null},{"kid":"157dc901-01eb-4c9d-b269-1a38da4416c2","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-03T21:43:22.371Z","updated_at":"2024-10-03T21:45:49.991Z","parent_kid":"afa24d67-84cf-4e77-bf55-af0a77df8fa6","public_key":null},{"kid":"47dbcf11-99bf-47e2-a276-0a541ad4901b","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-03T21:43:11.663Z","updated_at":"2024-10-03T21:43:22.343Z","parent_kid":null,"public_key":null},{"kid":"dc5989f9-6b3b-41da-9b2e-eebd3660493a","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-03T21:43:09.216Z","updated_at":"2024-10-03T21:43:22.965Z","parent_kid":"afa24d67-84cf-4e77-bf55-af0a77df8fa6","public_key":null},{"kid":"99276858-a3ae-4ded-a2f0-62ded118fcf2","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-03T21:43:05.810Z","updated_at":"2024-10-03T21:43:09.204Z","parent_kid":null,"public_key":null},{"kid":"d5a2db56-c103-443b-aa4d-0209d22a1f7c","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-03T21:41:14.689Z","updated_at":"2024-10-03T21:43:09.769Z","parent_kid":"afa24d67-84cf-4e77-bf55-af0a77df8fa6","public_key":null},{"kid":"96d7bb6b-8c37-4230-a338-0cf490d50ab9","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-03T21:41:05.138Z","updated_at":"2024-10-03T21:41:14.658Z","parent_kid":null,"public_key":null},{"kid":"9b0b8796-b4a1-454a-b36e-a8235cc8667f","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-03T21:41:02.907Z","updated_at":"2024-10-03T21:41:15.259Z","parent_kid":"afa24d67-84cf-4e77-bf55-af0a77df8fa6","public_key":null},{"kid":"e9dda37e-b960-4f92-9a15-5bc7c6ed72b9","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-03T21:40:59.230Z","updated_at":"2024-10-03T21:41:02.895Z","parent_kid":null,"public_key":null},{"kid":"a3026e21-f4a7-4161-99e4-8fa7fa8eb41a","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-03T21:27:49.983Z","updated_at":"2024-10-03T21:41:03.460Z","parent_kid":"afa24d67-84cf-4e77-bf55-af0a77df8fa6","public_key":null},{"kid":"037ec356-1a73-4bf5-bfb4-ca56bc8c61e1","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-03T21:27:38.661Z","updated_at":"2024-10-03T21:27:49.952Z","parent_kid":null,"public_key":null},{"kid":"671c0e33-613b-4323-81ee-a0d9ecd3f1d0","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-03T21:27:36.340Z","updated_at":"2024-10-03T21:27:50.578Z","parent_kid":"afa24d67-84cf-4e77-bf55-af0a77df8fa6","public_key":null},{"kid":"d897c343-4071-41f7-aed3-67695a34451f","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-03T21:27:32.304Z","updated_at":"2024-10-03T21:27:36.327Z","parent_kid":null,"public_key":null},{"kid":"e3f8d1ab-1125-48b7-b35b-b4e0beb18cff","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-03T21:22:14.540Z","updated_at":"2024-10-03T21:27:36.894Z","parent_kid":"afa24d67-84cf-4e77-bf55-af0a77df8fa6","public_key":null},{"kid":"454e1557-0d02-4245-96e9-3510fe19a690","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-03T21:22:08.628Z","updated_at":"2024-10-03T21:22:14.525Z","parent_kid":null,"public_key":null},{"kid":"fb59ded0-f3d6-4195-9fac-08fcd7dde140","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-03T21:22:01.299Z","updated_at":"2024-10-03T21:22:15.139Z","parent_kid":"afa24d67-84cf-4e77-bf55-af0a77df8fa6","public_key":null},{"kid":"7c02c0a2-d833-4f8e-bedc-3ed8f1595894","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-03T21:21:58.242Z","updated_at":"2024-10-03T21:22:01.269Z","parent_kid":null,"public_key":null},{"kid":"1c76b6b7-4319-40e2-ba7a-8c8497ad2aa9","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-03T21:17:09.120Z","updated_at":"2024-10-03T21:22:01.854Z","parent_kid":"afa24d67-84cf-4e77-bf55-af0a77df8fa6","public_key":null},{"kid":"dfb1b07d-9405-4cb5-ad07-2d745b98c59f","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-03T21:16:58.926Z","updated_at":"2024-10-03T21:17:09.107Z","parent_kid":null,"public_key":null},{"kid":"17631625-dbd0-4bd4-bef2-db841e8cd8ea","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-03T21:16:56.726Z","updated_at":"2024-10-03T21:17:09.662Z","parent_kid":"afa24d67-84cf-4e77-bf55-af0a77df8fa6","public_key":null},{"kid":"1e8d716a-c9e9-462a-ae9d-ce179258d853","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-03T21:16:53.252Z","updated_at":"2024-10-03T21:16:56.709Z","parent_kid":null,"public_key":null},{"kid":"64da35b0-7fd4-4974-bc1a-56fd45084a1b","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-03T21:12:09.474Z","updated_at":"2024-10-03T21:16:57.273Z","parent_kid":"afa24d67-84cf-4e77-bf55-af0a77df8fa6","public_key":null},{"kid":"33016b12-353e-48d1-8dc2-2dfe9bc451b1","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-03T21:11:58.848Z","updated_at":"2024-10-03T21:12:09.459Z","parent_kid":null,"public_key":null},{"kid":"8bbd49ac-3195-4509-9ab0-564d50c0eaac","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-03T21:11:56.593Z","updated_at":"2024-10-03T21:12:10.016Z","parent_kid":"afa24d67-84cf-4e77-bf55-af0a77df8fa6","public_key":null},{"kid":"9cab2bfb-1dcd-4164-9293-349ad772a315","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-03T21:11:52.993Z","updated_at":"2024-10-03T21:11:56.579Z","parent_kid":null,"public_key":null},{"kid":"65905b6c-63c6-4408-9575-8bebdcd92f0b","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-03T21:04:35.628Z","updated_at":"2024-10-03T21:11:57.138Z","parent_kid":"afa24d67-84cf-4e77-bf55-af0a77df8fa6","public_key":null}],"start":0,"limit":0,"total":0}' - headers: - Content-Type: - - application/json; charset=utf-8 - status: 200 OK - code: 200 - duration: 117.21675ms - - id: 16 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: terraform-provider-auth0-dev.eu.auth0.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - Content-Type: - - application/json - User-Agent: - - Go-Auth0/1.11.0 - url: https://terraform-provider-auth0-dev.eu.auth0.com/api/v2/tenants/settings - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: -1 - uncompressed: true - body: '{"enabled_locales":["en"],"flags":{"allow_changing_enable_sso":false,"disable_impersonation":true,"enable_sso":true,"universal_login":true,"revoke_refresh_token_grant":false,"disable_clickjack_protection_headers":false},"idle_session_lifetime":72,"sandbox_version":"18","session_lifetime":168,"oidc_logout":{"rp_logout_end_session_endpoint_discovery":true},"sandbox_versions_available":["18","16"]}' - headers: - Content-Type: - - application/json; charset=utf-8 - status: 200 OK - code: 200 - duration: 131.073167ms - - id: 17 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: terraform-provider-auth0-dev.eu.auth0.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - Content-Type: - - application/json - User-Agent: - - Go-Auth0/1.11.0 - url: https://terraform-provider-auth0-dev.eu.auth0.com/api/v2/keys/encryption/a8ee2b51-6ed4-4f08-a047-205b5be08784 - method: DELETE - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 0 - uncompressed: false - body: "" - headers: - Content-Type: - - application/json; charset=utf-8 - status: 204 No Content - code: 204 - duration: 783.934875ms - - id: 18 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: terraform-provider-auth0-dev.eu.auth0.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - Content-Type: - - application/json - User-Agent: - - Go-Auth0/1.11.0 - url: https://terraform-provider-auth0-dev.eu.auth0.com/api/v2/keys/encryption/a8ee2b51-6ed4-4f08-a047-205b5be08784 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: -1 - uncompressed: true - body: '{"kid":"a8ee2b51-6ed4-4f08-a047-205b5be08784","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-04T14:11:15.077Z","updated_at":"2024-10-04T14:11:24.985Z","parent_kid":null,"public_key":null}' - headers: - Content-Type: - - application/json; charset=utf-8 - status: 200 OK - code: 200 - duration: 120.568125ms - - id: 19 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: terraform-provider-auth0-dev.eu.auth0.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - Content-Type: - - application/json - User-Agent: - - Go-Auth0/1.11.0 - url: https://terraform-provider-auth0-dev.eu.auth0.com/api/v2/keys/encryption?include_totals=true&page=0&per_page=5 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: -1 - uncompressed: true - body: '{"keys":[{"kid":"09ecaed5-7c08-47d4-951c-3167763cb785","type":"tenant-master-key","state":"active","created_at":"2024-10-04T14:11:25.018Z","updated_at":"2024-10-04T14:11:25.018Z","parent_kid":"6a9a6357-6329-4265-91fc-2ab0d8434a15","public_key":null},{"kid":"a8ee2b51-6ed4-4f08-a047-205b5be08784","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-04T14:11:15.077Z","updated_at":"2024-10-04T14:11:24.985Z","parent_kid":null,"public_key":null},{"kid":"5b40e87a-27e3-412c-9346-a9f84537ae13","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-04T14:11:08.785Z","updated_at":"2024-10-04T14:11:25.636Z","parent_kid":"6a9a6357-6329-4265-91fc-2ab0d8434a15","public_key":null},{"kid":"4b847b04-ab89-42b0-80c0-6608d26fd867","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-04T14:11:06.690Z","updated_at":"2024-10-04T14:11:09.173Z","parent_kid":"6a9a6357-6329-4265-91fc-2ab0d8434a15","public_key":null},{"kid":"c178a38a-8111-480b-a54f-a3dfea118773","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-04T14:09:59.532Z","updated_at":"2024-10-04T14:11:07.073Z","parent_kid":"6a9a6357-6329-4265-91fc-2ab0d8434a15","public_key":null},{"kid":"6a9a6357-6329-4265-91fc-2ab0d8434a15","type":"environment-root-key","state":"active","created_at":"2024-10-04T14:09:59.517Z","updated_at":"2024-10-04T14:09:59.517Z","parent_kid":null,"public_key":null},{"kid":"cc9a475f-7452-43da-8443-67b9b2b98eec","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-04T14:09:56.653Z","updated_at":"2024-10-04T14:10:00.405Z","parent_kid":"6a9a6357-6329-4265-91fc-2ab0d8434a15","public_key":null},{"kid":"571da357-4e58-4a96-9e60-8a7d284fcc6c","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-04T14:09:42.863Z","updated_at":"2024-10-04T14:10:00.405Z","parent_kid":null,"public_key":null},{"kid":"e8f991a2-2670-4d45-82b1-f05fd848ab31","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-04T14:09:40.615Z","updated_at":"2024-10-04T14:09:57.251Z","parent_kid":"571da357-4e58-4a96-9e60-8a7d284fcc6c","public_key":null},{"kid":"a569edb0-0bf6-4c12-acf8-8ef89a210d04","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-04T14:09:36.612Z","updated_at":"2024-10-04T14:09:40.598Z","parent_kid":null,"public_key":null},{"kid":"85ee5a87-2b60-4d12-a2f7-53ba37b2dfb2","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-04T13:57:33.821Z","updated_at":"2024-10-04T14:09:41.211Z","parent_kid":"46b619d2-ab17-442e-9fd5-72e44c617d8c","public_key":null},{"kid":"46b619d2-ab17-442e-9fd5-72e44c617d8c","type":"environment-root-key","state":"destroyed","created_at":"2024-10-04T13:57:33.794Z","updated_at":"2024-10-04T14:09:57.251Z","parent_kid":null,"public_key":null},{"kid":"10026795-56c1-45e0-b00b-71d85d8f51da","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-04T13:57:31.387Z","updated_at":"2024-10-04T13:57:34.761Z","parent_kid":"46b619d2-ab17-442e-9fd5-72e44c617d8c","public_key":null},{"kid":"8ae186db-6b17-4cf6-9b49-e6962ef216f3","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-04T13:57:21.705Z","updated_at":"2024-10-04T13:57:34.761Z","parent_kid":null,"public_key":null},{"kid":"a42df500-2596-467a-96cf-a57893c54fa0","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-04T13:57:14.190Z","updated_at":"2024-10-04T13:57:31.988Z","parent_kid":"8ae186db-6b17-4cf6-9b49-e6962ef216f3","public_key":null},{"kid":"3643f722-abb3-47b7-8773-682032798164","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-04T13:57:11.217Z","updated_at":"2024-10-04T13:57:14.100Z","parent_kid":null,"public_key":null},{"kid":"f69e7380-8927-4718-a773-6e54400a0fee","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-04T13:53:47.041Z","updated_at":"2024-10-04T13:57:14.828Z","parent_kid":"a33edce6-db4c-4b6f-9659-ec53e28084e5","public_key":null},{"kid":"a33edce6-db4c-4b6f-9659-ec53e28084e5","type":"environment-root-key","state":"destroyed","created_at":"2024-10-04T13:53:47.025Z","updated_at":"2024-10-04T13:57:31.988Z","parent_kid":null,"public_key":null},{"kid":"147a0a26-755c-47d9-ba78-70bfb81effb1","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-04T13:53:44.581Z","updated_at":"2024-10-04T13:53:47.761Z","parent_kid":"a33edce6-db4c-4b6f-9659-ec53e28084e5","public_key":null},{"kid":"860dad78-4b2a-4966-b410-49cc60299e81","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-04T13:53:29.881Z","updated_at":"2024-10-04T13:53:47.761Z","parent_kid":null,"public_key":null},{"kid":"6100332f-f050-4b73-88b3-ec032e761193","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-04T13:53:27.536Z","updated_at":"2024-10-04T13:53:45.229Z","parent_kid":"860dad78-4b2a-4966-b410-49cc60299e81","public_key":null},{"kid":"472793c9-1036-40bf-8a91-271a5450dbb4","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-04T13:53:23.784Z","updated_at":"2024-10-04T13:53:27.517Z","parent_kid":null,"public_key":null},{"kid":"482d3c00-db1f-41c5-880b-235f1a8ebc40","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-03T21:46:02.580Z","updated_at":"2024-10-04T13:53:28.108Z","parent_kid":"afa24d67-84cf-4e77-bf55-af0a77df8fa6","public_key":null},{"kid":"caa6c1c0-736a-4224-82b7-21ca4a3dd908","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-03T21:45:51.656Z","updated_at":"2024-10-03T21:46:02.566Z","parent_kid":null,"public_key":null},{"kid":"56f5a62b-bd95-46b7-b14e-0d69f29b683f","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-03T21:45:49.428Z","updated_at":"2024-10-03T21:46:03.145Z","parent_kid":"afa24d67-84cf-4e77-bf55-af0a77df8fa6","public_key":null},{"kid":"d2a64a43-829b-4f3f-b5c5-754ed451ad86","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-03T21:45:45.167Z","updated_at":"2024-10-03T21:45:49.414Z","parent_kid":null,"public_key":null},{"kid":"157dc901-01eb-4c9d-b269-1a38da4416c2","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-03T21:43:22.371Z","updated_at":"2024-10-03T21:45:49.991Z","parent_kid":"afa24d67-84cf-4e77-bf55-af0a77df8fa6","public_key":null},{"kid":"47dbcf11-99bf-47e2-a276-0a541ad4901b","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-03T21:43:11.663Z","updated_at":"2024-10-03T21:43:22.343Z","parent_kid":null,"public_key":null},{"kid":"dc5989f9-6b3b-41da-9b2e-eebd3660493a","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-03T21:43:09.216Z","updated_at":"2024-10-03T21:43:22.965Z","parent_kid":"afa24d67-84cf-4e77-bf55-af0a77df8fa6","public_key":null},{"kid":"99276858-a3ae-4ded-a2f0-62ded118fcf2","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-03T21:43:05.810Z","updated_at":"2024-10-03T21:43:09.204Z","parent_kid":null,"public_key":null},{"kid":"d5a2db56-c103-443b-aa4d-0209d22a1f7c","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-03T21:41:14.689Z","updated_at":"2024-10-03T21:43:09.769Z","parent_kid":"afa24d67-84cf-4e77-bf55-af0a77df8fa6","public_key":null},{"kid":"96d7bb6b-8c37-4230-a338-0cf490d50ab9","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-03T21:41:05.138Z","updated_at":"2024-10-03T21:41:14.658Z","parent_kid":null,"public_key":null},{"kid":"9b0b8796-b4a1-454a-b36e-a8235cc8667f","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-03T21:41:02.907Z","updated_at":"2024-10-03T21:41:15.259Z","parent_kid":"afa24d67-84cf-4e77-bf55-af0a77df8fa6","public_key":null},{"kid":"e9dda37e-b960-4f92-9a15-5bc7c6ed72b9","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-03T21:40:59.230Z","updated_at":"2024-10-03T21:41:02.895Z","parent_kid":null,"public_key":null},{"kid":"a3026e21-f4a7-4161-99e4-8fa7fa8eb41a","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-03T21:27:49.983Z","updated_at":"2024-10-03T21:41:03.460Z","parent_kid":"afa24d67-84cf-4e77-bf55-af0a77df8fa6","public_key":null},{"kid":"037ec356-1a73-4bf5-bfb4-ca56bc8c61e1","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-03T21:27:38.661Z","updated_at":"2024-10-03T21:27:49.952Z","parent_kid":null,"public_key":null},{"kid":"671c0e33-613b-4323-81ee-a0d9ecd3f1d0","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-03T21:27:36.340Z","updated_at":"2024-10-03T21:27:50.578Z","parent_kid":"afa24d67-84cf-4e77-bf55-af0a77df8fa6","public_key":null},{"kid":"d897c343-4071-41f7-aed3-67695a34451f","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-03T21:27:32.304Z","updated_at":"2024-10-03T21:27:36.327Z","parent_kid":null,"public_key":null},{"kid":"e3f8d1ab-1125-48b7-b35b-b4e0beb18cff","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-03T21:22:14.540Z","updated_at":"2024-10-03T21:27:36.894Z","parent_kid":"afa24d67-84cf-4e77-bf55-af0a77df8fa6","public_key":null},{"kid":"454e1557-0d02-4245-96e9-3510fe19a690","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-03T21:22:08.628Z","updated_at":"2024-10-03T21:22:14.525Z","parent_kid":null,"public_key":null},{"kid":"fb59ded0-f3d6-4195-9fac-08fcd7dde140","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-03T21:22:01.299Z","updated_at":"2024-10-03T21:22:15.139Z","parent_kid":"afa24d67-84cf-4e77-bf55-af0a77df8fa6","public_key":null},{"kid":"7c02c0a2-d833-4f8e-bedc-3ed8f1595894","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-03T21:21:58.242Z","updated_at":"2024-10-03T21:22:01.269Z","parent_kid":null,"public_key":null},{"kid":"1c76b6b7-4319-40e2-ba7a-8c8497ad2aa9","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-03T21:17:09.120Z","updated_at":"2024-10-03T21:22:01.854Z","parent_kid":"afa24d67-84cf-4e77-bf55-af0a77df8fa6","public_key":null},{"kid":"dfb1b07d-9405-4cb5-ad07-2d745b98c59f","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-03T21:16:58.926Z","updated_at":"2024-10-03T21:17:09.107Z","parent_kid":null,"public_key":null},{"kid":"17631625-dbd0-4bd4-bef2-db841e8cd8ea","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-03T21:16:56.726Z","updated_at":"2024-10-03T21:17:09.662Z","parent_kid":"afa24d67-84cf-4e77-bf55-af0a77df8fa6","public_key":null},{"kid":"1e8d716a-c9e9-462a-ae9d-ce179258d853","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-03T21:16:53.252Z","updated_at":"2024-10-03T21:16:56.709Z","parent_kid":null,"public_key":null},{"kid":"64da35b0-7fd4-4974-bc1a-56fd45084a1b","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-03T21:12:09.474Z","updated_at":"2024-10-03T21:16:57.273Z","parent_kid":"afa24d67-84cf-4e77-bf55-af0a77df8fa6","public_key":null},{"kid":"33016b12-353e-48d1-8dc2-2dfe9bc451b1","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-03T21:11:58.848Z","updated_at":"2024-10-03T21:12:09.459Z","parent_kid":null,"public_key":null},{"kid":"8bbd49ac-3195-4509-9ab0-564d50c0eaac","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-03T21:11:56.593Z","updated_at":"2024-10-03T21:12:10.016Z","parent_kid":"afa24d67-84cf-4e77-bf55-af0a77df8fa6","public_key":null},{"kid":"9cab2bfb-1dcd-4164-9293-349ad772a315","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-03T21:11:52.993Z","updated_at":"2024-10-03T21:11:56.579Z","parent_kid":null,"public_key":null}],"start":0,"limit":0,"total":0}' - headers: - Content-Type: - - application/json; charset=utf-8 - status: 200 OK - code: 200 - duration: 141.015125ms - - id: 20 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: terraform-provider-auth0-dev.eu.auth0.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - Content-Type: - - application/json - User-Agent: - - Go-Auth0/1.11.0 - url: https://terraform-provider-auth0-dev.eu.auth0.com/api/v2/tenants/settings - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: -1 - uncompressed: true - body: '{"enabled_locales":["en"],"flags":{"allow_changing_enable_sso":false,"disable_impersonation":true,"enable_sso":true,"universal_login":true,"revoke_refresh_token_grant":false,"disable_clickjack_protection_headers":false},"idle_session_lifetime":72,"sandbox_version":"18","session_lifetime":168,"oidc_logout":{"rp_logout_end_session_endpoint_discovery":true},"sandbox_versions_available":["18","16"]}' - headers: - Content-Type: - - application/json; charset=utf-8 - status: 200 OK - code: 200 - duration: 110.727875ms - - id: 21 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: terraform-provider-auth0-dev.eu.auth0.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - Content-Type: - - application/json - User-Agent: - - Go-Auth0/1.11.0 - url: https://terraform-provider-auth0-dev.eu.auth0.com/api/v2/keys/encryption?include_totals=true&page=0&per_page=5 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: -1 - uncompressed: true - body: '{"keys":[{"kid":"09ecaed5-7c08-47d4-951c-3167763cb785","type":"tenant-master-key","state":"active","created_at":"2024-10-04T14:11:25.018Z","updated_at":"2024-10-04T14:11:25.018Z","parent_kid":"6a9a6357-6329-4265-91fc-2ab0d8434a15","public_key":null},{"kid":"a8ee2b51-6ed4-4f08-a047-205b5be08784","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-04T14:11:15.077Z","updated_at":"2024-10-04T14:11:24.985Z","parent_kid":null,"public_key":null},{"kid":"5b40e87a-27e3-412c-9346-a9f84537ae13","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-04T14:11:08.785Z","updated_at":"2024-10-04T14:11:25.636Z","parent_kid":"6a9a6357-6329-4265-91fc-2ab0d8434a15","public_key":null},{"kid":"4b847b04-ab89-42b0-80c0-6608d26fd867","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-04T14:11:06.690Z","updated_at":"2024-10-04T14:11:09.173Z","parent_kid":"6a9a6357-6329-4265-91fc-2ab0d8434a15","public_key":null},{"kid":"c178a38a-8111-480b-a54f-a3dfea118773","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-04T14:09:59.532Z","updated_at":"2024-10-04T14:11:07.073Z","parent_kid":"6a9a6357-6329-4265-91fc-2ab0d8434a15","public_key":null},{"kid":"6a9a6357-6329-4265-91fc-2ab0d8434a15","type":"environment-root-key","state":"active","created_at":"2024-10-04T14:09:59.517Z","updated_at":"2024-10-04T14:09:59.517Z","parent_kid":null,"public_key":null},{"kid":"cc9a475f-7452-43da-8443-67b9b2b98eec","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-04T14:09:56.653Z","updated_at":"2024-10-04T14:10:00.405Z","parent_kid":"6a9a6357-6329-4265-91fc-2ab0d8434a15","public_key":null},{"kid":"571da357-4e58-4a96-9e60-8a7d284fcc6c","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-04T14:09:42.863Z","updated_at":"2024-10-04T14:10:00.405Z","parent_kid":null,"public_key":null},{"kid":"e8f991a2-2670-4d45-82b1-f05fd848ab31","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-04T14:09:40.615Z","updated_at":"2024-10-04T14:09:57.251Z","parent_kid":"571da357-4e58-4a96-9e60-8a7d284fcc6c","public_key":null},{"kid":"a569edb0-0bf6-4c12-acf8-8ef89a210d04","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-04T14:09:36.612Z","updated_at":"2024-10-04T14:09:40.598Z","parent_kid":null,"public_key":null},{"kid":"85ee5a87-2b60-4d12-a2f7-53ba37b2dfb2","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-04T13:57:33.821Z","updated_at":"2024-10-04T14:09:41.211Z","parent_kid":"46b619d2-ab17-442e-9fd5-72e44c617d8c","public_key":null},{"kid":"46b619d2-ab17-442e-9fd5-72e44c617d8c","type":"environment-root-key","state":"destroyed","created_at":"2024-10-04T13:57:33.794Z","updated_at":"2024-10-04T14:09:57.251Z","parent_kid":null,"public_key":null},{"kid":"10026795-56c1-45e0-b00b-71d85d8f51da","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-04T13:57:31.387Z","updated_at":"2024-10-04T13:57:34.761Z","parent_kid":"46b619d2-ab17-442e-9fd5-72e44c617d8c","public_key":null},{"kid":"8ae186db-6b17-4cf6-9b49-e6962ef216f3","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-04T13:57:21.705Z","updated_at":"2024-10-04T13:57:34.761Z","parent_kid":null,"public_key":null},{"kid":"a42df500-2596-467a-96cf-a57893c54fa0","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-04T13:57:14.190Z","updated_at":"2024-10-04T13:57:31.988Z","parent_kid":"8ae186db-6b17-4cf6-9b49-e6962ef216f3","public_key":null},{"kid":"3643f722-abb3-47b7-8773-682032798164","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-04T13:57:11.217Z","updated_at":"2024-10-04T13:57:14.100Z","parent_kid":null,"public_key":null},{"kid":"f69e7380-8927-4718-a773-6e54400a0fee","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-04T13:53:47.041Z","updated_at":"2024-10-04T13:57:14.828Z","parent_kid":"a33edce6-db4c-4b6f-9659-ec53e28084e5","public_key":null},{"kid":"a33edce6-db4c-4b6f-9659-ec53e28084e5","type":"environment-root-key","state":"destroyed","created_at":"2024-10-04T13:53:47.025Z","updated_at":"2024-10-04T13:57:31.988Z","parent_kid":null,"public_key":null},{"kid":"147a0a26-755c-47d9-ba78-70bfb81effb1","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-04T13:53:44.581Z","updated_at":"2024-10-04T13:53:47.761Z","parent_kid":"a33edce6-db4c-4b6f-9659-ec53e28084e5","public_key":null},{"kid":"860dad78-4b2a-4966-b410-49cc60299e81","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-04T13:53:29.881Z","updated_at":"2024-10-04T13:53:47.761Z","parent_kid":null,"public_key":null},{"kid":"6100332f-f050-4b73-88b3-ec032e761193","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-04T13:53:27.536Z","updated_at":"2024-10-04T13:53:45.229Z","parent_kid":"860dad78-4b2a-4966-b410-49cc60299e81","public_key":null},{"kid":"472793c9-1036-40bf-8a91-271a5450dbb4","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-04T13:53:23.784Z","updated_at":"2024-10-04T13:53:27.517Z","parent_kid":null,"public_key":null},{"kid":"482d3c00-db1f-41c5-880b-235f1a8ebc40","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-03T21:46:02.580Z","updated_at":"2024-10-04T13:53:28.108Z","parent_kid":"afa24d67-84cf-4e77-bf55-af0a77df8fa6","public_key":null},{"kid":"caa6c1c0-736a-4224-82b7-21ca4a3dd908","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-03T21:45:51.656Z","updated_at":"2024-10-03T21:46:02.566Z","parent_kid":null,"public_key":null},{"kid":"56f5a62b-bd95-46b7-b14e-0d69f29b683f","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-03T21:45:49.428Z","updated_at":"2024-10-03T21:46:03.145Z","parent_kid":"afa24d67-84cf-4e77-bf55-af0a77df8fa6","public_key":null},{"kid":"d2a64a43-829b-4f3f-b5c5-754ed451ad86","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-03T21:45:45.167Z","updated_at":"2024-10-03T21:45:49.414Z","parent_kid":null,"public_key":null},{"kid":"157dc901-01eb-4c9d-b269-1a38da4416c2","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-03T21:43:22.371Z","updated_at":"2024-10-03T21:45:49.991Z","parent_kid":"afa24d67-84cf-4e77-bf55-af0a77df8fa6","public_key":null},{"kid":"47dbcf11-99bf-47e2-a276-0a541ad4901b","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-03T21:43:11.663Z","updated_at":"2024-10-03T21:43:22.343Z","parent_kid":null,"public_key":null},{"kid":"dc5989f9-6b3b-41da-9b2e-eebd3660493a","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-03T21:43:09.216Z","updated_at":"2024-10-03T21:43:22.965Z","parent_kid":"afa24d67-84cf-4e77-bf55-af0a77df8fa6","public_key":null},{"kid":"99276858-a3ae-4ded-a2f0-62ded118fcf2","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-03T21:43:05.810Z","updated_at":"2024-10-03T21:43:09.204Z","parent_kid":null,"public_key":null},{"kid":"d5a2db56-c103-443b-aa4d-0209d22a1f7c","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-03T21:41:14.689Z","updated_at":"2024-10-03T21:43:09.769Z","parent_kid":"afa24d67-84cf-4e77-bf55-af0a77df8fa6","public_key":null},{"kid":"96d7bb6b-8c37-4230-a338-0cf490d50ab9","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-03T21:41:05.138Z","updated_at":"2024-10-03T21:41:14.658Z","parent_kid":null,"public_key":null},{"kid":"9b0b8796-b4a1-454a-b36e-a8235cc8667f","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-03T21:41:02.907Z","updated_at":"2024-10-03T21:41:15.259Z","parent_kid":"afa24d67-84cf-4e77-bf55-af0a77df8fa6","public_key":null},{"kid":"e9dda37e-b960-4f92-9a15-5bc7c6ed72b9","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-03T21:40:59.230Z","updated_at":"2024-10-03T21:41:02.895Z","parent_kid":null,"public_key":null},{"kid":"a3026e21-f4a7-4161-99e4-8fa7fa8eb41a","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-03T21:27:49.983Z","updated_at":"2024-10-03T21:41:03.460Z","parent_kid":"afa24d67-84cf-4e77-bf55-af0a77df8fa6","public_key":null},{"kid":"037ec356-1a73-4bf5-bfb4-ca56bc8c61e1","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-03T21:27:38.661Z","updated_at":"2024-10-03T21:27:49.952Z","parent_kid":null,"public_key":null},{"kid":"671c0e33-613b-4323-81ee-a0d9ecd3f1d0","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-03T21:27:36.340Z","updated_at":"2024-10-03T21:27:50.578Z","parent_kid":"afa24d67-84cf-4e77-bf55-af0a77df8fa6","public_key":null},{"kid":"d897c343-4071-41f7-aed3-67695a34451f","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-03T21:27:32.304Z","updated_at":"2024-10-03T21:27:36.327Z","parent_kid":null,"public_key":null},{"kid":"e3f8d1ab-1125-48b7-b35b-b4e0beb18cff","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-03T21:22:14.540Z","updated_at":"2024-10-03T21:27:36.894Z","parent_kid":"afa24d67-84cf-4e77-bf55-af0a77df8fa6","public_key":null},{"kid":"454e1557-0d02-4245-96e9-3510fe19a690","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-03T21:22:08.628Z","updated_at":"2024-10-03T21:22:14.525Z","parent_kid":null,"public_key":null},{"kid":"fb59ded0-f3d6-4195-9fac-08fcd7dde140","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-03T21:22:01.299Z","updated_at":"2024-10-03T21:22:15.139Z","parent_kid":"afa24d67-84cf-4e77-bf55-af0a77df8fa6","public_key":null},{"kid":"7c02c0a2-d833-4f8e-bedc-3ed8f1595894","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-03T21:21:58.242Z","updated_at":"2024-10-03T21:22:01.269Z","parent_kid":null,"public_key":null},{"kid":"1c76b6b7-4319-40e2-ba7a-8c8497ad2aa9","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-03T21:17:09.120Z","updated_at":"2024-10-03T21:22:01.854Z","parent_kid":"afa24d67-84cf-4e77-bf55-af0a77df8fa6","public_key":null},{"kid":"dfb1b07d-9405-4cb5-ad07-2d745b98c59f","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-03T21:16:58.926Z","updated_at":"2024-10-03T21:17:09.107Z","parent_kid":null,"public_key":null},{"kid":"17631625-dbd0-4bd4-bef2-db841e8cd8ea","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-03T21:16:56.726Z","updated_at":"2024-10-03T21:17:09.662Z","parent_kid":"afa24d67-84cf-4e77-bf55-af0a77df8fa6","public_key":null},{"kid":"1e8d716a-c9e9-462a-ae9d-ce179258d853","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-03T21:16:53.252Z","updated_at":"2024-10-03T21:16:56.709Z","parent_kid":null,"public_key":null},{"kid":"64da35b0-7fd4-4974-bc1a-56fd45084a1b","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-03T21:12:09.474Z","updated_at":"2024-10-03T21:16:57.273Z","parent_kid":"afa24d67-84cf-4e77-bf55-af0a77df8fa6","public_key":null},{"kid":"33016b12-353e-48d1-8dc2-2dfe9bc451b1","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-03T21:11:58.848Z","updated_at":"2024-10-03T21:12:09.459Z","parent_kid":null,"public_key":null},{"kid":"8bbd49ac-3195-4509-9ab0-564d50c0eaac","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-03T21:11:56.593Z","updated_at":"2024-10-03T21:12:10.016Z","parent_kid":"afa24d67-84cf-4e77-bf55-af0a77df8fa6","public_key":null},{"kid":"9cab2bfb-1dcd-4164-9293-349ad772a315","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-03T21:11:52.993Z","updated_at":"2024-10-03T21:11:56.579Z","parent_kid":null,"public_key":null}],"start":0,"limit":0,"total":0}' - headers: - Content-Type: - - application/json; charset=utf-8 - status: 200 OK - code: 200 - duration: 124.794708ms - - id: 22 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: terraform-provider-auth0-dev.eu.auth0.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - Content-Type: - - application/json - User-Agent: - - Go-Auth0/1.11.0 - url: https://terraform-provider-auth0-dev.eu.auth0.com/api/v2/tenants/settings - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: -1 - uncompressed: true - body: '{"enabled_locales":["en"],"flags":{"allow_changing_enable_sso":false,"disable_impersonation":true,"enable_sso":true,"universal_login":true,"revoke_refresh_token_grant":false,"disable_clickjack_protection_headers":false},"idle_session_lifetime":72,"sandbox_version":"18","session_lifetime":168,"oidc_logout":{"rp_logout_end_session_endpoint_discovery":true},"sandbox_versions_available":["18","16"]}' - headers: - Content-Type: - - application/json; charset=utf-8 - status: 200 OK - code: 200 - duration: 131.051458ms - - id: 23 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: terraform-provider-auth0-dev.eu.auth0.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - Content-Type: - - application/json - User-Agent: - - Go-Auth0/1.11.0 - url: https://terraform-provider-auth0-dev.eu.auth0.com/api/v2/keys/encryption?include_totals=true&page=0&per_page=5 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: -1 - uncompressed: true - body: '{"keys":[{"kid":"09ecaed5-7c08-47d4-951c-3167763cb785","type":"tenant-master-key","state":"active","created_at":"2024-10-04T14:11:25.018Z","updated_at":"2024-10-04T14:11:25.018Z","parent_kid":"6a9a6357-6329-4265-91fc-2ab0d8434a15","public_key":null},{"kid":"a8ee2b51-6ed4-4f08-a047-205b5be08784","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-04T14:11:15.077Z","updated_at":"2024-10-04T14:11:24.985Z","parent_kid":null,"public_key":null},{"kid":"5b40e87a-27e3-412c-9346-a9f84537ae13","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-04T14:11:08.785Z","updated_at":"2024-10-04T14:11:25.636Z","parent_kid":"6a9a6357-6329-4265-91fc-2ab0d8434a15","public_key":null},{"kid":"4b847b04-ab89-42b0-80c0-6608d26fd867","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-04T14:11:06.690Z","updated_at":"2024-10-04T14:11:09.173Z","parent_kid":"6a9a6357-6329-4265-91fc-2ab0d8434a15","public_key":null},{"kid":"c178a38a-8111-480b-a54f-a3dfea118773","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-04T14:09:59.532Z","updated_at":"2024-10-04T14:11:07.073Z","parent_kid":"6a9a6357-6329-4265-91fc-2ab0d8434a15","public_key":null},{"kid":"6a9a6357-6329-4265-91fc-2ab0d8434a15","type":"environment-root-key","state":"active","created_at":"2024-10-04T14:09:59.517Z","updated_at":"2024-10-04T14:09:59.517Z","parent_kid":null,"public_key":null},{"kid":"cc9a475f-7452-43da-8443-67b9b2b98eec","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-04T14:09:56.653Z","updated_at":"2024-10-04T14:10:00.405Z","parent_kid":"6a9a6357-6329-4265-91fc-2ab0d8434a15","public_key":null},{"kid":"571da357-4e58-4a96-9e60-8a7d284fcc6c","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-04T14:09:42.863Z","updated_at":"2024-10-04T14:10:00.405Z","parent_kid":null,"public_key":null},{"kid":"e8f991a2-2670-4d45-82b1-f05fd848ab31","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-04T14:09:40.615Z","updated_at":"2024-10-04T14:09:57.251Z","parent_kid":"571da357-4e58-4a96-9e60-8a7d284fcc6c","public_key":null},{"kid":"a569edb0-0bf6-4c12-acf8-8ef89a210d04","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-04T14:09:36.612Z","updated_at":"2024-10-04T14:09:40.598Z","parent_kid":null,"public_key":null},{"kid":"85ee5a87-2b60-4d12-a2f7-53ba37b2dfb2","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-04T13:57:33.821Z","updated_at":"2024-10-04T14:09:41.211Z","parent_kid":"46b619d2-ab17-442e-9fd5-72e44c617d8c","public_key":null},{"kid":"46b619d2-ab17-442e-9fd5-72e44c617d8c","type":"environment-root-key","state":"destroyed","created_at":"2024-10-04T13:57:33.794Z","updated_at":"2024-10-04T14:09:57.251Z","parent_kid":null,"public_key":null},{"kid":"10026795-56c1-45e0-b00b-71d85d8f51da","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-04T13:57:31.387Z","updated_at":"2024-10-04T13:57:34.761Z","parent_kid":"46b619d2-ab17-442e-9fd5-72e44c617d8c","public_key":null},{"kid":"8ae186db-6b17-4cf6-9b49-e6962ef216f3","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-04T13:57:21.705Z","updated_at":"2024-10-04T13:57:34.761Z","parent_kid":null,"public_key":null},{"kid":"a42df500-2596-467a-96cf-a57893c54fa0","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-04T13:57:14.190Z","updated_at":"2024-10-04T13:57:31.988Z","parent_kid":"8ae186db-6b17-4cf6-9b49-e6962ef216f3","public_key":null},{"kid":"3643f722-abb3-47b7-8773-682032798164","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-04T13:57:11.217Z","updated_at":"2024-10-04T13:57:14.100Z","parent_kid":null,"public_key":null},{"kid":"f69e7380-8927-4718-a773-6e54400a0fee","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-04T13:53:47.041Z","updated_at":"2024-10-04T13:57:14.828Z","parent_kid":"a33edce6-db4c-4b6f-9659-ec53e28084e5","public_key":null},{"kid":"a33edce6-db4c-4b6f-9659-ec53e28084e5","type":"environment-root-key","state":"destroyed","created_at":"2024-10-04T13:53:47.025Z","updated_at":"2024-10-04T13:57:31.988Z","parent_kid":null,"public_key":null},{"kid":"147a0a26-755c-47d9-ba78-70bfb81effb1","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-04T13:53:44.581Z","updated_at":"2024-10-04T13:53:47.761Z","parent_kid":"a33edce6-db4c-4b6f-9659-ec53e28084e5","public_key":null},{"kid":"860dad78-4b2a-4966-b410-49cc60299e81","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-04T13:53:29.881Z","updated_at":"2024-10-04T13:53:47.761Z","parent_kid":null,"public_key":null},{"kid":"6100332f-f050-4b73-88b3-ec032e761193","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-04T13:53:27.536Z","updated_at":"2024-10-04T13:53:45.229Z","parent_kid":"860dad78-4b2a-4966-b410-49cc60299e81","public_key":null},{"kid":"472793c9-1036-40bf-8a91-271a5450dbb4","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-04T13:53:23.784Z","updated_at":"2024-10-04T13:53:27.517Z","parent_kid":null,"public_key":null},{"kid":"482d3c00-db1f-41c5-880b-235f1a8ebc40","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-03T21:46:02.580Z","updated_at":"2024-10-04T13:53:28.108Z","parent_kid":"afa24d67-84cf-4e77-bf55-af0a77df8fa6","public_key":null},{"kid":"caa6c1c0-736a-4224-82b7-21ca4a3dd908","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-03T21:45:51.656Z","updated_at":"2024-10-03T21:46:02.566Z","parent_kid":null,"public_key":null},{"kid":"56f5a62b-bd95-46b7-b14e-0d69f29b683f","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-03T21:45:49.428Z","updated_at":"2024-10-03T21:46:03.145Z","parent_kid":"afa24d67-84cf-4e77-bf55-af0a77df8fa6","public_key":null},{"kid":"d2a64a43-829b-4f3f-b5c5-754ed451ad86","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-03T21:45:45.167Z","updated_at":"2024-10-03T21:45:49.414Z","parent_kid":null,"public_key":null},{"kid":"157dc901-01eb-4c9d-b269-1a38da4416c2","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-03T21:43:22.371Z","updated_at":"2024-10-03T21:45:49.991Z","parent_kid":"afa24d67-84cf-4e77-bf55-af0a77df8fa6","public_key":null},{"kid":"47dbcf11-99bf-47e2-a276-0a541ad4901b","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-03T21:43:11.663Z","updated_at":"2024-10-03T21:43:22.343Z","parent_kid":null,"public_key":null},{"kid":"dc5989f9-6b3b-41da-9b2e-eebd3660493a","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-03T21:43:09.216Z","updated_at":"2024-10-03T21:43:22.965Z","parent_kid":"afa24d67-84cf-4e77-bf55-af0a77df8fa6","public_key":null},{"kid":"99276858-a3ae-4ded-a2f0-62ded118fcf2","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-03T21:43:05.810Z","updated_at":"2024-10-03T21:43:09.204Z","parent_kid":null,"public_key":null},{"kid":"d5a2db56-c103-443b-aa4d-0209d22a1f7c","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-03T21:41:14.689Z","updated_at":"2024-10-03T21:43:09.769Z","parent_kid":"afa24d67-84cf-4e77-bf55-af0a77df8fa6","public_key":null},{"kid":"96d7bb6b-8c37-4230-a338-0cf490d50ab9","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-03T21:41:05.138Z","updated_at":"2024-10-03T21:41:14.658Z","parent_kid":null,"public_key":null},{"kid":"9b0b8796-b4a1-454a-b36e-a8235cc8667f","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-03T21:41:02.907Z","updated_at":"2024-10-03T21:41:15.259Z","parent_kid":"afa24d67-84cf-4e77-bf55-af0a77df8fa6","public_key":null},{"kid":"e9dda37e-b960-4f92-9a15-5bc7c6ed72b9","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-03T21:40:59.230Z","updated_at":"2024-10-03T21:41:02.895Z","parent_kid":null,"public_key":null},{"kid":"a3026e21-f4a7-4161-99e4-8fa7fa8eb41a","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-03T21:27:49.983Z","updated_at":"2024-10-03T21:41:03.460Z","parent_kid":"afa24d67-84cf-4e77-bf55-af0a77df8fa6","public_key":null},{"kid":"037ec356-1a73-4bf5-bfb4-ca56bc8c61e1","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-03T21:27:38.661Z","updated_at":"2024-10-03T21:27:49.952Z","parent_kid":null,"public_key":null},{"kid":"671c0e33-613b-4323-81ee-a0d9ecd3f1d0","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-03T21:27:36.340Z","updated_at":"2024-10-03T21:27:50.578Z","parent_kid":"afa24d67-84cf-4e77-bf55-af0a77df8fa6","public_key":null},{"kid":"d897c343-4071-41f7-aed3-67695a34451f","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-03T21:27:32.304Z","updated_at":"2024-10-03T21:27:36.327Z","parent_kid":null,"public_key":null},{"kid":"e3f8d1ab-1125-48b7-b35b-b4e0beb18cff","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-03T21:22:14.540Z","updated_at":"2024-10-03T21:27:36.894Z","parent_kid":"afa24d67-84cf-4e77-bf55-af0a77df8fa6","public_key":null},{"kid":"454e1557-0d02-4245-96e9-3510fe19a690","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-03T21:22:08.628Z","updated_at":"2024-10-03T21:22:14.525Z","parent_kid":null,"public_key":null},{"kid":"fb59ded0-f3d6-4195-9fac-08fcd7dde140","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-03T21:22:01.299Z","updated_at":"2024-10-03T21:22:15.139Z","parent_kid":"afa24d67-84cf-4e77-bf55-af0a77df8fa6","public_key":null},{"kid":"7c02c0a2-d833-4f8e-bedc-3ed8f1595894","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-03T21:21:58.242Z","updated_at":"2024-10-03T21:22:01.269Z","parent_kid":null,"public_key":null},{"kid":"1c76b6b7-4319-40e2-ba7a-8c8497ad2aa9","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-03T21:17:09.120Z","updated_at":"2024-10-03T21:22:01.854Z","parent_kid":"afa24d67-84cf-4e77-bf55-af0a77df8fa6","public_key":null},{"kid":"dfb1b07d-9405-4cb5-ad07-2d745b98c59f","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-03T21:16:58.926Z","updated_at":"2024-10-03T21:17:09.107Z","parent_kid":null,"public_key":null},{"kid":"17631625-dbd0-4bd4-bef2-db841e8cd8ea","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-03T21:16:56.726Z","updated_at":"2024-10-03T21:17:09.662Z","parent_kid":"afa24d67-84cf-4e77-bf55-af0a77df8fa6","public_key":null},{"kid":"1e8d716a-c9e9-462a-ae9d-ce179258d853","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-03T21:16:53.252Z","updated_at":"2024-10-03T21:16:56.709Z","parent_kid":null,"public_key":null},{"kid":"64da35b0-7fd4-4974-bc1a-56fd45084a1b","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-03T21:12:09.474Z","updated_at":"2024-10-03T21:16:57.273Z","parent_kid":"afa24d67-84cf-4e77-bf55-af0a77df8fa6","public_key":null},{"kid":"33016b12-353e-48d1-8dc2-2dfe9bc451b1","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-03T21:11:58.848Z","updated_at":"2024-10-03T21:12:09.459Z","parent_kid":null,"public_key":null},{"kid":"8bbd49ac-3195-4509-9ab0-564d50c0eaac","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-03T21:11:56.593Z","updated_at":"2024-10-03T21:12:10.016Z","parent_kid":"afa24d67-84cf-4e77-bf55-af0a77df8fa6","public_key":null},{"kid":"9cab2bfb-1dcd-4164-9293-349ad772a315","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-03T21:11:52.993Z","updated_at":"2024-10-03T21:11:56.579Z","parent_kid":null,"public_key":null}],"start":0,"limit":0,"total":0}' - headers: - Content-Type: - - application/json; charset=utf-8 - status: 200 OK - code: 200 - duration: 240.217291ms - - id: 24 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 38 - transfer_encoding: [] - trailer: {} - host: terraform-provider-auth0-dev.eu.auth0.com - remote_addr: "" - request_uri: "" - body: | - {"type":"customer-provided-root-key"} - form: {} - headers: - Content-Type: - - application/json - User-Agent: - - Go-Auth0/1.11.0 - url: https://terraform-provider-auth0-dev.eu.auth0.com/api/v2/keys/encryption - method: POST - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 223 - uncompressed: false - body: '{"kid":"9cd36af3-80e0-4821-b8e6-58eaef816b69","type":"customer-provided-root-key","state":"pre-activation","created_at":"2024-10-04T14:11:27.379Z","updated_at":"2024-10-04T14:11:27.379Z","parent_kid":null,"public_key":null}' - headers: - Content-Type: - - application/json; charset=utf-8 - status: 201 Created - code: 201 - duration: 122.757375ms - - id: 25 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: terraform-provider-auth0-dev.eu.auth0.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - Content-Type: - - application/json - User-Agent: - - Go-Auth0/1.11.0 - url: https://terraform-provider-auth0-dev.eu.auth0.com/api/v2/keys/encryption/9cd36af3-80e0-4821-b8e6-58eaef816b69 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: -1 - uncompressed: true - body: '{"kid":"9cd36af3-80e0-4821-b8e6-58eaef816b69","type":"customer-provided-root-key","state":"pre-activation","created_at":"2024-10-04T14:11:27.379Z","updated_at":"2024-10-04T14:11:27.379Z","parent_kid":null,"public_key":null}' - headers: - Content-Type: - - application/json; charset=utf-8 - status: 200 OK - code: 200 - duration: 124.066959ms - - id: 26 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: terraform-provider-auth0-dev.eu.auth0.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - Content-Type: - - application/json - User-Agent: - - Go-Auth0/1.11.0 - url: https://terraform-provider-auth0-dev.eu.auth0.com/api/v2/keys/encryption/9cd36af3-80e0-4821-b8e6-58eaef816b69/wrapping-key - method: POST - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 688 - uncompressed: false - body: '{"public_key":"-----BEGIN PUBLIC KEY-----\nMIIBojANBgkqhkiG9w0BAQEFAAOCAY8AMIIBigKCAYEAvarwkufRPBCLNK1A4ZWR\ngZ07a/P0QZhE1RvwPvjoQ99YBVmJVqdAMdTWZC12DZ58r3mtdHOHkY4+Eol6NWXG\nLxqArfLz2WIyu8cx7nIDJtj5d7GaexbFVFPb47TbG8wnZaieNmj62g01PTKM56ar\nR899qSSfHV4y5Q1UBh9YEctdON1OaYVYmZ1Q5GSpe16kUVCFa8NFbrL/wEgqLHfc\n3203+U3X4bOriP+Q/DYSg5fotL9NNRxZBVIyXHiSpkWc98YKzqVER3aJwsB8/t58\nnzmhOL5vjMegU2qN/T91npDf2TgVzi5oEl2AtjUl5YJOnGjoiYojn1lXijwvCsbc\n+yqt9Hoyc+YVIsGUmOyhzmYys8Ugh0UpK5ZHYbbs5HwqQsbRP37YwraO0PJb0Tdk\n6DEGT92V69Tup357ZOfrsHuxg18Z3yYVbvpOysJR3FxGx6fxLZ93Z5MRwsvKDt6X\nBETtfYfIpRv2uRvD/Fn6QVDTP10UGsTNdUdyFlII0t6RAgMBAAE=\n-----END PUBLIC KEY-----\n","algorithm":"CKM_RSA_AES_KEY_WRAP"}' - headers: - Content-Type: - - application/json; charset=utf-8 - status: 201 Created - code: 201 - duration: 1.28676625s - - id: 27 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: terraform-provider-auth0-dev.eu.auth0.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - Content-Type: - - application/json - User-Agent: - - Go-Auth0/1.11.0 - url: https://terraform-provider-auth0-dev.eu.auth0.com/api/v2/keys/encryption?include_totals=true&page=0&per_page=5 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: -1 - uncompressed: true - body: '{"keys":[{"kid":"9cd36af3-80e0-4821-b8e6-58eaef816b69","type":"customer-provided-root-key","state":"pre-activation","created_at":"2024-10-04T14:11:27.379Z","updated_at":"2024-10-04T14:11:27.379Z","parent_kid":null,"public_key":null},{"kid":"09ecaed5-7c08-47d4-951c-3167763cb785","type":"tenant-master-key","state":"active","created_at":"2024-10-04T14:11:25.018Z","updated_at":"2024-10-04T14:11:25.018Z","parent_kid":"6a9a6357-6329-4265-91fc-2ab0d8434a15","public_key":null},{"kid":"a8ee2b51-6ed4-4f08-a047-205b5be08784","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-04T14:11:15.077Z","updated_at":"2024-10-04T14:11:24.985Z","parent_kid":null,"public_key":null},{"kid":"5b40e87a-27e3-412c-9346-a9f84537ae13","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-04T14:11:08.785Z","updated_at":"2024-10-04T14:11:25.636Z","parent_kid":"6a9a6357-6329-4265-91fc-2ab0d8434a15","public_key":null},{"kid":"4b847b04-ab89-42b0-80c0-6608d26fd867","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-04T14:11:06.690Z","updated_at":"2024-10-04T14:11:09.173Z","parent_kid":"6a9a6357-6329-4265-91fc-2ab0d8434a15","public_key":null},{"kid":"c178a38a-8111-480b-a54f-a3dfea118773","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-04T14:09:59.532Z","updated_at":"2024-10-04T14:11:07.073Z","parent_kid":"6a9a6357-6329-4265-91fc-2ab0d8434a15","public_key":null},{"kid":"6a9a6357-6329-4265-91fc-2ab0d8434a15","type":"environment-root-key","state":"active","created_at":"2024-10-04T14:09:59.517Z","updated_at":"2024-10-04T14:09:59.517Z","parent_kid":null,"public_key":null},{"kid":"cc9a475f-7452-43da-8443-67b9b2b98eec","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-04T14:09:56.653Z","updated_at":"2024-10-04T14:10:00.405Z","parent_kid":"6a9a6357-6329-4265-91fc-2ab0d8434a15","public_key":null},{"kid":"571da357-4e58-4a96-9e60-8a7d284fcc6c","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-04T14:09:42.863Z","updated_at":"2024-10-04T14:10:00.405Z","parent_kid":null,"public_key":null},{"kid":"e8f991a2-2670-4d45-82b1-f05fd848ab31","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-04T14:09:40.615Z","updated_at":"2024-10-04T14:09:57.251Z","parent_kid":"571da357-4e58-4a96-9e60-8a7d284fcc6c","public_key":null},{"kid":"a569edb0-0bf6-4c12-acf8-8ef89a210d04","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-04T14:09:36.612Z","updated_at":"2024-10-04T14:09:40.598Z","parent_kid":null,"public_key":null},{"kid":"85ee5a87-2b60-4d12-a2f7-53ba37b2dfb2","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-04T13:57:33.821Z","updated_at":"2024-10-04T14:09:41.211Z","parent_kid":"46b619d2-ab17-442e-9fd5-72e44c617d8c","public_key":null},{"kid":"46b619d2-ab17-442e-9fd5-72e44c617d8c","type":"environment-root-key","state":"destroyed","created_at":"2024-10-04T13:57:33.794Z","updated_at":"2024-10-04T14:09:57.251Z","parent_kid":null,"public_key":null},{"kid":"10026795-56c1-45e0-b00b-71d85d8f51da","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-04T13:57:31.387Z","updated_at":"2024-10-04T13:57:34.761Z","parent_kid":"46b619d2-ab17-442e-9fd5-72e44c617d8c","public_key":null},{"kid":"8ae186db-6b17-4cf6-9b49-e6962ef216f3","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-04T13:57:21.705Z","updated_at":"2024-10-04T13:57:34.761Z","parent_kid":null,"public_key":null},{"kid":"a42df500-2596-467a-96cf-a57893c54fa0","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-04T13:57:14.190Z","updated_at":"2024-10-04T13:57:31.988Z","parent_kid":"8ae186db-6b17-4cf6-9b49-e6962ef216f3","public_key":null},{"kid":"3643f722-abb3-47b7-8773-682032798164","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-04T13:57:11.217Z","updated_at":"2024-10-04T13:57:14.100Z","parent_kid":null,"public_key":null},{"kid":"f69e7380-8927-4718-a773-6e54400a0fee","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-04T13:53:47.041Z","updated_at":"2024-10-04T13:57:14.828Z","parent_kid":"a33edce6-db4c-4b6f-9659-ec53e28084e5","public_key":null},{"kid":"a33edce6-db4c-4b6f-9659-ec53e28084e5","type":"environment-root-key","state":"destroyed","created_at":"2024-10-04T13:53:47.025Z","updated_at":"2024-10-04T13:57:31.988Z","parent_kid":null,"public_key":null},{"kid":"147a0a26-755c-47d9-ba78-70bfb81effb1","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-04T13:53:44.581Z","updated_at":"2024-10-04T13:53:47.761Z","parent_kid":"a33edce6-db4c-4b6f-9659-ec53e28084e5","public_key":null},{"kid":"860dad78-4b2a-4966-b410-49cc60299e81","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-04T13:53:29.881Z","updated_at":"2024-10-04T13:53:47.761Z","parent_kid":null,"public_key":null},{"kid":"6100332f-f050-4b73-88b3-ec032e761193","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-04T13:53:27.536Z","updated_at":"2024-10-04T13:53:45.229Z","parent_kid":"860dad78-4b2a-4966-b410-49cc60299e81","public_key":null},{"kid":"472793c9-1036-40bf-8a91-271a5450dbb4","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-04T13:53:23.784Z","updated_at":"2024-10-04T13:53:27.517Z","parent_kid":null,"public_key":null},{"kid":"482d3c00-db1f-41c5-880b-235f1a8ebc40","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-03T21:46:02.580Z","updated_at":"2024-10-04T13:53:28.108Z","parent_kid":"afa24d67-84cf-4e77-bf55-af0a77df8fa6","public_key":null},{"kid":"caa6c1c0-736a-4224-82b7-21ca4a3dd908","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-03T21:45:51.656Z","updated_at":"2024-10-03T21:46:02.566Z","parent_kid":null,"public_key":null},{"kid":"56f5a62b-bd95-46b7-b14e-0d69f29b683f","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-03T21:45:49.428Z","updated_at":"2024-10-03T21:46:03.145Z","parent_kid":"afa24d67-84cf-4e77-bf55-af0a77df8fa6","public_key":null},{"kid":"d2a64a43-829b-4f3f-b5c5-754ed451ad86","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-03T21:45:45.167Z","updated_at":"2024-10-03T21:45:49.414Z","parent_kid":null,"public_key":null},{"kid":"157dc901-01eb-4c9d-b269-1a38da4416c2","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-03T21:43:22.371Z","updated_at":"2024-10-03T21:45:49.991Z","parent_kid":"afa24d67-84cf-4e77-bf55-af0a77df8fa6","public_key":null},{"kid":"47dbcf11-99bf-47e2-a276-0a541ad4901b","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-03T21:43:11.663Z","updated_at":"2024-10-03T21:43:22.343Z","parent_kid":null,"public_key":null},{"kid":"dc5989f9-6b3b-41da-9b2e-eebd3660493a","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-03T21:43:09.216Z","updated_at":"2024-10-03T21:43:22.965Z","parent_kid":"afa24d67-84cf-4e77-bf55-af0a77df8fa6","public_key":null},{"kid":"99276858-a3ae-4ded-a2f0-62ded118fcf2","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-03T21:43:05.810Z","updated_at":"2024-10-03T21:43:09.204Z","parent_kid":null,"public_key":null},{"kid":"d5a2db56-c103-443b-aa4d-0209d22a1f7c","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-03T21:41:14.689Z","updated_at":"2024-10-03T21:43:09.769Z","parent_kid":"afa24d67-84cf-4e77-bf55-af0a77df8fa6","public_key":null},{"kid":"96d7bb6b-8c37-4230-a338-0cf490d50ab9","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-03T21:41:05.138Z","updated_at":"2024-10-03T21:41:14.658Z","parent_kid":null,"public_key":null},{"kid":"9b0b8796-b4a1-454a-b36e-a8235cc8667f","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-03T21:41:02.907Z","updated_at":"2024-10-03T21:41:15.259Z","parent_kid":"afa24d67-84cf-4e77-bf55-af0a77df8fa6","public_key":null},{"kid":"e9dda37e-b960-4f92-9a15-5bc7c6ed72b9","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-03T21:40:59.230Z","updated_at":"2024-10-03T21:41:02.895Z","parent_kid":null,"public_key":null},{"kid":"a3026e21-f4a7-4161-99e4-8fa7fa8eb41a","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-03T21:27:49.983Z","updated_at":"2024-10-03T21:41:03.460Z","parent_kid":"afa24d67-84cf-4e77-bf55-af0a77df8fa6","public_key":null},{"kid":"037ec356-1a73-4bf5-bfb4-ca56bc8c61e1","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-03T21:27:38.661Z","updated_at":"2024-10-03T21:27:49.952Z","parent_kid":null,"public_key":null},{"kid":"671c0e33-613b-4323-81ee-a0d9ecd3f1d0","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-03T21:27:36.340Z","updated_at":"2024-10-03T21:27:50.578Z","parent_kid":"afa24d67-84cf-4e77-bf55-af0a77df8fa6","public_key":null},{"kid":"d897c343-4071-41f7-aed3-67695a34451f","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-03T21:27:32.304Z","updated_at":"2024-10-03T21:27:36.327Z","parent_kid":null,"public_key":null},{"kid":"e3f8d1ab-1125-48b7-b35b-b4e0beb18cff","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-03T21:22:14.540Z","updated_at":"2024-10-03T21:27:36.894Z","parent_kid":"afa24d67-84cf-4e77-bf55-af0a77df8fa6","public_key":null},{"kid":"454e1557-0d02-4245-96e9-3510fe19a690","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-03T21:22:08.628Z","updated_at":"2024-10-03T21:22:14.525Z","parent_kid":null,"public_key":null},{"kid":"fb59ded0-f3d6-4195-9fac-08fcd7dde140","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-03T21:22:01.299Z","updated_at":"2024-10-03T21:22:15.139Z","parent_kid":"afa24d67-84cf-4e77-bf55-af0a77df8fa6","public_key":null},{"kid":"7c02c0a2-d833-4f8e-bedc-3ed8f1595894","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-03T21:21:58.242Z","updated_at":"2024-10-03T21:22:01.269Z","parent_kid":null,"public_key":null},{"kid":"1c76b6b7-4319-40e2-ba7a-8c8497ad2aa9","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-03T21:17:09.120Z","updated_at":"2024-10-03T21:22:01.854Z","parent_kid":"afa24d67-84cf-4e77-bf55-af0a77df8fa6","public_key":null},{"kid":"dfb1b07d-9405-4cb5-ad07-2d745b98c59f","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-03T21:16:58.926Z","updated_at":"2024-10-03T21:17:09.107Z","parent_kid":null,"public_key":null},{"kid":"17631625-dbd0-4bd4-bef2-db841e8cd8ea","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-03T21:16:56.726Z","updated_at":"2024-10-03T21:17:09.662Z","parent_kid":"afa24d67-84cf-4e77-bf55-af0a77df8fa6","public_key":null},{"kid":"1e8d716a-c9e9-462a-ae9d-ce179258d853","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-03T21:16:53.252Z","updated_at":"2024-10-03T21:16:56.709Z","parent_kid":null,"public_key":null},{"kid":"64da35b0-7fd4-4974-bc1a-56fd45084a1b","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-03T21:12:09.474Z","updated_at":"2024-10-03T21:16:57.273Z","parent_kid":"afa24d67-84cf-4e77-bf55-af0a77df8fa6","public_key":null},{"kid":"33016b12-353e-48d1-8dc2-2dfe9bc451b1","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-03T21:11:58.848Z","updated_at":"2024-10-03T21:12:09.459Z","parent_kid":null,"public_key":null},{"kid":"8bbd49ac-3195-4509-9ab0-564d50c0eaac","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-03T21:11:56.593Z","updated_at":"2024-10-03T21:12:10.016Z","parent_kid":"afa24d67-84cf-4e77-bf55-af0a77df8fa6","public_key":null}],"start":0,"limit":0,"total":0}' - headers: - Content-Type: - - application/json; charset=utf-8 - status: 200 OK - code: 200 - duration: 119.5255ms - - id: 28 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: terraform-provider-auth0-dev.eu.auth0.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - Content-Type: - - application/json - User-Agent: - - Go-Auth0/1.11.0 - url: https://terraform-provider-auth0-dev.eu.auth0.com/api/v2/tenants/settings - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: -1 - uncompressed: true - body: '{"enabled_locales":["en"],"flags":{"allow_changing_enable_sso":false,"disable_impersonation":true,"enable_sso":true,"universal_login":true,"revoke_refresh_token_grant":false,"disable_clickjack_protection_headers":false},"idle_session_lifetime":72,"sandbox_version":"18","session_lifetime":168,"oidc_logout":{"rp_logout_end_session_endpoint_discovery":true},"sandbox_versions_available":["18","16"]}' - headers: - Content-Type: - - application/json; charset=utf-8 - status: 200 OK - code: 200 - duration: 113.8925ms - - id: 29 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: terraform-provider-auth0-dev.eu.auth0.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - Content-Type: - - application/json - User-Agent: - - Go-Auth0/1.11.0 - url: https://terraform-provider-auth0-dev.eu.auth0.com/api/v2/keys/encryption?include_totals=true&page=0&per_page=5 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: -1 - uncompressed: true - body: '{"keys":[{"kid":"9cd36af3-80e0-4821-b8e6-58eaef816b69","type":"customer-provided-root-key","state":"pre-activation","created_at":"2024-10-04T14:11:27.379Z","updated_at":"2024-10-04T14:11:27.379Z","parent_kid":null,"public_key":null},{"kid":"09ecaed5-7c08-47d4-951c-3167763cb785","type":"tenant-master-key","state":"active","created_at":"2024-10-04T14:11:25.018Z","updated_at":"2024-10-04T14:11:25.018Z","parent_kid":"6a9a6357-6329-4265-91fc-2ab0d8434a15","public_key":null},{"kid":"a8ee2b51-6ed4-4f08-a047-205b5be08784","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-04T14:11:15.077Z","updated_at":"2024-10-04T14:11:24.985Z","parent_kid":null,"public_key":null},{"kid":"5b40e87a-27e3-412c-9346-a9f84537ae13","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-04T14:11:08.785Z","updated_at":"2024-10-04T14:11:25.636Z","parent_kid":"6a9a6357-6329-4265-91fc-2ab0d8434a15","public_key":null},{"kid":"4b847b04-ab89-42b0-80c0-6608d26fd867","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-04T14:11:06.690Z","updated_at":"2024-10-04T14:11:09.173Z","parent_kid":"6a9a6357-6329-4265-91fc-2ab0d8434a15","public_key":null},{"kid":"c178a38a-8111-480b-a54f-a3dfea118773","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-04T14:09:59.532Z","updated_at":"2024-10-04T14:11:07.073Z","parent_kid":"6a9a6357-6329-4265-91fc-2ab0d8434a15","public_key":null},{"kid":"6a9a6357-6329-4265-91fc-2ab0d8434a15","type":"environment-root-key","state":"active","created_at":"2024-10-04T14:09:59.517Z","updated_at":"2024-10-04T14:09:59.517Z","parent_kid":null,"public_key":null},{"kid":"cc9a475f-7452-43da-8443-67b9b2b98eec","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-04T14:09:56.653Z","updated_at":"2024-10-04T14:10:00.405Z","parent_kid":"6a9a6357-6329-4265-91fc-2ab0d8434a15","public_key":null},{"kid":"571da357-4e58-4a96-9e60-8a7d284fcc6c","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-04T14:09:42.863Z","updated_at":"2024-10-04T14:10:00.405Z","parent_kid":null,"public_key":null},{"kid":"e8f991a2-2670-4d45-82b1-f05fd848ab31","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-04T14:09:40.615Z","updated_at":"2024-10-04T14:09:57.251Z","parent_kid":"571da357-4e58-4a96-9e60-8a7d284fcc6c","public_key":null},{"kid":"a569edb0-0bf6-4c12-acf8-8ef89a210d04","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-04T14:09:36.612Z","updated_at":"2024-10-04T14:09:40.598Z","parent_kid":null,"public_key":null},{"kid":"85ee5a87-2b60-4d12-a2f7-53ba37b2dfb2","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-04T13:57:33.821Z","updated_at":"2024-10-04T14:09:41.211Z","parent_kid":"46b619d2-ab17-442e-9fd5-72e44c617d8c","public_key":null},{"kid":"46b619d2-ab17-442e-9fd5-72e44c617d8c","type":"environment-root-key","state":"destroyed","created_at":"2024-10-04T13:57:33.794Z","updated_at":"2024-10-04T14:09:57.251Z","parent_kid":null,"public_key":null},{"kid":"10026795-56c1-45e0-b00b-71d85d8f51da","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-04T13:57:31.387Z","updated_at":"2024-10-04T13:57:34.761Z","parent_kid":"46b619d2-ab17-442e-9fd5-72e44c617d8c","public_key":null},{"kid":"8ae186db-6b17-4cf6-9b49-e6962ef216f3","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-04T13:57:21.705Z","updated_at":"2024-10-04T13:57:34.761Z","parent_kid":null,"public_key":null},{"kid":"a42df500-2596-467a-96cf-a57893c54fa0","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-04T13:57:14.190Z","updated_at":"2024-10-04T13:57:31.988Z","parent_kid":"8ae186db-6b17-4cf6-9b49-e6962ef216f3","public_key":null},{"kid":"3643f722-abb3-47b7-8773-682032798164","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-04T13:57:11.217Z","updated_at":"2024-10-04T13:57:14.100Z","parent_kid":null,"public_key":null},{"kid":"f69e7380-8927-4718-a773-6e54400a0fee","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-04T13:53:47.041Z","updated_at":"2024-10-04T13:57:14.828Z","parent_kid":"a33edce6-db4c-4b6f-9659-ec53e28084e5","public_key":null},{"kid":"a33edce6-db4c-4b6f-9659-ec53e28084e5","type":"environment-root-key","state":"destroyed","created_at":"2024-10-04T13:53:47.025Z","updated_at":"2024-10-04T13:57:31.988Z","parent_kid":null,"public_key":null},{"kid":"147a0a26-755c-47d9-ba78-70bfb81effb1","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-04T13:53:44.581Z","updated_at":"2024-10-04T13:53:47.761Z","parent_kid":"a33edce6-db4c-4b6f-9659-ec53e28084e5","public_key":null},{"kid":"860dad78-4b2a-4966-b410-49cc60299e81","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-04T13:53:29.881Z","updated_at":"2024-10-04T13:53:47.761Z","parent_kid":null,"public_key":null},{"kid":"6100332f-f050-4b73-88b3-ec032e761193","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-04T13:53:27.536Z","updated_at":"2024-10-04T13:53:45.229Z","parent_kid":"860dad78-4b2a-4966-b410-49cc60299e81","public_key":null},{"kid":"472793c9-1036-40bf-8a91-271a5450dbb4","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-04T13:53:23.784Z","updated_at":"2024-10-04T13:53:27.517Z","parent_kid":null,"public_key":null},{"kid":"482d3c00-db1f-41c5-880b-235f1a8ebc40","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-03T21:46:02.580Z","updated_at":"2024-10-04T13:53:28.108Z","parent_kid":"afa24d67-84cf-4e77-bf55-af0a77df8fa6","public_key":null},{"kid":"caa6c1c0-736a-4224-82b7-21ca4a3dd908","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-03T21:45:51.656Z","updated_at":"2024-10-03T21:46:02.566Z","parent_kid":null,"public_key":null},{"kid":"56f5a62b-bd95-46b7-b14e-0d69f29b683f","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-03T21:45:49.428Z","updated_at":"2024-10-03T21:46:03.145Z","parent_kid":"afa24d67-84cf-4e77-bf55-af0a77df8fa6","public_key":null},{"kid":"d2a64a43-829b-4f3f-b5c5-754ed451ad86","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-03T21:45:45.167Z","updated_at":"2024-10-03T21:45:49.414Z","parent_kid":null,"public_key":null},{"kid":"157dc901-01eb-4c9d-b269-1a38da4416c2","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-03T21:43:22.371Z","updated_at":"2024-10-03T21:45:49.991Z","parent_kid":"afa24d67-84cf-4e77-bf55-af0a77df8fa6","public_key":null},{"kid":"47dbcf11-99bf-47e2-a276-0a541ad4901b","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-03T21:43:11.663Z","updated_at":"2024-10-03T21:43:22.343Z","parent_kid":null,"public_key":null},{"kid":"dc5989f9-6b3b-41da-9b2e-eebd3660493a","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-03T21:43:09.216Z","updated_at":"2024-10-03T21:43:22.965Z","parent_kid":"afa24d67-84cf-4e77-bf55-af0a77df8fa6","public_key":null},{"kid":"99276858-a3ae-4ded-a2f0-62ded118fcf2","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-03T21:43:05.810Z","updated_at":"2024-10-03T21:43:09.204Z","parent_kid":null,"public_key":null},{"kid":"d5a2db56-c103-443b-aa4d-0209d22a1f7c","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-03T21:41:14.689Z","updated_at":"2024-10-03T21:43:09.769Z","parent_kid":"afa24d67-84cf-4e77-bf55-af0a77df8fa6","public_key":null},{"kid":"96d7bb6b-8c37-4230-a338-0cf490d50ab9","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-03T21:41:05.138Z","updated_at":"2024-10-03T21:41:14.658Z","parent_kid":null,"public_key":null},{"kid":"9b0b8796-b4a1-454a-b36e-a8235cc8667f","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-03T21:41:02.907Z","updated_at":"2024-10-03T21:41:15.259Z","parent_kid":"afa24d67-84cf-4e77-bf55-af0a77df8fa6","public_key":null},{"kid":"e9dda37e-b960-4f92-9a15-5bc7c6ed72b9","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-03T21:40:59.230Z","updated_at":"2024-10-03T21:41:02.895Z","parent_kid":null,"public_key":null},{"kid":"a3026e21-f4a7-4161-99e4-8fa7fa8eb41a","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-03T21:27:49.983Z","updated_at":"2024-10-03T21:41:03.460Z","parent_kid":"afa24d67-84cf-4e77-bf55-af0a77df8fa6","public_key":null},{"kid":"037ec356-1a73-4bf5-bfb4-ca56bc8c61e1","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-03T21:27:38.661Z","updated_at":"2024-10-03T21:27:49.952Z","parent_kid":null,"public_key":null},{"kid":"671c0e33-613b-4323-81ee-a0d9ecd3f1d0","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-03T21:27:36.340Z","updated_at":"2024-10-03T21:27:50.578Z","parent_kid":"afa24d67-84cf-4e77-bf55-af0a77df8fa6","public_key":null},{"kid":"d897c343-4071-41f7-aed3-67695a34451f","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-03T21:27:32.304Z","updated_at":"2024-10-03T21:27:36.327Z","parent_kid":null,"public_key":null},{"kid":"e3f8d1ab-1125-48b7-b35b-b4e0beb18cff","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-03T21:22:14.540Z","updated_at":"2024-10-03T21:27:36.894Z","parent_kid":"afa24d67-84cf-4e77-bf55-af0a77df8fa6","public_key":null},{"kid":"454e1557-0d02-4245-96e9-3510fe19a690","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-03T21:22:08.628Z","updated_at":"2024-10-03T21:22:14.525Z","parent_kid":null,"public_key":null},{"kid":"fb59ded0-f3d6-4195-9fac-08fcd7dde140","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-03T21:22:01.299Z","updated_at":"2024-10-03T21:22:15.139Z","parent_kid":"afa24d67-84cf-4e77-bf55-af0a77df8fa6","public_key":null},{"kid":"7c02c0a2-d833-4f8e-bedc-3ed8f1595894","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-03T21:21:58.242Z","updated_at":"2024-10-03T21:22:01.269Z","parent_kid":null,"public_key":null},{"kid":"1c76b6b7-4319-40e2-ba7a-8c8497ad2aa9","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-03T21:17:09.120Z","updated_at":"2024-10-03T21:22:01.854Z","parent_kid":"afa24d67-84cf-4e77-bf55-af0a77df8fa6","public_key":null},{"kid":"dfb1b07d-9405-4cb5-ad07-2d745b98c59f","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-03T21:16:58.926Z","updated_at":"2024-10-03T21:17:09.107Z","parent_kid":null,"public_key":null},{"kid":"17631625-dbd0-4bd4-bef2-db841e8cd8ea","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-03T21:16:56.726Z","updated_at":"2024-10-03T21:17:09.662Z","parent_kid":"afa24d67-84cf-4e77-bf55-af0a77df8fa6","public_key":null},{"kid":"1e8d716a-c9e9-462a-ae9d-ce179258d853","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-03T21:16:53.252Z","updated_at":"2024-10-03T21:16:56.709Z","parent_kid":null,"public_key":null},{"kid":"64da35b0-7fd4-4974-bc1a-56fd45084a1b","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-03T21:12:09.474Z","updated_at":"2024-10-03T21:16:57.273Z","parent_kid":"afa24d67-84cf-4e77-bf55-af0a77df8fa6","public_key":null},{"kid":"33016b12-353e-48d1-8dc2-2dfe9bc451b1","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-03T21:11:58.848Z","updated_at":"2024-10-03T21:12:09.459Z","parent_kid":null,"public_key":null},{"kid":"8bbd49ac-3195-4509-9ab0-564d50c0eaac","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-03T21:11:56.593Z","updated_at":"2024-10-03T21:12:10.016Z","parent_kid":"afa24d67-84cf-4e77-bf55-af0a77df8fa6","public_key":null}],"start":0,"limit":0,"total":0}' - headers: - Content-Type: - - application/json; charset=utf-8 - status: 200 OK - code: 200 - duration: 129.961542ms - - id: 30 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: terraform-provider-auth0-dev.eu.auth0.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - Content-Type: - - application/json - User-Agent: - - Go-Auth0/1.11.0 - url: https://terraform-provider-auth0-dev.eu.auth0.com/api/v2/tenants/settings - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: -1 - uncompressed: true - body: '{"enabled_locales":["en"],"flags":{"allow_changing_enable_sso":false,"disable_impersonation":true,"enable_sso":true,"universal_login":true,"revoke_refresh_token_grant":false,"disable_clickjack_protection_headers":false},"idle_session_lifetime":72,"sandbox_version":"18","session_lifetime":168,"oidc_logout":{"rp_logout_end_session_endpoint_discovery":true},"sandbox_versions_available":["18","16"]}' - headers: - Content-Type: - - application/json; charset=utf-8 - status: 200 OK - code: 200 - duration: 111.673375ms - - id: 31 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: terraform-provider-auth0-dev.eu.auth0.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - Content-Type: - - application/json - User-Agent: - - Go-Auth0/1.11.0 - url: https://terraform-provider-auth0-dev.eu.auth0.com/api/v2/keys/encryption?include_totals=true&page=0&per_page=5 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: -1 - uncompressed: true - body: '{"keys":[{"kid":"9cd36af3-80e0-4821-b8e6-58eaef816b69","type":"customer-provided-root-key","state":"pre-activation","created_at":"2024-10-04T14:11:27.379Z","updated_at":"2024-10-04T14:11:27.379Z","parent_kid":null,"public_key":null},{"kid":"09ecaed5-7c08-47d4-951c-3167763cb785","type":"tenant-master-key","state":"active","created_at":"2024-10-04T14:11:25.018Z","updated_at":"2024-10-04T14:11:25.018Z","parent_kid":"6a9a6357-6329-4265-91fc-2ab0d8434a15","public_key":null},{"kid":"a8ee2b51-6ed4-4f08-a047-205b5be08784","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-04T14:11:15.077Z","updated_at":"2024-10-04T14:11:24.985Z","parent_kid":null,"public_key":null},{"kid":"5b40e87a-27e3-412c-9346-a9f84537ae13","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-04T14:11:08.785Z","updated_at":"2024-10-04T14:11:25.636Z","parent_kid":"6a9a6357-6329-4265-91fc-2ab0d8434a15","public_key":null},{"kid":"4b847b04-ab89-42b0-80c0-6608d26fd867","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-04T14:11:06.690Z","updated_at":"2024-10-04T14:11:09.173Z","parent_kid":"6a9a6357-6329-4265-91fc-2ab0d8434a15","public_key":null},{"kid":"c178a38a-8111-480b-a54f-a3dfea118773","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-04T14:09:59.532Z","updated_at":"2024-10-04T14:11:07.073Z","parent_kid":"6a9a6357-6329-4265-91fc-2ab0d8434a15","public_key":null},{"kid":"6a9a6357-6329-4265-91fc-2ab0d8434a15","type":"environment-root-key","state":"active","created_at":"2024-10-04T14:09:59.517Z","updated_at":"2024-10-04T14:09:59.517Z","parent_kid":null,"public_key":null},{"kid":"cc9a475f-7452-43da-8443-67b9b2b98eec","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-04T14:09:56.653Z","updated_at":"2024-10-04T14:10:00.405Z","parent_kid":"6a9a6357-6329-4265-91fc-2ab0d8434a15","public_key":null},{"kid":"571da357-4e58-4a96-9e60-8a7d284fcc6c","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-04T14:09:42.863Z","updated_at":"2024-10-04T14:10:00.405Z","parent_kid":null,"public_key":null},{"kid":"e8f991a2-2670-4d45-82b1-f05fd848ab31","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-04T14:09:40.615Z","updated_at":"2024-10-04T14:09:57.251Z","parent_kid":"571da357-4e58-4a96-9e60-8a7d284fcc6c","public_key":null},{"kid":"a569edb0-0bf6-4c12-acf8-8ef89a210d04","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-04T14:09:36.612Z","updated_at":"2024-10-04T14:09:40.598Z","parent_kid":null,"public_key":null},{"kid":"85ee5a87-2b60-4d12-a2f7-53ba37b2dfb2","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-04T13:57:33.821Z","updated_at":"2024-10-04T14:09:41.211Z","parent_kid":"46b619d2-ab17-442e-9fd5-72e44c617d8c","public_key":null},{"kid":"46b619d2-ab17-442e-9fd5-72e44c617d8c","type":"environment-root-key","state":"destroyed","created_at":"2024-10-04T13:57:33.794Z","updated_at":"2024-10-04T14:09:57.251Z","parent_kid":null,"public_key":null},{"kid":"10026795-56c1-45e0-b00b-71d85d8f51da","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-04T13:57:31.387Z","updated_at":"2024-10-04T13:57:34.761Z","parent_kid":"46b619d2-ab17-442e-9fd5-72e44c617d8c","public_key":null},{"kid":"8ae186db-6b17-4cf6-9b49-e6962ef216f3","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-04T13:57:21.705Z","updated_at":"2024-10-04T13:57:34.761Z","parent_kid":null,"public_key":null},{"kid":"a42df500-2596-467a-96cf-a57893c54fa0","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-04T13:57:14.190Z","updated_at":"2024-10-04T13:57:31.988Z","parent_kid":"8ae186db-6b17-4cf6-9b49-e6962ef216f3","public_key":null},{"kid":"3643f722-abb3-47b7-8773-682032798164","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-04T13:57:11.217Z","updated_at":"2024-10-04T13:57:14.100Z","parent_kid":null,"public_key":null},{"kid":"f69e7380-8927-4718-a773-6e54400a0fee","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-04T13:53:47.041Z","updated_at":"2024-10-04T13:57:14.828Z","parent_kid":"a33edce6-db4c-4b6f-9659-ec53e28084e5","public_key":null},{"kid":"a33edce6-db4c-4b6f-9659-ec53e28084e5","type":"environment-root-key","state":"destroyed","created_at":"2024-10-04T13:53:47.025Z","updated_at":"2024-10-04T13:57:31.988Z","parent_kid":null,"public_key":null},{"kid":"147a0a26-755c-47d9-ba78-70bfb81effb1","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-04T13:53:44.581Z","updated_at":"2024-10-04T13:53:47.761Z","parent_kid":"a33edce6-db4c-4b6f-9659-ec53e28084e5","public_key":null},{"kid":"860dad78-4b2a-4966-b410-49cc60299e81","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-04T13:53:29.881Z","updated_at":"2024-10-04T13:53:47.761Z","parent_kid":null,"public_key":null},{"kid":"6100332f-f050-4b73-88b3-ec032e761193","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-04T13:53:27.536Z","updated_at":"2024-10-04T13:53:45.229Z","parent_kid":"860dad78-4b2a-4966-b410-49cc60299e81","public_key":null},{"kid":"472793c9-1036-40bf-8a91-271a5450dbb4","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-04T13:53:23.784Z","updated_at":"2024-10-04T13:53:27.517Z","parent_kid":null,"public_key":null},{"kid":"482d3c00-db1f-41c5-880b-235f1a8ebc40","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-03T21:46:02.580Z","updated_at":"2024-10-04T13:53:28.108Z","parent_kid":"afa24d67-84cf-4e77-bf55-af0a77df8fa6","public_key":null},{"kid":"caa6c1c0-736a-4224-82b7-21ca4a3dd908","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-03T21:45:51.656Z","updated_at":"2024-10-03T21:46:02.566Z","parent_kid":null,"public_key":null},{"kid":"56f5a62b-bd95-46b7-b14e-0d69f29b683f","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-03T21:45:49.428Z","updated_at":"2024-10-03T21:46:03.145Z","parent_kid":"afa24d67-84cf-4e77-bf55-af0a77df8fa6","public_key":null},{"kid":"d2a64a43-829b-4f3f-b5c5-754ed451ad86","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-03T21:45:45.167Z","updated_at":"2024-10-03T21:45:49.414Z","parent_kid":null,"public_key":null},{"kid":"157dc901-01eb-4c9d-b269-1a38da4416c2","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-03T21:43:22.371Z","updated_at":"2024-10-03T21:45:49.991Z","parent_kid":"afa24d67-84cf-4e77-bf55-af0a77df8fa6","public_key":null},{"kid":"47dbcf11-99bf-47e2-a276-0a541ad4901b","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-03T21:43:11.663Z","updated_at":"2024-10-03T21:43:22.343Z","parent_kid":null,"public_key":null},{"kid":"dc5989f9-6b3b-41da-9b2e-eebd3660493a","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-03T21:43:09.216Z","updated_at":"2024-10-03T21:43:22.965Z","parent_kid":"afa24d67-84cf-4e77-bf55-af0a77df8fa6","public_key":null},{"kid":"99276858-a3ae-4ded-a2f0-62ded118fcf2","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-03T21:43:05.810Z","updated_at":"2024-10-03T21:43:09.204Z","parent_kid":null,"public_key":null},{"kid":"d5a2db56-c103-443b-aa4d-0209d22a1f7c","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-03T21:41:14.689Z","updated_at":"2024-10-03T21:43:09.769Z","parent_kid":"afa24d67-84cf-4e77-bf55-af0a77df8fa6","public_key":null},{"kid":"96d7bb6b-8c37-4230-a338-0cf490d50ab9","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-03T21:41:05.138Z","updated_at":"2024-10-03T21:41:14.658Z","parent_kid":null,"public_key":null},{"kid":"9b0b8796-b4a1-454a-b36e-a8235cc8667f","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-03T21:41:02.907Z","updated_at":"2024-10-03T21:41:15.259Z","parent_kid":"afa24d67-84cf-4e77-bf55-af0a77df8fa6","public_key":null},{"kid":"e9dda37e-b960-4f92-9a15-5bc7c6ed72b9","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-03T21:40:59.230Z","updated_at":"2024-10-03T21:41:02.895Z","parent_kid":null,"public_key":null},{"kid":"a3026e21-f4a7-4161-99e4-8fa7fa8eb41a","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-03T21:27:49.983Z","updated_at":"2024-10-03T21:41:03.460Z","parent_kid":"afa24d67-84cf-4e77-bf55-af0a77df8fa6","public_key":null},{"kid":"037ec356-1a73-4bf5-bfb4-ca56bc8c61e1","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-03T21:27:38.661Z","updated_at":"2024-10-03T21:27:49.952Z","parent_kid":null,"public_key":null},{"kid":"671c0e33-613b-4323-81ee-a0d9ecd3f1d0","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-03T21:27:36.340Z","updated_at":"2024-10-03T21:27:50.578Z","parent_kid":"afa24d67-84cf-4e77-bf55-af0a77df8fa6","public_key":null},{"kid":"d897c343-4071-41f7-aed3-67695a34451f","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-03T21:27:32.304Z","updated_at":"2024-10-03T21:27:36.327Z","parent_kid":null,"public_key":null},{"kid":"e3f8d1ab-1125-48b7-b35b-b4e0beb18cff","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-03T21:22:14.540Z","updated_at":"2024-10-03T21:27:36.894Z","parent_kid":"afa24d67-84cf-4e77-bf55-af0a77df8fa6","public_key":null},{"kid":"454e1557-0d02-4245-96e9-3510fe19a690","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-03T21:22:08.628Z","updated_at":"2024-10-03T21:22:14.525Z","parent_kid":null,"public_key":null},{"kid":"fb59ded0-f3d6-4195-9fac-08fcd7dde140","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-03T21:22:01.299Z","updated_at":"2024-10-03T21:22:15.139Z","parent_kid":"afa24d67-84cf-4e77-bf55-af0a77df8fa6","public_key":null},{"kid":"7c02c0a2-d833-4f8e-bedc-3ed8f1595894","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-03T21:21:58.242Z","updated_at":"2024-10-03T21:22:01.269Z","parent_kid":null,"public_key":null},{"kid":"1c76b6b7-4319-40e2-ba7a-8c8497ad2aa9","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-03T21:17:09.120Z","updated_at":"2024-10-03T21:22:01.854Z","parent_kid":"afa24d67-84cf-4e77-bf55-af0a77df8fa6","public_key":null},{"kid":"dfb1b07d-9405-4cb5-ad07-2d745b98c59f","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-03T21:16:58.926Z","updated_at":"2024-10-03T21:17:09.107Z","parent_kid":null,"public_key":null},{"kid":"17631625-dbd0-4bd4-bef2-db841e8cd8ea","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-03T21:16:56.726Z","updated_at":"2024-10-03T21:17:09.662Z","parent_kid":"afa24d67-84cf-4e77-bf55-af0a77df8fa6","public_key":null},{"kid":"1e8d716a-c9e9-462a-ae9d-ce179258d853","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-03T21:16:53.252Z","updated_at":"2024-10-03T21:16:56.709Z","parent_kid":null,"public_key":null},{"kid":"64da35b0-7fd4-4974-bc1a-56fd45084a1b","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-03T21:12:09.474Z","updated_at":"2024-10-03T21:16:57.273Z","parent_kid":"afa24d67-84cf-4e77-bf55-af0a77df8fa6","public_key":null},{"kid":"33016b12-353e-48d1-8dc2-2dfe9bc451b1","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-03T21:11:58.848Z","updated_at":"2024-10-03T21:12:09.459Z","parent_kid":null,"public_key":null},{"kid":"8bbd49ac-3195-4509-9ab0-564d50c0eaac","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-03T21:11:56.593Z","updated_at":"2024-10-03T21:12:10.016Z","parent_kid":"afa24d67-84cf-4e77-bf55-af0a77df8fa6","public_key":null}],"start":0,"limit":0,"total":0}' - headers: - Content-Type: - - application/json; charset=utf-8 - status: 200 OK - code: 200 - duration: 139.59375ms - - id: 32 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: terraform-provider-auth0-dev.eu.auth0.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - Content-Type: - - application/json - User-Agent: - - Go-Auth0/1.11.0 - url: https://terraform-provider-auth0-dev.eu.auth0.com/api/v2/tenants/settings - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: -1 - uncompressed: true - body: '{"enabled_locales":["en"],"flags":{"allow_changing_enable_sso":false,"disable_impersonation":true,"enable_sso":true,"universal_login":true,"revoke_refresh_token_grant":false,"disable_clickjack_protection_headers":false},"idle_session_lifetime":72,"sandbox_version":"18","session_lifetime":168,"oidc_logout":{"rp_logout_end_session_endpoint_discovery":true},"sandbox_versions_available":["18","16"]}' - headers: - Content-Type: - - application/json; charset=utf-8 - status: 200 OK - code: 200 - duration: 118.734291ms - - id: 33 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: terraform-provider-auth0-dev.eu.auth0.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - Content-Type: - - application/json - User-Agent: - - Go-Auth0/1.11.0 - url: https://terraform-provider-auth0-dev.eu.auth0.com/api/v2/keys/encryption?include_totals=true&page=0&per_page=5 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: -1 - uncompressed: true - body: '{"keys":[{"kid":"9cd36af3-80e0-4821-b8e6-58eaef816b69","type":"customer-provided-root-key","state":"pre-activation","created_at":"2024-10-04T14:11:27.379Z","updated_at":"2024-10-04T14:11:27.379Z","parent_kid":null,"public_key":null},{"kid":"09ecaed5-7c08-47d4-951c-3167763cb785","type":"tenant-master-key","state":"active","created_at":"2024-10-04T14:11:25.018Z","updated_at":"2024-10-04T14:11:25.018Z","parent_kid":"6a9a6357-6329-4265-91fc-2ab0d8434a15","public_key":null},{"kid":"a8ee2b51-6ed4-4f08-a047-205b5be08784","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-04T14:11:15.077Z","updated_at":"2024-10-04T14:11:24.985Z","parent_kid":null,"public_key":null},{"kid":"5b40e87a-27e3-412c-9346-a9f84537ae13","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-04T14:11:08.785Z","updated_at":"2024-10-04T14:11:25.636Z","parent_kid":"6a9a6357-6329-4265-91fc-2ab0d8434a15","public_key":null},{"kid":"4b847b04-ab89-42b0-80c0-6608d26fd867","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-04T14:11:06.690Z","updated_at":"2024-10-04T14:11:09.173Z","parent_kid":"6a9a6357-6329-4265-91fc-2ab0d8434a15","public_key":null},{"kid":"c178a38a-8111-480b-a54f-a3dfea118773","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-04T14:09:59.532Z","updated_at":"2024-10-04T14:11:07.073Z","parent_kid":"6a9a6357-6329-4265-91fc-2ab0d8434a15","public_key":null},{"kid":"6a9a6357-6329-4265-91fc-2ab0d8434a15","type":"environment-root-key","state":"active","created_at":"2024-10-04T14:09:59.517Z","updated_at":"2024-10-04T14:09:59.517Z","parent_kid":null,"public_key":null},{"kid":"cc9a475f-7452-43da-8443-67b9b2b98eec","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-04T14:09:56.653Z","updated_at":"2024-10-04T14:10:00.405Z","parent_kid":"6a9a6357-6329-4265-91fc-2ab0d8434a15","public_key":null},{"kid":"571da357-4e58-4a96-9e60-8a7d284fcc6c","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-04T14:09:42.863Z","updated_at":"2024-10-04T14:10:00.405Z","parent_kid":null,"public_key":null},{"kid":"e8f991a2-2670-4d45-82b1-f05fd848ab31","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-04T14:09:40.615Z","updated_at":"2024-10-04T14:09:57.251Z","parent_kid":"571da357-4e58-4a96-9e60-8a7d284fcc6c","public_key":null},{"kid":"a569edb0-0bf6-4c12-acf8-8ef89a210d04","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-04T14:09:36.612Z","updated_at":"2024-10-04T14:09:40.598Z","parent_kid":null,"public_key":null},{"kid":"85ee5a87-2b60-4d12-a2f7-53ba37b2dfb2","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-04T13:57:33.821Z","updated_at":"2024-10-04T14:09:41.211Z","parent_kid":"46b619d2-ab17-442e-9fd5-72e44c617d8c","public_key":null},{"kid":"46b619d2-ab17-442e-9fd5-72e44c617d8c","type":"environment-root-key","state":"destroyed","created_at":"2024-10-04T13:57:33.794Z","updated_at":"2024-10-04T14:09:57.251Z","parent_kid":null,"public_key":null},{"kid":"10026795-56c1-45e0-b00b-71d85d8f51da","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-04T13:57:31.387Z","updated_at":"2024-10-04T13:57:34.761Z","parent_kid":"46b619d2-ab17-442e-9fd5-72e44c617d8c","public_key":null},{"kid":"8ae186db-6b17-4cf6-9b49-e6962ef216f3","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-04T13:57:21.705Z","updated_at":"2024-10-04T13:57:34.761Z","parent_kid":null,"public_key":null},{"kid":"a42df500-2596-467a-96cf-a57893c54fa0","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-04T13:57:14.190Z","updated_at":"2024-10-04T13:57:31.988Z","parent_kid":"8ae186db-6b17-4cf6-9b49-e6962ef216f3","public_key":null},{"kid":"3643f722-abb3-47b7-8773-682032798164","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-04T13:57:11.217Z","updated_at":"2024-10-04T13:57:14.100Z","parent_kid":null,"public_key":null},{"kid":"f69e7380-8927-4718-a773-6e54400a0fee","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-04T13:53:47.041Z","updated_at":"2024-10-04T13:57:14.828Z","parent_kid":"a33edce6-db4c-4b6f-9659-ec53e28084e5","public_key":null},{"kid":"a33edce6-db4c-4b6f-9659-ec53e28084e5","type":"environment-root-key","state":"destroyed","created_at":"2024-10-04T13:53:47.025Z","updated_at":"2024-10-04T13:57:31.988Z","parent_kid":null,"public_key":null},{"kid":"147a0a26-755c-47d9-ba78-70bfb81effb1","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-04T13:53:44.581Z","updated_at":"2024-10-04T13:53:47.761Z","parent_kid":"a33edce6-db4c-4b6f-9659-ec53e28084e5","public_key":null},{"kid":"860dad78-4b2a-4966-b410-49cc60299e81","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-04T13:53:29.881Z","updated_at":"2024-10-04T13:53:47.761Z","parent_kid":null,"public_key":null},{"kid":"6100332f-f050-4b73-88b3-ec032e761193","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-04T13:53:27.536Z","updated_at":"2024-10-04T13:53:45.229Z","parent_kid":"860dad78-4b2a-4966-b410-49cc60299e81","public_key":null},{"kid":"472793c9-1036-40bf-8a91-271a5450dbb4","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-04T13:53:23.784Z","updated_at":"2024-10-04T13:53:27.517Z","parent_kid":null,"public_key":null},{"kid":"482d3c00-db1f-41c5-880b-235f1a8ebc40","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-03T21:46:02.580Z","updated_at":"2024-10-04T13:53:28.108Z","parent_kid":"afa24d67-84cf-4e77-bf55-af0a77df8fa6","public_key":null},{"kid":"caa6c1c0-736a-4224-82b7-21ca4a3dd908","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-03T21:45:51.656Z","updated_at":"2024-10-03T21:46:02.566Z","parent_kid":null,"public_key":null},{"kid":"56f5a62b-bd95-46b7-b14e-0d69f29b683f","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-03T21:45:49.428Z","updated_at":"2024-10-03T21:46:03.145Z","parent_kid":"afa24d67-84cf-4e77-bf55-af0a77df8fa6","public_key":null},{"kid":"d2a64a43-829b-4f3f-b5c5-754ed451ad86","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-03T21:45:45.167Z","updated_at":"2024-10-03T21:45:49.414Z","parent_kid":null,"public_key":null},{"kid":"157dc901-01eb-4c9d-b269-1a38da4416c2","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-03T21:43:22.371Z","updated_at":"2024-10-03T21:45:49.991Z","parent_kid":"afa24d67-84cf-4e77-bf55-af0a77df8fa6","public_key":null},{"kid":"47dbcf11-99bf-47e2-a276-0a541ad4901b","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-03T21:43:11.663Z","updated_at":"2024-10-03T21:43:22.343Z","parent_kid":null,"public_key":null},{"kid":"dc5989f9-6b3b-41da-9b2e-eebd3660493a","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-03T21:43:09.216Z","updated_at":"2024-10-03T21:43:22.965Z","parent_kid":"afa24d67-84cf-4e77-bf55-af0a77df8fa6","public_key":null},{"kid":"99276858-a3ae-4ded-a2f0-62ded118fcf2","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-03T21:43:05.810Z","updated_at":"2024-10-03T21:43:09.204Z","parent_kid":null,"public_key":null},{"kid":"d5a2db56-c103-443b-aa4d-0209d22a1f7c","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-03T21:41:14.689Z","updated_at":"2024-10-03T21:43:09.769Z","parent_kid":"afa24d67-84cf-4e77-bf55-af0a77df8fa6","public_key":null},{"kid":"96d7bb6b-8c37-4230-a338-0cf490d50ab9","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-03T21:41:05.138Z","updated_at":"2024-10-03T21:41:14.658Z","parent_kid":null,"public_key":null},{"kid":"9b0b8796-b4a1-454a-b36e-a8235cc8667f","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-03T21:41:02.907Z","updated_at":"2024-10-03T21:41:15.259Z","parent_kid":"afa24d67-84cf-4e77-bf55-af0a77df8fa6","public_key":null},{"kid":"e9dda37e-b960-4f92-9a15-5bc7c6ed72b9","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-03T21:40:59.230Z","updated_at":"2024-10-03T21:41:02.895Z","parent_kid":null,"public_key":null},{"kid":"a3026e21-f4a7-4161-99e4-8fa7fa8eb41a","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-03T21:27:49.983Z","updated_at":"2024-10-03T21:41:03.460Z","parent_kid":"afa24d67-84cf-4e77-bf55-af0a77df8fa6","public_key":null},{"kid":"037ec356-1a73-4bf5-bfb4-ca56bc8c61e1","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-03T21:27:38.661Z","updated_at":"2024-10-03T21:27:49.952Z","parent_kid":null,"public_key":null},{"kid":"671c0e33-613b-4323-81ee-a0d9ecd3f1d0","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-03T21:27:36.340Z","updated_at":"2024-10-03T21:27:50.578Z","parent_kid":"afa24d67-84cf-4e77-bf55-af0a77df8fa6","public_key":null},{"kid":"d897c343-4071-41f7-aed3-67695a34451f","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-03T21:27:32.304Z","updated_at":"2024-10-03T21:27:36.327Z","parent_kid":null,"public_key":null},{"kid":"e3f8d1ab-1125-48b7-b35b-b4e0beb18cff","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-03T21:22:14.540Z","updated_at":"2024-10-03T21:27:36.894Z","parent_kid":"afa24d67-84cf-4e77-bf55-af0a77df8fa6","public_key":null},{"kid":"454e1557-0d02-4245-96e9-3510fe19a690","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-03T21:22:08.628Z","updated_at":"2024-10-03T21:22:14.525Z","parent_kid":null,"public_key":null},{"kid":"fb59ded0-f3d6-4195-9fac-08fcd7dde140","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-03T21:22:01.299Z","updated_at":"2024-10-03T21:22:15.139Z","parent_kid":"afa24d67-84cf-4e77-bf55-af0a77df8fa6","public_key":null},{"kid":"7c02c0a2-d833-4f8e-bedc-3ed8f1595894","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-03T21:21:58.242Z","updated_at":"2024-10-03T21:22:01.269Z","parent_kid":null,"public_key":null},{"kid":"1c76b6b7-4319-40e2-ba7a-8c8497ad2aa9","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-03T21:17:09.120Z","updated_at":"2024-10-03T21:22:01.854Z","parent_kid":"afa24d67-84cf-4e77-bf55-af0a77df8fa6","public_key":null},{"kid":"dfb1b07d-9405-4cb5-ad07-2d745b98c59f","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-03T21:16:58.926Z","updated_at":"2024-10-03T21:17:09.107Z","parent_kid":null,"public_key":null},{"kid":"17631625-dbd0-4bd4-bef2-db841e8cd8ea","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-03T21:16:56.726Z","updated_at":"2024-10-03T21:17:09.662Z","parent_kid":"afa24d67-84cf-4e77-bf55-af0a77df8fa6","public_key":null},{"kid":"1e8d716a-c9e9-462a-ae9d-ce179258d853","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-03T21:16:53.252Z","updated_at":"2024-10-03T21:16:56.709Z","parent_kid":null,"public_key":null},{"kid":"64da35b0-7fd4-4974-bc1a-56fd45084a1b","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-03T21:12:09.474Z","updated_at":"2024-10-03T21:16:57.273Z","parent_kid":"afa24d67-84cf-4e77-bf55-af0a77df8fa6","public_key":null},{"kid":"33016b12-353e-48d1-8dc2-2dfe9bc451b1","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-03T21:11:58.848Z","updated_at":"2024-10-03T21:12:09.459Z","parent_kid":null,"public_key":null},{"kid":"8bbd49ac-3195-4509-9ab0-564d50c0eaac","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-03T21:11:56.593Z","updated_at":"2024-10-03T21:12:10.016Z","parent_kid":"afa24d67-84cf-4e77-bf55-af0a77df8fa6","public_key":null}],"start":0,"limit":0,"total":0}' - headers: - Content-Type: - - application/json; charset=utf-8 - status: 200 OK - code: 200 - duration: 138.688333ms - - id: 34 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: terraform-provider-auth0-dev.eu.auth0.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - Content-Type: - - application/json - User-Agent: - - Go-Auth0/1.11.0 - url: https://terraform-provider-auth0-dev.eu.auth0.com/api/v2/keys/encryption?include_totals=true&page=0&per_page=5 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: -1 - uncompressed: true - body: '{"keys":[{"kid":"9cd36af3-80e0-4821-b8e6-58eaef816b69","type":"customer-provided-root-key","state":"pre-activation","created_at":"2024-10-04T14:11:27.379Z","updated_at":"2024-10-04T14:11:27.379Z","parent_kid":null,"public_key":null},{"kid":"09ecaed5-7c08-47d4-951c-3167763cb785","type":"tenant-master-key","state":"active","created_at":"2024-10-04T14:11:25.018Z","updated_at":"2024-10-04T14:11:25.018Z","parent_kid":"6a9a6357-6329-4265-91fc-2ab0d8434a15","public_key":null},{"kid":"a8ee2b51-6ed4-4f08-a047-205b5be08784","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-04T14:11:15.077Z","updated_at":"2024-10-04T14:11:24.985Z","parent_kid":null,"public_key":null},{"kid":"5b40e87a-27e3-412c-9346-a9f84537ae13","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-04T14:11:08.785Z","updated_at":"2024-10-04T14:11:25.636Z","parent_kid":"6a9a6357-6329-4265-91fc-2ab0d8434a15","public_key":null},{"kid":"4b847b04-ab89-42b0-80c0-6608d26fd867","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-04T14:11:06.690Z","updated_at":"2024-10-04T14:11:09.173Z","parent_kid":"6a9a6357-6329-4265-91fc-2ab0d8434a15","public_key":null},{"kid":"c178a38a-8111-480b-a54f-a3dfea118773","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-04T14:09:59.532Z","updated_at":"2024-10-04T14:11:07.073Z","parent_kid":"6a9a6357-6329-4265-91fc-2ab0d8434a15","public_key":null},{"kid":"6a9a6357-6329-4265-91fc-2ab0d8434a15","type":"environment-root-key","state":"active","created_at":"2024-10-04T14:09:59.517Z","updated_at":"2024-10-04T14:09:59.517Z","parent_kid":null,"public_key":null},{"kid":"cc9a475f-7452-43da-8443-67b9b2b98eec","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-04T14:09:56.653Z","updated_at":"2024-10-04T14:10:00.405Z","parent_kid":"6a9a6357-6329-4265-91fc-2ab0d8434a15","public_key":null},{"kid":"571da357-4e58-4a96-9e60-8a7d284fcc6c","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-04T14:09:42.863Z","updated_at":"2024-10-04T14:10:00.405Z","parent_kid":null,"public_key":null},{"kid":"e8f991a2-2670-4d45-82b1-f05fd848ab31","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-04T14:09:40.615Z","updated_at":"2024-10-04T14:09:57.251Z","parent_kid":"571da357-4e58-4a96-9e60-8a7d284fcc6c","public_key":null},{"kid":"a569edb0-0bf6-4c12-acf8-8ef89a210d04","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-04T14:09:36.612Z","updated_at":"2024-10-04T14:09:40.598Z","parent_kid":null,"public_key":null},{"kid":"85ee5a87-2b60-4d12-a2f7-53ba37b2dfb2","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-04T13:57:33.821Z","updated_at":"2024-10-04T14:09:41.211Z","parent_kid":"46b619d2-ab17-442e-9fd5-72e44c617d8c","public_key":null},{"kid":"46b619d2-ab17-442e-9fd5-72e44c617d8c","type":"environment-root-key","state":"destroyed","created_at":"2024-10-04T13:57:33.794Z","updated_at":"2024-10-04T14:09:57.251Z","parent_kid":null,"public_key":null},{"kid":"10026795-56c1-45e0-b00b-71d85d8f51da","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-04T13:57:31.387Z","updated_at":"2024-10-04T13:57:34.761Z","parent_kid":"46b619d2-ab17-442e-9fd5-72e44c617d8c","public_key":null},{"kid":"8ae186db-6b17-4cf6-9b49-e6962ef216f3","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-04T13:57:21.705Z","updated_at":"2024-10-04T13:57:34.761Z","parent_kid":null,"public_key":null},{"kid":"a42df500-2596-467a-96cf-a57893c54fa0","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-04T13:57:14.190Z","updated_at":"2024-10-04T13:57:31.988Z","parent_kid":"8ae186db-6b17-4cf6-9b49-e6962ef216f3","public_key":null},{"kid":"3643f722-abb3-47b7-8773-682032798164","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-04T13:57:11.217Z","updated_at":"2024-10-04T13:57:14.100Z","parent_kid":null,"public_key":null},{"kid":"f69e7380-8927-4718-a773-6e54400a0fee","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-04T13:53:47.041Z","updated_at":"2024-10-04T13:57:14.828Z","parent_kid":"a33edce6-db4c-4b6f-9659-ec53e28084e5","public_key":null},{"kid":"a33edce6-db4c-4b6f-9659-ec53e28084e5","type":"environment-root-key","state":"destroyed","created_at":"2024-10-04T13:53:47.025Z","updated_at":"2024-10-04T13:57:31.988Z","parent_kid":null,"public_key":null},{"kid":"147a0a26-755c-47d9-ba78-70bfb81effb1","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-04T13:53:44.581Z","updated_at":"2024-10-04T13:53:47.761Z","parent_kid":"a33edce6-db4c-4b6f-9659-ec53e28084e5","public_key":null},{"kid":"860dad78-4b2a-4966-b410-49cc60299e81","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-04T13:53:29.881Z","updated_at":"2024-10-04T13:53:47.761Z","parent_kid":null,"public_key":null},{"kid":"6100332f-f050-4b73-88b3-ec032e761193","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-04T13:53:27.536Z","updated_at":"2024-10-04T13:53:45.229Z","parent_kid":"860dad78-4b2a-4966-b410-49cc60299e81","public_key":null},{"kid":"472793c9-1036-40bf-8a91-271a5450dbb4","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-04T13:53:23.784Z","updated_at":"2024-10-04T13:53:27.517Z","parent_kid":null,"public_key":null},{"kid":"482d3c00-db1f-41c5-880b-235f1a8ebc40","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-03T21:46:02.580Z","updated_at":"2024-10-04T13:53:28.108Z","parent_kid":"afa24d67-84cf-4e77-bf55-af0a77df8fa6","public_key":null},{"kid":"caa6c1c0-736a-4224-82b7-21ca4a3dd908","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-03T21:45:51.656Z","updated_at":"2024-10-03T21:46:02.566Z","parent_kid":null,"public_key":null},{"kid":"56f5a62b-bd95-46b7-b14e-0d69f29b683f","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-03T21:45:49.428Z","updated_at":"2024-10-03T21:46:03.145Z","parent_kid":"afa24d67-84cf-4e77-bf55-af0a77df8fa6","public_key":null},{"kid":"d2a64a43-829b-4f3f-b5c5-754ed451ad86","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-03T21:45:45.167Z","updated_at":"2024-10-03T21:45:49.414Z","parent_kid":null,"public_key":null},{"kid":"157dc901-01eb-4c9d-b269-1a38da4416c2","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-03T21:43:22.371Z","updated_at":"2024-10-03T21:45:49.991Z","parent_kid":"afa24d67-84cf-4e77-bf55-af0a77df8fa6","public_key":null},{"kid":"47dbcf11-99bf-47e2-a276-0a541ad4901b","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-03T21:43:11.663Z","updated_at":"2024-10-03T21:43:22.343Z","parent_kid":null,"public_key":null},{"kid":"dc5989f9-6b3b-41da-9b2e-eebd3660493a","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-03T21:43:09.216Z","updated_at":"2024-10-03T21:43:22.965Z","parent_kid":"afa24d67-84cf-4e77-bf55-af0a77df8fa6","public_key":null},{"kid":"99276858-a3ae-4ded-a2f0-62ded118fcf2","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-03T21:43:05.810Z","updated_at":"2024-10-03T21:43:09.204Z","parent_kid":null,"public_key":null},{"kid":"d5a2db56-c103-443b-aa4d-0209d22a1f7c","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-03T21:41:14.689Z","updated_at":"2024-10-03T21:43:09.769Z","parent_kid":"afa24d67-84cf-4e77-bf55-af0a77df8fa6","public_key":null},{"kid":"96d7bb6b-8c37-4230-a338-0cf490d50ab9","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-03T21:41:05.138Z","updated_at":"2024-10-03T21:41:14.658Z","parent_kid":null,"public_key":null},{"kid":"9b0b8796-b4a1-454a-b36e-a8235cc8667f","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-03T21:41:02.907Z","updated_at":"2024-10-03T21:41:15.259Z","parent_kid":"afa24d67-84cf-4e77-bf55-af0a77df8fa6","public_key":null},{"kid":"e9dda37e-b960-4f92-9a15-5bc7c6ed72b9","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-03T21:40:59.230Z","updated_at":"2024-10-03T21:41:02.895Z","parent_kid":null,"public_key":null},{"kid":"a3026e21-f4a7-4161-99e4-8fa7fa8eb41a","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-03T21:27:49.983Z","updated_at":"2024-10-03T21:41:03.460Z","parent_kid":"afa24d67-84cf-4e77-bf55-af0a77df8fa6","public_key":null},{"kid":"037ec356-1a73-4bf5-bfb4-ca56bc8c61e1","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-03T21:27:38.661Z","updated_at":"2024-10-03T21:27:49.952Z","parent_kid":null,"public_key":null},{"kid":"671c0e33-613b-4323-81ee-a0d9ecd3f1d0","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-03T21:27:36.340Z","updated_at":"2024-10-03T21:27:50.578Z","parent_kid":"afa24d67-84cf-4e77-bf55-af0a77df8fa6","public_key":null},{"kid":"d897c343-4071-41f7-aed3-67695a34451f","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-03T21:27:32.304Z","updated_at":"2024-10-03T21:27:36.327Z","parent_kid":null,"public_key":null},{"kid":"e3f8d1ab-1125-48b7-b35b-b4e0beb18cff","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-03T21:22:14.540Z","updated_at":"2024-10-03T21:27:36.894Z","parent_kid":"afa24d67-84cf-4e77-bf55-af0a77df8fa6","public_key":null},{"kid":"454e1557-0d02-4245-96e9-3510fe19a690","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-03T21:22:08.628Z","updated_at":"2024-10-03T21:22:14.525Z","parent_kid":null,"public_key":null},{"kid":"fb59ded0-f3d6-4195-9fac-08fcd7dde140","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-03T21:22:01.299Z","updated_at":"2024-10-03T21:22:15.139Z","parent_kid":"afa24d67-84cf-4e77-bf55-af0a77df8fa6","public_key":null},{"kid":"7c02c0a2-d833-4f8e-bedc-3ed8f1595894","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-03T21:21:58.242Z","updated_at":"2024-10-03T21:22:01.269Z","parent_kid":null,"public_key":null},{"kid":"1c76b6b7-4319-40e2-ba7a-8c8497ad2aa9","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-03T21:17:09.120Z","updated_at":"2024-10-03T21:22:01.854Z","parent_kid":"afa24d67-84cf-4e77-bf55-af0a77df8fa6","public_key":null},{"kid":"dfb1b07d-9405-4cb5-ad07-2d745b98c59f","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-03T21:16:58.926Z","updated_at":"2024-10-03T21:17:09.107Z","parent_kid":null,"public_key":null},{"kid":"17631625-dbd0-4bd4-bef2-db841e8cd8ea","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-03T21:16:56.726Z","updated_at":"2024-10-03T21:17:09.662Z","parent_kid":"afa24d67-84cf-4e77-bf55-af0a77df8fa6","public_key":null},{"kid":"1e8d716a-c9e9-462a-ae9d-ce179258d853","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-03T21:16:53.252Z","updated_at":"2024-10-03T21:16:56.709Z","parent_kid":null,"public_key":null},{"kid":"64da35b0-7fd4-4974-bc1a-56fd45084a1b","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-03T21:12:09.474Z","updated_at":"2024-10-03T21:16:57.273Z","parent_kid":"afa24d67-84cf-4e77-bf55-af0a77df8fa6","public_key":null},{"kid":"33016b12-353e-48d1-8dc2-2dfe9bc451b1","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-03T21:11:58.848Z","updated_at":"2024-10-03T21:12:09.459Z","parent_kid":null,"public_key":null},{"kid":"8bbd49ac-3195-4509-9ab0-564d50c0eaac","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-03T21:11:56.593Z","updated_at":"2024-10-03T21:12:10.016Z","parent_kid":"afa24d67-84cf-4e77-bf55-af0a77df8fa6","public_key":null}],"start":0,"limit":0,"total":0}' - headers: - Content-Type: - - application/json; charset=utf-8 - status: 200 OK - code: 200 - duration: 118.213959ms - - id: 35 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: terraform-provider-auth0-dev.eu.auth0.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - Content-Type: - - application/json - User-Agent: - - Go-Auth0/1.11.0 - url: https://terraform-provider-auth0-dev.eu.auth0.com/api/v2/tenants/settings - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: -1 - uncompressed: true - body: '{"enabled_locales":["en"],"flags":{"allow_changing_enable_sso":false,"disable_impersonation":true,"enable_sso":true,"universal_login":true,"revoke_refresh_token_grant":false,"disable_clickjack_protection_headers":false},"idle_session_lifetime":72,"sandbox_version":"18","session_lifetime":168,"oidc_logout":{"rp_logout_end_session_endpoint_discovery":true},"sandbox_versions_available":["18","16"]}' - headers: - Content-Type: - - application/json; charset=utf-8 - status: 200 OK - code: 200 - duration: 127.614875ms - - id: 36 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 32 - transfer_encoding: [] - trailer: {} - host: terraform-provider-auth0-dev.eu.auth0.com - remote_addr: "" - request_uri: "" - body: | - {"wrapped_key":"bad-key-value"} - form: {} - headers: - Content-Type: - - application/json - User-Agent: - - Go-Auth0/1.11.0 - url: https://terraform-provider-auth0-dev.eu.auth0.com/api/v2/keys/encryption/9cd36af3-80e0-4821-b8e6-58eaef816b69 - method: POST - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 151 - uncompressed: false - body: '{"statusCode":400,"error":"Bad Request","message":"Invalid input. Wrapped key material is invalid or unsupported key type.","errorCode":"invalid_body"}' - headers: - Content-Type: - - application/json; charset=utf-8 - status: 400 Bad Request - code: 400 - duration: 166.167416ms - - id: 37 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: terraform-provider-auth0-dev.eu.auth0.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - Content-Type: - - application/json - User-Agent: - - Go-Auth0/1.11.0 - url: https://terraform-provider-auth0-dev.eu.auth0.com/api/v2/tenants/settings - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: -1 - uncompressed: true - body: '{"enabled_locales":["en"],"flags":{"allow_changing_enable_sso":false,"disable_impersonation":true,"enable_sso":true,"universal_login":true,"revoke_refresh_token_grant":false,"disable_clickjack_protection_headers":false},"idle_session_lifetime":72,"sandbox_version":"18","session_lifetime":168,"oidc_logout":{"rp_logout_end_session_endpoint_discovery":true},"sandbox_versions_available":["18","16"]}' - headers: - Content-Type: - - application/json; charset=utf-8 - status: 200 OK - code: 200 - duration: 109.636375ms - - id: 38 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: terraform-provider-auth0-dev.eu.auth0.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - Content-Type: - - application/json - User-Agent: - - Go-Auth0/1.11.0 - url: https://terraform-provider-auth0-dev.eu.auth0.com/api/v2/keys/encryption?include_totals=true&page=0&per_page=5 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: -1 - uncompressed: true - body: '{"keys":[{"kid":"9cd36af3-80e0-4821-b8e6-58eaef816b69","type":"customer-provided-root-key","state":"pre-activation","created_at":"2024-10-04T14:11:27.379Z","updated_at":"2024-10-04T14:11:27.379Z","parent_kid":null,"public_key":null},{"kid":"09ecaed5-7c08-47d4-951c-3167763cb785","type":"tenant-master-key","state":"active","created_at":"2024-10-04T14:11:25.018Z","updated_at":"2024-10-04T14:11:25.018Z","parent_kid":"6a9a6357-6329-4265-91fc-2ab0d8434a15","public_key":null},{"kid":"a8ee2b51-6ed4-4f08-a047-205b5be08784","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-04T14:11:15.077Z","updated_at":"2024-10-04T14:11:24.985Z","parent_kid":null,"public_key":null},{"kid":"5b40e87a-27e3-412c-9346-a9f84537ae13","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-04T14:11:08.785Z","updated_at":"2024-10-04T14:11:25.636Z","parent_kid":"6a9a6357-6329-4265-91fc-2ab0d8434a15","public_key":null},{"kid":"4b847b04-ab89-42b0-80c0-6608d26fd867","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-04T14:11:06.690Z","updated_at":"2024-10-04T14:11:09.173Z","parent_kid":"6a9a6357-6329-4265-91fc-2ab0d8434a15","public_key":null},{"kid":"c178a38a-8111-480b-a54f-a3dfea118773","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-04T14:09:59.532Z","updated_at":"2024-10-04T14:11:07.073Z","parent_kid":"6a9a6357-6329-4265-91fc-2ab0d8434a15","public_key":null},{"kid":"6a9a6357-6329-4265-91fc-2ab0d8434a15","type":"environment-root-key","state":"active","created_at":"2024-10-04T14:09:59.517Z","updated_at":"2024-10-04T14:09:59.517Z","parent_kid":null,"public_key":null},{"kid":"cc9a475f-7452-43da-8443-67b9b2b98eec","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-04T14:09:56.653Z","updated_at":"2024-10-04T14:10:00.405Z","parent_kid":"6a9a6357-6329-4265-91fc-2ab0d8434a15","public_key":null},{"kid":"571da357-4e58-4a96-9e60-8a7d284fcc6c","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-04T14:09:42.863Z","updated_at":"2024-10-04T14:10:00.405Z","parent_kid":null,"public_key":null},{"kid":"e8f991a2-2670-4d45-82b1-f05fd848ab31","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-04T14:09:40.615Z","updated_at":"2024-10-04T14:09:57.251Z","parent_kid":"571da357-4e58-4a96-9e60-8a7d284fcc6c","public_key":null},{"kid":"a569edb0-0bf6-4c12-acf8-8ef89a210d04","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-04T14:09:36.612Z","updated_at":"2024-10-04T14:09:40.598Z","parent_kid":null,"public_key":null},{"kid":"85ee5a87-2b60-4d12-a2f7-53ba37b2dfb2","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-04T13:57:33.821Z","updated_at":"2024-10-04T14:09:41.211Z","parent_kid":"46b619d2-ab17-442e-9fd5-72e44c617d8c","public_key":null},{"kid":"46b619d2-ab17-442e-9fd5-72e44c617d8c","type":"environment-root-key","state":"destroyed","created_at":"2024-10-04T13:57:33.794Z","updated_at":"2024-10-04T14:09:57.251Z","parent_kid":null,"public_key":null},{"kid":"10026795-56c1-45e0-b00b-71d85d8f51da","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-04T13:57:31.387Z","updated_at":"2024-10-04T13:57:34.761Z","parent_kid":"46b619d2-ab17-442e-9fd5-72e44c617d8c","public_key":null},{"kid":"8ae186db-6b17-4cf6-9b49-e6962ef216f3","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-04T13:57:21.705Z","updated_at":"2024-10-04T13:57:34.761Z","parent_kid":null,"public_key":null},{"kid":"a42df500-2596-467a-96cf-a57893c54fa0","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-04T13:57:14.190Z","updated_at":"2024-10-04T13:57:31.988Z","parent_kid":"8ae186db-6b17-4cf6-9b49-e6962ef216f3","public_key":null},{"kid":"3643f722-abb3-47b7-8773-682032798164","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-04T13:57:11.217Z","updated_at":"2024-10-04T13:57:14.100Z","parent_kid":null,"public_key":null},{"kid":"f69e7380-8927-4718-a773-6e54400a0fee","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-04T13:53:47.041Z","updated_at":"2024-10-04T13:57:14.828Z","parent_kid":"a33edce6-db4c-4b6f-9659-ec53e28084e5","public_key":null},{"kid":"a33edce6-db4c-4b6f-9659-ec53e28084e5","type":"environment-root-key","state":"destroyed","created_at":"2024-10-04T13:53:47.025Z","updated_at":"2024-10-04T13:57:31.988Z","parent_kid":null,"public_key":null},{"kid":"147a0a26-755c-47d9-ba78-70bfb81effb1","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-04T13:53:44.581Z","updated_at":"2024-10-04T13:53:47.761Z","parent_kid":"a33edce6-db4c-4b6f-9659-ec53e28084e5","public_key":null},{"kid":"860dad78-4b2a-4966-b410-49cc60299e81","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-04T13:53:29.881Z","updated_at":"2024-10-04T13:53:47.761Z","parent_kid":null,"public_key":null},{"kid":"6100332f-f050-4b73-88b3-ec032e761193","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-04T13:53:27.536Z","updated_at":"2024-10-04T13:53:45.229Z","parent_kid":"860dad78-4b2a-4966-b410-49cc60299e81","public_key":null},{"kid":"472793c9-1036-40bf-8a91-271a5450dbb4","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-04T13:53:23.784Z","updated_at":"2024-10-04T13:53:27.517Z","parent_kid":null,"public_key":null},{"kid":"482d3c00-db1f-41c5-880b-235f1a8ebc40","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-03T21:46:02.580Z","updated_at":"2024-10-04T13:53:28.108Z","parent_kid":"afa24d67-84cf-4e77-bf55-af0a77df8fa6","public_key":null},{"kid":"caa6c1c0-736a-4224-82b7-21ca4a3dd908","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-03T21:45:51.656Z","updated_at":"2024-10-03T21:46:02.566Z","parent_kid":null,"public_key":null},{"kid":"56f5a62b-bd95-46b7-b14e-0d69f29b683f","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-03T21:45:49.428Z","updated_at":"2024-10-03T21:46:03.145Z","parent_kid":"afa24d67-84cf-4e77-bf55-af0a77df8fa6","public_key":null},{"kid":"d2a64a43-829b-4f3f-b5c5-754ed451ad86","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-03T21:45:45.167Z","updated_at":"2024-10-03T21:45:49.414Z","parent_kid":null,"public_key":null},{"kid":"157dc901-01eb-4c9d-b269-1a38da4416c2","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-03T21:43:22.371Z","updated_at":"2024-10-03T21:45:49.991Z","parent_kid":"afa24d67-84cf-4e77-bf55-af0a77df8fa6","public_key":null},{"kid":"47dbcf11-99bf-47e2-a276-0a541ad4901b","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-03T21:43:11.663Z","updated_at":"2024-10-03T21:43:22.343Z","parent_kid":null,"public_key":null},{"kid":"dc5989f9-6b3b-41da-9b2e-eebd3660493a","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-03T21:43:09.216Z","updated_at":"2024-10-03T21:43:22.965Z","parent_kid":"afa24d67-84cf-4e77-bf55-af0a77df8fa6","public_key":null},{"kid":"99276858-a3ae-4ded-a2f0-62ded118fcf2","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-03T21:43:05.810Z","updated_at":"2024-10-03T21:43:09.204Z","parent_kid":null,"public_key":null},{"kid":"d5a2db56-c103-443b-aa4d-0209d22a1f7c","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-03T21:41:14.689Z","updated_at":"2024-10-03T21:43:09.769Z","parent_kid":"afa24d67-84cf-4e77-bf55-af0a77df8fa6","public_key":null},{"kid":"96d7bb6b-8c37-4230-a338-0cf490d50ab9","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-03T21:41:05.138Z","updated_at":"2024-10-03T21:41:14.658Z","parent_kid":null,"public_key":null},{"kid":"9b0b8796-b4a1-454a-b36e-a8235cc8667f","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-03T21:41:02.907Z","updated_at":"2024-10-03T21:41:15.259Z","parent_kid":"afa24d67-84cf-4e77-bf55-af0a77df8fa6","public_key":null},{"kid":"e9dda37e-b960-4f92-9a15-5bc7c6ed72b9","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-03T21:40:59.230Z","updated_at":"2024-10-03T21:41:02.895Z","parent_kid":null,"public_key":null},{"kid":"a3026e21-f4a7-4161-99e4-8fa7fa8eb41a","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-03T21:27:49.983Z","updated_at":"2024-10-03T21:41:03.460Z","parent_kid":"afa24d67-84cf-4e77-bf55-af0a77df8fa6","public_key":null},{"kid":"037ec356-1a73-4bf5-bfb4-ca56bc8c61e1","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-03T21:27:38.661Z","updated_at":"2024-10-03T21:27:49.952Z","parent_kid":null,"public_key":null},{"kid":"671c0e33-613b-4323-81ee-a0d9ecd3f1d0","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-03T21:27:36.340Z","updated_at":"2024-10-03T21:27:50.578Z","parent_kid":"afa24d67-84cf-4e77-bf55-af0a77df8fa6","public_key":null},{"kid":"d897c343-4071-41f7-aed3-67695a34451f","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-03T21:27:32.304Z","updated_at":"2024-10-03T21:27:36.327Z","parent_kid":null,"public_key":null},{"kid":"e3f8d1ab-1125-48b7-b35b-b4e0beb18cff","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-03T21:22:14.540Z","updated_at":"2024-10-03T21:27:36.894Z","parent_kid":"afa24d67-84cf-4e77-bf55-af0a77df8fa6","public_key":null},{"kid":"454e1557-0d02-4245-96e9-3510fe19a690","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-03T21:22:08.628Z","updated_at":"2024-10-03T21:22:14.525Z","parent_kid":null,"public_key":null},{"kid":"fb59ded0-f3d6-4195-9fac-08fcd7dde140","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-03T21:22:01.299Z","updated_at":"2024-10-03T21:22:15.139Z","parent_kid":"afa24d67-84cf-4e77-bf55-af0a77df8fa6","public_key":null},{"kid":"7c02c0a2-d833-4f8e-bedc-3ed8f1595894","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-03T21:21:58.242Z","updated_at":"2024-10-03T21:22:01.269Z","parent_kid":null,"public_key":null},{"kid":"1c76b6b7-4319-40e2-ba7a-8c8497ad2aa9","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-03T21:17:09.120Z","updated_at":"2024-10-03T21:22:01.854Z","parent_kid":"afa24d67-84cf-4e77-bf55-af0a77df8fa6","public_key":null},{"kid":"dfb1b07d-9405-4cb5-ad07-2d745b98c59f","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-03T21:16:58.926Z","updated_at":"2024-10-03T21:17:09.107Z","parent_kid":null,"public_key":null},{"kid":"17631625-dbd0-4bd4-bef2-db841e8cd8ea","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-03T21:16:56.726Z","updated_at":"2024-10-03T21:17:09.662Z","parent_kid":"afa24d67-84cf-4e77-bf55-af0a77df8fa6","public_key":null},{"kid":"1e8d716a-c9e9-462a-ae9d-ce179258d853","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-03T21:16:53.252Z","updated_at":"2024-10-03T21:16:56.709Z","parent_kid":null,"public_key":null},{"kid":"64da35b0-7fd4-4974-bc1a-56fd45084a1b","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-03T21:12:09.474Z","updated_at":"2024-10-03T21:16:57.273Z","parent_kid":"afa24d67-84cf-4e77-bf55-af0a77df8fa6","public_key":null},{"kid":"33016b12-353e-48d1-8dc2-2dfe9bc451b1","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-03T21:11:58.848Z","updated_at":"2024-10-03T21:12:09.459Z","parent_kid":null,"public_key":null},{"kid":"8bbd49ac-3195-4509-9ab0-564d50c0eaac","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-03T21:11:56.593Z","updated_at":"2024-10-03T21:12:10.016Z","parent_kid":"afa24d67-84cf-4e77-bf55-af0a77df8fa6","public_key":null}],"start":0,"limit":0,"total":0}' - headers: - Content-Type: - - application/json; charset=utf-8 - status: 200 OK - code: 200 - duration: 119.914ms - - id: 39 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 587 - transfer_encoding: [] - trailer: {} - host: terraform-provider-auth0-dev.eu.auth0.com - remote_addr: "" - request_uri: "" - body: | - {"wrapped_key":"PF1bPh1jiej//2Q0ejkoWPXHX/bNzuAxiG4tsml5KUMqcyZRHDaO5iPLn29PuisAy3W2lhVQImqs2xyeoNOf00igjFwoNZLcxdXq+V85/vK7aVjJFSUNMAUtUQQF71rMz4EprE2gE+EUrC3EIeld6b77vcM1bdwg3qte0es0rIX+ksTI4Umeon+t3shJkL9CPRTM01R+Ou7elRQTyToFhPZNnNC/Ox5lTNC1Pz0NhC5b5n0Pu0JBNhiavBAnaqI/zJvesDnZGwMBk0j2Z6m7PXcacnaYITKlbAPK3DoKYtEdUBoWwgvVDruSzAjFNHz1t8f5iUaGWxeD0fY/m/cPeiAG6c2z2fAf7ti0kmFN3ZxgiDxk90VEZWQygY1zLhO7GcLBe5fqau2xrNqqEL2yMea2zgbvSXNXwweTDHQjZJkL06q1fTIQWD57c3JVfIE0zHb4t02CzymVkq3MgtP0utBUeeFCZ7oiOkfaHe4fTwbadr4EAbOz6rEkV5MR0p+DM08UaXmQRINmlcRtVzoqiTto3AmGSQ8bC/JvPcdl25K3a4gI772wMA=="} - form: {} - headers: - Content-Type: - - application/json - User-Agent: - - Go-Auth0/1.11.0 - url: https://terraform-provider-auth0-dev.eu.auth0.com/api/v2/keys/encryption/9cd36af3-80e0-4821-b8e6-58eaef816b69 - method: POST - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 197 - uncompressed: false - body: '{"kid":"9cd36af3-80e0-4821-b8e6-58eaef816b69","type":"customer-provided-root-key","state":"active","created_at":"2024-10-04T14:11:27.379Z","updated_at":"2024-10-04T14:11:36.436Z","parent_kid":null}' - headers: - Content-Type: - - application/json; charset=utf-8 - status: 201 Created - code: 201 - duration: 5.138275167s - - id: 40 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: terraform-provider-auth0-dev.eu.auth0.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - Content-Type: - - application/json - User-Agent: - - Go-Auth0/1.11.0 - url: https://terraform-provider-auth0-dev.eu.auth0.com/api/v2/keys/encryption/9cd36af3-80e0-4821-b8e6-58eaef816b69 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: -1 - uncompressed: true - body: '{"kid":"9cd36af3-80e0-4821-b8e6-58eaef816b69","type":"customer-provided-root-key","state":"active","created_at":"2024-10-04T14:11:27.379Z","updated_at":"2024-10-04T14:11:36.436Z","parent_kid":null,"public_key":null}' - headers: - Content-Type: - - application/json; charset=utf-8 - status: 200 OK - code: 200 - duration: 146.049ms - - id: 41 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: terraform-provider-auth0-dev.eu.auth0.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - Content-Type: - - application/json - User-Agent: - - Go-Auth0/1.11.0 - url: https://terraform-provider-auth0-dev.eu.auth0.com/api/v2/keys/encryption?include_totals=true&page=0&per_page=5 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: -1 - uncompressed: true - body: '{"keys":[{"kid":"e3f86d8f-360d-409c-ba10-98051a922771","type":"tenant-master-key","state":"active","created_at":"2024-10-04T14:11:36.453Z","updated_at":"2024-10-04T14:11:36.453Z","parent_kid":"9cd36af3-80e0-4821-b8e6-58eaef816b69","public_key":null},{"kid":"9cd36af3-80e0-4821-b8e6-58eaef816b69","type":"customer-provided-root-key","state":"active","created_at":"2024-10-04T14:11:27.379Z","updated_at":"2024-10-04T14:11:36.436Z","parent_kid":null,"public_key":null},{"kid":"09ecaed5-7c08-47d4-951c-3167763cb785","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-04T14:11:25.018Z","updated_at":"2024-10-04T14:11:37.071Z","parent_kid":"9cd36af3-80e0-4821-b8e6-58eaef816b69","public_key":null},{"kid":"a8ee2b51-6ed4-4f08-a047-205b5be08784","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-04T14:11:15.077Z","updated_at":"2024-10-04T14:11:24.985Z","parent_kid":null,"public_key":null},{"kid":"5b40e87a-27e3-412c-9346-a9f84537ae13","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-04T14:11:08.785Z","updated_at":"2024-10-04T14:11:25.636Z","parent_kid":"6a9a6357-6329-4265-91fc-2ab0d8434a15","public_key":null},{"kid":"4b847b04-ab89-42b0-80c0-6608d26fd867","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-04T14:11:06.690Z","updated_at":"2024-10-04T14:11:09.173Z","parent_kid":"6a9a6357-6329-4265-91fc-2ab0d8434a15","public_key":null},{"kid":"c178a38a-8111-480b-a54f-a3dfea118773","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-04T14:09:59.532Z","updated_at":"2024-10-04T14:11:07.073Z","parent_kid":"6a9a6357-6329-4265-91fc-2ab0d8434a15","public_key":null},{"kid":"6a9a6357-6329-4265-91fc-2ab0d8434a15","type":"environment-root-key","state":"destroyed","created_at":"2024-10-04T14:09:59.517Z","updated_at":"2024-10-04T14:11:37.071Z","parent_kid":null,"public_key":null},{"kid":"cc9a475f-7452-43da-8443-67b9b2b98eec","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-04T14:09:56.653Z","updated_at":"2024-10-04T14:10:00.405Z","parent_kid":"6a9a6357-6329-4265-91fc-2ab0d8434a15","public_key":null},{"kid":"571da357-4e58-4a96-9e60-8a7d284fcc6c","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-04T14:09:42.863Z","updated_at":"2024-10-04T14:10:00.405Z","parent_kid":null,"public_key":null},{"kid":"e8f991a2-2670-4d45-82b1-f05fd848ab31","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-04T14:09:40.615Z","updated_at":"2024-10-04T14:09:57.251Z","parent_kid":"571da357-4e58-4a96-9e60-8a7d284fcc6c","public_key":null},{"kid":"a569edb0-0bf6-4c12-acf8-8ef89a210d04","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-04T14:09:36.612Z","updated_at":"2024-10-04T14:09:40.598Z","parent_kid":null,"public_key":null},{"kid":"85ee5a87-2b60-4d12-a2f7-53ba37b2dfb2","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-04T13:57:33.821Z","updated_at":"2024-10-04T14:09:41.211Z","parent_kid":"46b619d2-ab17-442e-9fd5-72e44c617d8c","public_key":null},{"kid":"46b619d2-ab17-442e-9fd5-72e44c617d8c","type":"environment-root-key","state":"destroyed","created_at":"2024-10-04T13:57:33.794Z","updated_at":"2024-10-04T14:09:57.251Z","parent_kid":null,"public_key":null},{"kid":"10026795-56c1-45e0-b00b-71d85d8f51da","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-04T13:57:31.387Z","updated_at":"2024-10-04T13:57:34.761Z","parent_kid":"46b619d2-ab17-442e-9fd5-72e44c617d8c","public_key":null},{"kid":"8ae186db-6b17-4cf6-9b49-e6962ef216f3","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-04T13:57:21.705Z","updated_at":"2024-10-04T13:57:34.761Z","parent_kid":null,"public_key":null},{"kid":"a42df500-2596-467a-96cf-a57893c54fa0","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-04T13:57:14.190Z","updated_at":"2024-10-04T13:57:31.988Z","parent_kid":"8ae186db-6b17-4cf6-9b49-e6962ef216f3","public_key":null},{"kid":"3643f722-abb3-47b7-8773-682032798164","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-04T13:57:11.217Z","updated_at":"2024-10-04T13:57:14.100Z","parent_kid":null,"public_key":null},{"kid":"f69e7380-8927-4718-a773-6e54400a0fee","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-04T13:53:47.041Z","updated_at":"2024-10-04T13:57:14.828Z","parent_kid":"a33edce6-db4c-4b6f-9659-ec53e28084e5","public_key":null},{"kid":"a33edce6-db4c-4b6f-9659-ec53e28084e5","type":"environment-root-key","state":"destroyed","created_at":"2024-10-04T13:53:47.025Z","updated_at":"2024-10-04T13:57:31.988Z","parent_kid":null,"public_key":null},{"kid":"147a0a26-755c-47d9-ba78-70bfb81effb1","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-04T13:53:44.581Z","updated_at":"2024-10-04T13:53:47.761Z","parent_kid":"a33edce6-db4c-4b6f-9659-ec53e28084e5","public_key":null},{"kid":"860dad78-4b2a-4966-b410-49cc60299e81","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-04T13:53:29.881Z","updated_at":"2024-10-04T13:53:47.761Z","parent_kid":null,"public_key":null},{"kid":"6100332f-f050-4b73-88b3-ec032e761193","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-04T13:53:27.536Z","updated_at":"2024-10-04T13:53:45.229Z","parent_kid":"860dad78-4b2a-4966-b410-49cc60299e81","public_key":null},{"kid":"472793c9-1036-40bf-8a91-271a5450dbb4","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-04T13:53:23.784Z","updated_at":"2024-10-04T13:53:27.517Z","parent_kid":null,"public_key":null},{"kid":"482d3c00-db1f-41c5-880b-235f1a8ebc40","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-03T21:46:02.580Z","updated_at":"2024-10-04T13:53:28.108Z","parent_kid":"afa24d67-84cf-4e77-bf55-af0a77df8fa6","public_key":null},{"kid":"caa6c1c0-736a-4224-82b7-21ca4a3dd908","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-03T21:45:51.656Z","updated_at":"2024-10-03T21:46:02.566Z","parent_kid":null,"public_key":null},{"kid":"56f5a62b-bd95-46b7-b14e-0d69f29b683f","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-03T21:45:49.428Z","updated_at":"2024-10-03T21:46:03.145Z","parent_kid":"afa24d67-84cf-4e77-bf55-af0a77df8fa6","public_key":null},{"kid":"d2a64a43-829b-4f3f-b5c5-754ed451ad86","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-03T21:45:45.167Z","updated_at":"2024-10-03T21:45:49.414Z","parent_kid":null,"public_key":null},{"kid":"157dc901-01eb-4c9d-b269-1a38da4416c2","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-03T21:43:22.371Z","updated_at":"2024-10-03T21:45:49.991Z","parent_kid":"afa24d67-84cf-4e77-bf55-af0a77df8fa6","public_key":null},{"kid":"47dbcf11-99bf-47e2-a276-0a541ad4901b","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-03T21:43:11.663Z","updated_at":"2024-10-03T21:43:22.343Z","parent_kid":null,"public_key":null},{"kid":"dc5989f9-6b3b-41da-9b2e-eebd3660493a","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-03T21:43:09.216Z","updated_at":"2024-10-03T21:43:22.965Z","parent_kid":"afa24d67-84cf-4e77-bf55-af0a77df8fa6","public_key":null},{"kid":"99276858-a3ae-4ded-a2f0-62ded118fcf2","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-03T21:43:05.810Z","updated_at":"2024-10-03T21:43:09.204Z","parent_kid":null,"public_key":null},{"kid":"d5a2db56-c103-443b-aa4d-0209d22a1f7c","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-03T21:41:14.689Z","updated_at":"2024-10-03T21:43:09.769Z","parent_kid":"afa24d67-84cf-4e77-bf55-af0a77df8fa6","public_key":null},{"kid":"96d7bb6b-8c37-4230-a338-0cf490d50ab9","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-03T21:41:05.138Z","updated_at":"2024-10-03T21:41:14.658Z","parent_kid":null,"public_key":null},{"kid":"9b0b8796-b4a1-454a-b36e-a8235cc8667f","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-03T21:41:02.907Z","updated_at":"2024-10-03T21:41:15.259Z","parent_kid":"afa24d67-84cf-4e77-bf55-af0a77df8fa6","public_key":null},{"kid":"e9dda37e-b960-4f92-9a15-5bc7c6ed72b9","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-03T21:40:59.230Z","updated_at":"2024-10-03T21:41:02.895Z","parent_kid":null,"public_key":null},{"kid":"a3026e21-f4a7-4161-99e4-8fa7fa8eb41a","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-03T21:27:49.983Z","updated_at":"2024-10-03T21:41:03.460Z","parent_kid":"afa24d67-84cf-4e77-bf55-af0a77df8fa6","public_key":null},{"kid":"037ec356-1a73-4bf5-bfb4-ca56bc8c61e1","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-03T21:27:38.661Z","updated_at":"2024-10-03T21:27:49.952Z","parent_kid":null,"public_key":null},{"kid":"671c0e33-613b-4323-81ee-a0d9ecd3f1d0","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-03T21:27:36.340Z","updated_at":"2024-10-03T21:27:50.578Z","parent_kid":"afa24d67-84cf-4e77-bf55-af0a77df8fa6","public_key":null},{"kid":"d897c343-4071-41f7-aed3-67695a34451f","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-03T21:27:32.304Z","updated_at":"2024-10-03T21:27:36.327Z","parent_kid":null,"public_key":null},{"kid":"e3f8d1ab-1125-48b7-b35b-b4e0beb18cff","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-03T21:22:14.540Z","updated_at":"2024-10-03T21:27:36.894Z","parent_kid":"afa24d67-84cf-4e77-bf55-af0a77df8fa6","public_key":null},{"kid":"454e1557-0d02-4245-96e9-3510fe19a690","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-03T21:22:08.628Z","updated_at":"2024-10-03T21:22:14.525Z","parent_kid":null,"public_key":null},{"kid":"fb59ded0-f3d6-4195-9fac-08fcd7dde140","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-03T21:22:01.299Z","updated_at":"2024-10-03T21:22:15.139Z","parent_kid":"afa24d67-84cf-4e77-bf55-af0a77df8fa6","public_key":null},{"kid":"7c02c0a2-d833-4f8e-bedc-3ed8f1595894","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-03T21:21:58.242Z","updated_at":"2024-10-03T21:22:01.269Z","parent_kid":null,"public_key":null},{"kid":"1c76b6b7-4319-40e2-ba7a-8c8497ad2aa9","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-03T21:17:09.120Z","updated_at":"2024-10-03T21:22:01.854Z","parent_kid":"afa24d67-84cf-4e77-bf55-af0a77df8fa6","public_key":null},{"kid":"dfb1b07d-9405-4cb5-ad07-2d745b98c59f","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-03T21:16:58.926Z","updated_at":"2024-10-03T21:17:09.107Z","parent_kid":null,"public_key":null},{"kid":"17631625-dbd0-4bd4-bef2-db841e8cd8ea","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-03T21:16:56.726Z","updated_at":"2024-10-03T21:17:09.662Z","parent_kid":"afa24d67-84cf-4e77-bf55-af0a77df8fa6","public_key":null},{"kid":"1e8d716a-c9e9-462a-ae9d-ce179258d853","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-03T21:16:53.252Z","updated_at":"2024-10-03T21:16:56.709Z","parent_kid":null,"public_key":null},{"kid":"64da35b0-7fd4-4974-bc1a-56fd45084a1b","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-03T21:12:09.474Z","updated_at":"2024-10-03T21:16:57.273Z","parent_kid":"afa24d67-84cf-4e77-bf55-af0a77df8fa6","public_key":null},{"kid":"33016b12-353e-48d1-8dc2-2dfe9bc451b1","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-03T21:11:58.848Z","updated_at":"2024-10-03T21:12:09.459Z","parent_kid":null,"public_key":null}],"start":0,"limit":0,"total":0}' - headers: - Content-Type: - - application/json; charset=utf-8 - status: 200 OK - code: 200 - duration: 132.438375ms - - id: 42 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: terraform-provider-auth0-dev.eu.auth0.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - Content-Type: - - application/json - User-Agent: - - Go-Auth0/1.11.0 - url: https://terraform-provider-auth0-dev.eu.auth0.com/api/v2/keys/encryption?include_totals=true&page=0&per_page=5 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: -1 - uncompressed: true - body: '{"keys":[{"kid":"e3f86d8f-360d-409c-ba10-98051a922771","type":"tenant-master-key","state":"active","created_at":"2024-10-04T14:11:36.453Z","updated_at":"2024-10-04T14:11:36.453Z","parent_kid":"9cd36af3-80e0-4821-b8e6-58eaef816b69","public_key":null},{"kid":"9cd36af3-80e0-4821-b8e6-58eaef816b69","type":"customer-provided-root-key","state":"active","created_at":"2024-10-04T14:11:27.379Z","updated_at":"2024-10-04T14:11:36.436Z","parent_kid":null,"public_key":null},{"kid":"09ecaed5-7c08-47d4-951c-3167763cb785","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-04T14:11:25.018Z","updated_at":"2024-10-04T14:11:37.071Z","parent_kid":"9cd36af3-80e0-4821-b8e6-58eaef816b69","public_key":null},{"kid":"a8ee2b51-6ed4-4f08-a047-205b5be08784","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-04T14:11:15.077Z","updated_at":"2024-10-04T14:11:24.985Z","parent_kid":null,"public_key":null},{"kid":"5b40e87a-27e3-412c-9346-a9f84537ae13","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-04T14:11:08.785Z","updated_at":"2024-10-04T14:11:25.636Z","parent_kid":"6a9a6357-6329-4265-91fc-2ab0d8434a15","public_key":null},{"kid":"4b847b04-ab89-42b0-80c0-6608d26fd867","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-04T14:11:06.690Z","updated_at":"2024-10-04T14:11:09.173Z","parent_kid":"6a9a6357-6329-4265-91fc-2ab0d8434a15","public_key":null},{"kid":"c178a38a-8111-480b-a54f-a3dfea118773","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-04T14:09:59.532Z","updated_at":"2024-10-04T14:11:07.073Z","parent_kid":"6a9a6357-6329-4265-91fc-2ab0d8434a15","public_key":null},{"kid":"6a9a6357-6329-4265-91fc-2ab0d8434a15","type":"environment-root-key","state":"destroyed","created_at":"2024-10-04T14:09:59.517Z","updated_at":"2024-10-04T14:11:37.071Z","parent_kid":null,"public_key":null},{"kid":"cc9a475f-7452-43da-8443-67b9b2b98eec","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-04T14:09:56.653Z","updated_at":"2024-10-04T14:10:00.405Z","parent_kid":"6a9a6357-6329-4265-91fc-2ab0d8434a15","public_key":null},{"kid":"571da357-4e58-4a96-9e60-8a7d284fcc6c","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-04T14:09:42.863Z","updated_at":"2024-10-04T14:10:00.405Z","parent_kid":null,"public_key":null},{"kid":"e8f991a2-2670-4d45-82b1-f05fd848ab31","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-04T14:09:40.615Z","updated_at":"2024-10-04T14:09:57.251Z","parent_kid":"571da357-4e58-4a96-9e60-8a7d284fcc6c","public_key":null},{"kid":"a569edb0-0bf6-4c12-acf8-8ef89a210d04","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-04T14:09:36.612Z","updated_at":"2024-10-04T14:09:40.598Z","parent_kid":null,"public_key":null},{"kid":"85ee5a87-2b60-4d12-a2f7-53ba37b2dfb2","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-04T13:57:33.821Z","updated_at":"2024-10-04T14:09:41.211Z","parent_kid":"46b619d2-ab17-442e-9fd5-72e44c617d8c","public_key":null},{"kid":"46b619d2-ab17-442e-9fd5-72e44c617d8c","type":"environment-root-key","state":"destroyed","created_at":"2024-10-04T13:57:33.794Z","updated_at":"2024-10-04T14:09:57.251Z","parent_kid":null,"public_key":null},{"kid":"10026795-56c1-45e0-b00b-71d85d8f51da","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-04T13:57:31.387Z","updated_at":"2024-10-04T13:57:34.761Z","parent_kid":"46b619d2-ab17-442e-9fd5-72e44c617d8c","public_key":null},{"kid":"8ae186db-6b17-4cf6-9b49-e6962ef216f3","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-04T13:57:21.705Z","updated_at":"2024-10-04T13:57:34.761Z","parent_kid":null,"public_key":null},{"kid":"a42df500-2596-467a-96cf-a57893c54fa0","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-04T13:57:14.190Z","updated_at":"2024-10-04T13:57:31.988Z","parent_kid":"8ae186db-6b17-4cf6-9b49-e6962ef216f3","public_key":null},{"kid":"3643f722-abb3-47b7-8773-682032798164","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-04T13:57:11.217Z","updated_at":"2024-10-04T13:57:14.100Z","parent_kid":null,"public_key":null},{"kid":"f69e7380-8927-4718-a773-6e54400a0fee","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-04T13:53:47.041Z","updated_at":"2024-10-04T13:57:14.828Z","parent_kid":"a33edce6-db4c-4b6f-9659-ec53e28084e5","public_key":null},{"kid":"a33edce6-db4c-4b6f-9659-ec53e28084e5","type":"environment-root-key","state":"destroyed","created_at":"2024-10-04T13:53:47.025Z","updated_at":"2024-10-04T13:57:31.988Z","parent_kid":null,"public_key":null},{"kid":"147a0a26-755c-47d9-ba78-70bfb81effb1","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-04T13:53:44.581Z","updated_at":"2024-10-04T13:53:47.761Z","parent_kid":"a33edce6-db4c-4b6f-9659-ec53e28084e5","public_key":null},{"kid":"860dad78-4b2a-4966-b410-49cc60299e81","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-04T13:53:29.881Z","updated_at":"2024-10-04T13:53:47.761Z","parent_kid":null,"public_key":null},{"kid":"6100332f-f050-4b73-88b3-ec032e761193","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-04T13:53:27.536Z","updated_at":"2024-10-04T13:53:45.229Z","parent_kid":"860dad78-4b2a-4966-b410-49cc60299e81","public_key":null},{"kid":"472793c9-1036-40bf-8a91-271a5450dbb4","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-04T13:53:23.784Z","updated_at":"2024-10-04T13:53:27.517Z","parent_kid":null,"public_key":null},{"kid":"482d3c00-db1f-41c5-880b-235f1a8ebc40","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-03T21:46:02.580Z","updated_at":"2024-10-04T13:53:28.108Z","parent_kid":"afa24d67-84cf-4e77-bf55-af0a77df8fa6","public_key":null},{"kid":"caa6c1c0-736a-4224-82b7-21ca4a3dd908","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-03T21:45:51.656Z","updated_at":"2024-10-03T21:46:02.566Z","parent_kid":null,"public_key":null},{"kid":"56f5a62b-bd95-46b7-b14e-0d69f29b683f","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-03T21:45:49.428Z","updated_at":"2024-10-03T21:46:03.145Z","parent_kid":"afa24d67-84cf-4e77-bf55-af0a77df8fa6","public_key":null},{"kid":"d2a64a43-829b-4f3f-b5c5-754ed451ad86","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-03T21:45:45.167Z","updated_at":"2024-10-03T21:45:49.414Z","parent_kid":null,"public_key":null},{"kid":"157dc901-01eb-4c9d-b269-1a38da4416c2","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-03T21:43:22.371Z","updated_at":"2024-10-03T21:45:49.991Z","parent_kid":"afa24d67-84cf-4e77-bf55-af0a77df8fa6","public_key":null},{"kid":"47dbcf11-99bf-47e2-a276-0a541ad4901b","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-03T21:43:11.663Z","updated_at":"2024-10-03T21:43:22.343Z","parent_kid":null,"public_key":null},{"kid":"dc5989f9-6b3b-41da-9b2e-eebd3660493a","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-03T21:43:09.216Z","updated_at":"2024-10-03T21:43:22.965Z","parent_kid":"afa24d67-84cf-4e77-bf55-af0a77df8fa6","public_key":null},{"kid":"99276858-a3ae-4ded-a2f0-62ded118fcf2","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-03T21:43:05.810Z","updated_at":"2024-10-03T21:43:09.204Z","parent_kid":null,"public_key":null},{"kid":"d5a2db56-c103-443b-aa4d-0209d22a1f7c","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-03T21:41:14.689Z","updated_at":"2024-10-03T21:43:09.769Z","parent_kid":"afa24d67-84cf-4e77-bf55-af0a77df8fa6","public_key":null},{"kid":"96d7bb6b-8c37-4230-a338-0cf490d50ab9","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-03T21:41:05.138Z","updated_at":"2024-10-03T21:41:14.658Z","parent_kid":null,"public_key":null},{"kid":"9b0b8796-b4a1-454a-b36e-a8235cc8667f","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-03T21:41:02.907Z","updated_at":"2024-10-03T21:41:15.259Z","parent_kid":"afa24d67-84cf-4e77-bf55-af0a77df8fa6","public_key":null},{"kid":"e9dda37e-b960-4f92-9a15-5bc7c6ed72b9","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-03T21:40:59.230Z","updated_at":"2024-10-03T21:41:02.895Z","parent_kid":null,"public_key":null},{"kid":"a3026e21-f4a7-4161-99e4-8fa7fa8eb41a","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-03T21:27:49.983Z","updated_at":"2024-10-03T21:41:03.460Z","parent_kid":"afa24d67-84cf-4e77-bf55-af0a77df8fa6","public_key":null},{"kid":"037ec356-1a73-4bf5-bfb4-ca56bc8c61e1","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-03T21:27:38.661Z","updated_at":"2024-10-03T21:27:49.952Z","parent_kid":null,"public_key":null},{"kid":"671c0e33-613b-4323-81ee-a0d9ecd3f1d0","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-03T21:27:36.340Z","updated_at":"2024-10-03T21:27:50.578Z","parent_kid":"afa24d67-84cf-4e77-bf55-af0a77df8fa6","public_key":null},{"kid":"d897c343-4071-41f7-aed3-67695a34451f","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-03T21:27:32.304Z","updated_at":"2024-10-03T21:27:36.327Z","parent_kid":null,"public_key":null},{"kid":"e3f8d1ab-1125-48b7-b35b-b4e0beb18cff","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-03T21:22:14.540Z","updated_at":"2024-10-03T21:27:36.894Z","parent_kid":"afa24d67-84cf-4e77-bf55-af0a77df8fa6","public_key":null},{"kid":"454e1557-0d02-4245-96e9-3510fe19a690","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-03T21:22:08.628Z","updated_at":"2024-10-03T21:22:14.525Z","parent_kid":null,"public_key":null},{"kid":"fb59ded0-f3d6-4195-9fac-08fcd7dde140","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-03T21:22:01.299Z","updated_at":"2024-10-03T21:22:15.139Z","parent_kid":"afa24d67-84cf-4e77-bf55-af0a77df8fa6","public_key":null},{"kid":"7c02c0a2-d833-4f8e-bedc-3ed8f1595894","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-03T21:21:58.242Z","updated_at":"2024-10-03T21:22:01.269Z","parent_kid":null,"public_key":null},{"kid":"1c76b6b7-4319-40e2-ba7a-8c8497ad2aa9","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-03T21:17:09.120Z","updated_at":"2024-10-03T21:22:01.854Z","parent_kid":"afa24d67-84cf-4e77-bf55-af0a77df8fa6","public_key":null},{"kid":"dfb1b07d-9405-4cb5-ad07-2d745b98c59f","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-03T21:16:58.926Z","updated_at":"2024-10-03T21:17:09.107Z","parent_kid":null,"public_key":null},{"kid":"17631625-dbd0-4bd4-bef2-db841e8cd8ea","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-03T21:16:56.726Z","updated_at":"2024-10-03T21:17:09.662Z","parent_kid":"afa24d67-84cf-4e77-bf55-af0a77df8fa6","public_key":null},{"kid":"1e8d716a-c9e9-462a-ae9d-ce179258d853","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-03T21:16:53.252Z","updated_at":"2024-10-03T21:16:56.709Z","parent_kid":null,"public_key":null},{"kid":"64da35b0-7fd4-4974-bc1a-56fd45084a1b","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-03T21:12:09.474Z","updated_at":"2024-10-03T21:16:57.273Z","parent_kid":"afa24d67-84cf-4e77-bf55-af0a77df8fa6","public_key":null},{"kid":"33016b12-353e-48d1-8dc2-2dfe9bc451b1","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-03T21:11:58.848Z","updated_at":"2024-10-03T21:12:09.459Z","parent_kid":null,"public_key":null}],"start":0,"limit":0,"total":0}' - headers: - Content-Type: - - application/json; charset=utf-8 - status: 200 OK - code: 200 - duration: 142.530333ms - - id: 43 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: terraform-provider-auth0-dev.eu.auth0.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - Content-Type: - - application/json - User-Agent: - - Go-Auth0/1.11.0 - url: https://terraform-provider-auth0-dev.eu.auth0.com/api/v2/tenants/settings - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: -1 - uncompressed: true - body: '{"enabled_locales":["en"],"flags":{"allow_changing_enable_sso":false,"disable_impersonation":true,"enable_sso":true,"universal_login":true,"revoke_refresh_token_grant":false,"disable_clickjack_protection_headers":false},"idle_session_lifetime":72,"sandbox_version":"18","session_lifetime":168,"oidc_logout":{"rp_logout_end_session_endpoint_discovery":true},"sandbox_versions_available":["18","16"]}' - headers: - Content-Type: - - application/json; charset=utf-8 - status: 200 OK - code: 200 - duration: 146.345917ms - - id: 44 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: terraform-provider-auth0-dev.eu.auth0.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - Content-Type: - - application/json - User-Agent: - - Go-Auth0/1.11.0 - url: https://terraform-provider-auth0-dev.eu.auth0.com/api/v2/tenants/settings - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: -1 - uncompressed: true - body: '{"enabled_locales":["en"],"flags":{"allow_changing_enable_sso":false,"disable_impersonation":true,"enable_sso":true,"universal_login":true,"revoke_refresh_token_grant":false,"disable_clickjack_protection_headers":false},"idle_session_lifetime":72,"sandbox_version":"18","session_lifetime":168,"oidc_logout":{"rp_logout_end_session_endpoint_discovery":true},"sandbox_versions_available":["18","16"]}' - headers: - Content-Type: - - application/json; charset=utf-8 - status: 200 OK - code: 200 - duration: 118.139666ms - - id: 45 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: terraform-provider-auth0-dev.eu.auth0.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - Content-Type: - - application/json - User-Agent: - - Go-Auth0/1.11.0 - url: https://terraform-provider-auth0-dev.eu.auth0.com/api/v2/keys/encryption?include_totals=true&page=0&per_page=5 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: -1 - uncompressed: true - body: '{"keys":[{"kid":"e3f86d8f-360d-409c-ba10-98051a922771","type":"tenant-master-key","state":"active","created_at":"2024-10-04T14:11:36.453Z","updated_at":"2024-10-04T14:11:36.453Z","parent_kid":"9cd36af3-80e0-4821-b8e6-58eaef816b69","public_key":null},{"kid":"9cd36af3-80e0-4821-b8e6-58eaef816b69","type":"customer-provided-root-key","state":"active","created_at":"2024-10-04T14:11:27.379Z","updated_at":"2024-10-04T14:11:36.436Z","parent_kid":null,"public_key":null},{"kid":"09ecaed5-7c08-47d4-951c-3167763cb785","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-04T14:11:25.018Z","updated_at":"2024-10-04T14:11:37.071Z","parent_kid":"9cd36af3-80e0-4821-b8e6-58eaef816b69","public_key":null},{"kid":"a8ee2b51-6ed4-4f08-a047-205b5be08784","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-04T14:11:15.077Z","updated_at":"2024-10-04T14:11:24.985Z","parent_kid":null,"public_key":null},{"kid":"5b40e87a-27e3-412c-9346-a9f84537ae13","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-04T14:11:08.785Z","updated_at":"2024-10-04T14:11:25.636Z","parent_kid":"6a9a6357-6329-4265-91fc-2ab0d8434a15","public_key":null},{"kid":"4b847b04-ab89-42b0-80c0-6608d26fd867","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-04T14:11:06.690Z","updated_at":"2024-10-04T14:11:09.173Z","parent_kid":"6a9a6357-6329-4265-91fc-2ab0d8434a15","public_key":null},{"kid":"c178a38a-8111-480b-a54f-a3dfea118773","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-04T14:09:59.532Z","updated_at":"2024-10-04T14:11:07.073Z","parent_kid":"6a9a6357-6329-4265-91fc-2ab0d8434a15","public_key":null},{"kid":"6a9a6357-6329-4265-91fc-2ab0d8434a15","type":"environment-root-key","state":"destroyed","created_at":"2024-10-04T14:09:59.517Z","updated_at":"2024-10-04T14:11:37.071Z","parent_kid":null,"public_key":null},{"kid":"cc9a475f-7452-43da-8443-67b9b2b98eec","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-04T14:09:56.653Z","updated_at":"2024-10-04T14:10:00.405Z","parent_kid":"6a9a6357-6329-4265-91fc-2ab0d8434a15","public_key":null},{"kid":"571da357-4e58-4a96-9e60-8a7d284fcc6c","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-04T14:09:42.863Z","updated_at":"2024-10-04T14:10:00.405Z","parent_kid":null,"public_key":null},{"kid":"e8f991a2-2670-4d45-82b1-f05fd848ab31","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-04T14:09:40.615Z","updated_at":"2024-10-04T14:09:57.251Z","parent_kid":"571da357-4e58-4a96-9e60-8a7d284fcc6c","public_key":null},{"kid":"a569edb0-0bf6-4c12-acf8-8ef89a210d04","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-04T14:09:36.612Z","updated_at":"2024-10-04T14:09:40.598Z","parent_kid":null,"public_key":null},{"kid":"85ee5a87-2b60-4d12-a2f7-53ba37b2dfb2","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-04T13:57:33.821Z","updated_at":"2024-10-04T14:09:41.211Z","parent_kid":"46b619d2-ab17-442e-9fd5-72e44c617d8c","public_key":null},{"kid":"46b619d2-ab17-442e-9fd5-72e44c617d8c","type":"environment-root-key","state":"destroyed","created_at":"2024-10-04T13:57:33.794Z","updated_at":"2024-10-04T14:09:57.251Z","parent_kid":null,"public_key":null},{"kid":"10026795-56c1-45e0-b00b-71d85d8f51da","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-04T13:57:31.387Z","updated_at":"2024-10-04T13:57:34.761Z","parent_kid":"46b619d2-ab17-442e-9fd5-72e44c617d8c","public_key":null},{"kid":"8ae186db-6b17-4cf6-9b49-e6962ef216f3","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-04T13:57:21.705Z","updated_at":"2024-10-04T13:57:34.761Z","parent_kid":null,"public_key":null},{"kid":"a42df500-2596-467a-96cf-a57893c54fa0","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-04T13:57:14.190Z","updated_at":"2024-10-04T13:57:31.988Z","parent_kid":"8ae186db-6b17-4cf6-9b49-e6962ef216f3","public_key":null},{"kid":"3643f722-abb3-47b7-8773-682032798164","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-04T13:57:11.217Z","updated_at":"2024-10-04T13:57:14.100Z","parent_kid":null,"public_key":null},{"kid":"f69e7380-8927-4718-a773-6e54400a0fee","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-04T13:53:47.041Z","updated_at":"2024-10-04T13:57:14.828Z","parent_kid":"a33edce6-db4c-4b6f-9659-ec53e28084e5","public_key":null},{"kid":"a33edce6-db4c-4b6f-9659-ec53e28084e5","type":"environment-root-key","state":"destroyed","created_at":"2024-10-04T13:53:47.025Z","updated_at":"2024-10-04T13:57:31.988Z","parent_kid":null,"public_key":null},{"kid":"147a0a26-755c-47d9-ba78-70bfb81effb1","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-04T13:53:44.581Z","updated_at":"2024-10-04T13:53:47.761Z","parent_kid":"a33edce6-db4c-4b6f-9659-ec53e28084e5","public_key":null},{"kid":"860dad78-4b2a-4966-b410-49cc60299e81","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-04T13:53:29.881Z","updated_at":"2024-10-04T13:53:47.761Z","parent_kid":null,"public_key":null},{"kid":"6100332f-f050-4b73-88b3-ec032e761193","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-04T13:53:27.536Z","updated_at":"2024-10-04T13:53:45.229Z","parent_kid":"860dad78-4b2a-4966-b410-49cc60299e81","public_key":null},{"kid":"472793c9-1036-40bf-8a91-271a5450dbb4","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-04T13:53:23.784Z","updated_at":"2024-10-04T13:53:27.517Z","parent_kid":null,"public_key":null},{"kid":"482d3c00-db1f-41c5-880b-235f1a8ebc40","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-03T21:46:02.580Z","updated_at":"2024-10-04T13:53:28.108Z","parent_kid":"afa24d67-84cf-4e77-bf55-af0a77df8fa6","public_key":null},{"kid":"caa6c1c0-736a-4224-82b7-21ca4a3dd908","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-03T21:45:51.656Z","updated_at":"2024-10-03T21:46:02.566Z","parent_kid":null,"public_key":null},{"kid":"56f5a62b-bd95-46b7-b14e-0d69f29b683f","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-03T21:45:49.428Z","updated_at":"2024-10-03T21:46:03.145Z","parent_kid":"afa24d67-84cf-4e77-bf55-af0a77df8fa6","public_key":null},{"kid":"d2a64a43-829b-4f3f-b5c5-754ed451ad86","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-03T21:45:45.167Z","updated_at":"2024-10-03T21:45:49.414Z","parent_kid":null,"public_key":null},{"kid":"157dc901-01eb-4c9d-b269-1a38da4416c2","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-03T21:43:22.371Z","updated_at":"2024-10-03T21:45:49.991Z","parent_kid":"afa24d67-84cf-4e77-bf55-af0a77df8fa6","public_key":null},{"kid":"47dbcf11-99bf-47e2-a276-0a541ad4901b","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-03T21:43:11.663Z","updated_at":"2024-10-03T21:43:22.343Z","parent_kid":null,"public_key":null},{"kid":"dc5989f9-6b3b-41da-9b2e-eebd3660493a","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-03T21:43:09.216Z","updated_at":"2024-10-03T21:43:22.965Z","parent_kid":"afa24d67-84cf-4e77-bf55-af0a77df8fa6","public_key":null},{"kid":"99276858-a3ae-4ded-a2f0-62ded118fcf2","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-03T21:43:05.810Z","updated_at":"2024-10-03T21:43:09.204Z","parent_kid":null,"public_key":null},{"kid":"d5a2db56-c103-443b-aa4d-0209d22a1f7c","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-03T21:41:14.689Z","updated_at":"2024-10-03T21:43:09.769Z","parent_kid":"afa24d67-84cf-4e77-bf55-af0a77df8fa6","public_key":null},{"kid":"96d7bb6b-8c37-4230-a338-0cf490d50ab9","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-03T21:41:05.138Z","updated_at":"2024-10-03T21:41:14.658Z","parent_kid":null,"public_key":null},{"kid":"9b0b8796-b4a1-454a-b36e-a8235cc8667f","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-03T21:41:02.907Z","updated_at":"2024-10-03T21:41:15.259Z","parent_kid":"afa24d67-84cf-4e77-bf55-af0a77df8fa6","public_key":null},{"kid":"e9dda37e-b960-4f92-9a15-5bc7c6ed72b9","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-03T21:40:59.230Z","updated_at":"2024-10-03T21:41:02.895Z","parent_kid":null,"public_key":null},{"kid":"a3026e21-f4a7-4161-99e4-8fa7fa8eb41a","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-03T21:27:49.983Z","updated_at":"2024-10-03T21:41:03.460Z","parent_kid":"afa24d67-84cf-4e77-bf55-af0a77df8fa6","public_key":null},{"kid":"037ec356-1a73-4bf5-bfb4-ca56bc8c61e1","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-03T21:27:38.661Z","updated_at":"2024-10-03T21:27:49.952Z","parent_kid":null,"public_key":null},{"kid":"671c0e33-613b-4323-81ee-a0d9ecd3f1d0","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-03T21:27:36.340Z","updated_at":"2024-10-03T21:27:50.578Z","parent_kid":"afa24d67-84cf-4e77-bf55-af0a77df8fa6","public_key":null},{"kid":"d897c343-4071-41f7-aed3-67695a34451f","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-03T21:27:32.304Z","updated_at":"2024-10-03T21:27:36.327Z","parent_kid":null,"public_key":null},{"kid":"e3f8d1ab-1125-48b7-b35b-b4e0beb18cff","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-03T21:22:14.540Z","updated_at":"2024-10-03T21:27:36.894Z","parent_kid":"afa24d67-84cf-4e77-bf55-af0a77df8fa6","public_key":null},{"kid":"454e1557-0d02-4245-96e9-3510fe19a690","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-03T21:22:08.628Z","updated_at":"2024-10-03T21:22:14.525Z","parent_kid":null,"public_key":null},{"kid":"fb59ded0-f3d6-4195-9fac-08fcd7dde140","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-03T21:22:01.299Z","updated_at":"2024-10-03T21:22:15.139Z","parent_kid":"afa24d67-84cf-4e77-bf55-af0a77df8fa6","public_key":null},{"kid":"7c02c0a2-d833-4f8e-bedc-3ed8f1595894","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-03T21:21:58.242Z","updated_at":"2024-10-03T21:22:01.269Z","parent_kid":null,"public_key":null},{"kid":"1c76b6b7-4319-40e2-ba7a-8c8497ad2aa9","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-03T21:17:09.120Z","updated_at":"2024-10-03T21:22:01.854Z","parent_kid":"afa24d67-84cf-4e77-bf55-af0a77df8fa6","public_key":null},{"kid":"dfb1b07d-9405-4cb5-ad07-2d745b98c59f","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-03T21:16:58.926Z","updated_at":"2024-10-03T21:17:09.107Z","parent_kid":null,"public_key":null},{"kid":"17631625-dbd0-4bd4-bef2-db841e8cd8ea","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-03T21:16:56.726Z","updated_at":"2024-10-03T21:17:09.662Z","parent_kid":"afa24d67-84cf-4e77-bf55-af0a77df8fa6","public_key":null},{"kid":"1e8d716a-c9e9-462a-ae9d-ce179258d853","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-03T21:16:53.252Z","updated_at":"2024-10-03T21:16:56.709Z","parent_kid":null,"public_key":null},{"kid":"64da35b0-7fd4-4974-bc1a-56fd45084a1b","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-03T21:12:09.474Z","updated_at":"2024-10-03T21:16:57.273Z","parent_kid":"afa24d67-84cf-4e77-bf55-af0a77df8fa6","public_key":null},{"kid":"33016b12-353e-48d1-8dc2-2dfe9bc451b1","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-03T21:11:58.848Z","updated_at":"2024-10-03T21:12:09.459Z","parent_kid":null,"public_key":null}],"start":0,"limit":0,"total":0}' - headers: - Content-Type: - - application/json; charset=utf-8 - status: 200 OK - code: 200 - duration: 124.5895ms - - id: 46 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: terraform-provider-auth0-dev.eu.auth0.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - Content-Type: - - application/json - User-Agent: - - Go-Auth0/1.11.0 - url: https://terraform-provider-auth0-dev.eu.auth0.com/api/v2/keys/encryption?include_totals=true&page=0&per_page=5 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: -1 - uncompressed: true - body: '{"keys":[{"kid":"e3f86d8f-360d-409c-ba10-98051a922771","type":"tenant-master-key","state":"active","created_at":"2024-10-04T14:11:36.453Z","updated_at":"2024-10-04T14:11:36.453Z","parent_kid":"9cd36af3-80e0-4821-b8e6-58eaef816b69","public_key":null},{"kid":"9cd36af3-80e0-4821-b8e6-58eaef816b69","type":"customer-provided-root-key","state":"active","created_at":"2024-10-04T14:11:27.379Z","updated_at":"2024-10-04T14:11:36.436Z","parent_kid":null,"public_key":null},{"kid":"09ecaed5-7c08-47d4-951c-3167763cb785","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-04T14:11:25.018Z","updated_at":"2024-10-04T14:11:37.071Z","parent_kid":"9cd36af3-80e0-4821-b8e6-58eaef816b69","public_key":null},{"kid":"a8ee2b51-6ed4-4f08-a047-205b5be08784","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-04T14:11:15.077Z","updated_at":"2024-10-04T14:11:24.985Z","parent_kid":null,"public_key":null},{"kid":"5b40e87a-27e3-412c-9346-a9f84537ae13","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-04T14:11:08.785Z","updated_at":"2024-10-04T14:11:25.636Z","parent_kid":"6a9a6357-6329-4265-91fc-2ab0d8434a15","public_key":null},{"kid":"4b847b04-ab89-42b0-80c0-6608d26fd867","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-04T14:11:06.690Z","updated_at":"2024-10-04T14:11:09.173Z","parent_kid":"6a9a6357-6329-4265-91fc-2ab0d8434a15","public_key":null},{"kid":"c178a38a-8111-480b-a54f-a3dfea118773","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-04T14:09:59.532Z","updated_at":"2024-10-04T14:11:07.073Z","parent_kid":"6a9a6357-6329-4265-91fc-2ab0d8434a15","public_key":null},{"kid":"6a9a6357-6329-4265-91fc-2ab0d8434a15","type":"environment-root-key","state":"destroyed","created_at":"2024-10-04T14:09:59.517Z","updated_at":"2024-10-04T14:11:37.071Z","parent_kid":null,"public_key":null},{"kid":"cc9a475f-7452-43da-8443-67b9b2b98eec","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-04T14:09:56.653Z","updated_at":"2024-10-04T14:10:00.405Z","parent_kid":"6a9a6357-6329-4265-91fc-2ab0d8434a15","public_key":null},{"kid":"571da357-4e58-4a96-9e60-8a7d284fcc6c","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-04T14:09:42.863Z","updated_at":"2024-10-04T14:10:00.405Z","parent_kid":null,"public_key":null},{"kid":"e8f991a2-2670-4d45-82b1-f05fd848ab31","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-04T14:09:40.615Z","updated_at":"2024-10-04T14:09:57.251Z","parent_kid":"571da357-4e58-4a96-9e60-8a7d284fcc6c","public_key":null},{"kid":"a569edb0-0bf6-4c12-acf8-8ef89a210d04","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-04T14:09:36.612Z","updated_at":"2024-10-04T14:09:40.598Z","parent_kid":null,"public_key":null},{"kid":"85ee5a87-2b60-4d12-a2f7-53ba37b2dfb2","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-04T13:57:33.821Z","updated_at":"2024-10-04T14:09:41.211Z","parent_kid":"46b619d2-ab17-442e-9fd5-72e44c617d8c","public_key":null},{"kid":"46b619d2-ab17-442e-9fd5-72e44c617d8c","type":"environment-root-key","state":"destroyed","created_at":"2024-10-04T13:57:33.794Z","updated_at":"2024-10-04T14:09:57.251Z","parent_kid":null,"public_key":null},{"kid":"10026795-56c1-45e0-b00b-71d85d8f51da","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-04T13:57:31.387Z","updated_at":"2024-10-04T13:57:34.761Z","parent_kid":"46b619d2-ab17-442e-9fd5-72e44c617d8c","public_key":null},{"kid":"8ae186db-6b17-4cf6-9b49-e6962ef216f3","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-04T13:57:21.705Z","updated_at":"2024-10-04T13:57:34.761Z","parent_kid":null,"public_key":null},{"kid":"a42df500-2596-467a-96cf-a57893c54fa0","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-04T13:57:14.190Z","updated_at":"2024-10-04T13:57:31.988Z","parent_kid":"8ae186db-6b17-4cf6-9b49-e6962ef216f3","public_key":null},{"kid":"3643f722-abb3-47b7-8773-682032798164","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-04T13:57:11.217Z","updated_at":"2024-10-04T13:57:14.100Z","parent_kid":null,"public_key":null},{"kid":"f69e7380-8927-4718-a773-6e54400a0fee","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-04T13:53:47.041Z","updated_at":"2024-10-04T13:57:14.828Z","parent_kid":"a33edce6-db4c-4b6f-9659-ec53e28084e5","public_key":null},{"kid":"a33edce6-db4c-4b6f-9659-ec53e28084e5","type":"environment-root-key","state":"destroyed","created_at":"2024-10-04T13:53:47.025Z","updated_at":"2024-10-04T13:57:31.988Z","parent_kid":null,"public_key":null},{"kid":"147a0a26-755c-47d9-ba78-70bfb81effb1","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-04T13:53:44.581Z","updated_at":"2024-10-04T13:53:47.761Z","parent_kid":"a33edce6-db4c-4b6f-9659-ec53e28084e5","public_key":null},{"kid":"860dad78-4b2a-4966-b410-49cc60299e81","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-04T13:53:29.881Z","updated_at":"2024-10-04T13:53:47.761Z","parent_kid":null,"public_key":null},{"kid":"6100332f-f050-4b73-88b3-ec032e761193","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-04T13:53:27.536Z","updated_at":"2024-10-04T13:53:45.229Z","parent_kid":"860dad78-4b2a-4966-b410-49cc60299e81","public_key":null},{"kid":"472793c9-1036-40bf-8a91-271a5450dbb4","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-04T13:53:23.784Z","updated_at":"2024-10-04T13:53:27.517Z","parent_kid":null,"public_key":null},{"kid":"482d3c00-db1f-41c5-880b-235f1a8ebc40","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-03T21:46:02.580Z","updated_at":"2024-10-04T13:53:28.108Z","parent_kid":"afa24d67-84cf-4e77-bf55-af0a77df8fa6","public_key":null},{"kid":"caa6c1c0-736a-4224-82b7-21ca4a3dd908","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-03T21:45:51.656Z","updated_at":"2024-10-03T21:46:02.566Z","parent_kid":null,"public_key":null},{"kid":"56f5a62b-bd95-46b7-b14e-0d69f29b683f","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-03T21:45:49.428Z","updated_at":"2024-10-03T21:46:03.145Z","parent_kid":"afa24d67-84cf-4e77-bf55-af0a77df8fa6","public_key":null},{"kid":"d2a64a43-829b-4f3f-b5c5-754ed451ad86","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-03T21:45:45.167Z","updated_at":"2024-10-03T21:45:49.414Z","parent_kid":null,"public_key":null},{"kid":"157dc901-01eb-4c9d-b269-1a38da4416c2","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-03T21:43:22.371Z","updated_at":"2024-10-03T21:45:49.991Z","parent_kid":"afa24d67-84cf-4e77-bf55-af0a77df8fa6","public_key":null},{"kid":"47dbcf11-99bf-47e2-a276-0a541ad4901b","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-03T21:43:11.663Z","updated_at":"2024-10-03T21:43:22.343Z","parent_kid":null,"public_key":null},{"kid":"dc5989f9-6b3b-41da-9b2e-eebd3660493a","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-03T21:43:09.216Z","updated_at":"2024-10-03T21:43:22.965Z","parent_kid":"afa24d67-84cf-4e77-bf55-af0a77df8fa6","public_key":null},{"kid":"99276858-a3ae-4ded-a2f0-62ded118fcf2","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-03T21:43:05.810Z","updated_at":"2024-10-03T21:43:09.204Z","parent_kid":null,"public_key":null},{"kid":"d5a2db56-c103-443b-aa4d-0209d22a1f7c","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-03T21:41:14.689Z","updated_at":"2024-10-03T21:43:09.769Z","parent_kid":"afa24d67-84cf-4e77-bf55-af0a77df8fa6","public_key":null},{"kid":"96d7bb6b-8c37-4230-a338-0cf490d50ab9","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-03T21:41:05.138Z","updated_at":"2024-10-03T21:41:14.658Z","parent_kid":null,"public_key":null},{"kid":"9b0b8796-b4a1-454a-b36e-a8235cc8667f","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-03T21:41:02.907Z","updated_at":"2024-10-03T21:41:15.259Z","parent_kid":"afa24d67-84cf-4e77-bf55-af0a77df8fa6","public_key":null},{"kid":"e9dda37e-b960-4f92-9a15-5bc7c6ed72b9","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-03T21:40:59.230Z","updated_at":"2024-10-03T21:41:02.895Z","parent_kid":null,"public_key":null},{"kid":"a3026e21-f4a7-4161-99e4-8fa7fa8eb41a","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-03T21:27:49.983Z","updated_at":"2024-10-03T21:41:03.460Z","parent_kid":"afa24d67-84cf-4e77-bf55-af0a77df8fa6","public_key":null},{"kid":"037ec356-1a73-4bf5-bfb4-ca56bc8c61e1","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-03T21:27:38.661Z","updated_at":"2024-10-03T21:27:49.952Z","parent_kid":null,"public_key":null},{"kid":"671c0e33-613b-4323-81ee-a0d9ecd3f1d0","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-03T21:27:36.340Z","updated_at":"2024-10-03T21:27:50.578Z","parent_kid":"afa24d67-84cf-4e77-bf55-af0a77df8fa6","public_key":null},{"kid":"d897c343-4071-41f7-aed3-67695a34451f","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-03T21:27:32.304Z","updated_at":"2024-10-03T21:27:36.327Z","parent_kid":null,"public_key":null},{"kid":"e3f8d1ab-1125-48b7-b35b-b4e0beb18cff","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-03T21:22:14.540Z","updated_at":"2024-10-03T21:27:36.894Z","parent_kid":"afa24d67-84cf-4e77-bf55-af0a77df8fa6","public_key":null},{"kid":"454e1557-0d02-4245-96e9-3510fe19a690","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-03T21:22:08.628Z","updated_at":"2024-10-03T21:22:14.525Z","parent_kid":null,"public_key":null},{"kid":"fb59ded0-f3d6-4195-9fac-08fcd7dde140","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-03T21:22:01.299Z","updated_at":"2024-10-03T21:22:15.139Z","parent_kid":"afa24d67-84cf-4e77-bf55-af0a77df8fa6","public_key":null},{"kid":"7c02c0a2-d833-4f8e-bedc-3ed8f1595894","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-03T21:21:58.242Z","updated_at":"2024-10-03T21:22:01.269Z","parent_kid":null,"public_key":null},{"kid":"1c76b6b7-4319-40e2-ba7a-8c8497ad2aa9","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-03T21:17:09.120Z","updated_at":"2024-10-03T21:22:01.854Z","parent_kid":"afa24d67-84cf-4e77-bf55-af0a77df8fa6","public_key":null},{"kid":"dfb1b07d-9405-4cb5-ad07-2d745b98c59f","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-03T21:16:58.926Z","updated_at":"2024-10-03T21:17:09.107Z","parent_kid":null,"public_key":null},{"kid":"17631625-dbd0-4bd4-bef2-db841e8cd8ea","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-03T21:16:56.726Z","updated_at":"2024-10-03T21:17:09.662Z","parent_kid":"afa24d67-84cf-4e77-bf55-af0a77df8fa6","public_key":null},{"kid":"1e8d716a-c9e9-462a-ae9d-ce179258d853","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-03T21:16:53.252Z","updated_at":"2024-10-03T21:16:56.709Z","parent_kid":null,"public_key":null},{"kid":"64da35b0-7fd4-4974-bc1a-56fd45084a1b","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-03T21:12:09.474Z","updated_at":"2024-10-03T21:16:57.273Z","parent_kid":"afa24d67-84cf-4e77-bf55-af0a77df8fa6","public_key":null},{"kid":"33016b12-353e-48d1-8dc2-2dfe9bc451b1","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-03T21:11:58.848Z","updated_at":"2024-10-03T21:12:09.459Z","parent_kid":null,"public_key":null}],"start":0,"limit":0,"total":0}' - headers: - Content-Type: - - application/json; charset=utf-8 - status: 200 OK - code: 200 - duration: 128.797583ms - - id: 47 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: terraform-provider-auth0-dev.eu.auth0.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - Content-Type: - - application/json - User-Agent: - - Go-Auth0/1.11.0 - url: https://terraform-provider-auth0-dev.eu.auth0.com/api/v2/tenants/settings - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: -1 - uncompressed: true - body: '{"enabled_locales":["en"],"flags":{"allow_changing_enable_sso":false,"disable_impersonation":true,"enable_sso":true,"universal_login":true,"revoke_refresh_token_grant":false,"disable_clickjack_protection_headers":false},"idle_session_lifetime":72,"sandbox_version":"18","session_lifetime":168,"oidc_logout":{"rp_logout_end_session_endpoint_discovery":true},"sandbox_versions_available":["18","16"]}' - headers: - Content-Type: - - application/json; charset=utf-8 - status: 200 OK - code: 200 - duration: 130.608583ms - - id: 48 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: terraform-provider-auth0-dev.eu.auth0.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - Content-Type: - - application/json - User-Agent: - - Go-Auth0/1.11.0 - url: https://terraform-provider-auth0-dev.eu.auth0.com/api/v2/keys/encryption/9cd36af3-80e0-4821-b8e6-58eaef816b69 - method: DELETE - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 0 - uncompressed: false - body: "" - headers: - Content-Type: - - application/json; charset=utf-8 - status: 204 No Content - code: 204 - duration: 878.332584ms - - id: 49 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: terraform-provider-auth0-dev.eu.auth0.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - Content-Type: - - application/json - User-Agent: - - Go-Auth0/1.11.0 - url: https://terraform-provider-auth0-dev.eu.auth0.com/api/v2/keys/encryption/9cd36af3-80e0-4821-b8e6-58eaef816b69 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: -1 - uncompressed: true - body: '{"kid":"9cd36af3-80e0-4821-b8e6-58eaef816b69","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-04T14:11:27.379Z","updated_at":"2024-10-04T14:11:40.064Z","parent_kid":null,"public_key":null}' - headers: - Content-Type: - - application/json; charset=utf-8 - status: 200 OK - code: 200 - duration: 114.40775ms diff --git a/test/data/recordings/TestAccEncryptionKeyManagerRotation.yaml b/test/data/recordings/TestAccEncryptionKeyManagerRotation.yaml deleted file mode 100644 index aac5c7cdd..000000000 --- a/test/data/recordings/TestAccEncryptionKeyManagerRotation.yaml +++ /dev/null @@ -1,810 +0,0 @@ ---- -version: 2 -interactions: - - id: 0 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 52 - transfer_encoding: [] - trailer: {} - host: terraform-provider-auth0-dev.eu.auth0.com - remote_addr: "" - request_uri: "" - body: | - {"session_lifetime":168,"idle_session_lifetime":72} - form: {} - headers: - Content-Type: - - application/json - User-Agent: - - Go-Auth0/1.11.0 - url: https://terraform-provider-auth0-dev.eu.auth0.com/api/v2/tenants/settings - method: PATCH - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: -1 - uncompressed: true - body: '{"enabled_locales":["en"],"flags":{"allow_changing_enable_sso":false,"cannot_change_enforce_client_authentication_on_passwordless_start":true,"disable_impersonation":true,"enable_sso":true,"enforce_client_authentication_on_passwordless_start":true,"universal_login":true,"revoke_refresh_token_grant":false,"disable_clickjack_protection_headers":false},"idle_session_lifetime":72,"sandbox_version":"18","session_lifetime":168,"oidc_logout":{"rp_logout_end_session_endpoint_discovery":true}}' - headers: - Content-Type: - - application/json; charset=utf-8 - status: 200 OK - code: 200 - duration: 205.767958ms - - id: 1 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: terraform-provider-auth0-dev.eu.auth0.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - Content-Type: - - application/json - User-Agent: - - Go-Auth0/1.11.0 - url: https://terraform-provider-auth0-dev.eu.auth0.com/api/v2/keys/encryption?include_totals=true&page=0&per_page=5 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: -1 - uncompressed: true - body: '{"keys":[{"kid":"c178a38a-8111-480b-a54f-a3dfea118773","type":"tenant-master-key","state":"active","created_at":"2024-10-04T14:09:59.532Z","updated_at":"2024-10-04T14:09:59.532Z","parent_kid":"6a9a6357-6329-4265-91fc-2ab0d8434a15","public_key":null},{"kid":"6a9a6357-6329-4265-91fc-2ab0d8434a15","type":"environment-root-key","state":"active","created_at":"2024-10-04T14:09:59.517Z","updated_at":"2024-10-04T14:09:59.517Z","parent_kid":null,"public_key":null},{"kid":"cc9a475f-7452-43da-8443-67b9b2b98eec","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-04T14:09:56.653Z","updated_at":"2024-10-04T14:10:00.405Z","parent_kid":"6a9a6357-6329-4265-91fc-2ab0d8434a15","public_key":null},{"kid":"571da357-4e58-4a96-9e60-8a7d284fcc6c","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-04T14:09:42.863Z","updated_at":"2024-10-04T14:10:00.405Z","parent_kid":null,"public_key":null},{"kid":"e8f991a2-2670-4d45-82b1-f05fd848ab31","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-04T14:09:40.615Z","updated_at":"2024-10-04T14:09:57.251Z","parent_kid":"571da357-4e58-4a96-9e60-8a7d284fcc6c","public_key":null},{"kid":"a569edb0-0bf6-4c12-acf8-8ef89a210d04","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-04T14:09:36.612Z","updated_at":"2024-10-04T14:09:40.598Z","parent_kid":null,"public_key":null},{"kid":"85ee5a87-2b60-4d12-a2f7-53ba37b2dfb2","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-04T13:57:33.821Z","updated_at":"2024-10-04T14:09:41.211Z","parent_kid":"46b619d2-ab17-442e-9fd5-72e44c617d8c","public_key":null},{"kid":"46b619d2-ab17-442e-9fd5-72e44c617d8c","type":"environment-root-key","state":"destroyed","created_at":"2024-10-04T13:57:33.794Z","updated_at":"2024-10-04T14:09:57.251Z","parent_kid":null,"public_key":null},{"kid":"10026795-56c1-45e0-b00b-71d85d8f51da","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-04T13:57:31.387Z","updated_at":"2024-10-04T13:57:34.761Z","parent_kid":"46b619d2-ab17-442e-9fd5-72e44c617d8c","public_key":null},{"kid":"8ae186db-6b17-4cf6-9b49-e6962ef216f3","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-04T13:57:21.705Z","updated_at":"2024-10-04T13:57:34.761Z","parent_kid":null,"public_key":null},{"kid":"a42df500-2596-467a-96cf-a57893c54fa0","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-04T13:57:14.190Z","updated_at":"2024-10-04T13:57:31.988Z","parent_kid":"8ae186db-6b17-4cf6-9b49-e6962ef216f3","public_key":null},{"kid":"3643f722-abb3-47b7-8773-682032798164","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-04T13:57:11.217Z","updated_at":"2024-10-04T13:57:14.100Z","parent_kid":null,"public_key":null},{"kid":"f69e7380-8927-4718-a773-6e54400a0fee","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-04T13:53:47.041Z","updated_at":"2024-10-04T13:57:14.828Z","parent_kid":"a33edce6-db4c-4b6f-9659-ec53e28084e5","public_key":null},{"kid":"a33edce6-db4c-4b6f-9659-ec53e28084e5","type":"environment-root-key","state":"destroyed","created_at":"2024-10-04T13:53:47.025Z","updated_at":"2024-10-04T13:57:31.988Z","parent_kid":null,"public_key":null},{"kid":"147a0a26-755c-47d9-ba78-70bfb81effb1","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-04T13:53:44.581Z","updated_at":"2024-10-04T13:53:47.761Z","parent_kid":"a33edce6-db4c-4b6f-9659-ec53e28084e5","public_key":null},{"kid":"860dad78-4b2a-4966-b410-49cc60299e81","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-04T13:53:29.881Z","updated_at":"2024-10-04T13:53:47.761Z","parent_kid":null,"public_key":null},{"kid":"6100332f-f050-4b73-88b3-ec032e761193","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-04T13:53:27.536Z","updated_at":"2024-10-04T13:53:45.229Z","parent_kid":"860dad78-4b2a-4966-b410-49cc60299e81","public_key":null},{"kid":"472793c9-1036-40bf-8a91-271a5450dbb4","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-04T13:53:23.784Z","updated_at":"2024-10-04T13:53:27.517Z","parent_kid":null,"public_key":null},{"kid":"482d3c00-db1f-41c5-880b-235f1a8ebc40","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-03T21:46:02.580Z","updated_at":"2024-10-04T13:53:28.108Z","parent_kid":"afa24d67-84cf-4e77-bf55-af0a77df8fa6","public_key":null},{"kid":"caa6c1c0-736a-4224-82b7-21ca4a3dd908","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-03T21:45:51.656Z","updated_at":"2024-10-03T21:46:02.566Z","parent_kid":null,"public_key":null},{"kid":"56f5a62b-bd95-46b7-b14e-0d69f29b683f","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-03T21:45:49.428Z","updated_at":"2024-10-03T21:46:03.145Z","parent_kid":"afa24d67-84cf-4e77-bf55-af0a77df8fa6","public_key":null},{"kid":"d2a64a43-829b-4f3f-b5c5-754ed451ad86","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-03T21:45:45.167Z","updated_at":"2024-10-03T21:45:49.414Z","parent_kid":null,"public_key":null},{"kid":"157dc901-01eb-4c9d-b269-1a38da4416c2","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-03T21:43:22.371Z","updated_at":"2024-10-03T21:45:49.991Z","parent_kid":"afa24d67-84cf-4e77-bf55-af0a77df8fa6","public_key":null},{"kid":"47dbcf11-99bf-47e2-a276-0a541ad4901b","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-03T21:43:11.663Z","updated_at":"2024-10-03T21:43:22.343Z","parent_kid":null,"public_key":null},{"kid":"dc5989f9-6b3b-41da-9b2e-eebd3660493a","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-03T21:43:09.216Z","updated_at":"2024-10-03T21:43:22.965Z","parent_kid":"afa24d67-84cf-4e77-bf55-af0a77df8fa6","public_key":null},{"kid":"99276858-a3ae-4ded-a2f0-62ded118fcf2","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-03T21:43:05.810Z","updated_at":"2024-10-03T21:43:09.204Z","parent_kid":null,"public_key":null},{"kid":"d5a2db56-c103-443b-aa4d-0209d22a1f7c","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-03T21:41:14.689Z","updated_at":"2024-10-03T21:43:09.769Z","parent_kid":"afa24d67-84cf-4e77-bf55-af0a77df8fa6","public_key":null},{"kid":"96d7bb6b-8c37-4230-a338-0cf490d50ab9","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-03T21:41:05.138Z","updated_at":"2024-10-03T21:41:14.658Z","parent_kid":null,"public_key":null},{"kid":"9b0b8796-b4a1-454a-b36e-a8235cc8667f","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-03T21:41:02.907Z","updated_at":"2024-10-03T21:41:15.259Z","parent_kid":"afa24d67-84cf-4e77-bf55-af0a77df8fa6","public_key":null},{"kid":"e9dda37e-b960-4f92-9a15-5bc7c6ed72b9","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-03T21:40:59.230Z","updated_at":"2024-10-03T21:41:02.895Z","parent_kid":null,"public_key":null},{"kid":"a3026e21-f4a7-4161-99e4-8fa7fa8eb41a","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-03T21:27:49.983Z","updated_at":"2024-10-03T21:41:03.460Z","parent_kid":"afa24d67-84cf-4e77-bf55-af0a77df8fa6","public_key":null},{"kid":"037ec356-1a73-4bf5-bfb4-ca56bc8c61e1","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-03T21:27:38.661Z","updated_at":"2024-10-03T21:27:49.952Z","parent_kid":null,"public_key":null},{"kid":"671c0e33-613b-4323-81ee-a0d9ecd3f1d0","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-03T21:27:36.340Z","updated_at":"2024-10-03T21:27:50.578Z","parent_kid":"afa24d67-84cf-4e77-bf55-af0a77df8fa6","public_key":null},{"kid":"d897c343-4071-41f7-aed3-67695a34451f","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-03T21:27:32.304Z","updated_at":"2024-10-03T21:27:36.327Z","parent_kid":null,"public_key":null},{"kid":"e3f8d1ab-1125-48b7-b35b-b4e0beb18cff","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-03T21:22:14.540Z","updated_at":"2024-10-03T21:27:36.894Z","parent_kid":"afa24d67-84cf-4e77-bf55-af0a77df8fa6","public_key":null},{"kid":"454e1557-0d02-4245-96e9-3510fe19a690","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-03T21:22:08.628Z","updated_at":"2024-10-03T21:22:14.525Z","parent_kid":null,"public_key":null},{"kid":"fb59ded0-f3d6-4195-9fac-08fcd7dde140","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-03T21:22:01.299Z","updated_at":"2024-10-03T21:22:15.139Z","parent_kid":"afa24d67-84cf-4e77-bf55-af0a77df8fa6","public_key":null},{"kid":"7c02c0a2-d833-4f8e-bedc-3ed8f1595894","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-03T21:21:58.242Z","updated_at":"2024-10-03T21:22:01.269Z","parent_kid":null,"public_key":null},{"kid":"1c76b6b7-4319-40e2-ba7a-8c8497ad2aa9","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-03T21:17:09.120Z","updated_at":"2024-10-03T21:22:01.854Z","parent_kid":"afa24d67-84cf-4e77-bf55-af0a77df8fa6","public_key":null},{"kid":"dfb1b07d-9405-4cb5-ad07-2d745b98c59f","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-03T21:16:58.926Z","updated_at":"2024-10-03T21:17:09.107Z","parent_kid":null,"public_key":null},{"kid":"17631625-dbd0-4bd4-bef2-db841e8cd8ea","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-03T21:16:56.726Z","updated_at":"2024-10-03T21:17:09.662Z","parent_kid":"afa24d67-84cf-4e77-bf55-af0a77df8fa6","public_key":null},{"kid":"1e8d716a-c9e9-462a-ae9d-ce179258d853","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-03T21:16:53.252Z","updated_at":"2024-10-03T21:16:56.709Z","parent_kid":null,"public_key":null},{"kid":"64da35b0-7fd4-4974-bc1a-56fd45084a1b","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-03T21:12:09.474Z","updated_at":"2024-10-03T21:16:57.273Z","parent_kid":"afa24d67-84cf-4e77-bf55-af0a77df8fa6","public_key":null},{"kid":"33016b12-353e-48d1-8dc2-2dfe9bc451b1","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-03T21:11:58.848Z","updated_at":"2024-10-03T21:12:09.459Z","parent_kid":null,"public_key":null},{"kid":"8bbd49ac-3195-4509-9ab0-564d50c0eaac","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-03T21:11:56.593Z","updated_at":"2024-10-03T21:12:10.016Z","parent_kid":"afa24d67-84cf-4e77-bf55-af0a77df8fa6","public_key":null},{"kid":"9cab2bfb-1dcd-4164-9293-349ad772a315","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-03T21:11:52.993Z","updated_at":"2024-10-03T21:11:56.579Z","parent_kid":null,"public_key":null},{"kid":"65905b6c-63c6-4408-9575-8bebdcd92f0b","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-03T21:04:35.628Z","updated_at":"2024-10-03T21:11:57.138Z","parent_kid":"afa24d67-84cf-4e77-bf55-af0a77df8fa6","public_key":null},{"kid":"f5c6855e-4741-44ee-a7c4-400bc9a5a5e1","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-03T21:04:30.089Z","updated_at":"2024-10-03T21:04:35.615Z","parent_kid":null,"public_key":null},{"kid":"bf680f49-bcf1-48e7-aa30-99e9aeea870e","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-03T21:04:21.817Z","updated_at":"2024-10-03T21:04:36.289Z","parent_kid":"afa24d67-84cf-4e77-bf55-af0a77df8fa6","public_key":null},{"kid":"ef53550d-abb6-4655-97fe-6fd2bf3f6b07","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-03T21:04:18.711Z","updated_at":"2024-10-03T21:04:21.804Z","parent_kid":null,"public_key":null}],"start":0,"limit":0,"total":0}' - headers: - Content-Type: - - application/json; charset=utf-8 - status: 200 OK - code: 200 - duration: 224.452334ms - - id: 2 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 14 - transfer_encoding: [] - trailer: {} - host: terraform-provider-auth0-dev.eu.auth0.com - remote_addr: "" - request_uri: "" - body: | - {"mtls":null} - form: {} - headers: - Content-Type: - - application/json - User-Agent: - - Go-Auth0/1.11.0 - url: https://terraform-provider-auth0-dev.eu.auth0.com/api/v2/tenants/settings - method: PATCH - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: -1 - uncompressed: true - body: '{"enabled_locales":["en"],"flags":{"allow_changing_enable_sso":false,"cannot_change_enforce_client_authentication_on_passwordless_start":true,"disable_impersonation":true,"enable_sso":true,"enforce_client_authentication_on_passwordless_start":true,"universal_login":true,"revoke_refresh_token_grant":false,"disable_clickjack_protection_headers":false},"idle_session_lifetime":72,"sandbox_version":"18","session_lifetime":168,"oidc_logout":{"rp_logout_end_session_endpoint_discovery":true}}' - headers: - Content-Type: - - application/json; charset=utf-8 - status: 200 OK - code: 200 - duration: 165.550333ms - - id: 3 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: terraform-provider-auth0-dev.eu.auth0.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - Content-Type: - - application/json - User-Agent: - - Go-Auth0/1.11.0 - url: https://terraform-provider-auth0-dev.eu.auth0.com/api/v2/tenants/settings - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: -1 - uncompressed: true - body: '{"enabled_locales":["en"],"flags":{"allow_changing_enable_sso":false,"disable_impersonation":true,"enable_sso":true,"universal_login":true,"revoke_refresh_token_grant":false,"disable_clickjack_protection_headers":false},"idle_session_lifetime":72,"sandbox_version":"18","session_lifetime":168,"oidc_logout":{"rp_logout_end_session_endpoint_discovery":true},"sandbox_versions_available":["18","16"]}' - headers: - Content-Type: - - application/json; charset=utf-8 - status: 200 OK - code: 200 - duration: 181.434083ms - - id: 4 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: terraform-provider-auth0-dev.eu.auth0.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - Content-Type: - - application/json - User-Agent: - - Go-Auth0/1.11.0 - url: https://terraform-provider-auth0-dev.eu.auth0.com/api/v2/tenants/settings - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: -1 - uncompressed: true - body: '{"enabled_locales":["en"],"flags":{"allow_changing_enable_sso":false,"disable_impersonation":true,"enable_sso":true,"universal_login":true,"revoke_refresh_token_grant":false,"disable_clickjack_protection_headers":false},"idle_session_lifetime":72,"sandbox_version":"18","session_lifetime":168,"oidc_logout":{"rp_logout_end_session_endpoint_discovery":true},"sandbox_versions_available":["18","16"]}' - headers: - Content-Type: - - application/json; charset=utf-8 - status: 200 OK - code: 200 - duration: 184.13475ms - - id: 5 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: terraform-provider-auth0-dev.eu.auth0.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - Content-Type: - - application/json - User-Agent: - - Go-Auth0/1.11.0 - url: https://terraform-provider-auth0-dev.eu.auth0.com/api/v2/keys/encryption?include_totals=true&page=0&per_page=5 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: -1 - uncompressed: true - body: '{"keys":[{"kid":"c178a38a-8111-480b-a54f-a3dfea118773","type":"tenant-master-key","state":"active","created_at":"2024-10-04T14:09:59.532Z","updated_at":"2024-10-04T14:09:59.532Z","parent_kid":"6a9a6357-6329-4265-91fc-2ab0d8434a15","public_key":null},{"kid":"6a9a6357-6329-4265-91fc-2ab0d8434a15","type":"environment-root-key","state":"active","created_at":"2024-10-04T14:09:59.517Z","updated_at":"2024-10-04T14:09:59.517Z","parent_kid":null,"public_key":null},{"kid":"cc9a475f-7452-43da-8443-67b9b2b98eec","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-04T14:09:56.653Z","updated_at":"2024-10-04T14:10:00.405Z","parent_kid":"6a9a6357-6329-4265-91fc-2ab0d8434a15","public_key":null},{"kid":"571da357-4e58-4a96-9e60-8a7d284fcc6c","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-04T14:09:42.863Z","updated_at":"2024-10-04T14:10:00.405Z","parent_kid":null,"public_key":null},{"kid":"e8f991a2-2670-4d45-82b1-f05fd848ab31","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-04T14:09:40.615Z","updated_at":"2024-10-04T14:09:57.251Z","parent_kid":"571da357-4e58-4a96-9e60-8a7d284fcc6c","public_key":null},{"kid":"a569edb0-0bf6-4c12-acf8-8ef89a210d04","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-04T14:09:36.612Z","updated_at":"2024-10-04T14:09:40.598Z","parent_kid":null,"public_key":null},{"kid":"85ee5a87-2b60-4d12-a2f7-53ba37b2dfb2","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-04T13:57:33.821Z","updated_at":"2024-10-04T14:09:41.211Z","parent_kid":"46b619d2-ab17-442e-9fd5-72e44c617d8c","public_key":null},{"kid":"46b619d2-ab17-442e-9fd5-72e44c617d8c","type":"environment-root-key","state":"destroyed","created_at":"2024-10-04T13:57:33.794Z","updated_at":"2024-10-04T14:09:57.251Z","parent_kid":null,"public_key":null},{"kid":"10026795-56c1-45e0-b00b-71d85d8f51da","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-04T13:57:31.387Z","updated_at":"2024-10-04T13:57:34.761Z","parent_kid":"46b619d2-ab17-442e-9fd5-72e44c617d8c","public_key":null},{"kid":"8ae186db-6b17-4cf6-9b49-e6962ef216f3","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-04T13:57:21.705Z","updated_at":"2024-10-04T13:57:34.761Z","parent_kid":null,"public_key":null},{"kid":"a42df500-2596-467a-96cf-a57893c54fa0","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-04T13:57:14.190Z","updated_at":"2024-10-04T13:57:31.988Z","parent_kid":"8ae186db-6b17-4cf6-9b49-e6962ef216f3","public_key":null},{"kid":"3643f722-abb3-47b7-8773-682032798164","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-04T13:57:11.217Z","updated_at":"2024-10-04T13:57:14.100Z","parent_kid":null,"public_key":null},{"kid":"f69e7380-8927-4718-a773-6e54400a0fee","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-04T13:53:47.041Z","updated_at":"2024-10-04T13:57:14.828Z","parent_kid":"a33edce6-db4c-4b6f-9659-ec53e28084e5","public_key":null},{"kid":"a33edce6-db4c-4b6f-9659-ec53e28084e5","type":"environment-root-key","state":"destroyed","created_at":"2024-10-04T13:53:47.025Z","updated_at":"2024-10-04T13:57:31.988Z","parent_kid":null,"public_key":null},{"kid":"147a0a26-755c-47d9-ba78-70bfb81effb1","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-04T13:53:44.581Z","updated_at":"2024-10-04T13:53:47.761Z","parent_kid":"a33edce6-db4c-4b6f-9659-ec53e28084e5","public_key":null},{"kid":"860dad78-4b2a-4966-b410-49cc60299e81","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-04T13:53:29.881Z","updated_at":"2024-10-04T13:53:47.761Z","parent_kid":null,"public_key":null},{"kid":"6100332f-f050-4b73-88b3-ec032e761193","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-04T13:53:27.536Z","updated_at":"2024-10-04T13:53:45.229Z","parent_kid":"860dad78-4b2a-4966-b410-49cc60299e81","public_key":null},{"kid":"472793c9-1036-40bf-8a91-271a5450dbb4","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-04T13:53:23.784Z","updated_at":"2024-10-04T13:53:27.517Z","parent_kid":null,"public_key":null},{"kid":"482d3c00-db1f-41c5-880b-235f1a8ebc40","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-03T21:46:02.580Z","updated_at":"2024-10-04T13:53:28.108Z","parent_kid":"afa24d67-84cf-4e77-bf55-af0a77df8fa6","public_key":null},{"kid":"caa6c1c0-736a-4224-82b7-21ca4a3dd908","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-03T21:45:51.656Z","updated_at":"2024-10-03T21:46:02.566Z","parent_kid":null,"public_key":null},{"kid":"56f5a62b-bd95-46b7-b14e-0d69f29b683f","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-03T21:45:49.428Z","updated_at":"2024-10-03T21:46:03.145Z","parent_kid":"afa24d67-84cf-4e77-bf55-af0a77df8fa6","public_key":null},{"kid":"d2a64a43-829b-4f3f-b5c5-754ed451ad86","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-03T21:45:45.167Z","updated_at":"2024-10-03T21:45:49.414Z","parent_kid":null,"public_key":null},{"kid":"157dc901-01eb-4c9d-b269-1a38da4416c2","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-03T21:43:22.371Z","updated_at":"2024-10-03T21:45:49.991Z","parent_kid":"afa24d67-84cf-4e77-bf55-af0a77df8fa6","public_key":null},{"kid":"47dbcf11-99bf-47e2-a276-0a541ad4901b","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-03T21:43:11.663Z","updated_at":"2024-10-03T21:43:22.343Z","parent_kid":null,"public_key":null},{"kid":"dc5989f9-6b3b-41da-9b2e-eebd3660493a","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-03T21:43:09.216Z","updated_at":"2024-10-03T21:43:22.965Z","parent_kid":"afa24d67-84cf-4e77-bf55-af0a77df8fa6","public_key":null},{"kid":"99276858-a3ae-4ded-a2f0-62ded118fcf2","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-03T21:43:05.810Z","updated_at":"2024-10-03T21:43:09.204Z","parent_kid":null,"public_key":null},{"kid":"d5a2db56-c103-443b-aa4d-0209d22a1f7c","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-03T21:41:14.689Z","updated_at":"2024-10-03T21:43:09.769Z","parent_kid":"afa24d67-84cf-4e77-bf55-af0a77df8fa6","public_key":null},{"kid":"96d7bb6b-8c37-4230-a338-0cf490d50ab9","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-03T21:41:05.138Z","updated_at":"2024-10-03T21:41:14.658Z","parent_kid":null,"public_key":null},{"kid":"9b0b8796-b4a1-454a-b36e-a8235cc8667f","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-03T21:41:02.907Z","updated_at":"2024-10-03T21:41:15.259Z","parent_kid":"afa24d67-84cf-4e77-bf55-af0a77df8fa6","public_key":null},{"kid":"e9dda37e-b960-4f92-9a15-5bc7c6ed72b9","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-03T21:40:59.230Z","updated_at":"2024-10-03T21:41:02.895Z","parent_kid":null,"public_key":null},{"kid":"a3026e21-f4a7-4161-99e4-8fa7fa8eb41a","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-03T21:27:49.983Z","updated_at":"2024-10-03T21:41:03.460Z","parent_kid":"afa24d67-84cf-4e77-bf55-af0a77df8fa6","public_key":null},{"kid":"037ec356-1a73-4bf5-bfb4-ca56bc8c61e1","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-03T21:27:38.661Z","updated_at":"2024-10-03T21:27:49.952Z","parent_kid":null,"public_key":null},{"kid":"671c0e33-613b-4323-81ee-a0d9ecd3f1d0","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-03T21:27:36.340Z","updated_at":"2024-10-03T21:27:50.578Z","parent_kid":"afa24d67-84cf-4e77-bf55-af0a77df8fa6","public_key":null},{"kid":"d897c343-4071-41f7-aed3-67695a34451f","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-03T21:27:32.304Z","updated_at":"2024-10-03T21:27:36.327Z","parent_kid":null,"public_key":null},{"kid":"e3f8d1ab-1125-48b7-b35b-b4e0beb18cff","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-03T21:22:14.540Z","updated_at":"2024-10-03T21:27:36.894Z","parent_kid":"afa24d67-84cf-4e77-bf55-af0a77df8fa6","public_key":null},{"kid":"454e1557-0d02-4245-96e9-3510fe19a690","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-03T21:22:08.628Z","updated_at":"2024-10-03T21:22:14.525Z","parent_kid":null,"public_key":null},{"kid":"fb59ded0-f3d6-4195-9fac-08fcd7dde140","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-03T21:22:01.299Z","updated_at":"2024-10-03T21:22:15.139Z","parent_kid":"afa24d67-84cf-4e77-bf55-af0a77df8fa6","public_key":null},{"kid":"7c02c0a2-d833-4f8e-bedc-3ed8f1595894","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-03T21:21:58.242Z","updated_at":"2024-10-03T21:22:01.269Z","parent_kid":null,"public_key":null},{"kid":"1c76b6b7-4319-40e2-ba7a-8c8497ad2aa9","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-03T21:17:09.120Z","updated_at":"2024-10-03T21:22:01.854Z","parent_kid":"afa24d67-84cf-4e77-bf55-af0a77df8fa6","public_key":null},{"kid":"dfb1b07d-9405-4cb5-ad07-2d745b98c59f","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-03T21:16:58.926Z","updated_at":"2024-10-03T21:17:09.107Z","parent_kid":null,"public_key":null},{"kid":"17631625-dbd0-4bd4-bef2-db841e8cd8ea","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-03T21:16:56.726Z","updated_at":"2024-10-03T21:17:09.662Z","parent_kid":"afa24d67-84cf-4e77-bf55-af0a77df8fa6","public_key":null},{"kid":"1e8d716a-c9e9-462a-ae9d-ce179258d853","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-03T21:16:53.252Z","updated_at":"2024-10-03T21:16:56.709Z","parent_kid":null,"public_key":null},{"kid":"64da35b0-7fd4-4974-bc1a-56fd45084a1b","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-03T21:12:09.474Z","updated_at":"2024-10-03T21:16:57.273Z","parent_kid":"afa24d67-84cf-4e77-bf55-af0a77df8fa6","public_key":null},{"kid":"33016b12-353e-48d1-8dc2-2dfe9bc451b1","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-03T21:11:58.848Z","updated_at":"2024-10-03T21:12:09.459Z","parent_kid":null,"public_key":null},{"kid":"8bbd49ac-3195-4509-9ab0-564d50c0eaac","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-03T21:11:56.593Z","updated_at":"2024-10-03T21:12:10.016Z","parent_kid":"afa24d67-84cf-4e77-bf55-af0a77df8fa6","public_key":null},{"kid":"9cab2bfb-1dcd-4164-9293-349ad772a315","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-03T21:11:52.993Z","updated_at":"2024-10-03T21:11:56.579Z","parent_kid":null,"public_key":null},{"kid":"65905b6c-63c6-4408-9575-8bebdcd92f0b","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-03T21:04:35.628Z","updated_at":"2024-10-03T21:11:57.138Z","parent_kid":"afa24d67-84cf-4e77-bf55-af0a77df8fa6","public_key":null},{"kid":"f5c6855e-4741-44ee-a7c4-400bc9a5a5e1","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-03T21:04:30.089Z","updated_at":"2024-10-03T21:04:35.615Z","parent_kid":null,"public_key":null},{"kid":"bf680f49-bcf1-48e7-aa30-99e9aeea870e","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-03T21:04:21.817Z","updated_at":"2024-10-03T21:04:36.289Z","parent_kid":"afa24d67-84cf-4e77-bf55-af0a77df8fa6","public_key":null},{"kid":"ef53550d-abb6-4655-97fe-6fd2bf3f6b07","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-03T21:04:18.711Z","updated_at":"2024-10-03T21:04:21.804Z","parent_kid":null,"public_key":null}],"start":0,"limit":0,"total":0}' - headers: - Content-Type: - - application/json; charset=utf-8 - status: 200 OK - code: 200 - duration: 220.436125ms - - id: 6 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: terraform-provider-auth0-dev.eu.auth0.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - Content-Type: - - application/json - User-Agent: - - Go-Auth0/1.11.0 - url: https://terraform-provider-auth0-dev.eu.auth0.com/api/v2/tenants/settings - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: -1 - uncompressed: true - body: '{"enabled_locales":["en"],"flags":{"allow_changing_enable_sso":false,"disable_impersonation":true,"enable_sso":true,"universal_login":true,"revoke_refresh_token_grant":false,"disable_clickjack_protection_headers":false},"idle_session_lifetime":72,"sandbox_version":"18","session_lifetime":168,"oidc_logout":{"rp_logout_end_session_endpoint_discovery":true},"sandbox_versions_available":["18","16"]}' - headers: - Content-Type: - - application/json; charset=utf-8 - status: 200 OK - code: 200 - duration: 153.93325ms - - id: 7 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: terraform-provider-auth0-dev.eu.auth0.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - Content-Type: - - application/json - User-Agent: - - Go-Auth0/1.11.0 - url: https://terraform-provider-auth0-dev.eu.auth0.com/api/v2/keys/encryption?include_totals=true&page=0&per_page=5 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: -1 - uncompressed: true - body: '{"keys":[{"kid":"c178a38a-8111-480b-a54f-a3dfea118773","type":"tenant-master-key","state":"active","created_at":"2024-10-04T14:09:59.532Z","updated_at":"2024-10-04T14:09:59.532Z","parent_kid":"6a9a6357-6329-4265-91fc-2ab0d8434a15","public_key":null},{"kid":"6a9a6357-6329-4265-91fc-2ab0d8434a15","type":"environment-root-key","state":"active","created_at":"2024-10-04T14:09:59.517Z","updated_at":"2024-10-04T14:09:59.517Z","parent_kid":null,"public_key":null},{"kid":"cc9a475f-7452-43da-8443-67b9b2b98eec","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-04T14:09:56.653Z","updated_at":"2024-10-04T14:10:00.405Z","parent_kid":"6a9a6357-6329-4265-91fc-2ab0d8434a15","public_key":null},{"kid":"571da357-4e58-4a96-9e60-8a7d284fcc6c","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-04T14:09:42.863Z","updated_at":"2024-10-04T14:10:00.405Z","parent_kid":null,"public_key":null},{"kid":"e8f991a2-2670-4d45-82b1-f05fd848ab31","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-04T14:09:40.615Z","updated_at":"2024-10-04T14:09:57.251Z","parent_kid":"571da357-4e58-4a96-9e60-8a7d284fcc6c","public_key":null},{"kid":"a569edb0-0bf6-4c12-acf8-8ef89a210d04","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-04T14:09:36.612Z","updated_at":"2024-10-04T14:09:40.598Z","parent_kid":null,"public_key":null},{"kid":"85ee5a87-2b60-4d12-a2f7-53ba37b2dfb2","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-04T13:57:33.821Z","updated_at":"2024-10-04T14:09:41.211Z","parent_kid":"46b619d2-ab17-442e-9fd5-72e44c617d8c","public_key":null},{"kid":"46b619d2-ab17-442e-9fd5-72e44c617d8c","type":"environment-root-key","state":"destroyed","created_at":"2024-10-04T13:57:33.794Z","updated_at":"2024-10-04T14:09:57.251Z","parent_kid":null,"public_key":null},{"kid":"10026795-56c1-45e0-b00b-71d85d8f51da","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-04T13:57:31.387Z","updated_at":"2024-10-04T13:57:34.761Z","parent_kid":"46b619d2-ab17-442e-9fd5-72e44c617d8c","public_key":null},{"kid":"8ae186db-6b17-4cf6-9b49-e6962ef216f3","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-04T13:57:21.705Z","updated_at":"2024-10-04T13:57:34.761Z","parent_kid":null,"public_key":null},{"kid":"a42df500-2596-467a-96cf-a57893c54fa0","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-04T13:57:14.190Z","updated_at":"2024-10-04T13:57:31.988Z","parent_kid":"8ae186db-6b17-4cf6-9b49-e6962ef216f3","public_key":null},{"kid":"3643f722-abb3-47b7-8773-682032798164","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-04T13:57:11.217Z","updated_at":"2024-10-04T13:57:14.100Z","parent_kid":null,"public_key":null},{"kid":"f69e7380-8927-4718-a773-6e54400a0fee","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-04T13:53:47.041Z","updated_at":"2024-10-04T13:57:14.828Z","parent_kid":"a33edce6-db4c-4b6f-9659-ec53e28084e5","public_key":null},{"kid":"a33edce6-db4c-4b6f-9659-ec53e28084e5","type":"environment-root-key","state":"destroyed","created_at":"2024-10-04T13:53:47.025Z","updated_at":"2024-10-04T13:57:31.988Z","parent_kid":null,"public_key":null},{"kid":"147a0a26-755c-47d9-ba78-70bfb81effb1","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-04T13:53:44.581Z","updated_at":"2024-10-04T13:53:47.761Z","parent_kid":"a33edce6-db4c-4b6f-9659-ec53e28084e5","public_key":null},{"kid":"860dad78-4b2a-4966-b410-49cc60299e81","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-04T13:53:29.881Z","updated_at":"2024-10-04T13:53:47.761Z","parent_kid":null,"public_key":null},{"kid":"6100332f-f050-4b73-88b3-ec032e761193","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-04T13:53:27.536Z","updated_at":"2024-10-04T13:53:45.229Z","parent_kid":"860dad78-4b2a-4966-b410-49cc60299e81","public_key":null},{"kid":"472793c9-1036-40bf-8a91-271a5450dbb4","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-04T13:53:23.784Z","updated_at":"2024-10-04T13:53:27.517Z","parent_kid":null,"public_key":null},{"kid":"482d3c00-db1f-41c5-880b-235f1a8ebc40","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-03T21:46:02.580Z","updated_at":"2024-10-04T13:53:28.108Z","parent_kid":"afa24d67-84cf-4e77-bf55-af0a77df8fa6","public_key":null},{"kid":"caa6c1c0-736a-4224-82b7-21ca4a3dd908","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-03T21:45:51.656Z","updated_at":"2024-10-03T21:46:02.566Z","parent_kid":null,"public_key":null},{"kid":"56f5a62b-bd95-46b7-b14e-0d69f29b683f","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-03T21:45:49.428Z","updated_at":"2024-10-03T21:46:03.145Z","parent_kid":"afa24d67-84cf-4e77-bf55-af0a77df8fa6","public_key":null},{"kid":"d2a64a43-829b-4f3f-b5c5-754ed451ad86","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-03T21:45:45.167Z","updated_at":"2024-10-03T21:45:49.414Z","parent_kid":null,"public_key":null},{"kid":"157dc901-01eb-4c9d-b269-1a38da4416c2","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-03T21:43:22.371Z","updated_at":"2024-10-03T21:45:49.991Z","parent_kid":"afa24d67-84cf-4e77-bf55-af0a77df8fa6","public_key":null},{"kid":"47dbcf11-99bf-47e2-a276-0a541ad4901b","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-03T21:43:11.663Z","updated_at":"2024-10-03T21:43:22.343Z","parent_kid":null,"public_key":null},{"kid":"dc5989f9-6b3b-41da-9b2e-eebd3660493a","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-03T21:43:09.216Z","updated_at":"2024-10-03T21:43:22.965Z","parent_kid":"afa24d67-84cf-4e77-bf55-af0a77df8fa6","public_key":null},{"kid":"99276858-a3ae-4ded-a2f0-62ded118fcf2","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-03T21:43:05.810Z","updated_at":"2024-10-03T21:43:09.204Z","parent_kid":null,"public_key":null},{"kid":"d5a2db56-c103-443b-aa4d-0209d22a1f7c","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-03T21:41:14.689Z","updated_at":"2024-10-03T21:43:09.769Z","parent_kid":"afa24d67-84cf-4e77-bf55-af0a77df8fa6","public_key":null},{"kid":"96d7bb6b-8c37-4230-a338-0cf490d50ab9","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-03T21:41:05.138Z","updated_at":"2024-10-03T21:41:14.658Z","parent_kid":null,"public_key":null},{"kid":"9b0b8796-b4a1-454a-b36e-a8235cc8667f","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-03T21:41:02.907Z","updated_at":"2024-10-03T21:41:15.259Z","parent_kid":"afa24d67-84cf-4e77-bf55-af0a77df8fa6","public_key":null},{"kid":"e9dda37e-b960-4f92-9a15-5bc7c6ed72b9","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-03T21:40:59.230Z","updated_at":"2024-10-03T21:41:02.895Z","parent_kid":null,"public_key":null},{"kid":"a3026e21-f4a7-4161-99e4-8fa7fa8eb41a","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-03T21:27:49.983Z","updated_at":"2024-10-03T21:41:03.460Z","parent_kid":"afa24d67-84cf-4e77-bf55-af0a77df8fa6","public_key":null},{"kid":"037ec356-1a73-4bf5-bfb4-ca56bc8c61e1","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-03T21:27:38.661Z","updated_at":"2024-10-03T21:27:49.952Z","parent_kid":null,"public_key":null},{"kid":"671c0e33-613b-4323-81ee-a0d9ecd3f1d0","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-03T21:27:36.340Z","updated_at":"2024-10-03T21:27:50.578Z","parent_kid":"afa24d67-84cf-4e77-bf55-af0a77df8fa6","public_key":null},{"kid":"d897c343-4071-41f7-aed3-67695a34451f","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-03T21:27:32.304Z","updated_at":"2024-10-03T21:27:36.327Z","parent_kid":null,"public_key":null},{"kid":"e3f8d1ab-1125-48b7-b35b-b4e0beb18cff","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-03T21:22:14.540Z","updated_at":"2024-10-03T21:27:36.894Z","parent_kid":"afa24d67-84cf-4e77-bf55-af0a77df8fa6","public_key":null},{"kid":"454e1557-0d02-4245-96e9-3510fe19a690","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-03T21:22:08.628Z","updated_at":"2024-10-03T21:22:14.525Z","parent_kid":null,"public_key":null},{"kid":"fb59ded0-f3d6-4195-9fac-08fcd7dde140","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-03T21:22:01.299Z","updated_at":"2024-10-03T21:22:15.139Z","parent_kid":"afa24d67-84cf-4e77-bf55-af0a77df8fa6","public_key":null},{"kid":"7c02c0a2-d833-4f8e-bedc-3ed8f1595894","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-03T21:21:58.242Z","updated_at":"2024-10-03T21:22:01.269Z","parent_kid":null,"public_key":null},{"kid":"1c76b6b7-4319-40e2-ba7a-8c8497ad2aa9","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-03T21:17:09.120Z","updated_at":"2024-10-03T21:22:01.854Z","parent_kid":"afa24d67-84cf-4e77-bf55-af0a77df8fa6","public_key":null},{"kid":"dfb1b07d-9405-4cb5-ad07-2d745b98c59f","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-03T21:16:58.926Z","updated_at":"2024-10-03T21:17:09.107Z","parent_kid":null,"public_key":null},{"kid":"17631625-dbd0-4bd4-bef2-db841e8cd8ea","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-03T21:16:56.726Z","updated_at":"2024-10-03T21:17:09.662Z","parent_kid":"afa24d67-84cf-4e77-bf55-af0a77df8fa6","public_key":null},{"kid":"1e8d716a-c9e9-462a-ae9d-ce179258d853","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-03T21:16:53.252Z","updated_at":"2024-10-03T21:16:56.709Z","parent_kid":null,"public_key":null},{"kid":"64da35b0-7fd4-4974-bc1a-56fd45084a1b","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-03T21:12:09.474Z","updated_at":"2024-10-03T21:16:57.273Z","parent_kid":"afa24d67-84cf-4e77-bf55-af0a77df8fa6","public_key":null},{"kid":"33016b12-353e-48d1-8dc2-2dfe9bc451b1","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-03T21:11:58.848Z","updated_at":"2024-10-03T21:12:09.459Z","parent_kid":null,"public_key":null},{"kid":"8bbd49ac-3195-4509-9ab0-564d50c0eaac","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-03T21:11:56.593Z","updated_at":"2024-10-03T21:12:10.016Z","parent_kid":"afa24d67-84cf-4e77-bf55-af0a77df8fa6","public_key":null},{"kid":"9cab2bfb-1dcd-4164-9293-349ad772a315","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-03T21:11:52.993Z","updated_at":"2024-10-03T21:11:56.579Z","parent_kid":null,"public_key":null},{"kid":"65905b6c-63c6-4408-9575-8bebdcd92f0b","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-03T21:04:35.628Z","updated_at":"2024-10-03T21:11:57.138Z","parent_kid":"afa24d67-84cf-4e77-bf55-af0a77df8fa6","public_key":null},{"kid":"f5c6855e-4741-44ee-a7c4-400bc9a5a5e1","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-03T21:04:30.089Z","updated_at":"2024-10-03T21:04:35.615Z","parent_kid":null,"public_key":null},{"kid":"bf680f49-bcf1-48e7-aa30-99e9aeea870e","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-03T21:04:21.817Z","updated_at":"2024-10-03T21:04:36.289Z","parent_kid":"afa24d67-84cf-4e77-bf55-af0a77df8fa6","public_key":null},{"kid":"ef53550d-abb6-4655-97fe-6fd2bf3f6b07","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-03T21:04:18.711Z","updated_at":"2024-10-03T21:04:21.804Z","parent_kid":null,"public_key":null}],"start":0,"limit":0,"total":0}' - headers: - Content-Type: - - application/json; charset=utf-8 - status: 200 OK - code: 200 - duration: 156.316125ms - - id: 8 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: terraform-provider-auth0-dev.eu.auth0.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - Content-Type: - - application/json - User-Agent: - - Go-Auth0/1.11.0 - url: https://terraform-provider-auth0-dev.eu.auth0.com/api/v2/keys/encryption/rekey - method: POST - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 0 - uncompressed: false - body: "" - headers: - Content-Type: - - application/json; charset=utf-8 - status: 204 No Content - code: 204 - duration: 528.019958ms - - id: 9 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: terraform-provider-auth0-dev.eu.auth0.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - Content-Type: - - application/json - User-Agent: - - Go-Auth0/1.11.0 - url: https://terraform-provider-auth0-dev.eu.auth0.com/api/v2/keys/encryption?include_totals=true&page=0&per_page=5 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: -1 - uncompressed: true - body: '{"keys":[{"kid":"4b847b04-ab89-42b0-80c0-6608d26fd867","type":"tenant-master-key","state":"active","created_at":"2024-10-04T14:11:06.690Z","updated_at":"2024-10-04T14:11:06.690Z","parent_kid":"6a9a6357-6329-4265-91fc-2ab0d8434a15","public_key":null},{"kid":"c178a38a-8111-480b-a54f-a3dfea118773","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-04T14:09:59.532Z","updated_at":"2024-10-04T14:11:07.073Z","parent_kid":"6a9a6357-6329-4265-91fc-2ab0d8434a15","public_key":null},{"kid":"6a9a6357-6329-4265-91fc-2ab0d8434a15","type":"environment-root-key","state":"active","created_at":"2024-10-04T14:09:59.517Z","updated_at":"2024-10-04T14:09:59.517Z","parent_kid":null,"public_key":null},{"kid":"cc9a475f-7452-43da-8443-67b9b2b98eec","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-04T14:09:56.653Z","updated_at":"2024-10-04T14:10:00.405Z","parent_kid":"6a9a6357-6329-4265-91fc-2ab0d8434a15","public_key":null},{"kid":"571da357-4e58-4a96-9e60-8a7d284fcc6c","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-04T14:09:42.863Z","updated_at":"2024-10-04T14:10:00.405Z","parent_kid":null,"public_key":null},{"kid":"e8f991a2-2670-4d45-82b1-f05fd848ab31","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-04T14:09:40.615Z","updated_at":"2024-10-04T14:09:57.251Z","parent_kid":"571da357-4e58-4a96-9e60-8a7d284fcc6c","public_key":null},{"kid":"a569edb0-0bf6-4c12-acf8-8ef89a210d04","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-04T14:09:36.612Z","updated_at":"2024-10-04T14:09:40.598Z","parent_kid":null,"public_key":null},{"kid":"85ee5a87-2b60-4d12-a2f7-53ba37b2dfb2","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-04T13:57:33.821Z","updated_at":"2024-10-04T14:09:41.211Z","parent_kid":"46b619d2-ab17-442e-9fd5-72e44c617d8c","public_key":null},{"kid":"46b619d2-ab17-442e-9fd5-72e44c617d8c","type":"environment-root-key","state":"destroyed","created_at":"2024-10-04T13:57:33.794Z","updated_at":"2024-10-04T14:09:57.251Z","parent_kid":null,"public_key":null},{"kid":"10026795-56c1-45e0-b00b-71d85d8f51da","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-04T13:57:31.387Z","updated_at":"2024-10-04T13:57:34.761Z","parent_kid":"46b619d2-ab17-442e-9fd5-72e44c617d8c","public_key":null},{"kid":"8ae186db-6b17-4cf6-9b49-e6962ef216f3","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-04T13:57:21.705Z","updated_at":"2024-10-04T13:57:34.761Z","parent_kid":null,"public_key":null},{"kid":"a42df500-2596-467a-96cf-a57893c54fa0","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-04T13:57:14.190Z","updated_at":"2024-10-04T13:57:31.988Z","parent_kid":"8ae186db-6b17-4cf6-9b49-e6962ef216f3","public_key":null},{"kid":"3643f722-abb3-47b7-8773-682032798164","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-04T13:57:11.217Z","updated_at":"2024-10-04T13:57:14.100Z","parent_kid":null,"public_key":null},{"kid":"f69e7380-8927-4718-a773-6e54400a0fee","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-04T13:53:47.041Z","updated_at":"2024-10-04T13:57:14.828Z","parent_kid":"a33edce6-db4c-4b6f-9659-ec53e28084e5","public_key":null},{"kid":"a33edce6-db4c-4b6f-9659-ec53e28084e5","type":"environment-root-key","state":"destroyed","created_at":"2024-10-04T13:53:47.025Z","updated_at":"2024-10-04T13:57:31.988Z","parent_kid":null,"public_key":null},{"kid":"147a0a26-755c-47d9-ba78-70bfb81effb1","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-04T13:53:44.581Z","updated_at":"2024-10-04T13:53:47.761Z","parent_kid":"a33edce6-db4c-4b6f-9659-ec53e28084e5","public_key":null},{"kid":"860dad78-4b2a-4966-b410-49cc60299e81","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-04T13:53:29.881Z","updated_at":"2024-10-04T13:53:47.761Z","parent_kid":null,"public_key":null},{"kid":"6100332f-f050-4b73-88b3-ec032e761193","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-04T13:53:27.536Z","updated_at":"2024-10-04T13:53:45.229Z","parent_kid":"860dad78-4b2a-4966-b410-49cc60299e81","public_key":null},{"kid":"472793c9-1036-40bf-8a91-271a5450dbb4","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-04T13:53:23.784Z","updated_at":"2024-10-04T13:53:27.517Z","parent_kid":null,"public_key":null},{"kid":"482d3c00-db1f-41c5-880b-235f1a8ebc40","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-03T21:46:02.580Z","updated_at":"2024-10-04T13:53:28.108Z","parent_kid":"afa24d67-84cf-4e77-bf55-af0a77df8fa6","public_key":null},{"kid":"caa6c1c0-736a-4224-82b7-21ca4a3dd908","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-03T21:45:51.656Z","updated_at":"2024-10-03T21:46:02.566Z","parent_kid":null,"public_key":null},{"kid":"56f5a62b-bd95-46b7-b14e-0d69f29b683f","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-03T21:45:49.428Z","updated_at":"2024-10-03T21:46:03.145Z","parent_kid":"afa24d67-84cf-4e77-bf55-af0a77df8fa6","public_key":null},{"kid":"d2a64a43-829b-4f3f-b5c5-754ed451ad86","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-03T21:45:45.167Z","updated_at":"2024-10-03T21:45:49.414Z","parent_kid":null,"public_key":null},{"kid":"157dc901-01eb-4c9d-b269-1a38da4416c2","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-03T21:43:22.371Z","updated_at":"2024-10-03T21:45:49.991Z","parent_kid":"afa24d67-84cf-4e77-bf55-af0a77df8fa6","public_key":null},{"kid":"47dbcf11-99bf-47e2-a276-0a541ad4901b","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-03T21:43:11.663Z","updated_at":"2024-10-03T21:43:22.343Z","parent_kid":null,"public_key":null},{"kid":"dc5989f9-6b3b-41da-9b2e-eebd3660493a","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-03T21:43:09.216Z","updated_at":"2024-10-03T21:43:22.965Z","parent_kid":"afa24d67-84cf-4e77-bf55-af0a77df8fa6","public_key":null},{"kid":"99276858-a3ae-4ded-a2f0-62ded118fcf2","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-03T21:43:05.810Z","updated_at":"2024-10-03T21:43:09.204Z","parent_kid":null,"public_key":null},{"kid":"d5a2db56-c103-443b-aa4d-0209d22a1f7c","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-03T21:41:14.689Z","updated_at":"2024-10-03T21:43:09.769Z","parent_kid":"afa24d67-84cf-4e77-bf55-af0a77df8fa6","public_key":null},{"kid":"96d7bb6b-8c37-4230-a338-0cf490d50ab9","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-03T21:41:05.138Z","updated_at":"2024-10-03T21:41:14.658Z","parent_kid":null,"public_key":null},{"kid":"9b0b8796-b4a1-454a-b36e-a8235cc8667f","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-03T21:41:02.907Z","updated_at":"2024-10-03T21:41:15.259Z","parent_kid":"afa24d67-84cf-4e77-bf55-af0a77df8fa6","public_key":null},{"kid":"e9dda37e-b960-4f92-9a15-5bc7c6ed72b9","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-03T21:40:59.230Z","updated_at":"2024-10-03T21:41:02.895Z","parent_kid":null,"public_key":null},{"kid":"a3026e21-f4a7-4161-99e4-8fa7fa8eb41a","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-03T21:27:49.983Z","updated_at":"2024-10-03T21:41:03.460Z","parent_kid":"afa24d67-84cf-4e77-bf55-af0a77df8fa6","public_key":null},{"kid":"037ec356-1a73-4bf5-bfb4-ca56bc8c61e1","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-03T21:27:38.661Z","updated_at":"2024-10-03T21:27:49.952Z","parent_kid":null,"public_key":null},{"kid":"671c0e33-613b-4323-81ee-a0d9ecd3f1d0","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-03T21:27:36.340Z","updated_at":"2024-10-03T21:27:50.578Z","parent_kid":"afa24d67-84cf-4e77-bf55-af0a77df8fa6","public_key":null},{"kid":"d897c343-4071-41f7-aed3-67695a34451f","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-03T21:27:32.304Z","updated_at":"2024-10-03T21:27:36.327Z","parent_kid":null,"public_key":null},{"kid":"e3f8d1ab-1125-48b7-b35b-b4e0beb18cff","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-03T21:22:14.540Z","updated_at":"2024-10-03T21:27:36.894Z","parent_kid":"afa24d67-84cf-4e77-bf55-af0a77df8fa6","public_key":null},{"kid":"454e1557-0d02-4245-96e9-3510fe19a690","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-03T21:22:08.628Z","updated_at":"2024-10-03T21:22:14.525Z","parent_kid":null,"public_key":null},{"kid":"fb59ded0-f3d6-4195-9fac-08fcd7dde140","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-03T21:22:01.299Z","updated_at":"2024-10-03T21:22:15.139Z","parent_kid":"afa24d67-84cf-4e77-bf55-af0a77df8fa6","public_key":null},{"kid":"7c02c0a2-d833-4f8e-bedc-3ed8f1595894","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-03T21:21:58.242Z","updated_at":"2024-10-03T21:22:01.269Z","parent_kid":null,"public_key":null},{"kid":"1c76b6b7-4319-40e2-ba7a-8c8497ad2aa9","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-03T21:17:09.120Z","updated_at":"2024-10-03T21:22:01.854Z","parent_kid":"afa24d67-84cf-4e77-bf55-af0a77df8fa6","public_key":null},{"kid":"dfb1b07d-9405-4cb5-ad07-2d745b98c59f","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-03T21:16:58.926Z","updated_at":"2024-10-03T21:17:09.107Z","parent_kid":null,"public_key":null},{"kid":"17631625-dbd0-4bd4-bef2-db841e8cd8ea","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-03T21:16:56.726Z","updated_at":"2024-10-03T21:17:09.662Z","parent_kid":"afa24d67-84cf-4e77-bf55-af0a77df8fa6","public_key":null},{"kid":"1e8d716a-c9e9-462a-ae9d-ce179258d853","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-03T21:16:53.252Z","updated_at":"2024-10-03T21:16:56.709Z","parent_kid":null,"public_key":null},{"kid":"64da35b0-7fd4-4974-bc1a-56fd45084a1b","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-03T21:12:09.474Z","updated_at":"2024-10-03T21:16:57.273Z","parent_kid":"afa24d67-84cf-4e77-bf55-af0a77df8fa6","public_key":null},{"kid":"33016b12-353e-48d1-8dc2-2dfe9bc451b1","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-03T21:11:58.848Z","updated_at":"2024-10-03T21:12:09.459Z","parent_kid":null,"public_key":null},{"kid":"8bbd49ac-3195-4509-9ab0-564d50c0eaac","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-03T21:11:56.593Z","updated_at":"2024-10-03T21:12:10.016Z","parent_kid":"afa24d67-84cf-4e77-bf55-af0a77df8fa6","public_key":null},{"kid":"9cab2bfb-1dcd-4164-9293-349ad772a315","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-03T21:11:52.993Z","updated_at":"2024-10-03T21:11:56.579Z","parent_kid":null,"public_key":null},{"kid":"65905b6c-63c6-4408-9575-8bebdcd92f0b","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-03T21:04:35.628Z","updated_at":"2024-10-03T21:11:57.138Z","parent_kid":"afa24d67-84cf-4e77-bf55-af0a77df8fa6","public_key":null},{"kid":"f5c6855e-4741-44ee-a7c4-400bc9a5a5e1","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-03T21:04:30.089Z","updated_at":"2024-10-03T21:04:35.615Z","parent_kid":null,"public_key":null},{"kid":"bf680f49-bcf1-48e7-aa30-99e9aeea870e","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-03T21:04:21.817Z","updated_at":"2024-10-03T21:04:36.289Z","parent_kid":"afa24d67-84cf-4e77-bf55-af0a77df8fa6","public_key":null}],"start":0,"limit":0,"total":0}' - headers: - Content-Type: - - application/json; charset=utf-8 - status: 200 OK - code: 200 - duration: 122.698ms - - id: 10 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: terraform-provider-auth0-dev.eu.auth0.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - Content-Type: - - application/json - User-Agent: - - Go-Auth0/1.11.0 - url: https://terraform-provider-auth0-dev.eu.auth0.com/api/v2/tenants/settings - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: -1 - uncompressed: true - body: '{"enabled_locales":["en"],"flags":{"allow_changing_enable_sso":false,"disable_impersonation":true,"enable_sso":true,"universal_login":true,"revoke_refresh_token_grant":false,"disable_clickjack_protection_headers":false},"idle_session_lifetime":72,"sandbox_version":"18","session_lifetime":168,"oidc_logout":{"rp_logout_end_session_endpoint_discovery":true},"sandbox_versions_available":["18","16"]}' - headers: - Content-Type: - - application/json; charset=utf-8 - status: 200 OK - code: 200 - duration: 120.335208ms - - id: 11 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: terraform-provider-auth0-dev.eu.auth0.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - Content-Type: - - application/json - User-Agent: - - Go-Auth0/1.11.0 - url: https://terraform-provider-auth0-dev.eu.auth0.com/api/v2/keys/encryption?include_totals=true&page=0&per_page=5 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: -1 - uncompressed: true - body: '{"keys":[{"kid":"4b847b04-ab89-42b0-80c0-6608d26fd867","type":"tenant-master-key","state":"active","created_at":"2024-10-04T14:11:06.690Z","updated_at":"2024-10-04T14:11:06.690Z","parent_kid":"6a9a6357-6329-4265-91fc-2ab0d8434a15","public_key":null},{"kid":"c178a38a-8111-480b-a54f-a3dfea118773","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-04T14:09:59.532Z","updated_at":"2024-10-04T14:11:07.073Z","parent_kid":"6a9a6357-6329-4265-91fc-2ab0d8434a15","public_key":null},{"kid":"6a9a6357-6329-4265-91fc-2ab0d8434a15","type":"environment-root-key","state":"active","created_at":"2024-10-04T14:09:59.517Z","updated_at":"2024-10-04T14:09:59.517Z","parent_kid":null,"public_key":null},{"kid":"cc9a475f-7452-43da-8443-67b9b2b98eec","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-04T14:09:56.653Z","updated_at":"2024-10-04T14:10:00.405Z","parent_kid":"6a9a6357-6329-4265-91fc-2ab0d8434a15","public_key":null},{"kid":"571da357-4e58-4a96-9e60-8a7d284fcc6c","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-04T14:09:42.863Z","updated_at":"2024-10-04T14:10:00.405Z","parent_kid":null,"public_key":null},{"kid":"e8f991a2-2670-4d45-82b1-f05fd848ab31","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-04T14:09:40.615Z","updated_at":"2024-10-04T14:09:57.251Z","parent_kid":"571da357-4e58-4a96-9e60-8a7d284fcc6c","public_key":null},{"kid":"a569edb0-0bf6-4c12-acf8-8ef89a210d04","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-04T14:09:36.612Z","updated_at":"2024-10-04T14:09:40.598Z","parent_kid":null,"public_key":null},{"kid":"85ee5a87-2b60-4d12-a2f7-53ba37b2dfb2","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-04T13:57:33.821Z","updated_at":"2024-10-04T14:09:41.211Z","parent_kid":"46b619d2-ab17-442e-9fd5-72e44c617d8c","public_key":null},{"kid":"46b619d2-ab17-442e-9fd5-72e44c617d8c","type":"environment-root-key","state":"destroyed","created_at":"2024-10-04T13:57:33.794Z","updated_at":"2024-10-04T14:09:57.251Z","parent_kid":null,"public_key":null},{"kid":"10026795-56c1-45e0-b00b-71d85d8f51da","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-04T13:57:31.387Z","updated_at":"2024-10-04T13:57:34.761Z","parent_kid":"46b619d2-ab17-442e-9fd5-72e44c617d8c","public_key":null},{"kid":"8ae186db-6b17-4cf6-9b49-e6962ef216f3","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-04T13:57:21.705Z","updated_at":"2024-10-04T13:57:34.761Z","parent_kid":null,"public_key":null},{"kid":"a42df500-2596-467a-96cf-a57893c54fa0","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-04T13:57:14.190Z","updated_at":"2024-10-04T13:57:31.988Z","parent_kid":"8ae186db-6b17-4cf6-9b49-e6962ef216f3","public_key":null},{"kid":"3643f722-abb3-47b7-8773-682032798164","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-04T13:57:11.217Z","updated_at":"2024-10-04T13:57:14.100Z","parent_kid":null,"public_key":null},{"kid":"f69e7380-8927-4718-a773-6e54400a0fee","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-04T13:53:47.041Z","updated_at":"2024-10-04T13:57:14.828Z","parent_kid":"a33edce6-db4c-4b6f-9659-ec53e28084e5","public_key":null},{"kid":"a33edce6-db4c-4b6f-9659-ec53e28084e5","type":"environment-root-key","state":"destroyed","created_at":"2024-10-04T13:53:47.025Z","updated_at":"2024-10-04T13:57:31.988Z","parent_kid":null,"public_key":null},{"kid":"147a0a26-755c-47d9-ba78-70bfb81effb1","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-04T13:53:44.581Z","updated_at":"2024-10-04T13:53:47.761Z","parent_kid":"a33edce6-db4c-4b6f-9659-ec53e28084e5","public_key":null},{"kid":"860dad78-4b2a-4966-b410-49cc60299e81","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-04T13:53:29.881Z","updated_at":"2024-10-04T13:53:47.761Z","parent_kid":null,"public_key":null},{"kid":"6100332f-f050-4b73-88b3-ec032e761193","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-04T13:53:27.536Z","updated_at":"2024-10-04T13:53:45.229Z","parent_kid":"860dad78-4b2a-4966-b410-49cc60299e81","public_key":null},{"kid":"472793c9-1036-40bf-8a91-271a5450dbb4","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-04T13:53:23.784Z","updated_at":"2024-10-04T13:53:27.517Z","parent_kid":null,"public_key":null},{"kid":"482d3c00-db1f-41c5-880b-235f1a8ebc40","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-03T21:46:02.580Z","updated_at":"2024-10-04T13:53:28.108Z","parent_kid":"afa24d67-84cf-4e77-bf55-af0a77df8fa6","public_key":null},{"kid":"caa6c1c0-736a-4224-82b7-21ca4a3dd908","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-03T21:45:51.656Z","updated_at":"2024-10-03T21:46:02.566Z","parent_kid":null,"public_key":null},{"kid":"56f5a62b-bd95-46b7-b14e-0d69f29b683f","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-03T21:45:49.428Z","updated_at":"2024-10-03T21:46:03.145Z","parent_kid":"afa24d67-84cf-4e77-bf55-af0a77df8fa6","public_key":null},{"kid":"d2a64a43-829b-4f3f-b5c5-754ed451ad86","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-03T21:45:45.167Z","updated_at":"2024-10-03T21:45:49.414Z","parent_kid":null,"public_key":null},{"kid":"157dc901-01eb-4c9d-b269-1a38da4416c2","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-03T21:43:22.371Z","updated_at":"2024-10-03T21:45:49.991Z","parent_kid":"afa24d67-84cf-4e77-bf55-af0a77df8fa6","public_key":null},{"kid":"47dbcf11-99bf-47e2-a276-0a541ad4901b","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-03T21:43:11.663Z","updated_at":"2024-10-03T21:43:22.343Z","parent_kid":null,"public_key":null},{"kid":"dc5989f9-6b3b-41da-9b2e-eebd3660493a","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-03T21:43:09.216Z","updated_at":"2024-10-03T21:43:22.965Z","parent_kid":"afa24d67-84cf-4e77-bf55-af0a77df8fa6","public_key":null},{"kid":"99276858-a3ae-4ded-a2f0-62ded118fcf2","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-03T21:43:05.810Z","updated_at":"2024-10-03T21:43:09.204Z","parent_kid":null,"public_key":null},{"kid":"d5a2db56-c103-443b-aa4d-0209d22a1f7c","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-03T21:41:14.689Z","updated_at":"2024-10-03T21:43:09.769Z","parent_kid":"afa24d67-84cf-4e77-bf55-af0a77df8fa6","public_key":null},{"kid":"96d7bb6b-8c37-4230-a338-0cf490d50ab9","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-03T21:41:05.138Z","updated_at":"2024-10-03T21:41:14.658Z","parent_kid":null,"public_key":null},{"kid":"9b0b8796-b4a1-454a-b36e-a8235cc8667f","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-03T21:41:02.907Z","updated_at":"2024-10-03T21:41:15.259Z","parent_kid":"afa24d67-84cf-4e77-bf55-af0a77df8fa6","public_key":null},{"kid":"e9dda37e-b960-4f92-9a15-5bc7c6ed72b9","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-03T21:40:59.230Z","updated_at":"2024-10-03T21:41:02.895Z","parent_kid":null,"public_key":null},{"kid":"a3026e21-f4a7-4161-99e4-8fa7fa8eb41a","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-03T21:27:49.983Z","updated_at":"2024-10-03T21:41:03.460Z","parent_kid":"afa24d67-84cf-4e77-bf55-af0a77df8fa6","public_key":null},{"kid":"037ec356-1a73-4bf5-bfb4-ca56bc8c61e1","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-03T21:27:38.661Z","updated_at":"2024-10-03T21:27:49.952Z","parent_kid":null,"public_key":null},{"kid":"671c0e33-613b-4323-81ee-a0d9ecd3f1d0","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-03T21:27:36.340Z","updated_at":"2024-10-03T21:27:50.578Z","parent_kid":"afa24d67-84cf-4e77-bf55-af0a77df8fa6","public_key":null},{"kid":"d897c343-4071-41f7-aed3-67695a34451f","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-03T21:27:32.304Z","updated_at":"2024-10-03T21:27:36.327Z","parent_kid":null,"public_key":null},{"kid":"e3f8d1ab-1125-48b7-b35b-b4e0beb18cff","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-03T21:22:14.540Z","updated_at":"2024-10-03T21:27:36.894Z","parent_kid":"afa24d67-84cf-4e77-bf55-af0a77df8fa6","public_key":null},{"kid":"454e1557-0d02-4245-96e9-3510fe19a690","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-03T21:22:08.628Z","updated_at":"2024-10-03T21:22:14.525Z","parent_kid":null,"public_key":null},{"kid":"fb59ded0-f3d6-4195-9fac-08fcd7dde140","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-03T21:22:01.299Z","updated_at":"2024-10-03T21:22:15.139Z","parent_kid":"afa24d67-84cf-4e77-bf55-af0a77df8fa6","public_key":null},{"kid":"7c02c0a2-d833-4f8e-bedc-3ed8f1595894","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-03T21:21:58.242Z","updated_at":"2024-10-03T21:22:01.269Z","parent_kid":null,"public_key":null},{"kid":"1c76b6b7-4319-40e2-ba7a-8c8497ad2aa9","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-03T21:17:09.120Z","updated_at":"2024-10-03T21:22:01.854Z","parent_kid":"afa24d67-84cf-4e77-bf55-af0a77df8fa6","public_key":null},{"kid":"dfb1b07d-9405-4cb5-ad07-2d745b98c59f","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-03T21:16:58.926Z","updated_at":"2024-10-03T21:17:09.107Z","parent_kid":null,"public_key":null},{"kid":"17631625-dbd0-4bd4-bef2-db841e8cd8ea","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-03T21:16:56.726Z","updated_at":"2024-10-03T21:17:09.662Z","parent_kid":"afa24d67-84cf-4e77-bf55-af0a77df8fa6","public_key":null},{"kid":"1e8d716a-c9e9-462a-ae9d-ce179258d853","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-03T21:16:53.252Z","updated_at":"2024-10-03T21:16:56.709Z","parent_kid":null,"public_key":null},{"kid":"64da35b0-7fd4-4974-bc1a-56fd45084a1b","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-03T21:12:09.474Z","updated_at":"2024-10-03T21:16:57.273Z","parent_kid":"afa24d67-84cf-4e77-bf55-af0a77df8fa6","public_key":null},{"kid":"33016b12-353e-48d1-8dc2-2dfe9bc451b1","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-03T21:11:58.848Z","updated_at":"2024-10-03T21:12:09.459Z","parent_kid":null,"public_key":null},{"kid":"8bbd49ac-3195-4509-9ab0-564d50c0eaac","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-03T21:11:56.593Z","updated_at":"2024-10-03T21:12:10.016Z","parent_kid":"afa24d67-84cf-4e77-bf55-af0a77df8fa6","public_key":null},{"kid":"9cab2bfb-1dcd-4164-9293-349ad772a315","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-03T21:11:52.993Z","updated_at":"2024-10-03T21:11:56.579Z","parent_kid":null,"public_key":null},{"kid":"65905b6c-63c6-4408-9575-8bebdcd92f0b","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-03T21:04:35.628Z","updated_at":"2024-10-03T21:11:57.138Z","parent_kid":"afa24d67-84cf-4e77-bf55-af0a77df8fa6","public_key":null},{"kid":"f5c6855e-4741-44ee-a7c4-400bc9a5a5e1","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-03T21:04:30.089Z","updated_at":"2024-10-03T21:04:35.615Z","parent_kid":null,"public_key":null},{"kid":"bf680f49-bcf1-48e7-aa30-99e9aeea870e","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-03T21:04:21.817Z","updated_at":"2024-10-03T21:04:36.289Z","parent_kid":"afa24d67-84cf-4e77-bf55-af0a77df8fa6","public_key":null}],"start":0,"limit":0,"total":0}' - headers: - Content-Type: - - application/json; charset=utf-8 - status: 200 OK - code: 200 - duration: 128.699125ms - - id: 12 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: terraform-provider-auth0-dev.eu.auth0.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - Content-Type: - - application/json - User-Agent: - - Go-Auth0/1.11.0 - url: https://terraform-provider-auth0-dev.eu.auth0.com/api/v2/tenants/settings - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: -1 - uncompressed: true - body: '{"enabled_locales":["en"],"flags":{"allow_changing_enable_sso":false,"disable_impersonation":true,"enable_sso":true,"universal_login":true,"revoke_refresh_token_grant":false,"disable_clickjack_protection_headers":false},"idle_session_lifetime":72,"sandbox_version":"18","session_lifetime":168,"oidc_logout":{"rp_logout_end_session_endpoint_discovery":true},"sandbox_versions_available":["18","16"]}' - headers: - Content-Type: - - application/json; charset=utf-8 - status: 200 OK - code: 200 - duration: 112.831708ms - - id: 13 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: terraform-provider-auth0-dev.eu.auth0.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - Content-Type: - - application/json - User-Agent: - - Go-Auth0/1.11.0 - url: https://terraform-provider-auth0-dev.eu.auth0.com/api/v2/keys/encryption?include_totals=true&page=0&per_page=5 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: -1 - uncompressed: true - body: '{"keys":[{"kid":"4b847b04-ab89-42b0-80c0-6608d26fd867","type":"tenant-master-key","state":"active","created_at":"2024-10-04T14:11:06.690Z","updated_at":"2024-10-04T14:11:06.690Z","parent_kid":"6a9a6357-6329-4265-91fc-2ab0d8434a15","public_key":null},{"kid":"c178a38a-8111-480b-a54f-a3dfea118773","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-04T14:09:59.532Z","updated_at":"2024-10-04T14:11:07.073Z","parent_kid":"6a9a6357-6329-4265-91fc-2ab0d8434a15","public_key":null},{"kid":"6a9a6357-6329-4265-91fc-2ab0d8434a15","type":"environment-root-key","state":"active","created_at":"2024-10-04T14:09:59.517Z","updated_at":"2024-10-04T14:09:59.517Z","parent_kid":null,"public_key":null},{"kid":"cc9a475f-7452-43da-8443-67b9b2b98eec","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-04T14:09:56.653Z","updated_at":"2024-10-04T14:10:00.405Z","parent_kid":"6a9a6357-6329-4265-91fc-2ab0d8434a15","public_key":null},{"kid":"571da357-4e58-4a96-9e60-8a7d284fcc6c","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-04T14:09:42.863Z","updated_at":"2024-10-04T14:10:00.405Z","parent_kid":null,"public_key":null},{"kid":"e8f991a2-2670-4d45-82b1-f05fd848ab31","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-04T14:09:40.615Z","updated_at":"2024-10-04T14:09:57.251Z","parent_kid":"571da357-4e58-4a96-9e60-8a7d284fcc6c","public_key":null},{"kid":"a569edb0-0bf6-4c12-acf8-8ef89a210d04","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-04T14:09:36.612Z","updated_at":"2024-10-04T14:09:40.598Z","parent_kid":null,"public_key":null},{"kid":"85ee5a87-2b60-4d12-a2f7-53ba37b2dfb2","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-04T13:57:33.821Z","updated_at":"2024-10-04T14:09:41.211Z","parent_kid":"46b619d2-ab17-442e-9fd5-72e44c617d8c","public_key":null},{"kid":"46b619d2-ab17-442e-9fd5-72e44c617d8c","type":"environment-root-key","state":"destroyed","created_at":"2024-10-04T13:57:33.794Z","updated_at":"2024-10-04T14:09:57.251Z","parent_kid":null,"public_key":null},{"kid":"10026795-56c1-45e0-b00b-71d85d8f51da","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-04T13:57:31.387Z","updated_at":"2024-10-04T13:57:34.761Z","parent_kid":"46b619d2-ab17-442e-9fd5-72e44c617d8c","public_key":null},{"kid":"8ae186db-6b17-4cf6-9b49-e6962ef216f3","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-04T13:57:21.705Z","updated_at":"2024-10-04T13:57:34.761Z","parent_kid":null,"public_key":null},{"kid":"a42df500-2596-467a-96cf-a57893c54fa0","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-04T13:57:14.190Z","updated_at":"2024-10-04T13:57:31.988Z","parent_kid":"8ae186db-6b17-4cf6-9b49-e6962ef216f3","public_key":null},{"kid":"3643f722-abb3-47b7-8773-682032798164","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-04T13:57:11.217Z","updated_at":"2024-10-04T13:57:14.100Z","parent_kid":null,"public_key":null},{"kid":"f69e7380-8927-4718-a773-6e54400a0fee","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-04T13:53:47.041Z","updated_at":"2024-10-04T13:57:14.828Z","parent_kid":"a33edce6-db4c-4b6f-9659-ec53e28084e5","public_key":null},{"kid":"a33edce6-db4c-4b6f-9659-ec53e28084e5","type":"environment-root-key","state":"destroyed","created_at":"2024-10-04T13:53:47.025Z","updated_at":"2024-10-04T13:57:31.988Z","parent_kid":null,"public_key":null},{"kid":"147a0a26-755c-47d9-ba78-70bfb81effb1","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-04T13:53:44.581Z","updated_at":"2024-10-04T13:53:47.761Z","parent_kid":"a33edce6-db4c-4b6f-9659-ec53e28084e5","public_key":null},{"kid":"860dad78-4b2a-4966-b410-49cc60299e81","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-04T13:53:29.881Z","updated_at":"2024-10-04T13:53:47.761Z","parent_kid":null,"public_key":null},{"kid":"6100332f-f050-4b73-88b3-ec032e761193","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-04T13:53:27.536Z","updated_at":"2024-10-04T13:53:45.229Z","parent_kid":"860dad78-4b2a-4966-b410-49cc60299e81","public_key":null},{"kid":"472793c9-1036-40bf-8a91-271a5450dbb4","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-04T13:53:23.784Z","updated_at":"2024-10-04T13:53:27.517Z","parent_kid":null,"public_key":null},{"kid":"482d3c00-db1f-41c5-880b-235f1a8ebc40","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-03T21:46:02.580Z","updated_at":"2024-10-04T13:53:28.108Z","parent_kid":"afa24d67-84cf-4e77-bf55-af0a77df8fa6","public_key":null},{"kid":"caa6c1c0-736a-4224-82b7-21ca4a3dd908","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-03T21:45:51.656Z","updated_at":"2024-10-03T21:46:02.566Z","parent_kid":null,"public_key":null},{"kid":"56f5a62b-bd95-46b7-b14e-0d69f29b683f","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-03T21:45:49.428Z","updated_at":"2024-10-03T21:46:03.145Z","parent_kid":"afa24d67-84cf-4e77-bf55-af0a77df8fa6","public_key":null},{"kid":"d2a64a43-829b-4f3f-b5c5-754ed451ad86","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-03T21:45:45.167Z","updated_at":"2024-10-03T21:45:49.414Z","parent_kid":null,"public_key":null},{"kid":"157dc901-01eb-4c9d-b269-1a38da4416c2","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-03T21:43:22.371Z","updated_at":"2024-10-03T21:45:49.991Z","parent_kid":"afa24d67-84cf-4e77-bf55-af0a77df8fa6","public_key":null},{"kid":"47dbcf11-99bf-47e2-a276-0a541ad4901b","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-03T21:43:11.663Z","updated_at":"2024-10-03T21:43:22.343Z","parent_kid":null,"public_key":null},{"kid":"dc5989f9-6b3b-41da-9b2e-eebd3660493a","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-03T21:43:09.216Z","updated_at":"2024-10-03T21:43:22.965Z","parent_kid":"afa24d67-84cf-4e77-bf55-af0a77df8fa6","public_key":null},{"kid":"99276858-a3ae-4ded-a2f0-62ded118fcf2","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-03T21:43:05.810Z","updated_at":"2024-10-03T21:43:09.204Z","parent_kid":null,"public_key":null},{"kid":"d5a2db56-c103-443b-aa4d-0209d22a1f7c","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-03T21:41:14.689Z","updated_at":"2024-10-03T21:43:09.769Z","parent_kid":"afa24d67-84cf-4e77-bf55-af0a77df8fa6","public_key":null},{"kid":"96d7bb6b-8c37-4230-a338-0cf490d50ab9","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-03T21:41:05.138Z","updated_at":"2024-10-03T21:41:14.658Z","parent_kid":null,"public_key":null},{"kid":"9b0b8796-b4a1-454a-b36e-a8235cc8667f","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-03T21:41:02.907Z","updated_at":"2024-10-03T21:41:15.259Z","parent_kid":"afa24d67-84cf-4e77-bf55-af0a77df8fa6","public_key":null},{"kid":"e9dda37e-b960-4f92-9a15-5bc7c6ed72b9","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-03T21:40:59.230Z","updated_at":"2024-10-03T21:41:02.895Z","parent_kid":null,"public_key":null},{"kid":"a3026e21-f4a7-4161-99e4-8fa7fa8eb41a","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-03T21:27:49.983Z","updated_at":"2024-10-03T21:41:03.460Z","parent_kid":"afa24d67-84cf-4e77-bf55-af0a77df8fa6","public_key":null},{"kid":"037ec356-1a73-4bf5-bfb4-ca56bc8c61e1","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-03T21:27:38.661Z","updated_at":"2024-10-03T21:27:49.952Z","parent_kid":null,"public_key":null},{"kid":"671c0e33-613b-4323-81ee-a0d9ecd3f1d0","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-03T21:27:36.340Z","updated_at":"2024-10-03T21:27:50.578Z","parent_kid":"afa24d67-84cf-4e77-bf55-af0a77df8fa6","public_key":null},{"kid":"d897c343-4071-41f7-aed3-67695a34451f","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-03T21:27:32.304Z","updated_at":"2024-10-03T21:27:36.327Z","parent_kid":null,"public_key":null},{"kid":"e3f8d1ab-1125-48b7-b35b-b4e0beb18cff","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-03T21:22:14.540Z","updated_at":"2024-10-03T21:27:36.894Z","parent_kid":"afa24d67-84cf-4e77-bf55-af0a77df8fa6","public_key":null},{"kid":"454e1557-0d02-4245-96e9-3510fe19a690","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-03T21:22:08.628Z","updated_at":"2024-10-03T21:22:14.525Z","parent_kid":null,"public_key":null},{"kid":"fb59ded0-f3d6-4195-9fac-08fcd7dde140","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-03T21:22:01.299Z","updated_at":"2024-10-03T21:22:15.139Z","parent_kid":"afa24d67-84cf-4e77-bf55-af0a77df8fa6","public_key":null},{"kid":"7c02c0a2-d833-4f8e-bedc-3ed8f1595894","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-03T21:21:58.242Z","updated_at":"2024-10-03T21:22:01.269Z","parent_kid":null,"public_key":null},{"kid":"1c76b6b7-4319-40e2-ba7a-8c8497ad2aa9","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-03T21:17:09.120Z","updated_at":"2024-10-03T21:22:01.854Z","parent_kid":"afa24d67-84cf-4e77-bf55-af0a77df8fa6","public_key":null},{"kid":"dfb1b07d-9405-4cb5-ad07-2d745b98c59f","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-03T21:16:58.926Z","updated_at":"2024-10-03T21:17:09.107Z","parent_kid":null,"public_key":null},{"kid":"17631625-dbd0-4bd4-bef2-db841e8cd8ea","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-03T21:16:56.726Z","updated_at":"2024-10-03T21:17:09.662Z","parent_kid":"afa24d67-84cf-4e77-bf55-af0a77df8fa6","public_key":null},{"kid":"1e8d716a-c9e9-462a-ae9d-ce179258d853","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-03T21:16:53.252Z","updated_at":"2024-10-03T21:16:56.709Z","parent_kid":null,"public_key":null},{"kid":"64da35b0-7fd4-4974-bc1a-56fd45084a1b","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-03T21:12:09.474Z","updated_at":"2024-10-03T21:16:57.273Z","parent_kid":"afa24d67-84cf-4e77-bf55-af0a77df8fa6","public_key":null},{"kid":"33016b12-353e-48d1-8dc2-2dfe9bc451b1","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-03T21:11:58.848Z","updated_at":"2024-10-03T21:12:09.459Z","parent_kid":null,"public_key":null},{"kid":"8bbd49ac-3195-4509-9ab0-564d50c0eaac","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-03T21:11:56.593Z","updated_at":"2024-10-03T21:12:10.016Z","parent_kid":"afa24d67-84cf-4e77-bf55-af0a77df8fa6","public_key":null},{"kid":"9cab2bfb-1dcd-4164-9293-349ad772a315","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-03T21:11:52.993Z","updated_at":"2024-10-03T21:11:56.579Z","parent_kid":null,"public_key":null},{"kid":"65905b6c-63c6-4408-9575-8bebdcd92f0b","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-03T21:04:35.628Z","updated_at":"2024-10-03T21:11:57.138Z","parent_kid":"afa24d67-84cf-4e77-bf55-af0a77df8fa6","public_key":null},{"kid":"f5c6855e-4741-44ee-a7c4-400bc9a5a5e1","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-03T21:04:30.089Z","updated_at":"2024-10-03T21:04:35.615Z","parent_kid":null,"public_key":null},{"kid":"bf680f49-bcf1-48e7-aa30-99e9aeea870e","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-03T21:04:21.817Z","updated_at":"2024-10-03T21:04:36.289Z","parent_kid":"afa24d67-84cf-4e77-bf55-af0a77df8fa6","public_key":null}],"start":0,"limit":0,"total":0}' - headers: - Content-Type: - - application/json; charset=utf-8 - status: 200 OK - code: 200 - duration: 140.756125ms - - id: 14 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: terraform-provider-auth0-dev.eu.auth0.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - Content-Type: - - application/json - User-Agent: - - Go-Auth0/1.11.0 - url: https://terraform-provider-auth0-dev.eu.auth0.com/api/v2/keys/encryption/rekey - method: POST - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 0 - uncompressed: false - body: "" - headers: - Content-Type: - - application/json; charset=utf-8 - status: 204 No Content - code: 204 - duration: 755.013125ms - - id: 15 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: terraform-provider-auth0-dev.eu.auth0.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - Content-Type: - - application/json - User-Agent: - - Go-Auth0/1.11.0 - url: https://terraform-provider-auth0-dev.eu.auth0.com/api/v2/keys/encryption?include_totals=true&page=0&per_page=5 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: -1 - uncompressed: true - body: '{"keys":[{"kid":"5b40e87a-27e3-412c-9346-a9f84537ae13","type":"tenant-master-key","state":"active","created_at":"2024-10-04T14:11:08.785Z","updated_at":"2024-10-04T14:11:08.785Z","parent_kid":"6a9a6357-6329-4265-91fc-2ab0d8434a15","public_key":null},{"kid":"4b847b04-ab89-42b0-80c0-6608d26fd867","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-04T14:11:06.690Z","updated_at":"2024-10-04T14:11:09.173Z","parent_kid":"6a9a6357-6329-4265-91fc-2ab0d8434a15","public_key":null},{"kid":"c178a38a-8111-480b-a54f-a3dfea118773","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-04T14:09:59.532Z","updated_at":"2024-10-04T14:11:07.073Z","parent_kid":"6a9a6357-6329-4265-91fc-2ab0d8434a15","public_key":null},{"kid":"6a9a6357-6329-4265-91fc-2ab0d8434a15","type":"environment-root-key","state":"active","created_at":"2024-10-04T14:09:59.517Z","updated_at":"2024-10-04T14:09:59.517Z","parent_kid":null,"public_key":null},{"kid":"cc9a475f-7452-43da-8443-67b9b2b98eec","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-04T14:09:56.653Z","updated_at":"2024-10-04T14:10:00.405Z","parent_kid":"6a9a6357-6329-4265-91fc-2ab0d8434a15","public_key":null},{"kid":"571da357-4e58-4a96-9e60-8a7d284fcc6c","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-04T14:09:42.863Z","updated_at":"2024-10-04T14:10:00.405Z","parent_kid":null,"public_key":null},{"kid":"e8f991a2-2670-4d45-82b1-f05fd848ab31","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-04T14:09:40.615Z","updated_at":"2024-10-04T14:09:57.251Z","parent_kid":"571da357-4e58-4a96-9e60-8a7d284fcc6c","public_key":null},{"kid":"a569edb0-0bf6-4c12-acf8-8ef89a210d04","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-04T14:09:36.612Z","updated_at":"2024-10-04T14:09:40.598Z","parent_kid":null,"public_key":null},{"kid":"85ee5a87-2b60-4d12-a2f7-53ba37b2dfb2","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-04T13:57:33.821Z","updated_at":"2024-10-04T14:09:41.211Z","parent_kid":"46b619d2-ab17-442e-9fd5-72e44c617d8c","public_key":null},{"kid":"46b619d2-ab17-442e-9fd5-72e44c617d8c","type":"environment-root-key","state":"destroyed","created_at":"2024-10-04T13:57:33.794Z","updated_at":"2024-10-04T14:09:57.251Z","parent_kid":null,"public_key":null},{"kid":"10026795-56c1-45e0-b00b-71d85d8f51da","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-04T13:57:31.387Z","updated_at":"2024-10-04T13:57:34.761Z","parent_kid":"46b619d2-ab17-442e-9fd5-72e44c617d8c","public_key":null},{"kid":"8ae186db-6b17-4cf6-9b49-e6962ef216f3","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-04T13:57:21.705Z","updated_at":"2024-10-04T13:57:34.761Z","parent_kid":null,"public_key":null},{"kid":"a42df500-2596-467a-96cf-a57893c54fa0","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-04T13:57:14.190Z","updated_at":"2024-10-04T13:57:31.988Z","parent_kid":"8ae186db-6b17-4cf6-9b49-e6962ef216f3","public_key":null},{"kid":"3643f722-abb3-47b7-8773-682032798164","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-04T13:57:11.217Z","updated_at":"2024-10-04T13:57:14.100Z","parent_kid":null,"public_key":null},{"kid":"f69e7380-8927-4718-a773-6e54400a0fee","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-04T13:53:47.041Z","updated_at":"2024-10-04T13:57:14.828Z","parent_kid":"a33edce6-db4c-4b6f-9659-ec53e28084e5","public_key":null},{"kid":"a33edce6-db4c-4b6f-9659-ec53e28084e5","type":"environment-root-key","state":"destroyed","created_at":"2024-10-04T13:53:47.025Z","updated_at":"2024-10-04T13:57:31.988Z","parent_kid":null,"public_key":null},{"kid":"147a0a26-755c-47d9-ba78-70bfb81effb1","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-04T13:53:44.581Z","updated_at":"2024-10-04T13:53:47.761Z","parent_kid":"a33edce6-db4c-4b6f-9659-ec53e28084e5","public_key":null},{"kid":"860dad78-4b2a-4966-b410-49cc60299e81","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-04T13:53:29.881Z","updated_at":"2024-10-04T13:53:47.761Z","parent_kid":null,"public_key":null},{"kid":"6100332f-f050-4b73-88b3-ec032e761193","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-04T13:53:27.536Z","updated_at":"2024-10-04T13:53:45.229Z","parent_kid":"860dad78-4b2a-4966-b410-49cc60299e81","public_key":null},{"kid":"472793c9-1036-40bf-8a91-271a5450dbb4","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-04T13:53:23.784Z","updated_at":"2024-10-04T13:53:27.517Z","parent_kid":null,"public_key":null},{"kid":"482d3c00-db1f-41c5-880b-235f1a8ebc40","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-03T21:46:02.580Z","updated_at":"2024-10-04T13:53:28.108Z","parent_kid":"afa24d67-84cf-4e77-bf55-af0a77df8fa6","public_key":null},{"kid":"caa6c1c0-736a-4224-82b7-21ca4a3dd908","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-03T21:45:51.656Z","updated_at":"2024-10-03T21:46:02.566Z","parent_kid":null,"public_key":null},{"kid":"56f5a62b-bd95-46b7-b14e-0d69f29b683f","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-03T21:45:49.428Z","updated_at":"2024-10-03T21:46:03.145Z","parent_kid":"afa24d67-84cf-4e77-bf55-af0a77df8fa6","public_key":null},{"kid":"d2a64a43-829b-4f3f-b5c5-754ed451ad86","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-03T21:45:45.167Z","updated_at":"2024-10-03T21:45:49.414Z","parent_kid":null,"public_key":null},{"kid":"157dc901-01eb-4c9d-b269-1a38da4416c2","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-03T21:43:22.371Z","updated_at":"2024-10-03T21:45:49.991Z","parent_kid":"afa24d67-84cf-4e77-bf55-af0a77df8fa6","public_key":null},{"kid":"47dbcf11-99bf-47e2-a276-0a541ad4901b","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-03T21:43:11.663Z","updated_at":"2024-10-03T21:43:22.343Z","parent_kid":null,"public_key":null},{"kid":"dc5989f9-6b3b-41da-9b2e-eebd3660493a","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-03T21:43:09.216Z","updated_at":"2024-10-03T21:43:22.965Z","parent_kid":"afa24d67-84cf-4e77-bf55-af0a77df8fa6","public_key":null},{"kid":"99276858-a3ae-4ded-a2f0-62ded118fcf2","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-03T21:43:05.810Z","updated_at":"2024-10-03T21:43:09.204Z","parent_kid":null,"public_key":null},{"kid":"d5a2db56-c103-443b-aa4d-0209d22a1f7c","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-03T21:41:14.689Z","updated_at":"2024-10-03T21:43:09.769Z","parent_kid":"afa24d67-84cf-4e77-bf55-af0a77df8fa6","public_key":null},{"kid":"96d7bb6b-8c37-4230-a338-0cf490d50ab9","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-03T21:41:05.138Z","updated_at":"2024-10-03T21:41:14.658Z","parent_kid":null,"public_key":null},{"kid":"9b0b8796-b4a1-454a-b36e-a8235cc8667f","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-03T21:41:02.907Z","updated_at":"2024-10-03T21:41:15.259Z","parent_kid":"afa24d67-84cf-4e77-bf55-af0a77df8fa6","public_key":null},{"kid":"e9dda37e-b960-4f92-9a15-5bc7c6ed72b9","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-03T21:40:59.230Z","updated_at":"2024-10-03T21:41:02.895Z","parent_kid":null,"public_key":null},{"kid":"a3026e21-f4a7-4161-99e4-8fa7fa8eb41a","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-03T21:27:49.983Z","updated_at":"2024-10-03T21:41:03.460Z","parent_kid":"afa24d67-84cf-4e77-bf55-af0a77df8fa6","public_key":null},{"kid":"037ec356-1a73-4bf5-bfb4-ca56bc8c61e1","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-03T21:27:38.661Z","updated_at":"2024-10-03T21:27:49.952Z","parent_kid":null,"public_key":null},{"kid":"671c0e33-613b-4323-81ee-a0d9ecd3f1d0","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-03T21:27:36.340Z","updated_at":"2024-10-03T21:27:50.578Z","parent_kid":"afa24d67-84cf-4e77-bf55-af0a77df8fa6","public_key":null},{"kid":"d897c343-4071-41f7-aed3-67695a34451f","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-03T21:27:32.304Z","updated_at":"2024-10-03T21:27:36.327Z","parent_kid":null,"public_key":null},{"kid":"e3f8d1ab-1125-48b7-b35b-b4e0beb18cff","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-03T21:22:14.540Z","updated_at":"2024-10-03T21:27:36.894Z","parent_kid":"afa24d67-84cf-4e77-bf55-af0a77df8fa6","public_key":null},{"kid":"454e1557-0d02-4245-96e9-3510fe19a690","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-03T21:22:08.628Z","updated_at":"2024-10-03T21:22:14.525Z","parent_kid":null,"public_key":null},{"kid":"fb59ded0-f3d6-4195-9fac-08fcd7dde140","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-03T21:22:01.299Z","updated_at":"2024-10-03T21:22:15.139Z","parent_kid":"afa24d67-84cf-4e77-bf55-af0a77df8fa6","public_key":null},{"kid":"7c02c0a2-d833-4f8e-bedc-3ed8f1595894","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-03T21:21:58.242Z","updated_at":"2024-10-03T21:22:01.269Z","parent_kid":null,"public_key":null},{"kid":"1c76b6b7-4319-40e2-ba7a-8c8497ad2aa9","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-03T21:17:09.120Z","updated_at":"2024-10-03T21:22:01.854Z","parent_kid":"afa24d67-84cf-4e77-bf55-af0a77df8fa6","public_key":null},{"kid":"dfb1b07d-9405-4cb5-ad07-2d745b98c59f","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-03T21:16:58.926Z","updated_at":"2024-10-03T21:17:09.107Z","parent_kid":null,"public_key":null},{"kid":"17631625-dbd0-4bd4-bef2-db841e8cd8ea","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-03T21:16:56.726Z","updated_at":"2024-10-03T21:17:09.662Z","parent_kid":"afa24d67-84cf-4e77-bf55-af0a77df8fa6","public_key":null},{"kid":"1e8d716a-c9e9-462a-ae9d-ce179258d853","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-03T21:16:53.252Z","updated_at":"2024-10-03T21:16:56.709Z","parent_kid":null,"public_key":null},{"kid":"64da35b0-7fd4-4974-bc1a-56fd45084a1b","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-03T21:12:09.474Z","updated_at":"2024-10-03T21:16:57.273Z","parent_kid":"afa24d67-84cf-4e77-bf55-af0a77df8fa6","public_key":null},{"kid":"33016b12-353e-48d1-8dc2-2dfe9bc451b1","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-03T21:11:58.848Z","updated_at":"2024-10-03T21:12:09.459Z","parent_kid":null,"public_key":null},{"kid":"8bbd49ac-3195-4509-9ab0-564d50c0eaac","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-03T21:11:56.593Z","updated_at":"2024-10-03T21:12:10.016Z","parent_kid":"afa24d67-84cf-4e77-bf55-af0a77df8fa6","public_key":null},{"kid":"9cab2bfb-1dcd-4164-9293-349ad772a315","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-03T21:11:52.993Z","updated_at":"2024-10-03T21:11:56.579Z","parent_kid":null,"public_key":null},{"kid":"65905b6c-63c6-4408-9575-8bebdcd92f0b","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-03T21:04:35.628Z","updated_at":"2024-10-03T21:11:57.138Z","parent_kid":"afa24d67-84cf-4e77-bf55-af0a77df8fa6","public_key":null},{"kid":"f5c6855e-4741-44ee-a7c4-400bc9a5a5e1","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-03T21:04:30.089Z","updated_at":"2024-10-03T21:04:35.615Z","parent_kid":null,"public_key":null}],"start":0,"limit":0,"total":0}' - headers: - Content-Type: - - application/json; charset=utf-8 - status: 200 OK - code: 200 - duration: 131.754833ms - - id: 16 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: terraform-provider-auth0-dev.eu.auth0.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - Content-Type: - - application/json - User-Agent: - - Go-Auth0/1.11.0 - url: https://terraform-provider-auth0-dev.eu.auth0.com/api/v2/tenants/settings - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: -1 - uncompressed: true - body: '{"enabled_locales":["en"],"flags":{"allow_changing_enable_sso":false,"disable_impersonation":true,"enable_sso":true,"universal_login":true,"revoke_refresh_token_grant":false,"disable_clickjack_protection_headers":false},"idle_session_lifetime":72,"sandbox_version":"18","session_lifetime":168,"oidc_logout":{"rp_logout_end_session_endpoint_discovery":true},"sandbox_versions_available":["18","16"]}' - headers: - Content-Type: - - application/json; charset=utf-8 - status: 200 OK - code: 200 - duration: 115.448625ms - - id: 17 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: terraform-provider-auth0-dev.eu.auth0.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - Content-Type: - - application/json - User-Agent: - - Go-Auth0/1.11.0 - url: https://terraform-provider-auth0-dev.eu.auth0.com/api/v2/keys/encryption?include_totals=true&page=0&per_page=5 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: -1 - uncompressed: true - body: '{"keys":[{"kid":"5b40e87a-27e3-412c-9346-a9f84537ae13","type":"tenant-master-key","state":"active","created_at":"2024-10-04T14:11:08.785Z","updated_at":"2024-10-04T14:11:08.785Z","parent_kid":"6a9a6357-6329-4265-91fc-2ab0d8434a15","public_key":null},{"kid":"4b847b04-ab89-42b0-80c0-6608d26fd867","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-04T14:11:06.690Z","updated_at":"2024-10-04T14:11:09.173Z","parent_kid":"6a9a6357-6329-4265-91fc-2ab0d8434a15","public_key":null},{"kid":"c178a38a-8111-480b-a54f-a3dfea118773","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-04T14:09:59.532Z","updated_at":"2024-10-04T14:11:07.073Z","parent_kid":"6a9a6357-6329-4265-91fc-2ab0d8434a15","public_key":null},{"kid":"6a9a6357-6329-4265-91fc-2ab0d8434a15","type":"environment-root-key","state":"active","created_at":"2024-10-04T14:09:59.517Z","updated_at":"2024-10-04T14:09:59.517Z","parent_kid":null,"public_key":null},{"kid":"cc9a475f-7452-43da-8443-67b9b2b98eec","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-04T14:09:56.653Z","updated_at":"2024-10-04T14:10:00.405Z","parent_kid":"6a9a6357-6329-4265-91fc-2ab0d8434a15","public_key":null},{"kid":"571da357-4e58-4a96-9e60-8a7d284fcc6c","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-04T14:09:42.863Z","updated_at":"2024-10-04T14:10:00.405Z","parent_kid":null,"public_key":null},{"kid":"e8f991a2-2670-4d45-82b1-f05fd848ab31","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-04T14:09:40.615Z","updated_at":"2024-10-04T14:09:57.251Z","parent_kid":"571da357-4e58-4a96-9e60-8a7d284fcc6c","public_key":null},{"kid":"a569edb0-0bf6-4c12-acf8-8ef89a210d04","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-04T14:09:36.612Z","updated_at":"2024-10-04T14:09:40.598Z","parent_kid":null,"public_key":null},{"kid":"85ee5a87-2b60-4d12-a2f7-53ba37b2dfb2","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-04T13:57:33.821Z","updated_at":"2024-10-04T14:09:41.211Z","parent_kid":"46b619d2-ab17-442e-9fd5-72e44c617d8c","public_key":null},{"kid":"46b619d2-ab17-442e-9fd5-72e44c617d8c","type":"environment-root-key","state":"destroyed","created_at":"2024-10-04T13:57:33.794Z","updated_at":"2024-10-04T14:09:57.251Z","parent_kid":null,"public_key":null},{"kid":"10026795-56c1-45e0-b00b-71d85d8f51da","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-04T13:57:31.387Z","updated_at":"2024-10-04T13:57:34.761Z","parent_kid":"46b619d2-ab17-442e-9fd5-72e44c617d8c","public_key":null},{"kid":"8ae186db-6b17-4cf6-9b49-e6962ef216f3","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-04T13:57:21.705Z","updated_at":"2024-10-04T13:57:34.761Z","parent_kid":null,"public_key":null},{"kid":"a42df500-2596-467a-96cf-a57893c54fa0","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-04T13:57:14.190Z","updated_at":"2024-10-04T13:57:31.988Z","parent_kid":"8ae186db-6b17-4cf6-9b49-e6962ef216f3","public_key":null},{"kid":"3643f722-abb3-47b7-8773-682032798164","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-04T13:57:11.217Z","updated_at":"2024-10-04T13:57:14.100Z","parent_kid":null,"public_key":null},{"kid":"f69e7380-8927-4718-a773-6e54400a0fee","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-04T13:53:47.041Z","updated_at":"2024-10-04T13:57:14.828Z","parent_kid":"a33edce6-db4c-4b6f-9659-ec53e28084e5","public_key":null},{"kid":"a33edce6-db4c-4b6f-9659-ec53e28084e5","type":"environment-root-key","state":"destroyed","created_at":"2024-10-04T13:53:47.025Z","updated_at":"2024-10-04T13:57:31.988Z","parent_kid":null,"public_key":null},{"kid":"147a0a26-755c-47d9-ba78-70bfb81effb1","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-04T13:53:44.581Z","updated_at":"2024-10-04T13:53:47.761Z","parent_kid":"a33edce6-db4c-4b6f-9659-ec53e28084e5","public_key":null},{"kid":"860dad78-4b2a-4966-b410-49cc60299e81","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-04T13:53:29.881Z","updated_at":"2024-10-04T13:53:47.761Z","parent_kid":null,"public_key":null},{"kid":"6100332f-f050-4b73-88b3-ec032e761193","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-04T13:53:27.536Z","updated_at":"2024-10-04T13:53:45.229Z","parent_kid":"860dad78-4b2a-4966-b410-49cc60299e81","public_key":null},{"kid":"472793c9-1036-40bf-8a91-271a5450dbb4","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-04T13:53:23.784Z","updated_at":"2024-10-04T13:53:27.517Z","parent_kid":null,"public_key":null},{"kid":"482d3c00-db1f-41c5-880b-235f1a8ebc40","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-03T21:46:02.580Z","updated_at":"2024-10-04T13:53:28.108Z","parent_kid":"afa24d67-84cf-4e77-bf55-af0a77df8fa6","public_key":null},{"kid":"caa6c1c0-736a-4224-82b7-21ca4a3dd908","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-03T21:45:51.656Z","updated_at":"2024-10-03T21:46:02.566Z","parent_kid":null,"public_key":null},{"kid":"56f5a62b-bd95-46b7-b14e-0d69f29b683f","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-03T21:45:49.428Z","updated_at":"2024-10-03T21:46:03.145Z","parent_kid":"afa24d67-84cf-4e77-bf55-af0a77df8fa6","public_key":null},{"kid":"d2a64a43-829b-4f3f-b5c5-754ed451ad86","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-03T21:45:45.167Z","updated_at":"2024-10-03T21:45:49.414Z","parent_kid":null,"public_key":null},{"kid":"157dc901-01eb-4c9d-b269-1a38da4416c2","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-03T21:43:22.371Z","updated_at":"2024-10-03T21:45:49.991Z","parent_kid":"afa24d67-84cf-4e77-bf55-af0a77df8fa6","public_key":null},{"kid":"47dbcf11-99bf-47e2-a276-0a541ad4901b","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-03T21:43:11.663Z","updated_at":"2024-10-03T21:43:22.343Z","parent_kid":null,"public_key":null},{"kid":"dc5989f9-6b3b-41da-9b2e-eebd3660493a","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-03T21:43:09.216Z","updated_at":"2024-10-03T21:43:22.965Z","parent_kid":"afa24d67-84cf-4e77-bf55-af0a77df8fa6","public_key":null},{"kid":"99276858-a3ae-4ded-a2f0-62ded118fcf2","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-03T21:43:05.810Z","updated_at":"2024-10-03T21:43:09.204Z","parent_kid":null,"public_key":null},{"kid":"d5a2db56-c103-443b-aa4d-0209d22a1f7c","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-03T21:41:14.689Z","updated_at":"2024-10-03T21:43:09.769Z","parent_kid":"afa24d67-84cf-4e77-bf55-af0a77df8fa6","public_key":null},{"kid":"96d7bb6b-8c37-4230-a338-0cf490d50ab9","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-03T21:41:05.138Z","updated_at":"2024-10-03T21:41:14.658Z","parent_kid":null,"public_key":null},{"kid":"9b0b8796-b4a1-454a-b36e-a8235cc8667f","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-03T21:41:02.907Z","updated_at":"2024-10-03T21:41:15.259Z","parent_kid":"afa24d67-84cf-4e77-bf55-af0a77df8fa6","public_key":null},{"kid":"e9dda37e-b960-4f92-9a15-5bc7c6ed72b9","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-03T21:40:59.230Z","updated_at":"2024-10-03T21:41:02.895Z","parent_kid":null,"public_key":null},{"kid":"a3026e21-f4a7-4161-99e4-8fa7fa8eb41a","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-03T21:27:49.983Z","updated_at":"2024-10-03T21:41:03.460Z","parent_kid":"afa24d67-84cf-4e77-bf55-af0a77df8fa6","public_key":null},{"kid":"037ec356-1a73-4bf5-bfb4-ca56bc8c61e1","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-03T21:27:38.661Z","updated_at":"2024-10-03T21:27:49.952Z","parent_kid":null,"public_key":null},{"kid":"671c0e33-613b-4323-81ee-a0d9ecd3f1d0","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-03T21:27:36.340Z","updated_at":"2024-10-03T21:27:50.578Z","parent_kid":"afa24d67-84cf-4e77-bf55-af0a77df8fa6","public_key":null},{"kid":"d897c343-4071-41f7-aed3-67695a34451f","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-03T21:27:32.304Z","updated_at":"2024-10-03T21:27:36.327Z","parent_kid":null,"public_key":null},{"kid":"e3f8d1ab-1125-48b7-b35b-b4e0beb18cff","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-03T21:22:14.540Z","updated_at":"2024-10-03T21:27:36.894Z","parent_kid":"afa24d67-84cf-4e77-bf55-af0a77df8fa6","public_key":null},{"kid":"454e1557-0d02-4245-96e9-3510fe19a690","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-03T21:22:08.628Z","updated_at":"2024-10-03T21:22:14.525Z","parent_kid":null,"public_key":null},{"kid":"fb59ded0-f3d6-4195-9fac-08fcd7dde140","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-03T21:22:01.299Z","updated_at":"2024-10-03T21:22:15.139Z","parent_kid":"afa24d67-84cf-4e77-bf55-af0a77df8fa6","public_key":null},{"kid":"7c02c0a2-d833-4f8e-bedc-3ed8f1595894","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-03T21:21:58.242Z","updated_at":"2024-10-03T21:22:01.269Z","parent_kid":null,"public_key":null},{"kid":"1c76b6b7-4319-40e2-ba7a-8c8497ad2aa9","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-03T21:17:09.120Z","updated_at":"2024-10-03T21:22:01.854Z","parent_kid":"afa24d67-84cf-4e77-bf55-af0a77df8fa6","public_key":null},{"kid":"dfb1b07d-9405-4cb5-ad07-2d745b98c59f","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-03T21:16:58.926Z","updated_at":"2024-10-03T21:17:09.107Z","parent_kid":null,"public_key":null},{"kid":"17631625-dbd0-4bd4-bef2-db841e8cd8ea","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-03T21:16:56.726Z","updated_at":"2024-10-03T21:17:09.662Z","parent_kid":"afa24d67-84cf-4e77-bf55-af0a77df8fa6","public_key":null},{"kid":"1e8d716a-c9e9-462a-ae9d-ce179258d853","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-03T21:16:53.252Z","updated_at":"2024-10-03T21:16:56.709Z","parent_kid":null,"public_key":null},{"kid":"64da35b0-7fd4-4974-bc1a-56fd45084a1b","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-03T21:12:09.474Z","updated_at":"2024-10-03T21:16:57.273Z","parent_kid":"afa24d67-84cf-4e77-bf55-af0a77df8fa6","public_key":null},{"kid":"33016b12-353e-48d1-8dc2-2dfe9bc451b1","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-03T21:11:58.848Z","updated_at":"2024-10-03T21:12:09.459Z","parent_kid":null,"public_key":null},{"kid":"8bbd49ac-3195-4509-9ab0-564d50c0eaac","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-03T21:11:56.593Z","updated_at":"2024-10-03T21:12:10.016Z","parent_kid":"afa24d67-84cf-4e77-bf55-af0a77df8fa6","public_key":null},{"kid":"9cab2bfb-1dcd-4164-9293-349ad772a315","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-03T21:11:52.993Z","updated_at":"2024-10-03T21:11:56.579Z","parent_kid":null,"public_key":null},{"kid":"65905b6c-63c6-4408-9575-8bebdcd92f0b","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-03T21:04:35.628Z","updated_at":"2024-10-03T21:11:57.138Z","parent_kid":"afa24d67-84cf-4e77-bf55-af0a77df8fa6","public_key":null},{"kid":"f5c6855e-4741-44ee-a7c4-400bc9a5a5e1","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-03T21:04:30.089Z","updated_at":"2024-10-03T21:04:35.615Z","parent_kid":null,"public_key":null}],"start":0,"limit":0,"total":0}' - headers: - Content-Type: - - application/json; charset=utf-8 - status: 200 OK - code: 200 - duration: 157.356709ms - - id: 18 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: terraform-provider-auth0-dev.eu.auth0.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - Content-Type: - - application/json - User-Agent: - - Go-Auth0/1.11.0 - url: https://terraform-provider-auth0-dev.eu.auth0.com/api/v2/tenants/settings - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: -1 - uncompressed: true - body: '{"enabled_locales":["en"],"flags":{"allow_changing_enable_sso":false,"disable_impersonation":true,"enable_sso":true,"universal_login":true,"revoke_refresh_token_grant":false,"disable_clickjack_protection_headers":false},"idle_session_lifetime":72,"sandbox_version":"18","session_lifetime":168,"oidc_logout":{"rp_logout_end_session_endpoint_discovery":true},"sandbox_versions_available":["18","16"]}' - headers: - Content-Type: - - application/json; charset=utf-8 - status: 200 OK - code: 200 - duration: 117.022208ms - - id: 19 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: terraform-provider-auth0-dev.eu.auth0.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - Content-Type: - - application/json - User-Agent: - - Go-Auth0/1.11.0 - url: https://terraform-provider-auth0-dev.eu.auth0.com/api/v2/keys/encryption?include_totals=true&page=0&per_page=5 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: -1 - uncompressed: true - body: '{"keys":[{"kid":"5b40e87a-27e3-412c-9346-a9f84537ae13","type":"tenant-master-key","state":"active","created_at":"2024-10-04T14:11:08.785Z","updated_at":"2024-10-04T14:11:08.785Z","parent_kid":"6a9a6357-6329-4265-91fc-2ab0d8434a15","public_key":null},{"kid":"4b847b04-ab89-42b0-80c0-6608d26fd867","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-04T14:11:06.690Z","updated_at":"2024-10-04T14:11:09.173Z","parent_kid":"6a9a6357-6329-4265-91fc-2ab0d8434a15","public_key":null},{"kid":"c178a38a-8111-480b-a54f-a3dfea118773","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-04T14:09:59.532Z","updated_at":"2024-10-04T14:11:07.073Z","parent_kid":"6a9a6357-6329-4265-91fc-2ab0d8434a15","public_key":null},{"kid":"6a9a6357-6329-4265-91fc-2ab0d8434a15","type":"environment-root-key","state":"active","created_at":"2024-10-04T14:09:59.517Z","updated_at":"2024-10-04T14:09:59.517Z","parent_kid":null,"public_key":null},{"kid":"cc9a475f-7452-43da-8443-67b9b2b98eec","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-04T14:09:56.653Z","updated_at":"2024-10-04T14:10:00.405Z","parent_kid":"6a9a6357-6329-4265-91fc-2ab0d8434a15","public_key":null},{"kid":"571da357-4e58-4a96-9e60-8a7d284fcc6c","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-04T14:09:42.863Z","updated_at":"2024-10-04T14:10:00.405Z","parent_kid":null,"public_key":null},{"kid":"e8f991a2-2670-4d45-82b1-f05fd848ab31","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-04T14:09:40.615Z","updated_at":"2024-10-04T14:09:57.251Z","parent_kid":"571da357-4e58-4a96-9e60-8a7d284fcc6c","public_key":null},{"kid":"a569edb0-0bf6-4c12-acf8-8ef89a210d04","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-04T14:09:36.612Z","updated_at":"2024-10-04T14:09:40.598Z","parent_kid":null,"public_key":null},{"kid":"85ee5a87-2b60-4d12-a2f7-53ba37b2dfb2","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-04T13:57:33.821Z","updated_at":"2024-10-04T14:09:41.211Z","parent_kid":"46b619d2-ab17-442e-9fd5-72e44c617d8c","public_key":null},{"kid":"46b619d2-ab17-442e-9fd5-72e44c617d8c","type":"environment-root-key","state":"destroyed","created_at":"2024-10-04T13:57:33.794Z","updated_at":"2024-10-04T14:09:57.251Z","parent_kid":null,"public_key":null},{"kid":"10026795-56c1-45e0-b00b-71d85d8f51da","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-04T13:57:31.387Z","updated_at":"2024-10-04T13:57:34.761Z","parent_kid":"46b619d2-ab17-442e-9fd5-72e44c617d8c","public_key":null},{"kid":"8ae186db-6b17-4cf6-9b49-e6962ef216f3","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-04T13:57:21.705Z","updated_at":"2024-10-04T13:57:34.761Z","parent_kid":null,"public_key":null},{"kid":"a42df500-2596-467a-96cf-a57893c54fa0","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-04T13:57:14.190Z","updated_at":"2024-10-04T13:57:31.988Z","parent_kid":"8ae186db-6b17-4cf6-9b49-e6962ef216f3","public_key":null},{"kid":"3643f722-abb3-47b7-8773-682032798164","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-04T13:57:11.217Z","updated_at":"2024-10-04T13:57:14.100Z","parent_kid":null,"public_key":null},{"kid":"f69e7380-8927-4718-a773-6e54400a0fee","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-04T13:53:47.041Z","updated_at":"2024-10-04T13:57:14.828Z","parent_kid":"a33edce6-db4c-4b6f-9659-ec53e28084e5","public_key":null},{"kid":"a33edce6-db4c-4b6f-9659-ec53e28084e5","type":"environment-root-key","state":"destroyed","created_at":"2024-10-04T13:53:47.025Z","updated_at":"2024-10-04T13:57:31.988Z","parent_kid":null,"public_key":null},{"kid":"147a0a26-755c-47d9-ba78-70bfb81effb1","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-04T13:53:44.581Z","updated_at":"2024-10-04T13:53:47.761Z","parent_kid":"a33edce6-db4c-4b6f-9659-ec53e28084e5","public_key":null},{"kid":"860dad78-4b2a-4966-b410-49cc60299e81","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-04T13:53:29.881Z","updated_at":"2024-10-04T13:53:47.761Z","parent_kid":null,"public_key":null},{"kid":"6100332f-f050-4b73-88b3-ec032e761193","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-04T13:53:27.536Z","updated_at":"2024-10-04T13:53:45.229Z","parent_kid":"860dad78-4b2a-4966-b410-49cc60299e81","public_key":null},{"kid":"472793c9-1036-40bf-8a91-271a5450dbb4","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-04T13:53:23.784Z","updated_at":"2024-10-04T13:53:27.517Z","parent_kid":null,"public_key":null},{"kid":"482d3c00-db1f-41c5-880b-235f1a8ebc40","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-03T21:46:02.580Z","updated_at":"2024-10-04T13:53:28.108Z","parent_kid":"afa24d67-84cf-4e77-bf55-af0a77df8fa6","public_key":null},{"kid":"caa6c1c0-736a-4224-82b7-21ca4a3dd908","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-03T21:45:51.656Z","updated_at":"2024-10-03T21:46:02.566Z","parent_kid":null,"public_key":null},{"kid":"56f5a62b-bd95-46b7-b14e-0d69f29b683f","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-03T21:45:49.428Z","updated_at":"2024-10-03T21:46:03.145Z","parent_kid":"afa24d67-84cf-4e77-bf55-af0a77df8fa6","public_key":null},{"kid":"d2a64a43-829b-4f3f-b5c5-754ed451ad86","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-03T21:45:45.167Z","updated_at":"2024-10-03T21:45:49.414Z","parent_kid":null,"public_key":null},{"kid":"157dc901-01eb-4c9d-b269-1a38da4416c2","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-03T21:43:22.371Z","updated_at":"2024-10-03T21:45:49.991Z","parent_kid":"afa24d67-84cf-4e77-bf55-af0a77df8fa6","public_key":null},{"kid":"47dbcf11-99bf-47e2-a276-0a541ad4901b","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-03T21:43:11.663Z","updated_at":"2024-10-03T21:43:22.343Z","parent_kid":null,"public_key":null},{"kid":"dc5989f9-6b3b-41da-9b2e-eebd3660493a","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-03T21:43:09.216Z","updated_at":"2024-10-03T21:43:22.965Z","parent_kid":"afa24d67-84cf-4e77-bf55-af0a77df8fa6","public_key":null},{"kid":"99276858-a3ae-4ded-a2f0-62ded118fcf2","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-03T21:43:05.810Z","updated_at":"2024-10-03T21:43:09.204Z","parent_kid":null,"public_key":null},{"kid":"d5a2db56-c103-443b-aa4d-0209d22a1f7c","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-03T21:41:14.689Z","updated_at":"2024-10-03T21:43:09.769Z","parent_kid":"afa24d67-84cf-4e77-bf55-af0a77df8fa6","public_key":null},{"kid":"96d7bb6b-8c37-4230-a338-0cf490d50ab9","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-03T21:41:05.138Z","updated_at":"2024-10-03T21:41:14.658Z","parent_kid":null,"public_key":null},{"kid":"9b0b8796-b4a1-454a-b36e-a8235cc8667f","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-03T21:41:02.907Z","updated_at":"2024-10-03T21:41:15.259Z","parent_kid":"afa24d67-84cf-4e77-bf55-af0a77df8fa6","public_key":null},{"kid":"e9dda37e-b960-4f92-9a15-5bc7c6ed72b9","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-03T21:40:59.230Z","updated_at":"2024-10-03T21:41:02.895Z","parent_kid":null,"public_key":null},{"kid":"a3026e21-f4a7-4161-99e4-8fa7fa8eb41a","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-03T21:27:49.983Z","updated_at":"2024-10-03T21:41:03.460Z","parent_kid":"afa24d67-84cf-4e77-bf55-af0a77df8fa6","public_key":null},{"kid":"037ec356-1a73-4bf5-bfb4-ca56bc8c61e1","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-03T21:27:38.661Z","updated_at":"2024-10-03T21:27:49.952Z","parent_kid":null,"public_key":null},{"kid":"671c0e33-613b-4323-81ee-a0d9ecd3f1d0","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-03T21:27:36.340Z","updated_at":"2024-10-03T21:27:50.578Z","parent_kid":"afa24d67-84cf-4e77-bf55-af0a77df8fa6","public_key":null},{"kid":"d897c343-4071-41f7-aed3-67695a34451f","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-03T21:27:32.304Z","updated_at":"2024-10-03T21:27:36.327Z","parent_kid":null,"public_key":null},{"kid":"e3f8d1ab-1125-48b7-b35b-b4e0beb18cff","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-03T21:22:14.540Z","updated_at":"2024-10-03T21:27:36.894Z","parent_kid":"afa24d67-84cf-4e77-bf55-af0a77df8fa6","public_key":null},{"kid":"454e1557-0d02-4245-96e9-3510fe19a690","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-03T21:22:08.628Z","updated_at":"2024-10-03T21:22:14.525Z","parent_kid":null,"public_key":null},{"kid":"fb59ded0-f3d6-4195-9fac-08fcd7dde140","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-03T21:22:01.299Z","updated_at":"2024-10-03T21:22:15.139Z","parent_kid":"afa24d67-84cf-4e77-bf55-af0a77df8fa6","public_key":null},{"kid":"7c02c0a2-d833-4f8e-bedc-3ed8f1595894","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-03T21:21:58.242Z","updated_at":"2024-10-03T21:22:01.269Z","parent_kid":null,"public_key":null},{"kid":"1c76b6b7-4319-40e2-ba7a-8c8497ad2aa9","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-03T21:17:09.120Z","updated_at":"2024-10-03T21:22:01.854Z","parent_kid":"afa24d67-84cf-4e77-bf55-af0a77df8fa6","public_key":null},{"kid":"dfb1b07d-9405-4cb5-ad07-2d745b98c59f","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-03T21:16:58.926Z","updated_at":"2024-10-03T21:17:09.107Z","parent_kid":null,"public_key":null},{"kid":"17631625-dbd0-4bd4-bef2-db841e8cd8ea","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-03T21:16:56.726Z","updated_at":"2024-10-03T21:17:09.662Z","parent_kid":"afa24d67-84cf-4e77-bf55-af0a77df8fa6","public_key":null},{"kid":"1e8d716a-c9e9-462a-ae9d-ce179258d853","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-03T21:16:53.252Z","updated_at":"2024-10-03T21:16:56.709Z","parent_kid":null,"public_key":null},{"kid":"64da35b0-7fd4-4974-bc1a-56fd45084a1b","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-03T21:12:09.474Z","updated_at":"2024-10-03T21:16:57.273Z","parent_kid":"afa24d67-84cf-4e77-bf55-af0a77df8fa6","public_key":null},{"kid":"33016b12-353e-48d1-8dc2-2dfe9bc451b1","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-03T21:11:58.848Z","updated_at":"2024-10-03T21:12:09.459Z","parent_kid":null,"public_key":null},{"kid":"8bbd49ac-3195-4509-9ab0-564d50c0eaac","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-03T21:11:56.593Z","updated_at":"2024-10-03T21:12:10.016Z","parent_kid":"afa24d67-84cf-4e77-bf55-af0a77df8fa6","public_key":null},{"kid":"9cab2bfb-1dcd-4164-9293-349ad772a315","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-03T21:11:52.993Z","updated_at":"2024-10-03T21:11:56.579Z","parent_kid":null,"public_key":null},{"kid":"65905b6c-63c6-4408-9575-8bebdcd92f0b","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-03T21:04:35.628Z","updated_at":"2024-10-03T21:11:57.138Z","parent_kid":"afa24d67-84cf-4e77-bf55-af0a77df8fa6","public_key":null},{"kid":"f5c6855e-4741-44ee-a7c4-400bc9a5a5e1","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-03T21:04:30.089Z","updated_at":"2024-10-03T21:04:35.615Z","parent_kid":null,"public_key":null}],"start":0,"limit":0,"total":0}' - headers: - Content-Type: - - application/json; charset=utf-8 - status: 200 OK - code: 200 - duration: 130.9455ms - - id: 20 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: terraform-provider-auth0-dev.eu.auth0.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - Content-Type: - - application/json - User-Agent: - - Go-Auth0/1.11.0 - url: https://terraform-provider-auth0-dev.eu.auth0.com/api/v2/keys/encryption?include_totals=true&page=0&per_page=5 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: -1 - uncompressed: true - body: '{"keys":[{"kid":"5b40e87a-27e3-412c-9346-a9f84537ae13","type":"tenant-master-key","state":"active","created_at":"2024-10-04T14:11:08.785Z","updated_at":"2024-10-04T14:11:08.785Z","parent_kid":"6a9a6357-6329-4265-91fc-2ab0d8434a15","public_key":null},{"kid":"4b847b04-ab89-42b0-80c0-6608d26fd867","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-04T14:11:06.690Z","updated_at":"2024-10-04T14:11:09.173Z","parent_kid":"6a9a6357-6329-4265-91fc-2ab0d8434a15","public_key":null},{"kid":"c178a38a-8111-480b-a54f-a3dfea118773","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-04T14:09:59.532Z","updated_at":"2024-10-04T14:11:07.073Z","parent_kid":"6a9a6357-6329-4265-91fc-2ab0d8434a15","public_key":null},{"kid":"6a9a6357-6329-4265-91fc-2ab0d8434a15","type":"environment-root-key","state":"active","created_at":"2024-10-04T14:09:59.517Z","updated_at":"2024-10-04T14:09:59.517Z","parent_kid":null,"public_key":null},{"kid":"cc9a475f-7452-43da-8443-67b9b2b98eec","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-04T14:09:56.653Z","updated_at":"2024-10-04T14:10:00.405Z","parent_kid":"6a9a6357-6329-4265-91fc-2ab0d8434a15","public_key":null},{"kid":"571da357-4e58-4a96-9e60-8a7d284fcc6c","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-04T14:09:42.863Z","updated_at":"2024-10-04T14:10:00.405Z","parent_kid":null,"public_key":null},{"kid":"e8f991a2-2670-4d45-82b1-f05fd848ab31","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-04T14:09:40.615Z","updated_at":"2024-10-04T14:09:57.251Z","parent_kid":"571da357-4e58-4a96-9e60-8a7d284fcc6c","public_key":null},{"kid":"a569edb0-0bf6-4c12-acf8-8ef89a210d04","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-04T14:09:36.612Z","updated_at":"2024-10-04T14:09:40.598Z","parent_kid":null,"public_key":null},{"kid":"85ee5a87-2b60-4d12-a2f7-53ba37b2dfb2","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-04T13:57:33.821Z","updated_at":"2024-10-04T14:09:41.211Z","parent_kid":"46b619d2-ab17-442e-9fd5-72e44c617d8c","public_key":null},{"kid":"46b619d2-ab17-442e-9fd5-72e44c617d8c","type":"environment-root-key","state":"destroyed","created_at":"2024-10-04T13:57:33.794Z","updated_at":"2024-10-04T14:09:57.251Z","parent_kid":null,"public_key":null},{"kid":"10026795-56c1-45e0-b00b-71d85d8f51da","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-04T13:57:31.387Z","updated_at":"2024-10-04T13:57:34.761Z","parent_kid":"46b619d2-ab17-442e-9fd5-72e44c617d8c","public_key":null},{"kid":"8ae186db-6b17-4cf6-9b49-e6962ef216f3","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-04T13:57:21.705Z","updated_at":"2024-10-04T13:57:34.761Z","parent_kid":null,"public_key":null},{"kid":"a42df500-2596-467a-96cf-a57893c54fa0","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-04T13:57:14.190Z","updated_at":"2024-10-04T13:57:31.988Z","parent_kid":"8ae186db-6b17-4cf6-9b49-e6962ef216f3","public_key":null},{"kid":"3643f722-abb3-47b7-8773-682032798164","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-04T13:57:11.217Z","updated_at":"2024-10-04T13:57:14.100Z","parent_kid":null,"public_key":null},{"kid":"f69e7380-8927-4718-a773-6e54400a0fee","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-04T13:53:47.041Z","updated_at":"2024-10-04T13:57:14.828Z","parent_kid":"a33edce6-db4c-4b6f-9659-ec53e28084e5","public_key":null},{"kid":"a33edce6-db4c-4b6f-9659-ec53e28084e5","type":"environment-root-key","state":"destroyed","created_at":"2024-10-04T13:53:47.025Z","updated_at":"2024-10-04T13:57:31.988Z","parent_kid":null,"public_key":null},{"kid":"147a0a26-755c-47d9-ba78-70bfb81effb1","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-04T13:53:44.581Z","updated_at":"2024-10-04T13:53:47.761Z","parent_kid":"a33edce6-db4c-4b6f-9659-ec53e28084e5","public_key":null},{"kid":"860dad78-4b2a-4966-b410-49cc60299e81","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-04T13:53:29.881Z","updated_at":"2024-10-04T13:53:47.761Z","parent_kid":null,"public_key":null},{"kid":"6100332f-f050-4b73-88b3-ec032e761193","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-04T13:53:27.536Z","updated_at":"2024-10-04T13:53:45.229Z","parent_kid":"860dad78-4b2a-4966-b410-49cc60299e81","public_key":null},{"kid":"472793c9-1036-40bf-8a91-271a5450dbb4","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-04T13:53:23.784Z","updated_at":"2024-10-04T13:53:27.517Z","parent_kid":null,"public_key":null},{"kid":"482d3c00-db1f-41c5-880b-235f1a8ebc40","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-03T21:46:02.580Z","updated_at":"2024-10-04T13:53:28.108Z","parent_kid":"afa24d67-84cf-4e77-bf55-af0a77df8fa6","public_key":null},{"kid":"caa6c1c0-736a-4224-82b7-21ca4a3dd908","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-03T21:45:51.656Z","updated_at":"2024-10-03T21:46:02.566Z","parent_kid":null,"public_key":null},{"kid":"56f5a62b-bd95-46b7-b14e-0d69f29b683f","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-03T21:45:49.428Z","updated_at":"2024-10-03T21:46:03.145Z","parent_kid":"afa24d67-84cf-4e77-bf55-af0a77df8fa6","public_key":null},{"kid":"d2a64a43-829b-4f3f-b5c5-754ed451ad86","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-03T21:45:45.167Z","updated_at":"2024-10-03T21:45:49.414Z","parent_kid":null,"public_key":null},{"kid":"157dc901-01eb-4c9d-b269-1a38da4416c2","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-03T21:43:22.371Z","updated_at":"2024-10-03T21:45:49.991Z","parent_kid":"afa24d67-84cf-4e77-bf55-af0a77df8fa6","public_key":null},{"kid":"47dbcf11-99bf-47e2-a276-0a541ad4901b","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-03T21:43:11.663Z","updated_at":"2024-10-03T21:43:22.343Z","parent_kid":null,"public_key":null},{"kid":"dc5989f9-6b3b-41da-9b2e-eebd3660493a","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-03T21:43:09.216Z","updated_at":"2024-10-03T21:43:22.965Z","parent_kid":"afa24d67-84cf-4e77-bf55-af0a77df8fa6","public_key":null},{"kid":"99276858-a3ae-4ded-a2f0-62ded118fcf2","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-03T21:43:05.810Z","updated_at":"2024-10-03T21:43:09.204Z","parent_kid":null,"public_key":null},{"kid":"d5a2db56-c103-443b-aa4d-0209d22a1f7c","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-03T21:41:14.689Z","updated_at":"2024-10-03T21:43:09.769Z","parent_kid":"afa24d67-84cf-4e77-bf55-af0a77df8fa6","public_key":null},{"kid":"96d7bb6b-8c37-4230-a338-0cf490d50ab9","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-03T21:41:05.138Z","updated_at":"2024-10-03T21:41:14.658Z","parent_kid":null,"public_key":null},{"kid":"9b0b8796-b4a1-454a-b36e-a8235cc8667f","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-03T21:41:02.907Z","updated_at":"2024-10-03T21:41:15.259Z","parent_kid":"afa24d67-84cf-4e77-bf55-af0a77df8fa6","public_key":null},{"kid":"e9dda37e-b960-4f92-9a15-5bc7c6ed72b9","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-03T21:40:59.230Z","updated_at":"2024-10-03T21:41:02.895Z","parent_kid":null,"public_key":null},{"kid":"a3026e21-f4a7-4161-99e4-8fa7fa8eb41a","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-03T21:27:49.983Z","updated_at":"2024-10-03T21:41:03.460Z","parent_kid":"afa24d67-84cf-4e77-bf55-af0a77df8fa6","public_key":null},{"kid":"037ec356-1a73-4bf5-bfb4-ca56bc8c61e1","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-03T21:27:38.661Z","updated_at":"2024-10-03T21:27:49.952Z","parent_kid":null,"public_key":null},{"kid":"671c0e33-613b-4323-81ee-a0d9ecd3f1d0","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-03T21:27:36.340Z","updated_at":"2024-10-03T21:27:50.578Z","parent_kid":"afa24d67-84cf-4e77-bf55-af0a77df8fa6","public_key":null},{"kid":"d897c343-4071-41f7-aed3-67695a34451f","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-03T21:27:32.304Z","updated_at":"2024-10-03T21:27:36.327Z","parent_kid":null,"public_key":null},{"kid":"e3f8d1ab-1125-48b7-b35b-b4e0beb18cff","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-03T21:22:14.540Z","updated_at":"2024-10-03T21:27:36.894Z","parent_kid":"afa24d67-84cf-4e77-bf55-af0a77df8fa6","public_key":null},{"kid":"454e1557-0d02-4245-96e9-3510fe19a690","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-03T21:22:08.628Z","updated_at":"2024-10-03T21:22:14.525Z","parent_kid":null,"public_key":null},{"kid":"fb59ded0-f3d6-4195-9fac-08fcd7dde140","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-03T21:22:01.299Z","updated_at":"2024-10-03T21:22:15.139Z","parent_kid":"afa24d67-84cf-4e77-bf55-af0a77df8fa6","public_key":null},{"kid":"7c02c0a2-d833-4f8e-bedc-3ed8f1595894","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-03T21:21:58.242Z","updated_at":"2024-10-03T21:22:01.269Z","parent_kid":null,"public_key":null},{"kid":"1c76b6b7-4319-40e2-ba7a-8c8497ad2aa9","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-03T21:17:09.120Z","updated_at":"2024-10-03T21:22:01.854Z","parent_kid":"afa24d67-84cf-4e77-bf55-af0a77df8fa6","public_key":null},{"kid":"dfb1b07d-9405-4cb5-ad07-2d745b98c59f","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-03T21:16:58.926Z","updated_at":"2024-10-03T21:17:09.107Z","parent_kid":null,"public_key":null},{"kid":"17631625-dbd0-4bd4-bef2-db841e8cd8ea","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-03T21:16:56.726Z","updated_at":"2024-10-03T21:17:09.662Z","parent_kid":"afa24d67-84cf-4e77-bf55-af0a77df8fa6","public_key":null},{"kid":"1e8d716a-c9e9-462a-ae9d-ce179258d853","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-03T21:16:53.252Z","updated_at":"2024-10-03T21:16:56.709Z","parent_kid":null,"public_key":null},{"kid":"64da35b0-7fd4-4974-bc1a-56fd45084a1b","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-03T21:12:09.474Z","updated_at":"2024-10-03T21:16:57.273Z","parent_kid":"afa24d67-84cf-4e77-bf55-af0a77df8fa6","public_key":null},{"kid":"33016b12-353e-48d1-8dc2-2dfe9bc451b1","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-03T21:11:58.848Z","updated_at":"2024-10-03T21:12:09.459Z","parent_kid":null,"public_key":null},{"kid":"8bbd49ac-3195-4509-9ab0-564d50c0eaac","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-03T21:11:56.593Z","updated_at":"2024-10-03T21:12:10.016Z","parent_kid":"afa24d67-84cf-4e77-bf55-af0a77df8fa6","public_key":null},{"kid":"9cab2bfb-1dcd-4164-9293-349ad772a315","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-03T21:11:52.993Z","updated_at":"2024-10-03T21:11:56.579Z","parent_kid":null,"public_key":null},{"kid":"65905b6c-63c6-4408-9575-8bebdcd92f0b","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-03T21:04:35.628Z","updated_at":"2024-10-03T21:11:57.138Z","parent_kid":"afa24d67-84cf-4e77-bf55-af0a77df8fa6","public_key":null},{"kid":"f5c6855e-4741-44ee-a7c4-400bc9a5a5e1","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-03T21:04:30.089Z","updated_at":"2024-10-03T21:04:35.615Z","parent_kid":null,"public_key":null}],"start":0,"limit":0,"total":0}' - headers: - Content-Type: - - application/json; charset=utf-8 - status: 200 OK - code: 200 - duration: 146.882958ms - - id: 21 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: terraform-provider-auth0-dev.eu.auth0.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - Content-Type: - - application/json - User-Agent: - - Go-Auth0/1.11.0 - url: https://terraform-provider-auth0-dev.eu.auth0.com/api/v2/tenants/settings - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: -1 - uncompressed: true - body: '{"enabled_locales":["en"],"flags":{"allow_changing_enable_sso":false,"disable_impersonation":true,"enable_sso":true,"universal_login":true,"revoke_refresh_token_grant":false,"disable_clickjack_protection_headers":false},"idle_session_lifetime":72,"sandbox_version":"18","session_lifetime":168,"oidc_logout":{"rp_logout_end_session_endpoint_discovery":true},"sandbox_versions_available":["18","16"]}' - headers: - Content-Type: - - application/json; charset=utf-8 - status: 200 OK - code: 200 - duration: 132.162166ms - - id: 22 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: terraform-provider-auth0-dev.eu.auth0.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - Content-Type: - - application/json - User-Agent: - - Go-Auth0/1.11.0 - url: https://terraform-provider-auth0-dev.eu.auth0.com/api/v2/keys/encryption?include_totals=true&page=0&per_page=5 - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: -1 - uncompressed: true - body: '{"keys":[{"kid":"5b40e87a-27e3-412c-9346-a9f84537ae13","type":"tenant-master-key","state":"active","created_at":"2024-10-04T14:11:08.785Z","updated_at":"2024-10-04T14:11:08.785Z","parent_kid":"6a9a6357-6329-4265-91fc-2ab0d8434a15","public_key":null},{"kid":"4b847b04-ab89-42b0-80c0-6608d26fd867","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-04T14:11:06.690Z","updated_at":"2024-10-04T14:11:09.173Z","parent_kid":"6a9a6357-6329-4265-91fc-2ab0d8434a15","public_key":null},{"kid":"c178a38a-8111-480b-a54f-a3dfea118773","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-04T14:09:59.532Z","updated_at":"2024-10-04T14:11:07.073Z","parent_kid":"6a9a6357-6329-4265-91fc-2ab0d8434a15","public_key":null},{"kid":"6a9a6357-6329-4265-91fc-2ab0d8434a15","type":"environment-root-key","state":"active","created_at":"2024-10-04T14:09:59.517Z","updated_at":"2024-10-04T14:09:59.517Z","parent_kid":null,"public_key":null},{"kid":"cc9a475f-7452-43da-8443-67b9b2b98eec","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-04T14:09:56.653Z","updated_at":"2024-10-04T14:10:00.405Z","parent_kid":"6a9a6357-6329-4265-91fc-2ab0d8434a15","public_key":null},{"kid":"571da357-4e58-4a96-9e60-8a7d284fcc6c","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-04T14:09:42.863Z","updated_at":"2024-10-04T14:10:00.405Z","parent_kid":null,"public_key":null},{"kid":"e8f991a2-2670-4d45-82b1-f05fd848ab31","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-04T14:09:40.615Z","updated_at":"2024-10-04T14:09:57.251Z","parent_kid":"571da357-4e58-4a96-9e60-8a7d284fcc6c","public_key":null},{"kid":"a569edb0-0bf6-4c12-acf8-8ef89a210d04","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-04T14:09:36.612Z","updated_at":"2024-10-04T14:09:40.598Z","parent_kid":null,"public_key":null},{"kid":"85ee5a87-2b60-4d12-a2f7-53ba37b2dfb2","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-04T13:57:33.821Z","updated_at":"2024-10-04T14:09:41.211Z","parent_kid":"46b619d2-ab17-442e-9fd5-72e44c617d8c","public_key":null},{"kid":"46b619d2-ab17-442e-9fd5-72e44c617d8c","type":"environment-root-key","state":"destroyed","created_at":"2024-10-04T13:57:33.794Z","updated_at":"2024-10-04T14:09:57.251Z","parent_kid":null,"public_key":null},{"kid":"10026795-56c1-45e0-b00b-71d85d8f51da","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-04T13:57:31.387Z","updated_at":"2024-10-04T13:57:34.761Z","parent_kid":"46b619d2-ab17-442e-9fd5-72e44c617d8c","public_key":null},{"kid":"8ae186db-6b17-4cf6-9b49-e6962ef216f3","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-04T13:57:21.705Z","updated_at":"2024-10-04T13:57:34.761Z","parent_kid":null,"public_key":null},{"kid":"a42df500-2596-467a-96cf-a57893c54fa0","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-04T13:57:14.190Z","updated_at":"2024-10-04T13:57:31.988Z","parent_kid":"8ae186db-6b17-4cf6-9b49-e6962ef216f3","public_key":null},{"kid":"3643f722-abb3-47b7-8773-682032798164","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-04T13:57:11.217Z","updated_at":"2024-10-04T13:57:14.100Z","parent_kid":null,"public_key":null},{"kid":"f69e7380-8927-4718-a773-6e54400a0fee","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-04T13:53:47.041Z","updated_at":"2024-10-04T13:57:14.828Z","parent_kid":"a33edce6-db4c-4b6f-9659-ec53e28084e5","public_key":null},{"kid":"a33edce6-db4c-4b6f-9659-ec53e28084e5","type":"environment-root-key","state":"destroyed","created_at":"2024-10-04T13:53:47.025Z","updated_at":"2024-10-04T13:57:31.988Z","parent_kid":null,"public_key":null},{"kid":"147a0a26-755c-47d9-ba78-70bfb81effb1","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-04T13:53:44.581Z","updated_at":"2024-10-04T13:53:47.761Z","parent_kid":"a33edce6-db4c-4b6f-9659-ec53e28084e5","public_key":null},{"kid":"860dad78-4b2a-4966-b410-49cc60299e81","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-04T13:53:29.881Z","updated_at":"2024-10-04T13:53:47.761Z","parent_kid":null,"public_key":null},{"kid":"6100332f-f050-4b73-88b3-ec032e761193","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-04T13:53:27.536Z","updated_at":"2024-10-04T13:53:45.229Z","parent_kid":"860dad78-4b2a-4966-b410-49cc60299e81","public_key":null},{"kid":"472793c9-1036-40bf-8a91-271a5450dbb4","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-04T13:53:23.784Z","updated_at":"2024-10-04T13:53:27.517Z","parent_kid":null,"public_key":null},{"kid":"482d3c00-db1f-41c5-880b-235f1a8ebc40","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-03T21:46:02.580Z","updated_at":"2024-10-04T13:53:28.108Z","parent_kid":"afa24d67-84cf-4e77-bf55-af0a77df8fa6","public_key":null},{"kid":"caa6c1c0-736a-4224-82b7-21ca4a3dd908","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-03T21:45:51.656Z","updated_at":"2024-10-03T21:46:02.566Z","parent_kid":null,"public_key":null},{"kid":"56f5a62b-bd95-46b7-b14e-0d69f29b683f","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-03T21:45:49.428Z","updated_at":"2024-10-03T21:46:03.145Z","parent_kid":"afa24d67-84cf-4e77-bf55-af0a77df8fa6","public_key":null},{"kid":"d2a64a43-829b-4f3f-b5c5-754ed451ad86","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-03T21:45:45.167Z","updated_at":"2024-10-03T21:45:49.414Z","parent_kid":null,"public_key":null},{"kid":"157dc901-01eb-4c9d-b269-1a38da4416c2","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-03T21:43:22.371Z","updated_at":"2024-10-03T21:45:49.991Z","parent_kid":"afa24d67-84cf-4e77-bf55-af0a77df8fa6","public_key":null},{"kid":"47dbcf11-99bf-47e2-a276-0a541ad4901b","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-03T21:43:11.663Z","updated_at":"2024-10-03T21:43:22.343Z","parent_kid":null,"public_key":null},{"kid":"dc5989f9-6b3b-41da-9b2e-eebd3660493a","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-03T21:43:09.216Z","updated_at":"2024-10-03T21:43:22.965Z","parent_kid":"afa24d67-84cf-4e77-bf55-af0a77df8fa6","public_key":null},{"kid":"99276858-a3ae-4ded-a2f0-62ded118fcf2","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-03T21:43:05.810Z","updated_at":"2024-10-03T21:43:09.204Z","parent_kid":null,"public_key":null},{"kid":"d5a2db56-c103-443b-aa4d-0209d22a1f7c","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-03T21:41:14.689Z","updated_at":"2024-10-03T21:43:09.769Z","parent_kid":"afa24d67-84cf-4e77-bf55-af0a77df8fa6","public_key":null},{"kid":"96d7bb6b-8c37-4230-a338-0cf490d50ab9","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-03T21:41:05.138Z","updated_at":"2024-10-03T21:41:14.658Z","parent_kid":null,"public_key":null},{"kid":"9b0b8796-b4a1-454a-b36e-a8235cc8667f","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-03T21:41:02.907Z","updated_at":"2024-10-03T21:41:15.259Z","parent_kid":"afa24d67-84cf-4e77-bf55-af0a77df8fa6","public_key":null},{"kid":"e9dda37e-b960-4f92-9a15-5bc7c6ed72b9","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-03T21:40:59.230Z","updated_at":"2024-10-03T21:41:02.895Z","parent_kid":null,"public_key":null},{"kid":"a3026e21-f4a7-4161-99e4-8fa7fa8eb41a","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-03T21:27:49.983Z","updated_at":"2024-10-03T21:41:03.460Z","parent_kid":"afa24d67-84cf-4e77-bf55-af0a77df8fa6","public_key":null},{"kid":"037ec356-1a73-4bf5-bfb4-ca56bc8c61e1","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-03T21:27:38.661Z","updated_at":"2024-10-03T21:27:49.952Z","parent_kid":null,"public_key":null},{"kid":"671c0e33-613b-4323-81ee-a0d9ecd3f1d0","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-03T21:27:36.340Z","updated_at":"2024-10-03T21:27:50.578Z","parent_kid":"afa24d67-84cf-4e77-bf55-af0a77df8fa6","public_key":null},{"kid":"d897c343-4071-41f7-aed3-67695a34451f","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-03T21:27:32.304Z","updated_at":"2024-10-03T21:27:36.327Z","parent_kid":null,"public_key":null},{"kid":"e3f8d1ab-1125-48b7-b35b-b4e0beb18cff","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-03T21:22:14.540Z","updated_at":"2024-10-03T21:27:36.894Z","parent_kid":"afa24d67-84cf-4e77-bf55-af0a77df8fa6","public_key":null},{"kid":"454e1557-0d02-4245-96e9-3510fe19a690","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-03T21:22:08.628Z","updated_at":"2024-10-03T21:22:14.525Z","parent_kid":null,"public_key":null},{"kid":"fb59ded0-f3d6-4195-9fac-08fcd7dde140","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-03T21:22:01.299Z","updated_at":"2024-10-03T21:22:15.139Z","parent_kid":"afa24d67-84cf-4e77-bf55-af0a77df8fa6","public_key":null},{"kid":"7c02c0a2-d833-4f8e-bedc-3ed8f1595894","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-03T21:21:58.242Z","updated_at":"2024-10-03T21:22:01.269Z","parent_kid":null,"public_key":null},{"kid":"1c76b6b7-4319-40e2-ba7a-8c8497ad2aa9","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-03T21:17:09.120Z","updated_at":"2024-10-03T21:22:01.854Z","parent_kid":"afa24d67-84cf-4e77-bf55-af0a77df8fa6","public_key":null},{"kid":"dfb1b07d-9405-4cb5-ad07-2d745b98c59f","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-03T21:16:58.926Z","updated_at":"2024-10-03T21:17:09.107Z","parent_kid":null,"public_key":null},{"kid":"17631625-dbd0-4bd4-bef2-db841e8cd8ea","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-03T21:16:56.726Z","updated_at":"2024-10-03T21:17:09.662Z","parent_kid":"afa24d67-84cf-4e77-bf55-af0a77df8fa6","public_key":null},{"kid":"1e8d716a-c9e9-462a-ae9d-ce179258d853","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-03T21:16:53.252Z","updated_at":"2024-10-03T21:16:56.709Z","parent_kid":null,"public_key":null},{"kid":"64da35b0-7fd4-4974-bc1a-56fd45084a1b","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-03T21:12:09.474Z","updated_at":"2024-10-03T21:16:57.273Z","parent_kid":"afa24d67-84cf-4e77-bf55-af0a77df8fa6","public_key":null},{"kid":"33016b12-353e-48d1-8dc2-2dfe9bc451b1","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-03T21:11:58.848Z","updated_at":"2024-10-03T21:12:09.459Z","parent_kid":null,"public_key":null},{"kid":"8bbd49ac-3195-4509-9ab0-564d50c0eaac","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-03T21:11:56.593Z","updated_at":"2024-10-03T21:12:10.016Z","parent_kid":"afa24d67-84cf-4e77-bf55-af0a77df8fa6","public_key":null},{"kid":"9cab2bfb-1dcd-4164-9293-349ad772a315","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-03T21:11:52.993Z","updated_at":"2024-10-03T21:11:56.579Z","parent_kid":null,"public_key":null},{"kid":"65905b6c-63c6-4408-9575-8bebdcd92f0b","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-03T21:04:35.628Z","updated_at":"2024-10-03T21:11:57.138Z","parent_kid":"afa24d67-84cf-4e77-bf55-af0a77df8fa6","public_key":null},{"kid":"f5c6855e-4741-44ee-a7c4-400bc9a5a5e1","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-03T21:04:30.089Z","updated_at":"2024-10-03T21:04:35.615Z","parent_kid":null,"public_key":null}],"start":0,"limit":0,"total":0}' - headers: - Content-Type: - - application/json; charset=utf-8 - status: 200 OK - code: 200 - duration: 145.801ms diff --git a/test/data/recordings/TestAccFrameworkEncryptionKeyManagerCustomerProvidedRootKey.yaml b/test/data/recordings/TestAccFrameworkEncryptionKeyManagerCustomerProvidedRootKey.yaml new file mode 100644 index 000000000..d552d18a8 --- /dev/null +++ b/test/data/recordings/TestAccFrameworkEncryptionKeyManagerCustomerProvidedRootKey.yaml @@ -0,0 +1,1724 @@ +--- +version: 2 +interactions: + - id: 0 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 52 + transfer_encoding: [] + trailer: {} + host: terraform-provider-auth0-dev.eu.auth0.com + remote_addr: "" + request_uri: "" + body: | + {"session_lifetime":168,"idle_session_lifetime":72} + form: {} + headers: + Content-Type: + - application/json + User-Agent: + - Go-Auth0/1.11.2 + url: https://terraform-provider-auth0-dev.eu.auth0.com/api/v2/tenants/settings + method: PATCH + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: '{"enabled_locales":["en"],"flags":{"allow_changing_enable_sso":false,"cannot_change_enforce_client_authentication_on_passwordless_start":true,"disable_impersonation":true,"enable_sso":true,"enforce_client_authentication_on_passwordless_start":true,"universal_login":true,"revoke_refresh_token_grant":false,"disable_clickjack_protection_headers":false},"idle_session_lifetime":72,"sandbox_version":"18","session_lifetime":168,"oidc_logout":{"rp_logout_end_session_endpoint_discovery":true}}' + headers: + Content-Type: + - application/json; charset=utf-8 + status: 200 OK + code: 200 + duration: 184.355084ms + - id: 1 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 14 + transfer_encoding: [] + trailer: {} + host: terraform-provider-auth0-dev.eu.auth0.com + remote_addr: "" + request_uri: "" + body: | + {"mtls":null} + form: {} + headers: + Content-Type: + - application/json + User-Agent: + - Go-Auth0/1.11.2 + url: https://terraform-provider-auth0-dev.eu.auth0.com/api/v2/tenants/settings + method: PATCH + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: '{"enabled_locales":["en"],"flags":{"allow_changing_enable_sso":false,"cannot_change_enforce_client_authentication_on_passwordless_start":true,"disable_impersonation":true,"enable_sso":true,"enforce_client_authentication_on_passwordless_start":true,"universal_login":true,"revoke_refresh_token_grant":false,"disable_clickjack_protection_headers":false},"idle_session_lifetime":72,"sandbox_version":"18","session_lifetime":168,"oidc_logout":{"rp_logout_end_session_endpoint_discovery":true}}' + headers: + Content-Type: + - application/json; charset=utf-8 + status: 200 OK + code: 200 + duration: 172.388792ms + - id: 2 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: terraform-provider-auth0-dev.eu.auth0.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + User-Agent: + - Go-Auth0/1.11.2 + url: https://terraform-provider-auth0-dev.eu.auth0.com/api/v2/tenants/settings + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: '{"enabled_locales":["en"],"flags":{"allow_changing_enable_sso":false,"disable_impersonation":true,"enable_sso":true,"universal_login":true,"revoke_refresh_token_grant":false,"disable_clickjack_protection_headers":false},"idle_session_lifetime":72,"sandbox_version":"18","session_lifetime":168,"oidc_logout":{"rp_logout_end_session_endpoint_discovery":true},"sandbox_versions_available":["18","16"]}' + headers: + Content-Type: + - application/json; charset=utf-8 + status: 200 OK + code: 200 + duration: 151.445708ms + - id: 3 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: terraform-provider-auth0-dev.eu.auth0.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + User-Agent: + - Go-Auth0/1.11.2 + url: https://terraform-provider-auth0-dev.eu.auth0.com/api/v2/tenants/settings + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: '{"enabled_locales":["en"],"flags":{"allow_changing_enable_sso":false,"disable_impersonation":true,"enable_sso":true,"universal_login":true,"revoke_refresh_token_grant":false,"disable_clickjack_protection_headers":false},"idle_session_lifetime":72,"sandbox_version":"18","session_lifetime":168,"oidc_logout":{"rp_logout_end_session_endpoint_discovery":true},"sandbox_versions_available":["18","16"]}' + headers: + Content-Type: + - application/json; charset=utf-8 + status: 200 OK + code: 200 + duration: 146.950459ms + - id: 4 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 38 + transfer_encoding: [] + trailer: {} + host: terraform-provider-auth0-dev.eu.auth0.com + remote_addr: "" + request_uri: "" + body: | + {"type":"customer-provided-root-key"} + form: {} + headers: + Content-Type: + - application/json + User-Agent: + - Go-Auth0/1.11.2 + url: https://terraform-provider-auth0-dev.eu.auth0.com/api/v2/keys/encryption + method: POST + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: 223 + uncompressed: false + body: '{"kid":"e1132aad-8134-4af3-b760-2054cc019ac6","type":"customer-provided-root-key","state":"pre-activation","created_at":"2024-10-28T16:41:33.969Z","updated_at":"2024-10-28T16:41:33.969Z","parent_kid":null,"public_key":null}' + headers: + Content-Type: + - application/json; charset=utf-8 + status: 201 Created + code: 201 + duration: 149.472292ms + - id: 5 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: terraform-provider-auth0-dev.eu.auth0.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + User-Agent: + - Go-Auth0/1.11.2 + url: https://terraform-provider-auth0-dev.eu.auth0.com/api/v2/keys/encryption/e1132aad-8134-4af3-b760-2054cc019ac6 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: '{"kid":"e1132aad-8134-4af3-b760-2054cc019ac6","type":"customer-provided-root-key","state":"pre-activation","created_at":"2024-10-28T16:41:33.969Z","updated_at":"2024-10-28T16:41:33.969Z","parent_kid":null,"public_key":null}' + headers: + Content-Type: + - application/json; charset=utf-8 + status: 200 OK + code: 200 + duration: 165.87575ms + - id: 6 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: terraform-provider-auth0-dev.eu.auth0.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + User-Agent: + - Go-Auth0/1.11.2 + url: https://terraform-provider-auth0-dev.eu.auth0.com/api/v2/keys/encryption/e1132aad-8134-4af3-b760-2054cc019ac6/wrapping-key + method: POST + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: 688 + uncompressed: false + body: '{"public_key":"-----BEGIN PUBLIC KEY-----\nMIIBojANBgkqhkiG9w0BAQEFAAOCAY8AMIIBigKCAYEA4V5V1VuWYHbt9HFD58/f\n3lLwE1seftBjl5hT2StAQa4AjjJjxMHyWuQ41L7/y/Aq6nHOkGrw6KVTZw3F04lF\nmL8bV0onMcGYzEFOThG8/LVX8X4Z1S5MBqaxLV0EoCV8uQfBgLWD8PlLMc1YVDRx\nO/IWblSkXxdpW9eZvuBhtvE5PzHRR7awPMIeNGxObteYheBqKxwQwhBMS0Wix/As\nCqSE2GCiXq0n+hDNp3Kt0Gs1WzngrXMtGqHFZSkyNGszD134ZaKnRE10Js6AoT0t\nirebqRCK9PiBclAgWIUgX2V/f3MXx7pXyXdBtcDRguUgbNqa2QI35Ln/Co/5PsSJ\nHSc3fEu5QVNewrfZzdWgDXl/X1F2v8McWv5ZoPe39HyRRJUHTbMVc4gY7NuuetSG\nb16eviJoMNKFHBIkUvw9MhLFs8OAgAzCrf7nxsx9uMJljrMPi1zkHCYurj633c75\nqxr2AtdwVek7HucjmJtXoVNAIX4sJluw2tDgXgp5GJ9lAgMBAAE=\n-----END PUBLIC KEY-----\n","algorithm":"CKM_RSA_AES_KEY_WRAP"}' + headers: + Content-Type: + - application/json; charset=utf-8 + status: 201 Created + code: 201 + duration: 1.003830709s + - id: 7 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: terraform-provider-auth0-dev.eu.auth0.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + User-Agent: + - Go-Auth0/1.11.2 + url: https://terraform-provider-auth0-dev.eu.auth0.com/api/v2/keys/encryption?include_totals=true&page=0&per_page=100 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: '{"keys":[{"kid":"e1132aad-8134-4af3-b760-2054cc019ac6","type":"customer-provided-root-key","state":"pre-activation","created_at":"2024-10-28T16:41:33.969Z","updated_at":"2024-10-28T16:41:33.969Z","parent_kid":null,"public_key":null},{"kid":"53f10cae-356b-4159-b1c6-0b2eb15c5499","type":"tenant-master-key","state":"active","created_at":"2024-10-28T16:41:27.570Z","updated_at":"2024-10-28T16:41:27.570Z","parent_kid":"383248b1-e69c-4bc5-90eb-446d722e3f8d","public_key":null},{"kid":"3fbb6b2c-0a36-4379-b6dc-3a9817093379","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-28T16:41:25.560Z","updated_at":"2024-10-28T16:41:27.870Z","parent_kid":"383248b1-e69c-4bc5-90eb-446d722e3f8d","public_key":null},{"kid":"33c5e613-663d-4e54-8390-75a3f8bd3f12","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-28T16:40:40.402Z","updated_at":"2024-10-28T16:41:25.841Z","parent_kid":"383248b1-e69c-4bc5-90eb-446d722e3f8d","public_key":null},{"kid":"87fb50fb-33a7-4cb7-b454-1e118e07cad0","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-28T16:40:26.171Z","updated_at":"2024-10-28T16:40:40.389Z","parent_kid":null,"public_key":null},{"kid":"ec5ca435-e0a9-4e83-b4db-a5bcf11fd59d","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-28T16:40:23.810Z","updated_at":"2024-10-28T16:40:40.904Z","parent_kid":"383248b1-e69c-4bc5-90eb-446d722e3f8d","public_key":null},{"kid":"3baeda25-6c37-4a07-9091-85857e93b65e","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-28T16:40:19.795Z","updated_at":"2024-10-28T16:40:23.780Z","parent_kid":null,"public_key":null},{"kid":"3fae011c-686d-4afa-82db-c84260b90c26","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-28T16:40:13.368Z","updated_at":"2024-10-28T16:40:24.307Z","parent_kid":"383248b1-e69c-4bc5-90eb-446d722e3f8d","public_key":null},{"kid":"2702bbee-0ef4-4a2b-93a0-24c40eeb1608","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-28T16:40:11.189Z","updated_at":"2024-10-28T16:40:13.624Z","parent_kid":"383248b1-e69c-4bc5-90eb-446d722e3f8d","public_key":null},{"kid":"383248b1-e69c-4bc5-90eb-446d722e3f8d","type":"environment-root-key","state":"active","created_at":"2024-10-28T16:34:45.526Z","updated_at":"2024-10-28T16:34:45.526Z","parent_kid":null,"public_key":null},{"kid":"2e720c75-b197-425a-851a-822dd5108c31","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-28T16:34:45.526Z","updated_at":"2024-10-28T16:40:11.490Z","parent_kid":"383248b1-e69c-4bc5-90eb-446d722e3f8d","public_key":null}],"start":0,"limit":100,"total":11}' + headers: + Content-Type: + - application/json; charset=utf-8 + status: 200 OK + code: 200 + duration: 150.65375ms + - id: 8 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: terraform-provider-auth0-dev.eu.auth0.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + User-Agent: + - Go-Auth0/1.11.2 + url: https://terraform-provider-auth0-dev.eu.auth0.com/api/v2/tenants/settings + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: '{"enabled_locales":["en"],"flags":{"allow_changing_enable_sso":false,"disable_impersonation":true,"enable_sso":true,"universal_login":true,"revoke_refresh_token_grant":false,"disable_clickjack_protection_headers":false},"idle_session_lifetime":72,"sandbox_version":"18","session_lifetime":168,"oidc_logout":{"rp_logout_end_session_endpoint_discovery":true},"sandbox_versions_available":["18","16"]}' + headers: + Content-Type: + - application/json; charset=utf-8 + status: 200 OK + code: 200 + duration: 145.48725ms + - id: 9 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: terraform-provider-auth0-dev.eu.auth0.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + User-Agent: + - Go-Auth0/1.11.2 + url: https://terraform-provider-auth0-dev.eu.auth0.com/api/v2/keys/encryption?include_totals=true&page=0&per_page=100 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: '{"keys":[{"kid":"e1132aad-8134-4af3-b760-2054cc019ac6","type":"customer-provided-root-key","state":"pre-activation","created_at":"2024-10-28T16:41:33.969Z","updated_at":"2024-10-28T16:41:33.969Z","parent_kid":null,"public_key":null},{"kid":"53f10cae-356b-4159-b1c6-0b2eb15c5499","type":"tenant-master-key","state":"active","created_at":"2024-10-28T16:41:27.570Z","updated_at":"2024-10-28T16:41:27.570Z","parent_kid":"383248b1-e69c-4bc5-90eb-446d722e3f8d","public_key":null},{"kid":"3fbb6b2c-0a36-4379-b6dc-3a9817093379","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-28T16:41:25.560Z","updated_at":"2024-10-28T16:41:27.870Z","parent_kid":"383248b1-e69c-4bc5-90eb-446d722e3f8d","public_key":null},{"kid":"33c5e613-663d-4e54-8390-75a3f8bd3f12","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-28T16:40:40.402Z","updated_at":"2024-10-28T16:41:25.841Z","parent_kid":"383248b1-e69c-4bc5-90eb-446d722e3f8d","public_key":null},{"kid":"87fb50fb-33a7-4cb7-b454-1e118e07cad0","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-28T16:40:26.171Z","updated_at":"2024-10-28T16:40:40.389Z","parent_kid":null,"public_key":null},{"kid":"ec5ca435-e0a9-4e83-b4db-a5bcf11fd59d","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-28T16:40:23.810Z","updated_at":"2024-10-28T16:40:40.904Z","parent_kid":"383248b1-e69c-4bc5-90eb-446d722e3f8d","public_key":null},{"kid":"3baeda25-6c37-4a07-9091-85857e93b65e","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-28T16:40:19.795Z","updated_at":"2024-10-28T16:40:23.780Z","parent_kid":null,"public_key":null},{"kid":"3fae011c-686d-4afa-82db-c84260b90c26","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-28T16:40:13.368Z","updated_at":"2024-10-28T16:40:24.307Z","parent_kid":"383248b1-e69c-4bc5-90eb-446d722e3f8d","public_key":null},{"kid":"2702bbee-0ef4-4a2b-93a0-24c40eeb1608","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-28T16:40:11.189Z","updated_at":"2024-10-28T16:40:13.624Z","parent_kid":"383248b1-e69c-4bc5-90eb-446d722e3f8d","public_key":null},{"kid":"383248b1-e69c-4bc5-90eb-446d722e3f8d","type":"environment-root-key","state":"active","created_at":"2024-10-28T16:34:45.526Z","updated_at":"2024-10-28T16:34:45.526Z","parent_kid":null,"public_key":null},{"kid":"2e720c75-b197-425a-851a-822dd5108c31","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-28T16:34:45.526Z","updated_at":"2024-10-28T16:40:11.490Z","parent_kid":"383248b1-e69c-4bc5-90eb-446d722e3f8d","public_key":null}],"start":0,"limit":100,"total":11}' + headers: + Content-Type: + - application/json; charset=utf-8 + status: 200 OK + code: 200 + duration: 156.713875ms + - id: 10 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: terraform-provider-auth0-dev.eu.auth0.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + User-Agent: + - Go-Auth0/1.11.2 + url: https://terraform-provider-auth0-dev.eu.auth0.com/api/v2/tenants/settings + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: '{"enabled_locales":["en"],"flags":{"allow_changing_enable_sso":false,"disable_impersonation":true,"enable_sso":true,"universal_login":true,"revoke_refresh_token_grant":false,"disable_clickjack_protection_headers":false},"idle_session_lifetime":72,"sandbox_version":"18","session_lifetime":168,"oidc_logout":{"rp_logout_end_session_endpoint_discovery":true},"sandbox_versions_available":["18","16"]}' + headers: + Content-Type: + - application/json; charset=utf-8 + status: 200 OK + code: 200 + duration: 140.739958ms + - id: 11 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: terraform-provider-auth0-dev.eu.auth0.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + User-Agent: + - Go-Auth0/1.11.2 + url: https://terraform-provider-auth0-dev.eu.auth0.com/api/v2/keys/encryption?include_totals=true&page=0&per_page=100 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: '{"keys":[{"kid":"e1132aad-8134-4af3-b760-2054cc019ac6","type":"customer-provided-root-key","state":"pre-activation","created_at":"2024-10-28T16:41:33.969Z","updated_at":"2024-10-28T16:41:33.969Z","parent_kid":null,"public_key":null},{"kid":"53f10cae-356b-4159-b1c6-0b2eb15c5499","type":"tenant-master-key","state":"active","created_at":"2024-10-28T16:41:27.570Z","updated_at":"2024-10-28T16:41:27.570Z","parent_kid":"383248b1-e69c-4bc5-90eb-446d722e3f8d","public_key":null},{"kid":"3fbb6b2c-0a36-4379-b6dc-3a9817093379","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-28T16:41:25.560Z","updated_at":"2024-10-28T16:41:27.870Z","parent_kid":"383248b1-e69c-4bc5-90eb-446d722e3f8d","public_key":null},{"kid":"33c5e613-663d-4e54-8390-75a3f8bd3f12","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-28T16:40:40.402Z","updated_at":"2024-10-28T16:41:25.841Z","parent_kid":"383248b1-e69c-4bc5-90eb-446d722e3f8d","public_key":null},{"kid":"87fb50fb-33a7-4cb7-b454-1e118e07cad0","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-28T16:40:26.171Z","updated_at":"2024-10-28T16:40:40.389Z","parent_kid":null,"public_key":null},{"kid":"ec5ca435-e0a9-4e83-b4db-a5bcf11fd59d","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-28T16:40:23.810Z","updated_at":"2024-10-28T16:40:40.904Z","parent_kid":"383248b1-e69c-4bc5-90eb-446d722e3f8d","public_key":null},{"kid":"3baeda25-6c37-4a07-9091-85857e93b65e","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-28T16:40:19.795Z","updated_at":"2024-10-28T16:40:23.780Z","parent_kid":null,"public_key":null},{"kid":"3fae011c-686d-4afa-82db-c84260b90c26","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-28T16:40:13.368Z","updated_at":"2024-10-28T16:40:24.307Z","parent_kid":"383248b1-e69c-4bc5-90eb-446d722e3f8d","public_key":null},{"kid":"2702bbee-0ef4-4a2b-93a0-24c40eeb1608","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-28T16:40:11.189Z","updated_at":"2024-10-28T16:40:13.624Z","parent_kid":"383248b1-e69c-4bc5-90eb-446d722e3f8d","public_key":null},{"kid":"383248b1-e69c-4bc5-90eb-446d722e3f8d","type":"environment-root-key","state":"active","created_at":"2024-10-28T16:34:45.526Z","updated_at":"2024-10-28T16:34:45.526Z","parent_kid":null,"public_key":null},{"kid":"2e720c75-b197-425a-851a-822dd5108c31","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-28T16:34:45.526Z","updated_at":"2024-10-28T16:40:11.490Z","parent_kid":"383248b1-e69c-4bc5-90eb-446d722e3f8d","public_key":null}],"start":0,"limit":100,"total":11}' + headers: + Content-Type: + - application/json; charset=utf-8 + status: 200 OK + code: 200 + duration: 178.304583ms + - id: 12 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: terraform-provider-auth0-dev.eu.auth0.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + User-Agent: + - Go-Auth0/1.11.2 + url: https://terraform-provider-auth0-dev.eu.auth0.com/api/v2/tenants/settings + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: '{"enabled_locales":["en"],"flags":{"allow_changing_enable_sso":false,"disable_impersonation":true,"enable_sso":true,"universal_login":true,"revoke_refresh_token_grant":false,"disable_clickjack_protection_headers":false},"idle_session_lifetime":72,"sandbox_version":"18","session_lifetime":168,"oidc_logout":{"rp_logout_end_session_endpoint_discovery":true},"sandbox_versions_available":["18","16"]}' + headers: + Content-Type: + - application/json; charset=utf-8 + status: 200 OK + code: 200 + duration: 166.994667ms + - id: 13 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: terraform-provider-auth0-dev.eu.auth0.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + User-Agent: + - Go-Auth0/1.11.2 + url: https://terraform-provider-auth0-dev.eu.auth0.com/api/v2/keys/encryption?include_totals=true&page=0&per_page=100 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: '{"keys":[{"kid":"e1132aad-8134-4af3-b760-2054cc019ac6","type":"customer-provided-root-key","state":"pre-activation","created_at":"2024-10-28T16:41:33.969Z","updated_at":"2024-10-28T16:41:33.969Z","parent_kid":null,"public_key":null},{"kid":"53f10cae-356b-4159-b1c6-0b2eb15c5499","type":"tenant-master-key","state":"active","created_at":"2024-10-28T16:41:27.570Z","updated_at":"2024-10-28T16:41:27.570Z","parent_kid":"383248b1-e69c-4bc5-90eb-446d722e3f8d","public_key":null},{"kid":"3fbb6b2c-0a36-4379-b6dc-3a9817093379","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-28T16:41:25.560Z","updated_at":"2024-10-28T16:41:27.870Z","parent_kid":"383248b1-e69c-4bc5-90eb-446d722e3f8d","public_key":null},{"kid":"33c5e613-663d-4e54-8390-75a3f8bd3f12","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-28T16:40:40.402Z","updated_at":"2024-10-28T16:41:25.841Z","parent_kid":"383248b1-e69c-4bc5-90eb-446d722e3f8d","public_key":null},{"kid":"87fb50fb-33a7-4cb7-b454-1e118e07cad0","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-28T16:40:26.171Z","updated_at":"2024-10-28T16:40:40.389Z","parent_kid":null,"public_key":null},{"kid":"ec5ca435-e0a9-4e83-b4db-a5bcf11fd59d","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-28T16:40:23.810Z","updated_at":"2024-10-28T16:40:40.904Z","parent_kid":"383248b1-e69c-4bc5-90eb-446d722e3f8d","public_key":null},{"kid":"3baeda25-6c37-4a07-9091-85857e93b65e","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-28T16:40:19.795Z","updated_at":"2024-10-28T16:40:23.780Z","parent_kid":null,"public_key":null},{"kid":"3fae011c-686d-4afa-82db-c84260b90c26","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-28T16:40:13.368Z","updated_at":"2024-10-28T16:40:24.307Z","parent_kid":"383248b1-e69c-4bc5-90eb-446d722e3f8d","public_key":null},{"kid":"2702bbee-0ef4-4a2b-93a0-24c40eeb1608","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-28T16:40:11.189Z","updated_at":"2024-10-28T16:40:13.624Z","parent_kid":"383248b1-e69c-4bc5-90eb-446d722e3f8d","public_key":null},{"kid":"383248b1-e69c-4bc5-90eb-446d722e3f8d","type":"environment-root-key","state":"active","created_at":"2024-10-28T16:34:45.526Z","updated_at":"2024-10-28T16:34:45.526Z","parent_kid":null,"public_key":null},{"kid":"2e720c75-b197-425a-851a-822dd5108c31","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-28T16:34:45.526Z","updated_at":"2024-10-28T16:40:11.490Z","parent_kid":"383248b1-e69c-4bc5-90eb-446d722e3f8d","public_key":null}],"start":0,"limit":100,"total":11}' + headers: + Content-Type: + - application/json; charset=utf-8 + status: 200 OK + code: 200 + duration: 147.870917ms + - id: 14 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: terraform-provider-auth0-dev.eu.auth0.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + User-Agent: + - Go-Auth0/1.11.2 + url: https://terraform-provider-auth0-dev.eu.auth0.com/api/v2/tenants/settings + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: '{"enabled_locales":["en"],"flags":{"allow_changing_enable_sso":false,"disable_impersonation":true,"enable_sso":true,"universal_login":true,"revoke_refresh_token_grant":false,"disable_clickjack_protection_headers":false},"idle_session_lifetime":72,"sandbox_version":"18","session_lifetime":168,"oidc_logout":{"rp_logout_end_session_endpoint_discovery":true},"sandbox_versions_available":["18","16"]}' + headers: + Content-Type: + - application/json; charset=utf-8 + status: 200 OK + code: 200 + duration: 153.367875ms + - id: 15 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: terraform-provider-auth0-dev.eu.auth0.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + User-Agent: + - Go-Auth0/1.11.2 + url: https://terraform-provider-auth0-dev.eu.auth0.com/api/v2/keys/encryption?include_totals=true&page=0&per_page=100 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: '{"keys":[{"kid":"e1132aad-8134-4af3-b760-2054cc019ac6","type":"customer-provided-root-key","state":"pre-activation","created_at":"2024-10-28T16:41:33.969Z","updated_at":"2024-10-28T16:41:33.969Z","parent_kid":null,"public_key":null},{"kid":"53f10cae-356b-4159-b1c6-0b2eb15c5499","type":"tenant-master-key","state":"active","created_at":"2024-10-28T16:41:27.570Z","updated_at":"2024-10-28T16:41:27.570Z","parent_kid":"383248b1-e69c-4bc5-90eb-446d722e3f8d","public_key":null},{"kid":"3fbb6b2c-0a36-4379-b6dc-3a9817093379","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-28T16:41:25.560Z","updated_at":"2024-10-28T16:41:27.870Z","parent_kid":"383248b1-e69c-4bc5-90eb-446d722e3f8d","public_key":null},{"kid":"33c5e613-663d-4e54-8390-75a3f8bd3f12","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-28T16:40:40.402Z","updated_at":"2024-10-28T16:41:25.841Z","parent_kid":"383248b1-e69c-4bc5-90eb-446d722e3f8d","public_key":null},{"kid":"87fb50fb-33a7-4cb7-b454-1e118e07cad0","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-28T16:40:26.171Z","updated_at":"2024-10-28T16:40:40.389Z","parent_kid":null,"public_key":null},{"kid":"ec5ca435-e0a9-4e83-b4db-a5bcf11fd59d","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-28T16:40:23.810Z","updated_at":"2024-10-28T16:40:40.904Z","parent_kid":"383248b1-e69c-4bc5-90eb-446d722e3f8d","public_key":null},{"kid":"3baeda25-6c37-4a07-9091-85857e93b65e","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-28T16:40:19.795Z","updated_at":"2024-10-28T16:40:23.780Z","parent_kid":null,"public_key":null},{"kid":"3fae011c-686d-4afa-82db-c84260b90c26","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-28T16:40:13.368Z","updated_at":"2024-10-28T16:40:24.307Z","parent_kid":"383248b1-e69c-4bc5-90eb-446d722e3f8d","public_key":null},{"kid":"2702bbee-0ef4-4a2b-93a0-24c40eeb1608","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-28T16:40:11.189Z","updated_at":"2024-10-28T16:40:13.624Z","parent_kid":"383248b1-e69c-4bc5-90eb-446d722e3f8d","public_key":null},{"kid":"383248b1-e69c-4bc5-90eb-446d722e3f8d","type":"environment-root-key","state":"active","created_at":"2024-10-28T16:34:45.526Z","updated_at":"2024-10-28T16:34:45.526Z","parent_kid":null,"public_key":null},{"kid":"2e720c75-b197-425a-851a-822dd5108c31","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-28T16:34:45.526Z","updated_at":"2024-10-28T16:40:11.490Z","parent_kid":"383248b1-e69c-4bc5-90eb-446d722e3f8d","public_key":null}],"start":0,"limit":100,"total":11}' + headers: + Content-Type: + - application/json; charset=utf-8 + status: 200 OK + code: 200 + duration: 165.458875ms + - id: 16 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: terraform-provider-auth0-dev.eu.auth0.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + User-Agent: + - Go-Auth0/1.11.2 + url: https://terraform-provider-auth0-dev.eu.auth0.com/api/v2/keys/encryption/e1132aad-8134-4af3-b760-2054cc019ac6 + method: DELETE + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: 0 + uncompressed: false + body: "" + headers: + Content-Type: + - application/json; charset=utf-8 + status: 204 No Content + code: 204 + duration: 745.33525ms + - id: 17 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: terraform-provider-auth0-dev.eu.auth0.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + User-Agent: + - Go-Auth0/1.11.2 + url: https://terraform-provider-auth0-dev.eu.auth0.com/api/v2/keys/encryption/e1132aad-8134-4af3-b760-2054cc019ac6 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: '{"kid":"e1132aad-8134-4af3-b760-2054cc019ac6","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-28T16:41:33.969Z","updated_at":"2024-10-28T16:41:37.711Z","parent_kid":null,"public_key":null}' + headers: + Content-Type: + - application/json; charset=utf-8 + status: 200 OK + code: 200 + duration: 148.387ms + - id: 18 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: terraform-provider-auth0-dev.eu.auth0.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + User-Agent: + - Go-Auth0/1.11.2 + url: https://terraform-provider-auth0-dev.eu.auth0.com/api/v2/keys/encryption?include_totals=true&page=0&per_page=100 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: '{"keys":[{"kid":"17e14555-4f06-479f-a764-818f4cba626f","type":"tenant-master-key","state":"active","created_at":"2024-10-28T16:41:37.742Z","updated_at":"2024-10-28T16:41:37.742Z","parent_kid":"383248b1-e69c-4bc5-90eb-446d722e3f8d","public_key":null},{"kid":"e1132aad-8134-4af3-b760-2054cc019ac6","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-28T16:41:33.969Z","updated_at":"2024-10-28T16:41:37.711Z","parent_kid":null,"public_key":null},{"kid":"53f10cae-356b-4159-b1c6-0b2eb15c5499","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-28T16:41:27.570Z","updated_at":"2024-10-28T16:41:38.284Z","parent_kid":"383248b1-e69c-4bc5-90eb-446d722e3f8d","public_key":null},{"kid":"3fbb6b2c-0a36-4379-b6dc-3a9817093379","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-28T16:41:25.560Z","updated_at":"2024-10-28T16:41:27.870Z","parent_kid":"383248b1-e69c-4bc5-90eb-446d722e3f8d","public_key":null},{"kid":"33c5e613-663d-4e54-8390-75a3f8bd3f12","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-28T16:40:40.402Z","updated_at":"2024-10-28T16:41:25.841Z","parent_kid":"383248b1-e69c-4bc5-90eb-446d722e3f8d","public_key":null},{"kid":"87fb50fb-33a7-4cb7-b454-1e118e07cad0","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-28T16:40:26.171Z","updated_at":"2024-10-28T16:40:40.389Z","parent_kid":null,"public_key":null},{"kid":"ec5ca435-e0a9-4e83-b4db-a5bcf11fd59d","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-28T16:40:23.810Z","updated_at":"2024-10-28T16:40:40.904Z","parent_kid":"383248b1-e69c-4bc5-90eb-446d722e3f8d","public_key":null},{"kid":"3baeda25-6c37-4a07-9091-85857e93b65e","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-28T16:40:19.795Z","updated_at":"2024-10-28T16:40:23.780Z","parent_kid":null,"public_key":null},{"kid":"3fae011c-686d-4afa-82db-c84260b90c26","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-28T16:40:13.368Z","updated_at":"2024-10-28T16:40:24.307Z","parent_kid":"383248b1-e69c-4bc5-90eb-446d722e3f8d","public_key":null},{"kid":"2702bbee-0ef4-4a2b-93a0-24c40eeb1608","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-28T16:40:11.189Z","updated_at":"2024-10-28T16:40:13.624Z","parent_kid":"383248b1-e69c-4bc5-90eb-446d722e3f8d","public_key":null},{"kid":"383248b1-e69c-4bc5-90eb-446d722e3f8d","type":"environment-root-key","state":"active","created_at":"2024-10-28T16:34:45.526Z","updated_at":"2024-10-28T16:34:45.526Z","parent_kid":null,"public_key":null},{"kid":"2e720c75-b197-425a-851a-822dd5108c31","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-28T16:34:45.526Z","updated_at":"2024-10-28T16:40:11.490Z","parent_kid":"383248b1-e69c-4bc5-90eb-446d722e3f8d","public_key":null}],"start":0,"limit":100,"total":12}' + headers: + Content-Type: + - application/json; charset=utf-8 + status: 200 OK + code: 200 + duration: 160.89275ms + - id: 19 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: terraform-provider-auth0-dev.eu.auth0.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + User-Agent: + - Go-Auth0/1.11.2 + url: https://terraform-provider-auth0-dev.eu.auth0.com/api/v2/tenants/settings + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: '{"enabled_locales":["en"],"flags":{"allow_changing_enable_sso":false,"disable_impersonation":true,"enable_sso":true,"universal_login":true,"revoke_refresh_token_grant":false,"disable_clickjack_protection_headers":false},"idle_session_lifetime":72,"sandbox_version":"18","session_lifetime":168,"oidc_logout":{"rp_logout_end_session_endpoint_discovery":true},"sandbox_versions_available":["18","16"]}' + headers: + Content-Type: + - application/json; charset=utf-8 + status: 200 OK + code: 200 + duration: 140.636167ms + - id: 20 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: terraform-provider-auth0-dev.eu.auth0.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + User-Agent: + - Go-Auth0/1.11.2 + url: https://terraform-provider-auth0-dev.eu.auth0.com/api/v2/keys/encryption?include_totals=true&page=0&per_page=100 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: '{"keys":[{"kid":"17e14555-4f06-479f-a764-818f4cba626f","type":"tenant-master-key","state":"active","created_at":"2024-10-28T16:41:37.742Z","updated_at":"2024-10-28T16:41:37.742Z","parent_kid":"383248b1-e69c-4bc5-90eb-446d722e3f8d","public_key":null},{"kid":"e1132aad-8134-4af3-b760-2054cc019ac6","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-28T16:41:33.969Z","updated_at":"2024-10-28T16:41:37.711Z","parent_kid":null,"public_key":null},{"kid":"53f10cae-356b-4159-b1c6-0b2eb15c5499","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-28T16:41:27.570Z","updated_at":"2024-10-28T16:41:38.284Z","parent_kid":"383248b1-e69c-4bc5-90eb-446d722e3f8d","public_key":null},{"kid":"3fbb6b2c-0a36-4379-b6dc-3a9817093379","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-28T16:41:25.560Z","updated_at":"2024-10-28T16:41:27.870Z","parent_kid":"383248b1-e69c-4bc5-90eb-446d722e3f8d","public_key":null},{"kid":"33c5e613-663d-4e54-8390-75a3f8bd3f12","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-28T16:40:40.402Z","updated_at":"2024-10-28T16:41:25.841Z","parent_kid":"383248b1-e69c-4bc5-90eb-446d722e3f8d","public_key":null},{"kid":"87fb50fb-33a7-4cb7-b454-1e118e07cad0","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-28T16:40:26.171Z","updated_at":"2024-10-28T16:40:40.389Z","parent_kid":null,"public_key":null},{"kid":"ec5ca435-e0a9-4e83-b4db-a5bcf11fd59d","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-28T16:40:23.810Z","updated_at":"2024-10-28T16:40:40.904Z","parent_kid":"383248b1-e69c-4bc5-90eb-446d722e3f8d","public_key":null},{"kid":"3baeda25-6c37-4a07-9091-85857e93b65e","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-28T16:40:19.795Z","updated_at":"2024-10-28T16:40:23.780Z","parent_kid":null,"public_key":null},{"kid":"3fae011c-686d-4afa-82db-c84260b90c26","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-28T16:40:13.368Z","updated_at":"2024-10-28T16:40:24.307Z","parent_kid":"383248b1-e69c-4bc5-90eb-446d722e3f8d","public_key":null},{"kid":"2702bbee-0ef4-4a2b-93a0-24c40eeb1608","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-28T16:40:11.189Z","updated_at":"2024-10-28T16:40:13.624Z","parent_kid":"383248b1-e69c-4bc5-90eb-446d722e3f8d","public_key":null},{"kid":"383248b1-e69c-4bc5-90eb-446d722e3f8d","type":"environment-root-key","state":"active","created_at":"2024-10-28T16:34:45.526Z","updated_at":"2024-10-28T16:34:45.526Z","parent_kid":null,"public_key":null},{"kid":"2e720c75-b197-425a-851a-822dd5108c31","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-28T16:34:45.526Z","updated_at":"2024-10-28T16:40:11.490Z","parent_kid":"383248b1-e69c-4bc5-90eb-446d722e3f8d","public_key":null}],"start":0,"limit":100,"total":12}' + headers: + Content-Type: + - application/json; charset=utf-8 + status: 200 OK + code: 200 + duration: 151.094042ms + - id: 21 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: terraform-provider-auth0-dev.eu.auth0.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + User-Agent: + - Go-Auth0/1.11.2 + url: https://terraform-provider-auth0-dev.eu.auth0.com/api/v2/tenants/settings + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: '{"enabled_locales":["en"],"flags":{"allow_changing_enable_sso":false,"disable_impersonation":true,"enable_sso":true,"universal_login":true,"revoke_refresh_token_grant":false,"disable_clickjack_protection_headers":false},"idle_session_lifetime":72,"sandbox_version":"18","session_lifetime":168,"oidc_logout":{"rp_logout_end_session_endpoint_discovery":true},"sandbox_versions_available":["18","16"]}' + headers: + Content-Type: + - application/json; charset=utf-8 + status: 200 OK + code: 200 + duration: 136.028458ms + - id: 22 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: terraform-provider-auth0-dev.eu.auth0.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + User-Agent: + - Go-Auth0/1.11.2 + url: https://terraform-provider-auth0-dev.eu.auth0.com/api/v2/keys/encryption?include_totals=true&page=0&per_page=100 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: '{"keys":[{"kid":"17e14555-4f06-479f-a764-818f4cba626f","type":"tenant-master-key","state":"active","created_at":"2024-10-28T16:41:37.742Z","updated_at":"2024-10-28T16:41:37.742Z","parent_kid":"383248b1-e69c-4bc5-90eb-446d722e3f8d","public_key":null},{"kid":"e1132aad-8134-4af3-b760-2054cc019ac6","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-28T16:41:33.969Z","updated_at":"2024-10-28T16:41:37.711Z","parent_kid":null,"public_key":null},{"kid":"53f10cae-356b-4159-b1c6-0b2eb15c5499","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-28T16:41:27.570Z","updated_at":"2024-10-28T16:41:38.284Z","parent_kid":"383248b1-e69c-4bc5-90eb-446d722e3f8d","public_key":null},{"kid":"3fbb6b2c-0a36-4379-b6dc-3a9817093379","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-28T16:41:25.560Z","updated_at":"2024-10-28T16:41:27.870Z","parent_kid":"383248b1-e69c-4bc5-90eb-446d722e3f8d","public_key":null},{"kid":"33c5e613-663d-4e54-8390-75a3f8bd3f12","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-28T16:40:40.402Z","updated_at":"2024-10-28T16:41:25.841Z","parent_kid":"383248b1-e69c-4bc5-90eb-446d722e3f8d","public_key":null},{"kid":"87fb50fb-33a7-4cb7-b454-1e118e07cad0","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-28T16:40:26.171Z","updated_at":"2024-10-28T16:40:40.389Z","parent_kid":null,"public_key":null},{"kid":"ec5ca435-e0a9-4e83-b4db-a5bcf11fd59d","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-28T16:40:23.810Z","updated_at":"2024-10-28T16:40:40.904Z","parent_kid":"383248b1-e69c-4bc5-90eb-446d722e3f8d","public_key":null},{"kid":"3baeda25-6c37-4a07-9091-85857e93b65e","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-28T16:40:19.795Z","updated_at":"2024-10-28T16:40:23.780Z","parent_kid":null,"public_key":null},{"kid":"3fae011c-686d-4afa-82db-c84260b90c26","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-28T16:40:13.368Z","updated_at":"2024-10-28T16:40:24.307Z","parent_kid":"383248b1-e69c-4bc5-90eb-446d722e3f8d","public_key":null},{"kid":"2702bbee-0ef4-4a2b-93a0-24c40eeb1608","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-28T16:40:11.189Z","updated_at":"2024-10-28T16:40:13.624Z","parent_kid":"383248b1-e69c-4bc5-90eb-446d722e3f8d","public_key":null},{"kid":"383248b1-e69c-4bc5-90eb-446d722e3f8d","type":"environment-root-key","state":"active","created_at":"2024-10-28T16:34:45.526Z","updated_at":"2024-10-28T16:34:45.526Z","parent_kid":null,"public_key":null},{"kid":"2e720c75-b197-425a-851a-822dd5108c31","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-28T16:34:45.526Z","updated_at":"2024-10-28T16:40:11.490Z","parent_kid":"383248b1-e69c-4bc5-90eb-446d722e3f8d","public_key":null}],"start":0,"limit":100,"total":12}' + headers: + Content-Type: + - application/json; charset=utf-8 + status: 200 OK + code: 200 + duration: 173.210375ms + - id: 23 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 38 + transfer_encoding: [] + trailer: {} + host: terraform-provider-auth0-dev.eu.auth0.com + remote_addr: "" + request_uri: "" + body: | + {"type":"customer-provided-root-key"} + form: {} + headers: + Content-Type: + - application/json + User-Agent: + - Go-Auth0/1.11.2 + url: https://terraform-provider-auth0-dev.eu.auth0.com/api/v2/keys/encryption + method: POST + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: 223 + uncompressed: false + body: '{"kid":"abb49d50-3fd8-4521-acf3-3528b8be1764","type":"customer-provided-root-key","state":"pre-activation","created_at":"2024-10-28T16:41:40.100Z","updated_at":"2024-10-28T16:41:40.100Z","parent_kid":null,"public_key":null}' + headers: + Content-Type: + - application/json; charset=utf-8 + status: 201 Created + code: 201 + duration: 172.759ms + - id: 24 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: terraform-provider-auth0-dev.eu.auth0.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + User-Agent: + - Go-Auth0/1.11.2 + url: https://terraform-provider-auth0-dev.eu.auth0.com/api/v2/keys/encryption/abb49d50-3fd8-4521-acf3-3528b8be1764 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: '{"kid":"abb49d50-3fd8-4521-acf3-3528b8be1764","type":"customer-provided-root-key","state":"pre-activation","created_at":"2024-10-28T16:41:40.100Z","updated_at":"2024-10-28T16:41:40.100Z","parent_kid":null,"public_key":null}' + headers: + Content-Type: + - application/json; charset=utf-8 + status: 200 OK + code: 200 + duration: 294.394333ms + - id: 25 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: terraform-provider-auth0-dev.eu.auth0.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + User-Agent: + - Go-Auth0/1.11.2 + url: https://terraform-provider-auth0-dev.eu.auth0.com/api/v2/keys/encryption/abb49d50-3fd8-4521-acf3-3528b8be1764/wrapping-key + method: POST + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: 688 + uncompressed: false + body: '{"public_key":"-----BEGIN PUBLIC KEY-----\nMIIBojANBgkqhkiG9w0BAQEFAAOCAY8AMIIBigKCAYEArIk0fH07FteEGMDT7VCr\nyyvKUT8vmCOZ2w0m9GQqdMfLlur/6ZmvEX/tSITJK2xwZyt+5d9rFqE84w88/KhQ\nphGkIPtjFNxdJX5W2cwZMzZ2tkbn6Lr5Cj63V9PCuns0S16d6mP6/0iRo7/0t9B0\nTt/dETKoGr/MJUC3hhTyiolZrovv02GHM0nz7I4gDwATCCwAwf6dO8j+OQgqfkiL\npOkjoptn0bhuMIFKQx7TLv36HKYJWWrk1XYye6cOPTRUs2wzUS2f7y+U7nTOfkzn\nyubTWC0m0OJ1oCfpOGdLyvjSqG6tZLqxxPwKhzGs0HCICR8s6a491dBPzS8DuyUv\nC7CUn0cbKeHa0Ge34TJ3HrWpMGbrkMnQLPhji4CJqpeiEWwlj0Q19x73/nbUGRbP\nIX9aui3ckZIGVjxtZXPorBBn/EqRJgET7CDS76jSIdSwhqF5uSjKlPknVZhtKc7Q\ncefzhi3wz+mw6Qj3WZyjiFNVBEdQVEojFezd3BjnDC67AgMBAAE=\n-----END PUBLIC KEY-----\n","algorithm":"CKM_RSA_AES_KEY_WRAP"}' + headers: + Content-Type: + - application/json; charset=utf-8 + status: 201 Created + code: 201 + duration: 1.750231208s + - id: 26 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: terraform-provider-auth0-dev.eu.auth0.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + User-Agent: + - Go-Auth0/1.11.2 + url: https://terraform-provider-auth0-dev.eu.auth0.com/api/v2/keys/encryption?include_totals=true&page=0&per_page=100 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: '{"keys":[{"kid":"abb49d50-3fd8-4521-acf3-3528b8be1764","type":"customer-provided-root-key","state":"pre-activation","created_at":"2024-10-28T16:41:40.100Z","updated_at":"2024-10-28T16:41:40.100Z","parent_kid":null,"public_key":null},{"kid":"17e14555-4f06-479f-a764-818f4cba626f","type":"tenant-master-key","state":"active","created_at":"2024-10-28T16:41:37.742Z","updated_at":"2024-10-28T16:41:37.742Z","parent_kid":"383248b1-e69c-4bc5-90eb-446d722e3f8d","public_key":null},{"kid":"e1132aad-8134-4af3-b760-2054cc019ac6","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-28T16:41:33.969Z","updated_at":"2024-10-28T16:41:37.711Z","parent_kid":null,"public_key":null},{"kid":"53f10cae-356b-4159-b1c6-0b2eb15c5499","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-28T16:41:27.570Z","updated_at":"2024-10-28T16:41:38.284Z","parent_kid":"383248b1-e69c-4bc5-90eb-446d722e3f8d","public_key":null},{"kid":"3fbb6b2c-0a36-4379-b6dc-3a9817093379","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-28T16:41:25.560Z","updated_at":"2024-10-28T16:41:27.870Z","parent_kid":"383248b1-e69c-4bc5-90eb-446d722e3f8d","public_key":null},{"kid":"33c5e613-663d-4e54-8390-75a3f8bd3f12","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-28T16:40:40.402Z","updated_at":"2024-10-28T16:41:25.841Z","parent_kid":"383248b1-e69c-4bc5-90eb-446d722e3f8d","public_key":null},{"kid":"87fb50fb-33a7-4cb7-b454-1e118e07cad0","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-28T16:40:26.171Z","updated_at":"2024-10-28T16:40:40.389Z","parent_kid":null,"public_key":null},{"kid":"ec5ca435-e0a9-4e83-b4db-a5bcf11fd59d","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-28T16:40:23.810Z","updated_at":"2024-10-28T16:40:40.904Z","parent_kid":"383248b1-e69c-4bc5-90eb-446d722e3f8d","public_key":null},{"kid":"3baeda25-6c37-4a07-9091-85857e93b65e","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-28T16:40:19.795Z","updated_at":"2024-10-28T16:40:23.780Z","parent_kid":null,"public_key":null},{"kid":"3fae011c-686d-4afa-82db-c84260b90c26","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-28T16:40:13.368Z","updated_at":"2024-10-28T16:40:24.307Z","parent_kid":"383248b1-e69c-4bc5-90eb-446d722e3f8d","public_key":null},{"kid":"2702bbee-0ef4-4a2b-93a0-24c40eeb1608","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-28T16:40:11.189Z","updated_at":"2024-10-28T16:40:13.624Z","parent_kid":"383248b1-e69c-4bc5-90eb-446d722e3f8d","public_key":null},{"kid":"383248b1-e69c-4bc5-90eb-446d722e3f8d","type":"environment-root-key","state":"active","created_at":"2024-10-28T16:34:45.526Z","updated_at":"2024-10-28T16:34:45.526Z","parent_kid":null,"public_key":null},{"kid":"2e720c75-b197-425a-851a-822dd5108c31","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-28T16:34:45.526Z","updated_at":"2024-10-28T16:40:11.490Z","parent_kid":"383248b1-e69c-4bc5-90eb-446d722e3f8d","public_key":null}],"start":0,"limit":100,"total":13}' + headers: + Content-Type: + - application/json; charset=utf-8 + status: 200 OK + code: 200 + duration: 143.119708ms + - id: 27 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: terraform-provider-auth0-dev.eu.auth0.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + User-Agent: + - Go-Auth0/1.11.2 + url: https://terraform-provider-auth0-dev.eu.auth0.com/api/v2/tenants/settings + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: '{"enabled_locales":["en"],"flags":{"allow_changing_enable_sso":false,"disable_impersonation":true,"enable_sso":true,"universal_login":true,"revoke_refresh_token_grant":false,"disable_clickjack_protection_headers":false},"idle_session_lifetime":72,"sandbox_version":"18","session_lifetime":168,"oidc_logout":{"rp_logout_end_session_endpoint_discovery":true},"sandbox_versions_available":["18","16"]}' + headers: + Content-Type: + - application/json; charset=utf-8 + status: 200 OK + code: 200 + duration: 155.497209ms + - id: 28 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: terraform-provider-auth0-dev.eu.auth0.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + User-Agent: + - Go-Auth0/1.11.2 + url: https://terraform-provider-auth0-dev.eu.auth0.com/api/v2/keys/encryption?include_totals=true&page=0&per_page=100 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: '{"keys":[{"kid":"abb49d50-3fd8-4521-acf3-3528b8be1764","type":"customer-provided-root-key","state":"pre-activation","created_at":"2024-10-28T16:41:40.100Z","updated_at":"2024-10-28T16:41:40.100Z","parent_kid":null,"public_key":null},{"kid":"17e14555-4f06-479f-a764-818f4cba626f","type":"tenant-master-key","state":"active","created_at":"2024-10-28T16:41:37.742Z","updated_at":"2024-10-28T16:41:37.742Z","parent_kid":"383248b1-e69c-4bc5-90eb-446d722e3f8d","public_key":null},{"kid":"e1132aad-8134-4af3-b760-2054cc019ac6","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-28T16:41:33.969Z","updated_at":"2024-10-28T16:41:37.711Z","parent_kid":null,"public_key":null},{"kid":"53f10cae-356b-4159-b1c6-0b2eb15c5499","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-28T16:41:27.570Z","updated_at":"2024-10-28T16:41:38.284Z","parent_kid":"383248b1-e69c-4bc5-90eb-446d722e3f8d","public_key":null},{"kid":"3fbb6b2c-0a36-4379-b6dc-3a9817093379","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-28T16:41:25.560Z","updated_at":"2024-10-28T16:41:27.870Z","parent_kid":"383248b1-e69c-4bc5-90eb-446d722e3f8d","public_key":null},{"kid":"33c5e613-663d-4e54-8390-75a3f8bd3f12","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-28T16:40:40.402Z","updated_at":"2024-10-28T16:41:25.841Z","parent_kid":"383248b1-e69c-4bc5-90eb-446d722e3f8d","public_key":null},{"kid":"87fb50fb-33a7-4cb7-b454-1e118e07cad0","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-28T16:40:26.171Z","updated_at":"2024-10-28T16:40:40.389Z","parent_kid":null,"public_key":null},{"kid":"ec5ca435-e0a9-4e83-b4db-a5bcf11fd59d","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-28T16:40:23.810Z","updated_at":"2024-10-28T16:40:40.904Z","parent_kid":"383248b1-e69c-4bc5-90eb-446d722e3f8d","public_key":null},{"kid":"3baeda25-6c37-4a07-9091-85857e93b65e","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-28T16:40:19.795Z","updated_at":"2024-10-28T16:40:23.780Z","parent_kid":null,"public_key":null},{"kid":"3fae011c-686d-4afa-82db-c84260b90c26","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-28T16:40:13.368Z","updated_at":"2024-10-28T16:40:24.307Z","parent_kid":"383248b1-e69c-4bc5-90eb-446d722e3f8d","public_key":null},{"kid":"2702bbee-0ef4-4a2b-93a0-24c40eeb1608","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-28T16:40:11.189Z","updated_at":"2024-10-28T16:40:13.624Z","parent_kid":"383248b1-e69c-4bc5-90eb-446d722e3f8d","public_key":null},{"kid":"383248b1-e69c-4bc5-90eb-446d722e3f8d","type":"environment-root-key","state":"active","created_at":"2024-10-28T16:34:45.526Z","updated_at":"2024-10-28T16:34:45.526Z","parent_kid":null,"public_key":null},{"kid":"2e720c75-b197-425a-851a-822dd5108c31","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-28T16:34:45.526Z","updated_at":"2024-10-28T16:40:11.490Z","parent_kid":"383248b1-e69c-4bc5-90eb-446d722e3f8d","public_key":null}],"start":0,"limit":100,"total":13}' + headers: + Content-Type: + - application/json; charset=utf-8 + status: 200 OK + code: 200 + duration: 154.914167ms + - id: 29 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: terraform-provider-auth0-dev.eu.auth0.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + User-Agent: + - Go-Auth0/1.11.2 + url: https://terraform-provider-auth0-dev.eu.auth0.com/api/v2/keys/encryption?include_totals=true&page=0&per_page=100 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: '{"keys":[{"kid":"abb49d50-3fd8-4521-acf3-3528b8be1764","type":"customer-provided-root-key","state":"pre-activation","created_at":"2024-10-28T16:41:40.100Z","updated_at":"2024-10-28T16:41:40.100Z","parent_kid":null,"public_key":null},{"kid":"17e14555-4f06-479f-a764-818f4cba626f","type":"tenant-master-key","state":"active","created_at":"2024-10-28T16:41:37.742Z","updated_at":"2024-10-28T16:41:37.742Z","parent_kid":"383248b1-e69c-4bc5-90eb-446d722e3f8d","public_key":null},{"kid":"e1132aad-8134-4af3-b760-2054cc019ac6","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-28T16:41:33.969Z","updated_at":"2024-10-28T16:41:37.711Z","parent_kid":null,"public_key":null},{"kid":"53f10cae-356b-4159-b1c6-0b2eb15c5499","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-28T16:41:27.570Z","updated_at":"2024-10-28T16:41:38.284Z","parent_kid":"383248b1-e69c-4bc5-90eb-446d722e3f8d","public_key":null},{"kid":"3fbb6b2c-0a36-4379-b6dc-3a9817093379","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-28T16:41:25.560Z","updated_at":"2024-10-28T16:41:27.870Z","parent_kid":"383248b1-e69c-4bc5-90eb-446d722e3f8d","public_key":null},{"kid":"33c5e613-663d-4e54-8390-75a3f8bd3f12","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-28T16:40:40.402Z","updated_at":"2024-10-28T16:41:25.841Z","parent_kid":"383248b1-e69c-4bc5-90eb-446d722e3f8d","public_key":null},{"kid":"87fb50fb-33a7-4cb7-b454-1e118e07cad0","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-28T16:40:26.171Z","updated_at":"2024-10-28T16:40:40.389Z","parent_kid":null,"public_key":null},{"kid":"ec5ca435-e0a9-4e83-b4db-a5bcf11fd59d","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-28T16:40:23.810Z","updated_at":"2024-10-28T16:40:40.904Z","parent_kid":"383248b1-e69c-4bc5-90eb-446d722e3f8d","public_key":null},{"kid":"3baeda25-6c37-4a07-9091-85857e93b65e","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-28T16:40:19.795Z","updated_at":"2024-10-28T16:40:23.780Z","parent_kid":null,"public_key":null},{"kid":"3fae011c-686d-4afa-82db-c84260b90c26","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-28T16:40:13.368Z","updated_at":"2024-10-28T16:40:24.307Z","parent_kid":"383248b1-e69c-4bc5-90eb-446d722e3f8d","public_key":null},{"kid":"2702bbee-0ef4-4a2b-93a0-24c40eeb1608","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-28T16:40:11.189Z","updated_at":"2024-10-28T16:40:13.624Z","parent_kid":"383248b1-e69c-4bc5-90eb-446d722e3f8d","public_key":null},{"kid":"383248b1-e69c-4bc5-90eb-446d722e3f8d","type":"environment-root-key","state":"active","created_at":"2024-10-28T16:34:45.526Z","updated_at":"2024-10-28T16:34:45.526Z","parent_kid":null,"public_key":null},{"kid":"2e720c75-b197-425a-851a-822dd5108c31","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-28T16:34:45.526Z","updated_at":"2024-10-28T16:40:11.490Z","parent_kid":"383248b1-e69c-4bc5-90eb-446d722e3f8d","public_key":null}],"start":0,"limit":100,"total":13}' + headers: + Content-Type: + - application/json; charset=utf-8 + status: 200 OK + code: 200 + duration: 185.939625ms + - id: 30 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: terraform-provider-auth0-dev.eu.auth0.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + User-Agent: + - Go-Auth0/1.11.2 + url: https://terraform-provider-auth0-dev.eu.auth0.com/api/v2/tenants/settings + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: '{"enabled_locales":["en"],"flags":{"allow_changing_enable_sso":false,"disable_impersonation":true,"enable_sso":true,"universal_login":true,"revoke_refresh_token_grant":false,"disable_clickjack_protection_headers":false},"idle_session_lifetime":72,"sandbox_version":"18","session_lifetime":168,"oidc_logout":{"rp_logout_end_session_endpoint_discovery":true},"sandbox_versions_available":["18","16"]}' + headers: + Content-Type: + - application/json; charset=utf-8 + status: 200 OK + code: 200 + duration: 253.240625ms + - id: 31 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: terraform-provider-auth0-dev.eu.auth0.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + User-Agent: + - Go-Auth0/1.11.2 + url: https://terraform-provider-auth0-dev.eu.auth0.com/api/v2/tenants/settings + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: '{"enabled_locales":["en"],"flags":{"allow_changing_enable_sso":false,"disable_impersonation":true,"enable_sso":true,"universal_login":true,"revoke_refresh_token_grant":false,"disable_clickjack_protection_headers":false},"idle_session_lifetime":72,"sandbox_version":"18","session_lifetime":168,"oidc_logout":{"rp_logout_end_session_endpoint_discovery":true},"sandbox_versions_available":["18","16"]}' + headers: + Content-Type: + - application/json; charset=utf-8 + status: 200 OK + code: 200 + duration: 145.656958ms + - id: 32 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: terraform-provider-auth0-dev.eu.auth0.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + User-Agent: + - Go-Auth0/1.11.2 + url: https://terraform-provider-auth0-dev.eu.auth0.com/api/v2/keys/encryption?include_totals=true&page=0&per_page=100 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: '{"keys":[{"kid":"abb49d50-3fd8-4521-acf3-3528b8be1764","type":"customer-provided-root-key","state":"pre-activation","created_at":"2024-10-28T16:41:40.100Z","updated_at":"2024-10-28T16:41:40.100Z","parent_kid":null,"public_key":null},{"kid":"17e14555-4f06-479f-a764-818f4cba626f","type":"tenant-master-key","state":"active","created_at":"2024-10-28T16:41:37.742Z","updated_at":"2024-10-28T16:41:37.742Z","parent_kid":"383248b1-e69c-4bc5-90eb-446d722e3f8d","public_key":null},{"kid":"e1132aad-8134-4af3-b760-2054cc019ac6","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-28T16:41:33.969Z","updated_at":"2024-10-28T16:41:37.711Z","parent_kid":null,"public_key":null},{"kid":"53f10cae-356b-4159-b1c6-0b2eb15c5499","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-28T16:41:27.570Z","updated_at":"2024-10-28T16:41:38.284Z","parent_kid":"383248b1-e69c-4bc5-90eb-446d722e3f8d","public_key":null},{"kid":"3fbb6b2c-0a36-4379-b6dc-3a9817093379","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-28T16:41:25.560Z","updated_at":"2024-10-28T16:41:27.870Z","parent_kid":"383248b1-e69c-4bc5-90eb-446d722e3f8d","public_key":null},{"kid":"33c5e613-663d-4e54-8390-75a3f8bd3f12","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-28T16:40:40.402Z","updated_at":"2024-10-28T16:41:25.841Z","parent_kid":"383248b1-e69c-4bc5-90eb-446d722e3f8d","public_key":null},{"kid":"87fb50fb-33a7-4cb7-b454-1e118e07cad0","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-28T16:40:26.171Z","updated_at":"2024-10-28T16:40:40.389Z","parent_kid":null,"public_key":null},{"kid":"ec5ca435-e0a9-4e83-b4db-a5bcf11fd59d","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-28T16:40:23.810Z","updated_at":"2024-10-28T16:40:40.904Z","parent_kid":"383248b1-e69c-4bc5-90eb-446d722e3f8d","public_key":null},{"kid":"3baeda25-6c37-4a07-9091-85857e93b65e","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-28T16:40:19.795Z","updated_at":"2024-10-28T16:40:23.780Z","parent_kid":null,"public_key":null},{"kid":"3fae011c-686d-4afa-82db-c84260b90c26","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-28T16:40:13.368Z","updated_at":"2024-10-28T16:40:24.307Z","parent_kid":"383248b1-e69c-4bc5-90eb-446d722e3f8d","public_key":null},{"kid":"2702bbee-0ef4-4a2b-93a0-24c40eeb1608","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-28T16:40:11.189Z","updated_at":"2024-10-28T16:40:13.624Z","parent_kid":"383248b1-e69c-4bc5-90eb-446d722e3f8d","public_key":null},{"kid":"383248b1-e69c-4bc5-90eb-446d722e3f8d","type":"environment-root-key","state":"active","created_at":"2024-10-28T16:34:45.526Z","updated_at":"2024-10-28T16:34:45.526Z","parent_kid":null,"public_key":null},{"kid":"2e720c75-b197-425a-851a-822dd5108c31","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-28T16:34:45.526Z","updated_at":"2024-10-28T16:40:11.490Z","parent_kid":"383248b1-e69c-4bc5-90eb-446d722e3f8d","public_key":null}],"start":0,"limit":100,"total":13}' + headers: + Content-Type: + - application/json; charset=utf-8 + status: 200 OK + code: 200 + duration: 175.282167ms + - id: 33 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: terraform-provider-auth0-dev.eu.auth0.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + User-Agent: + - Go-Auth0/1.11.2 + url: https://terraform-provider-auth0-dev.eu.auth0.com/api/v2/keys/encryption?include_totals=true&page=0&per_page=100 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: '{"keys":[{"kid":"abb49d50-3fd8-4521-acf3-3528b8be1764","type":"customer-provided-root-key","state":"pre-activation","created_at":"2024-10-28T16:41:40.100Z","updated_at":"2024-10-28T16:41:40.100Z","parent_kid":null,"public_key":null},{"kid":"17e14555-4f06-479f-a764-818f4cba626f","type":"tenant-master-key","state":"active","created_at":"2024-10-28T16:41:37.742Z","updated_at":"2024-10-28T16:41:37.742Z","parent_kid":"383248b1-e69c-4bc5-90eb-446d722e3f8d","public_key":null},{"kid":"e1132aad-8134-4af3-b760-2054cc019ac6","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-28T16:41:33.969Z","updated_at":"2024-10-28T16:41:37.711Z","parent_kid":null,"public_key":null},{"kid":"53f10cae-356b-4159-b1c6-0b2eb15c5499","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-28T16:41:27.570Z","updated_at":"2024-10-28T16:41:38.284Z","parent_kid":"383248b1-e69c-4bc5-90eb-446d722e3f8d","public_key":null},{"kid":"3fbb6b2c-0a36-4379-b6dc-3a9817093379","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-28T16:41:25.560Z","updated_at":"2024-10-28T16:41:27.870Z","parent_kid":"383248b1-e69c-4bc5-90eb-446d722e3f8d","public_key":null},{"kid":"33c5e613-663d-4e54-8390-75a3f8bd3f12","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-28T16:40:40.402Z","updated_at":"2024-10-28T16:41:25.841Z","parent_kid":"383248b1-e69c-4bc5-90eb-446d722e3f8d","public_key":null},{"kid":"87fb50fb-33a7-4cb7-b454-1e118e07cad0","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-28T16:40:26.171Z","updated_at":"2024-10-28T16:40:40.389Z","parent_kid":null,"public_key":null},{"kid":"ec5ca435-e0a9-4e83-b4db-a5bcf11fd59d","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-28T16:40:23.810Z","updated_at":"2024-10-28T16:40:40.904Z","parent_kid":"383248b1-e69c-4bc5-90eb-446d722e3f8d","public_key":null},{"kid":"3baeda25-6c37-4a07-9091-85857e93b65e","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-28T16:40:19.795Z","updated_at":"2024-10-28T16:40:23.780Z","parent_kid":null,"public_key":null},{"kid":"3fae011c-686d-4afa-82db-c84260b90c26","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-28T16:40:13.368Z","updated_at":"2024-10-28T16:40:24.307Z","parent_kid":"383248b1-e69c-4bc5-90eb-446d722e3f8d","public_key":null},{"kid":"2702bbee-0ef4-4a2b-93a0-24c40eeb1608","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-28T16:40:11.189Z","updated_at":"2024-10-28T16:40:13.624Z","parent_kid":"383248b1-e69c-4bc5-90eb-446d722e3f8d","public_key":null},{"kid":"383248b1-e69c-4bc5-90eb-446d722e3f8d","type":"environment-root-key","state":"active","created_at":"2024-10-28T16:34:45.526Z","updated_at":"2024-10-28T16:34:45.526Z","parent_kid":null,"public_key":null},{"kid":"2e720c75-b197-425a-851a-822dd5108c31","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-28T16:34:45.526Z","updated_at":"2024-10-28T16:40:11.490Z","parent_kid":"383248b1-e69c-4bc5-90eb-446d722e3f8d","public_key":null}],"start":0,"limit":100,"total":13}' + headers: + Content-Type: + - application/json; charset=utf-8 + status: 200 OK + code: 200 + duration: 138.779ms + - id: 34 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: terraform-provider-auth0-dev.eu.auth0.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + User-Agent: + - Go-Auth0/1.11.2 + url: https://terraform-provider-auth0-dev.eu.auth0.com/api/v2/tenants/settings + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: '{"enabled_locales":["en"],"flags":{"allow_changing_enable_sso":false,"disable_impersonation":true,"enable_sso":true,"universal_login":true,"revoke_refresh_token_grant":false,"disable_clickjack_protection_headers":false},"idle_session_lifetime":72,"sandbox_version":"18","session_lifetime":168,"oidc_logout":{"rp_logout_end_session_endpoint_discovery":true},"sandbox_versions_available":["18","16"]}' + headers: + Content-Type: + - application/json; charset=utf-8 + status: 200 OK + code: 200 + duration: 153.058292ms + - id: 35 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 32 + transfer_encoding: [] + trailer: {} + host: terraform-provider-auth0-dev.eu.auth0.com + remote_addr: "" + request_uri: "" + body: | + {"wrapped_key":"bad-key-value"} + form: {} + headers: + Content-Type: + - application/json + User-Agent: + - Go-Auth0/1.11.2 + url: https://terraform-provider-auth0-dev.eu.auth0.com/api/v2/keys/encryption/abb49d50-3fd8-4521-acf3-3528b8be1764 + method: POST + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: 151 + uncompressed: false + body: '{"statusCode":400,"error":"Bad Request","message":"Invalid input. Wrapped key material is invalid or unsupported key type.","errorCode":"invalid_body"}' + headers: + Content-Type: + - application/json; charset=utf-8 + status: 400 Bad Request + code: 400 + duration: 214.545208ms + - id: 36 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: terraform-provider-auth0-dev.eu.auth0.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + User-Agent: + - Go-Auth0/1.11.2 + url: https://terraform-provider-auth0-dev.eu.auth0.com/api/v2/tenants/settings + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: '{"enabled_locales":["en"],"flags":{"allow_changing_enable_sso":false,"disable_impersonation":true,"enable_sso":true,"universal_login":true,"revoke_refresh_token_grant":false,"disable_clickjack_protection_headers":false},"idle_session_lifetime":72,"sandbox_version":"18","session_lifetime":168,"oidc_logout":{"rp_logout_end_session_endpoint_discovery":true},"sandbox_versions_available":["18","16"]}' + headers: + Content-Type: + - application/json; charset=utf-8 + status: 200 OK + code: 200 + duration: 134.886666ms + - id: 37 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: terraform-provider-auth0-dev.eu.auth0.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + User-Agent: + - Go-Auth0/1.11.2 + url: https://terraform-provider-auth0-dev.eu.auth0.com/api/v2/keys/encryption?include_totals=true&page=0&per_page=100 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: '{"keys":[{"kid":"abb49d50-3fd8-4521-acf3-3528b8be1764","type":"customer-provided-root-key","state":"pre-activation","created_at":"2024-10-28T16:41:40.100Z","updated_at":"2024-10-28T16:41:40.100Z","parent_kid":null,"public_key":null},{"kid":"17e14555-4f06-479f-a764-818f4cba626f","type":"tenant-master-key","state":"active","created_at":"2024-10-28T16:41:37.742Z","updated_at":"2024-10-28T16:41:37.742Z","parent_kid":"383248b1-e69c-4bc5-90eb-446d722e3f8d","public_key":null},{"kid":"e1132aad-8134-4af3-b760-2054cc019ac6","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-28T16:41:33.969Z","updated_at":"2024-10-28T16:41:37.711Z","parent_kid":null,"public_key":null},{"kid":"53f10cae-356b-4159-b1c6-0b2eb15c5499","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-28T16:41:27.570Z","updated_at":"2024-10-28T16:41:38.284Z","parent_kid":"383248b1-e69c-4bc5-90eb-446d722e3f8d","public_key":null},{"kid":"3fbb6b2c-0a36-4379-b6dc-3a9817093379","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-28T16:41:25.560Z","updated_at":"2024-10-28T16:41:27.870Z","parent_kid":"383248b1-e69c-4bc5-90eb-446d722e3f8d","public_key":null},{"kid":"33c5e613-663d-4e54-8390-75a3f8bd3f12","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-28T16:40:40.402Z","updated_at":"2024-10-28T16:41:25.841Z","parent_kid":"383248b1-e69c-4bc5-90eb-446d722e3f8d","public_key":null},{"kid":"87fb50fb-33a7-4cb7-b454-1e118e07cad0","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-28T16:40:26.171Z","updated_at":"2024-10-28T16:40:40.389Z","parent_kid":null,"public_key":null},{"kid":"ec5ca435-e0a9-4e83-b4db-a5bcf11fd59d","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-28T16:40:23.810Z","updated_at":"2024-10-28T16:40:40.904Z","parent_kid":"383248b1-e69c-4bc5-90eb-446d722e3f8d","public_key":null},{"kid":"3baeda25-6c37-4a07-9091-85857e93b65e","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-28T16:40:19.795Z","updated_at":"2024-10-28T16:40:23.780Z","parent_kid":null,"public_key":null},{"kid":"3fae011c-686d-4afa-82db-c84260b90c26","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-28T16:40:13.368Z","updated_at":"2024-10-28T16:40:24.307Z","parent_kid":"383248b1-e69c-4bc5-90eb-446d722e3f8d","public_key":null},{"kid":"2702bbee-0ef4-4a2b-93a0-24c40eeb1608","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-28T16:40:11.189Z","updated_at":"2024-10-28T16:40:13.624Z","parent_kid":"383248b1-e69c-4bc5-90eb-446d722e3f8d","public_key":null},{"kid":"383248b1-e69c-4bc5-90eb-446d722e3f8d","type":"environment-root-key","state":"active","created_at":"2024-10-28T16:34:45.526Z","updated_at":"2024-10-28T16:34:45.526Z","parent_kid":null,"public_key":null},{"kid":"2e720c75-b197-425a-851a-822dd5108c31","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-28T16:34:45.526Z","updated_at":"2024-10-28T16:40:11.490Z","parent_kid":"383248b1-e69c-4bc5-90eb-446d722e3f8d","public_key":null}],"start":0,"limit":100,"total":13}' + headers: + Content-Type: + - application/json; charset=utf-8 + status: 200 OK + code: 200 + duration: 187.399875ms + - id: 38 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 587 + transfer_encoding: [] + trailer: {} + host: terraform-provider-auth0-dev.eu.auth0.com + remote_addr: "" + request_uri: "" + body: | + {"wrapped_key":"gMlIjPlgUGs9bnEwhW5iCnGcsraqj7dxmY4AYEr/Ud6OK9UtsGZsxzTvFQcR9nkTyv2Ghj2MC5GyIA6tNhkNsLEem1fi+QNPhYswMHCxUDAqquspgwl3Muq+Awr5HEkgadoNGWHmnkOoYQdt6EcS5/O1F00WRJ1lCFj5TscpzUkAmLbLwtN3wD06q2ALobrJorqgFJuEJpvEa3X+bwsLL9fXD0Yagt9LzkjszwENEFhWKcFEhNi8MASbGV4IR27gDWYx1o1I5yTG+N643W0Gd0rAjyiLBj90XVuCqbBfn2bx05XLvTKwK88VZNyuuSnkoALwkiB22MRrCZW2a/c08XUFwYu/tIuasy/XKtfVUh+OjJILsAKmMScK4sKRqvvN/tL0wxbNO5nn6ccYflQED9r+I0He3vLS+WkINIekXYi0S8nC7HLeY9uFrFO56UBP60R8G+MungbgPAJnViM/9OlPRNO3v0H6ckOqhwT+x41GywkbQ8JC5QyxmNwAH38W31AWbC/38L4/Ge3gFIGRVd3mC47dxotWhFrJaA4siUHVqHFBjhY+fg=="} + form: {} + headers: + Content-Type: + - application/json + User-Agent: + - Go-Auth0/1.11.2 + url: https://terraform-provider-auth0-dev.eu.auth0.com/api/v2/keys/encryption/abb49d50-3fd8-4521-acf3-3528b8be1764 + method: POST + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: 197 + uncompressed: false + body: '{"kid":"abb49d50-3fd8-4521-acf3-3528b8be1764","type":"customer-provided-root-key","state":"active","created_at":"2024-10-28T16:41:40.100Z","updated_at":"2024-10-28T16:41:49.951Z","parent_kid":null}' + headers: + Content-Type: + - application/json; charset=utf-8 + status: 201 Created + code: 201 + duration: 4.838529708s + - id: 39 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: terraform-provider-auth0-dev.eu.auth0.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + User-Agent: + - Go-Auth0/1.11.2 + url: https://terraform-provider-auth0-dev.eu.auth0.com/api/v2/keys/encryption/abb49d50-3fd8-4521-acf3-3528b8be1764 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: '{"kid":"abb49d50-3fd8-4521-acf3-3528b8be1764","type":"customer-provided-root-key","state":"active","created_at":"2024-10-28T16:41:40.100Z","updated_at":"2024-10-28T16:41:49.951Z","parent_kid":null,"public_key":null}' + headers: + Content-Type: + - application/json; charset=utf-8 + status: 200 OK + code: 200 + duration: 154.747291ms + - id: 40 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: terraform-provider-auth0-dev.eu.auth0.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + User-Agent: + - Go-Auth0/1.11.2 + url: https://terraform-provider-auth0-dev.eu.auth0.com/api/v2/keys/encryption?include_totals=true&page=0&per_page=100 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: '{"keys":[{"kid":"a52e3bc2-a66e-4e2e-9fb6-2c30c12ebf02","type":"tenant-master-key","state":"active","created_at":"2024-10-28T16:41:49.984Z","updated_at":"2024-10-28T16:41:49.984Z","parent_kid":"abb49d50-3fd8-4521-acf3-3528b8be1764","public_key":null},{"kid":"abb49d50-3fd8-4521-acf3-3528b8be1764","type":"customer-provided-root-key","state":"active","created_at":"2024-10-28T16:41:40.100Z","updated_at":"2024-10-28T16:41:49.951Z","parent_kid":null,"public_key":null},{"kid":"17e14555-4f06-479f-a764-818f4cba626f","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-28T16:41:37.742Z","updated_at":"2024-10-28T16:41:50.509Z","parent_kid":"abb49d50-3fd8-4521-acf3-3528b8be1764","public_key":null},{"kid":"e1132aad-8134-4af3-b760-2054cc019ac6","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-28T16:41:33.969Z","updated_at":"2024-10-28T16:41:37.711Z","parent_kid":null,"public_key":null},{"kid":"53f10cae-356b-4159-b1c6-0b2eb15c5499","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-28T16:41:27.570Z","updated_at":"2024-10-28T16:41:38.284Z","parent_kid":"383248b1-e69c-4bc5-90eb-446d722e3f8d","public_key":null},{"kid":"3fbb6b2c-0a36-4379-b6dc-3a9817093379","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-28T16:41:25.560Z","updated_at":"2024-10-28T16:41:27.870Z","parent_kid":"383248b1-e69c-4bc5-90eb-446d722e3f8d","public_key":null},{"kid":"33c5e613-663d-4e54-8390-75a3f8bd3f12","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-28T16:40:40.402Z","updated_at":"2024-10-28T16:41:25.841Z","parent_kid":"383248b1-e69c-4bc5-90eb-446d722e3f8d","public_key":null},{"kid":"87fb50fb-33a7-4cb7-b454-1e118e07cad0","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-28T16:40:26.171Z","updated_at":"2024-10-28T16:40:40.389Z","parent_kid":null,"public_key":null},{"kid":"ec5ca435-e0a9-4e83-b4db-a5bcf11fd59d","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-28T16:40:23.810Z","updated_at":"2024-10-28T16:40:40.904Z","parent_kid":"383248b1-e69c-4bc5-90eb-446d722e3f8d","public_key":null},{"kid":"3baeda25-6c37-4a07-9091-85857e93b65e","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-28T16:40:19.795Z","updated_at":"2024-10-28T16:40:23.780Z","parent_kid":null,"public_key":null},{"kid":"3fae011c-686d-4afa-82db-c84260b90c26","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-28T16:40:13.368Z","updated_at":"2024-10-28T16:40:24.307Z","parent_kid":"383248b1-e69c-4bc5-90eb-446d722e3f8d","public_key":null},{"kid":"2702bbee-0ef4-4a2b-93a0-24c40eeb1608","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-28T16:40:11.189Z","updated_at":"2024-10-28T16:40:13.624Z","parent_kid":"383248b1-e69c-4bc5-90eb-446d722e3f8d","public_key":null},{"kid":"2e720c75-b197-425a-851a-822dd5108c31","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-28T16:34:45.526Z","updated_at":"2024-10-28T16:40:11.490Z","parent_kid":"383248b1-e69c-4bc5-90eb-446d722e3f8d","public_key":null},{"kid":"383248b1-e69c-4bc5-90eb-446d722e3f8d","type":"environment-root-key","state":"destroyed","created_at":"2024-10-28T16:34:45.526Z","updated_at":"2024-10-28T16:41:50.509Z","parent_kid":null,"public_key":null}],"start":0,"limit":100,"total":14}' + headers: + Content-Type: + - application/json; charset=utf-8 + status: 200 OK + code: 200 + duration: 162.498042ms + - id: 41 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: terraform-provider-auth0-dev.eu.auth0.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + User-Agent: + - Go-Auth0/1.11.2 + url: https://terraform-provider-auth0-dev.eu.auth0.com/api/v2/tenants/settings + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: '{"enabled_locales":["en"],"flags":{"allow_changing_enable_sso":false,"disable_impersonation":true,"enable_sso":true,"universal_login":true,"revoke_refresh_token_grant":false,"disable_clickjack_protection_headers":false},"idle_session_lifetime":72,"sandbox_version":"18","session_lifetime":168,"oidc_logout":{"rp_logout_end_session_endpoint_discovery":true},"sandbox_versions_available":["18","16"]}' + headers: + Content-Type: + - application/json; charset=utf-8 + status: 200 OK + code: 200 + duration: 147.339542ms + - id: 42 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: terraform-provider-auth0-dev.eu.auth0.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + User-Agent: + - Go-Auth0/1.11.2 + url: https://terraform-provider-auth0-dev.eu.auth0.com/api/v2/keys/encryption?include_totals=true&page=0&per_page=100 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: '{"keys":[{"kid":"a52e3bc2-a66e-4e2e-9fb6-2c30c12ebf02","type":"tenant-master-key","state":"active","created_at":"2024-10-28T16:41:49.984Z","updated_at":"2024-10-28T16:41:49.984Z","parent_kid":"abb49d50-3fd8-4521-acf3-3528b8be1764","public_key":null},{"kid":"abb49d50-3fd8-4521-acf3-3528b8be1764","type":"customer-provided-root-key","state":"active","created_at":"2024-10-28T16:41:40.100Z","updated_at":"2024-10-28T16:41:49.951Z","parent_kid":null,"public_key":null},{"kid":"17e14555-4f06-479f-a764-818f4cba626f","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-28T16:41:37.742Z","updated_at":"2024-10-28T16:41:50.509Z","parent_kid":"abb49d50-3fd8-4521-acf3-3528b8be1764","public_key":null},{"kid":"e1132aad-8134-4af3-b760-2054cc019ac6","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-28T16:41:33.969Z","updated_at":"2024-10-28T16:41:37.711Z","parent_kid":null,"public_key":null},{"kid":"53f10cae-356b-4159-b1c6-0b2eb15c5499","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-28T16:41:27.570Z","updated_at":"2024-10-28T16:41:38.284Z","parent_kid":"383248b1-e69c-4bc5-90eb-446d722e3f8d","public_key":null},{"kid":"3fbb6b2c-0a36-4379-b6dc-3a9817093379","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-28T16:41:25.560Z","updated_at":"2024-10-28T16:41:27.870Z","parent_kid":"383248b1-e69c-4bc5-90eb-446d722e3f8d","public_key":null},{"kid":"33c5e613-663d-4e54-8390-75a3f8bd3f12","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-28T16:40:40.402Z","updated_at":"2024-10-28T16:41:25.841Z","parent_kid":"383248b1-e69c-4bc5-90eb-446d722e3f8d","public_key":null},{"kid":"87fb50fb-33a7-4cb7-b454-1e118e07cad0","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-28T16:40:26.171Z","updated_at":"2024-10-28T16:40:40.389Z","parent_kid":null,"public_key":null},{"kid":"ec5ca435-e0a9-4e83-b4db-a5bcf11fd59d","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-28T16:40:23.810Z","updated_at":"2024-10-28T16:40:40.904Z","parent_kid":"383248b1-e69c-4bc5-90eb-446d722e3f8d","public_key":null},{"kid":"3baeda25-6c37-4a07-9091-85857e93b65e","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-28T16:40:19.795Z","updated_at":"2024-10-28T16:40:23.780Z","parent_kid":null,"public_key":null},{"kid":"3fae011c-686d-4afa-82db-c84260b90c26","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-28T16:40:13.368Z","updated_at":"2024-10-28T16:40:24.307Z","parent_kid":"383248b1-e69c-4bc5-90eb-446d722e3f8d","public_key":null},{"kid":"2702bbee-0ef4-4a2b-93a0-24c40eeb1608","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-28T16:40:11.189Z","updated_at":"2024-10-28T16:40:13.624Z","parent_kid":"383248b1-e69c-4bc5-90eb-446d722e3f8d","public_key":null},{"kid":"2e720c75-b197-425a-851a-822dd5108c31","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-28T16:34:45.526Z","updated_at":"2024-10-28T16:40:11.490Z","parent_kid":"383248b1-e69c-4bc5-90eb-446d722e3f8d","public_key":null},{"kid":"383248b1-e69c-4bc5-90eb-446d722e3f8d","type":"environment-root-key","state":"destroyed","created_at":"2024-10-28T16:34:45.526Z","updated_at":"2024-10-28T16:41:50.509Z","parent_kid":null,"public_key":null}],"start":0,"limit":100,"total":14}' + headers: + Content-Type: + - application/json; charset=utf-8 + status: 200 OK + code: 200 + duration: 160.798667ms + - id: 43 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: terraform-provider-auth0-dev.eu.auth0.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + User-Agent: + - Go-Auth0/1.11.2 + url: https://terraform-provider-auth0-dev.eu.auth0.com/api/v2/tenants/settings + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: '{"enabled_locales":["en"],"flags":{"allow_changing_enable_sso":false,"disable_impersonation":true,"enable_sso":true,"universal_login":true,"revoke_refresh_token_grant":false,"disable_clickjack_protection_headers":false},"idle_session_lifetime":72,"sandbox_version":"18","session_lifetime":168,"oidc_logout":{"rp_logout_end_session_endpoint_discovery":true},"sandbox_versions_available":["18","16"]}' + headers: + Content-Type: + - application/json; charset=utf-8 + status: 200 OK + code: 200 + duration: 146.993042ms + - id: 44 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: terraform-provider-auth0-dev.eu.auth0.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + User-Agent: + - Go-Auth0/1.11.2 + url: https://terraform-provider-auth0-dev.eu.auth0.com/api/v2/keys/encryption?include_totals=true&page=0&per_page=100 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: '{"keys":[{"kid":"a52e3bc2-a66e-4e2e-9fb6-2c30c12ebf02","type":"tenant-master-key","state":"active","created_at":"2024-10-28T16:41:49.984Z","updated_at":"2024-10-28T16:41:49.984Z","parent_kid":"abb49d50-3fd8-4521-acf3-3528b8be1764","public_key":null},{"kid":"abb49d50-3fd8-4521-acf3-3528b8be1764","type":"customer-provided-root-key","state":"active","created_at":"2024-10-28T16:41:40.100Z","updated_at":"2024-10-28T16:41:49.951Z","parent_kid":null,"public_key":null},{"kid":"17e14555-4f06-479f-a764-818f4cba626f","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-28T16:41:37.742Z","updated_at":"2024-10-28T16:41:50.509Z","parent_kid":"abb49d50-3fd8-4521-acf3-3528b8be1764","public_key":null},{"kid":"e1132aad-8134-4af3-b760-2054cc019ac6","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-28T16:41:33.969Z","updated_at":"2024-10-28T16:41:37.711Z","parent_kid":null,"public_key":null},{"kid":"53f10cae-356b-4159-b1c6-0b2eb15c5499","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-28T16:41:27.570Z","updated_at":"2024-10-28T16:41:38.284Z","parent_kid":"383248b1-e69c-4bc5-90eb-446d722e3f8d","public_key":null},{"kid":"3fbb6b2c-0a36-4379-b6dc-3a9817093379","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-28T16:41:25.560Z","updated_at":"2024-10-28T16:41:27.870Z","parent_kid":"383248b1-e69c-4bc5-90eb-446d722e3f8d","public_key":null},{"kid":"33c5e613-663d-4e54-8390-75a3f8bd3f12","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-28T16:40:40.402Z","updated_at":"2024-10-28T16:41:25.841Z","parent_kid":"383248b1-e69c-4bc5-90eb-446d722e3f8d","public_key":null},{"kid":"87fb50fb-33a7-4cb7-b454-1e118e07cad0","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-28T16:40:26.171Z","updated_at":"2024-10-28T16:40:40.389Z","parent_kid":null,"public_key":null},{"kid":"ec5ca435-e0a9-4e83-b4db-a5bcf11fd59d","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-28T16:40:23.810Z","updated_at":"2024-10-28T16:40:40.904Z","parent_kid":"383248b1-e69c-4bc5-90eb-446d722e3f8d","public_key":null},{"kid":"3baeda25-6c37-4a07-9091-85857e93b65e","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-28T16:40:19.795Z","updated_at":"2024-10-28T16:40:23.780Z","parent_kid":null,"public_key":null},{"kid":"3fae011c-686d-4afa-82db-c84260b90c26","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-28T16:40:13.368Z","updated_at":"2024-10-28T16:40:24.307Z","parent_kid":"383248b1-e69c-4bc5-90eb-446d722e3f8d","public_key":null},{"kid":"2702bbee-0ef4-4a2b-93a0-24c40eeb1608","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-28T16:40:11.189Z","updated_at":"2024-10-28T16:40:13.624Z","parent_kid":"383248b1-e69c-4bc5-90eb-446d722e3f8d","public_key":null},{"kid":"2e720c75-b197-425a-851a-822dd5108c31","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-28T16:34:45.526Z","updated_at":"2024-10-28T16:40:11.490Z","parent_kid":"383248b1-e69c-4bc5-90eb-446d722e3f8d","public_key":null},{"kid":"383248b1-e69c-4bc5-90eb-446d722e3f8d","type":"environment-root-key","state":"destroyed","created_at":"2024-10-28T16:34:45.526Z","updated_at":"2024-10-28T16:41:50.509Z","parent_kid":null,"public_key":null}],"start":0,"limit":100,"total":14}' + headers: + Content-Type: + - application/json; charset=utf-8 + status: 200 OK + code: 200 + duration: 132.934375ms + - id: 45 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: terraform-provider-auth0-dev.eu.auth0.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + User-Agent: + - Go-Auth0/1.11.2 + url: https://terraform-provider-auth0-dev.eu.auth0.com/api/v2/keys/encryption?include_totals=true&page=0&per_page=100 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: '{"keys":[{"kid":"a52e3bc2-a66e-4e2e-9fb6-2c30c12ebf02","type":"tenant-master-key","state":"active","created_at":"2024-10-28T16:41:49.984Z","updated_at":"2024-10-28T16:41:49.984Z","parent_kid":"abb49d50-3fd8-4521-acf3-3528b8be1764","public_key":null},{"kid":"abb49d50-3fd8-4521-acf3-3528b8be1764","type":"customer-provided-root-key","state":"active","created_at":"2024-10-28T16:41:40.100Z","updated_at":"2024-10-28T16:41:49.951Z","parent_kid":null,"public_key":null},{"kid":"17e14555-4f06-479f-a764-818f4cba626f","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-28T16:41:37.742Z","updated_at":"2024-10-28T16:41:50.509Z","parent_kid":"abb49d50-3fd8-4521-acf3-3528b8be1764","public_key":null},{"kid":"e1132aad-8134-4af3-b760-2054cc019ac6","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-28T16:41:33.969Z","updated_at":"2024-10-28T16:41:37.711Z","parent_kid":null,"public_key":null},{"kid":"53f10cae-356b-4159-b1c6-0b2eb15c5499","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-28T16:41:27.570Z","updated_at":"2024-10-28T16:41:38.284Z","parent_kid":"383248b1-e69c-4bc5-90eb-446d722e3f8d","public_key":null},{"kid":"3fbb6b2c-0a36-4379-b6dc-3a9817093379","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-28T16:41:25.560Z","updated_at":"2024-10-28T16:41:27.870Z","parent_kid":"383248b1-e69c-4bc5-90eb-446d722e3f8d","public_key":null},{"kid":"33c5e613-663d-4e54-8390-75a3f8bd3f12","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-28T16:40:40.402Z","updated_at":"2024-10-28T16:41:25.841Z","parent_kid":"383248b1-e69c-4bc5-90eb-446d722e3f8d","public_key":null},{"kid":"87fb50fb-33a7-4cb7-b454-1e118e07cad0","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-28T16:40:26.171Z","updated_at":"2024-10-28T16:40:40.389Z","parent_kid":null,"public_key":null},{"kid":"ec5ca435-e0a9-4e83-b4db-a5bcf11fd59d","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-28T16:40:23.810Z","updated_at":"2024-10-28T16:40:40.904Z","parent_kid":"383248b1-e69c-4bc5-90eb-446d722e3f8d","public_key":null},{"kid":"3baeda25-6c37-4a07-9091-85857e93b65e","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-28T16:40:19.795Z","updated_at":"2024-10-28T16:40:23.780Z","parent_kid":null,"public_key":null},{"kid":"3fae011c-686d-4afa-82db-c84260b90c26","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-28T16:40:13.368Z","updated_at":"2024-10-28T16:40:24.307Z","parent_kid":"383248b1-e69c-4bc5-90eb-446d722e3f8d","public_key":null},{"kid":"2702bbee-0ef4-4a2b-93a0-24c40eeb1608","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-28T16:40:11.189Z","updated_at":"2024-10-28T16:40:13.624Z","parent_kid":"383248b1-e69c-4bc5-90eb-446d722e3f8d","public_key":null},{"kid":"2e720c75-b197-425a-851a-822dd5108c31","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-28T16:34:45.526Z","updated_at":"2024-10-28T16:40:11.490Z","parent_kid":"383248b1-e69c-4bc5-90eb-446d722e3f8d","public_key":null},{"kid":"383248b1-e69c-4bc5-90eb-446d722e3f8d","type":"environment-root-key","state":"destroyed","created_at":"2024-10-28T16:34:45.526Z","updated_at":"2024-10-28T16:41:50.509Z","parent_kid":null,"public_key":null}],"start":0,"limit":100,"total":14}' + headers: + Content-Type: + - application/json; charset=utf-8 + status: 200 OK + code: 200 + duration: 150.179417ms + - id: 46 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: terraform-provider-auth0-dev.eu.auth0.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + User-Agent: + - Go-Auth0/1.11.2 + url: https://terraform-provider-auth0-dev.eu.auth0.com/api/v2/tenants/settings + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: '{"enabled_locales":["en"],"flags":{"allow_changing_enable_sso":false,"disable_impersonation":true,"enable_sso":true,"universal_login":true,"revoke_refresh_token_grant":false,"disable_clickjack_protection_headers":false},"idle_session_lifetime":72,"sandbox_version":"18","session_lifetime":168,"oidc_logout":{"rp_logout_end_session_endpoint_discovery":true},"sandbox_versions_available":["18","16"]}' + headers: + Content-Type: + - application/json; charset=utf-8 + status: 200 OK + code: 200 + duration: 133.924833ms + - id: 47 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: terraform-provider-auth0-dev.eu.auth0.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + User-Agent: + - Go-Auth0/1.11.2 + url: https://terraform-provider-auth0-dev.eu.auth0.com/api/v2/keys/encryption/abb49d50-3fd8-4521-acf3-3528b8be1764 + method: DELETE + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: 0 + uncompressed: false + body: "" + headers: + Content-Type: + - application/json; charset=utf-8 + status: 204 No Content + code: 204 + duration: 818.09725ms + - id: 48 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: terraform-provider-auth0-dev.eu.auth0.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + User-Agent: + - Go-Auth0/1.11.2 + url: https://terraform-provider-auth0-dev.eu.auth0.com/api/v2/keys/encryption/abb49d50-3fd8-4521-acf3-3528b8be1764 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: '{"kid":"abb49d50-3fd8-4521-acf3-3528b8be1764","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-28T16:41:40.100Z","updated_at":"2024-10-28T16:41:53.662Z","parent_kid":null,"public_key":null}' + headers: + Content-Type: + - application/json; charset=utf-8 + status: 200 OK + code: 200 + duration: 188.397958ms diff --git a/test/data/recordings/TestAccFrameworkEncryptionKeyManagerRotation.yaml b/test/data/recordings/TestAccFrameworkEncryptionKeyManagerRotation.yaml new file mode 100644 index 000000000..69e926167 --- /dev/null +++ b/test/data/recordings/TestAccFrameworkEncryptionKeyManagerRotation.yaml @@ -0,0 +1,458 @@ +--- +version: 2 +interactions: + - id: 0 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: terraform-provider-auth0-dev.eu.auth0.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + User-Agent: + - Go-Auth0/1.11.2 + url: https://terraform-provider-auth0-dev.eu.auth0.com/api/v2/keys/encryption?include_totals=true&page=0&per_page=100 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: '{"keys":[{"kid":"33c5e613-663d-4e54-8390-75a3f8bd3f12","type":"tenant-master-key","state":"active","created_at":"2024-10-28T16:40:40.402Z","updated_at":"2024-10-28T16:40:40.402Z","parent_kid":"383248b1-e69c-4bc5-90eb-446d722e3f8d","public_key":null},{"kid":"87fb50fb-33a7-4cb7-b454-1e118e07cad0","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-28T16:40:26.171Z","updated_at":"2024-10-28T16:40:40.389Z","parent_kid":null,"public_key":null},{"kid":"ec5ca435-e0a9-4e83-b4db-a5bcf11fd59d","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-28T16:40:23.810Z","updated_at":"2024-10-28T16:40:40.904Z","parent_kid":"383248b1-e69c-4bc5-90eb-446d722e3f8d","public_key":null},{"kid":"3baeda25-6c37-4a07-9091-85857e93b65e","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-28T16:40:19.795Z","updated_at":"2024-10-28T16:40:23.780Z","parent_kid":null,"public_key":null},{"kid":"3fae011c-686d-4afa-82db-c84260b90c26","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-28T16:40:13.368Z","updated_at":"2024-10-28T16:40:24.307Z","parent_kid":"383248b1-e69c-4bc5-90eb-446d722e3f8d","public_key":null},{"kid":"2702bbee-0ef4-4a2b-93a0-24c40eeb1608","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-28T16:40:11.189Z","updated_at":"2024-10-28T16:40:13.624Z","parent_kid":"383248b1-e69c-4bc5-90eb-446d722e3f8d","public_key":null},{"kid":"2e720c75-b197-425a-851a-822dd5108c31","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-28T16:34:45.526Z","updated_at":"2024-10-28T16:40:11.490Z","parent_kid":"383248b1-e69c-4bc5-90eb-446d722e3f8d","public_key":null},{"kid":"383248b1-e69c-4bc5-90eb-446d722e3f8d","type":"environment-root-key","state":"active","created_at":"2024-10-28T16:34:45.526Z","updated_at":"2024-10-28T16:34:45.526Z","parent_kid":null,"public_key":null}],"start":0,"limit":100,"total":8}' + headers: + Content-Type: + - application/json; charset=utf-8 + status: 200 OK + code: 200 + duration: 163.612375ms + - id: 1 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: terraform-provider-auth0-dev.eu.auth0.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + User-Agent: + - Go-Auth0/1.11.2 + url: https://terraform-provider-auth0-dev.eu.auth0.com/api/v2/keys/encryption?include_totals=true&page=0&per_page=100 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: '{"keys":[{"kid":"33c5e613-663d-4e54-8390-75a3f8bd3f12","type":"tenant-master-key","state":"active","created_at":"2024-10-28T16:40:40.402Z","updated_at":"2024-10-28T16:40:40.402Z","parent_kid":"383248b1-e69c-4bc5-90eb-446d722e3f8d","public_key":null},{"kid":"87fb50fb-33a7-4cb7-b454-1e118e07cad0","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-28T16:40:26.171Z","updated_at":"2024-10-28T16:40:40.389Z","parent_kid":null,"public_key":null},{"kid":"ec5ca435-e0a9-4e83-b4db-a5bcf11fd59d","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-28T16:40:23.810Z","updated_at":"2024-10-28T16:40:40.904Z","parent_kid":"383248b1-e69c-4bc5-90eb-446d722e3f8d","public_key":null},{"kid":"3baeda25-6c37-4a07-9091-85857e93b65e","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-28T16:40:19.795Z","updated_at":"2024-10-28T16:40:23.780Z","parent_kid":null,"public_key":null},{"kid":"3fae011c-686d-4afa-82db-c84260b90c26","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-28T16:40:13.368Z","updated_at":"2024-10-28T16:40:24.307Z","parent_kid":"383248b1-e69c-4bc5-90eb-446d722e3f8d","public_key":null},{"kid":"2702bbee-0ef4-4a2b-93a0-24c40eeb1608","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-28T16:40:11.189Z","updated_at":"2024-10-28T16:40:13.624Z","parent_kid":"383248b1-e69c-4bc5-90eb-446d722e3f8d","public_key":null},{"kid":"2e720c75-b197-425a-851a-822dd5108c31","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-28T16:34:45.526Z","updated_at":"2024-10-28T16:40:11.490Z","parent_kid":"383248b1-e69c-4bc5-90eb-446d722e3f8d","public_key":null},{"kid":"383248b1-e69c-4bc5-90eb-446d722e3f8d","type":"environment-root-key","state":"active","created_at":"2024-10-28T16:34:45.526Z","updated_at":"2024-10-28T16:34:45.526Z","parent_kid":null,"public_key":null}],"start":0,"limit":100,"total":8}' + headers: + Content-Type: + - application/json; charset=utf-8 + status: 200 OK + code: 200 + duration: 171.601541ms + - id: 2 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: terraform-provider-auth0-dev.eu.auth0.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + User-Agent: + - Go-Auth0/1.11.2 + url: https://terraform-provider-auth0-dev.eu.auth0.com/api/v2/keys/encryption?include_totals=true&page=0&per_page=100 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: '{"keys":[{"kid":"33c5e613-663d-4e54-8390-75a3f8bd3f12","type":"tenant-master-key","state":"active","created_at":"2024-10-28T16:40:40.402Z","updated_at":"2024-10-28T16:40:40.402Z","parent_kid":"383248b1-e69c-4bc5-90eb-446d722e3f8d","public_key":null},{"kid":"87fb50fb-33a7-4cb7-b454-1e118e07cad0","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-28T16:40:26.171Z","updated_at":"2024-10-28T16:40:40.389Z","parent_kid":null,"public_key":null},{"kid":"ec5ca435-e0a9-4e83-b4db-a5bcf11fd59d","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-28T16:40:23.810Z","updated_at":"2024-10-28T16:40:40.904Z","parent_kid":"383248b1-e69c-4bc5-90eb-446d722e3f8d","public_key":null},{"kid":"3baeda25-6c37-4a07-9091-85857e93b65e","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-28T16:40:19.795Z","updated_at":"2024-10-28T16:40:23.780Z","parent_kid":null,"public_key":null},{"kid":"3fae011c-686d-4afa-82db-c84260b90c26","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-28T16:40:13.368Z","updated_at":"2024-10-28T16:40:24.307Z","parent_kid":"383248b1-e69c-4bc5-90eb-446d722e3f8d","public_key":null},{"kid":"2702bbee-0ef4-4a2b-93a0-24c40eeb1608","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-28T16:40:11.189Z","updated_at":"2024-10-28T16:40:13.624Z","parent_kid":"383248b1-e69c-4bc5-90eb-446d722e3f8d","public_key":null},{"kid":"2e720c75-b197-425a-851a-822dd5108c31","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-28T16:34:45.526Z","updated_at":"2024-10-28T16:40:11.490Z","parent_kid":"383248b1-e69c-4bc5-90eb-446d722e3f8d","public_key":null},{"kid":"383248b1-e69c-4bc5-90eb-446d722e3f8d","type":"environment-root-key","state":"active","created_at":"2024-10-28T16:34:45.526Z","updated_at":"2024-10-28T16:34:45.526Z","parent_kid":null,"public_key":null}],"start":0,"limit":100,"total":8}' + headers: + Content-Type: + - application/json; charset=utf-8 + status: 200 OK + code: 200 + duration: 157.778708ms + - id: 3 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: terraform-provider-auth0-dev.eu.auth0.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + User-Agent: + - Go-Auth0/1.11.2 + url: https://terraform-provider-auth0-dev.eu.auth0.com/api/v2/keys/encryption/rekey + method: POST + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: 0 + uncompressed: false + body: "" + headers: + Content-Type: + - application/json; charset=utf-8 + status: 204 No Content + code: 204 + duration: 454.236666ms + - id: 4 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: terraform-provider-auth0-dev.eu.auth0.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + User-Agent: + - Go-Auth0/1.11.2 + url: https://terraform-provider-auth0-dev.eu.auth0.com/api/v2/keys/encryption?include_totals=true&page=0&per_page=100 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: '{"keys":[{"kid":"3fbb6b2c-0a36-4379-b6dc-3a9817093379","type":"tenant-master-key","state":"active","created_at":"2024-10-28T16:41:25.560Z","updated_at":"2024-10-28T16:41:25.560Z","parent_kid":"383248b1-e69c-4bc5-90eb-446d722e3f8d","public_key":null},{"kid":"33c5e613-663d-4e54-8390-75a3f8bd3f12","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-28T16:40:40.402Z","updated_at":"2024-10-28T16:41:25.841Z","parent_kid":"383248b1-e69c-4bc5-90eb-446d722e3f8d","public_key":null},{"kid":"87fb50fb-33a7-4cb7-b454-1e118e07cad0","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-28T16:40:26.171Z","updated_at":"2024-10-28T16:40:40.389Z","parent_kid":null,"public_key":null},{"kid":"ec5ca435-e0a9-4e83-b4db-a5bcf11fd59d","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-28T16:40:23.810Z","updated_at":"2024-10-28T16:40:40.904Z","parent_kid":"383248b1-e69c-4bc5-90eb-446d722e3f8d","public_key":null},{"kid":"3baeda25-6c37-4a07-9091-85857e93b65e","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-28T16:40:19.795Z","updated_at":"2024-10-28T16:40:23.780Z","parent_kid":null,"public_key":null},{"kid":"3fae011c-686d-4afa-82db-c84260b90c26","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-28T16:40:13.368Z","updated_at":"2024-10-28T16:40:24.307Z","parent_kid":"383248b1-e69c-4bc5-90eb-446d722e3f8d","public_key":null},{"kid":"2702bbee-0ef4-4a2b-93a0-24c40eeb1608","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-28T16:40:11.189Z","updated_at":"2024-10-28T16:40:13.624Z","parent_kid":"383248b1-e69c-4bc5-90eb-446d722e3f8d","public_key":null},{"kid":"2e720c75-b197-425a-851a-822dd5108c31","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-28T16:34:45.526Z","updated_at":"2024-10-28T16:40:11.490Z","parent_kid":"383248b1-e69c-4bc5-90eb-446d722e3f8d","public_key":null},{"kid":"383248b1-e69c-4bc5-90eb-446d722e3f8d","type":"environment-root-key","state":"active","created_at":"2024-10-28T16:34:45.526Z","updated_at":"2024-10-28T16:34:45.526Z","parent_kid":null,"public_key":null}],"start":0,"limit":100,"total":9}' + headers: + Content-Type: + - application/json; charset=utf-8 + status: 200 OK + code: 200 + duration: 166.400958ms + - id: 5 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: terraform-provider-auth0-dev.eu.auth0.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + User-Agent: + - Go-Auth0/1.11.2 + url: https://terraform-provider-auth0-dev.eu.auth0.com/api/v2/keys/encryption?include_totals=true&page=0&per_page=100 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: '{"keys":[{"kid":"3fbb6b2c-0a36-4379-b6dc-3a9817093379","type":"tenant-master-key","state":"active","created_at":"2024-10-28T16:41:25.560Z","updated_at":"2024-10-28T16:41:25.560Z","parent_kid":"383248b1-e69c-4bc5-90eb-446d722e3f8d","public_key":null},{"kid":"33c5e613-663d-4e54-8390-75a3f8bd3f12","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-28T16:40:40.402Z","updated_at":"2024-10-28T16:41:25.841Z","parent_kid":"383248b1-e69c-4bc5-90eb-446d722e3f8d","public_key":null},{"kid":"87fb50fb-33a7-4cb7-b454-1e118e07cad0","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-28T16:40:26.171Z","updated_at":"2024-10-28T16:40:40.389Z","parent_kid":null,"public_key":null},{"kid":"ec5ca435-e0a9-4e83-b4db-a5bcf11fd59d","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-28T16:40:23.810Z","updated_at":"2024-10-28T16:40:40.904Z","parent_kid":"383248b1-e69c-4bc5-90eb-446d722e3f8d","public_key":null},{"kid":"3baeda25-6c37-4a07-9091-85857e93b65e","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-28T16:40:19.795Z","updated_at":"2024-10-28T16:40:23.780Z","parent_kid":null,"public_key":null},{"kid":"3fae011c-686d-4afa-82db-c84260b90c26","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-28T16:40:13.368Z","updated_at":"2024-10-28T16:40:24.307Z","parent_kid":"383248b1-e69c-4bc5-90eb-446d722e3f8d","public_key":null},{"kid":"2702bbee-0ef4-4a2b-93a0-24c40eeb1608","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-28T16:40:11.189Z","updated_at":"2024-10-28T16:40:13.624Z","parent_kid":"383248b1-e69c-4bc5-90eb-446d722e3f8d","public_key":null},{"kid":"2e720c75-b197-425a-851a-822dd5108c31","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-28T16:34:45.526Z","updated_at":"2024-10-28T16:40:11.490Z","parent_kid":"383248b1-e69c-4bc5-90eb-446d722e3f8d","public_key":null},{"kid":"383248b1-e69c-4bc5-90eb-446d722e3f8d","type":"environment-root-key","state":"active","created_at":"2024-10-28T16:34:45.526Z","updated_at":"2024-10-28T16:34:45.526Z","parent_kid":null,"public_key":null}],"start":0,"limit":100,"total":9}' + headers: + Content-Type: + - application/json; charset=utf-8 + status: 200 OK + code: 200 + duration: 144.617125ms + - id: 6 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: terraform-provider-auth0-dev.eu.auth0.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + User-Agent: + - Go-Auth0/1.11.2 + url: https://terraform-provider-auth0-dev.eu.auth0.com/api/v2/keys/encryption?include_totals=true&page=0&per_page=100 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: '{"keys":[{"kid":"3fbb6b2c-0a36-4379-b6dc-3a9817093379","type":"tenant-master-key","state":"active","created_at":"2024-10-28T16:41:25.560Z","updated_at":"2024-10-28T16:41:25.560Z","parent_kid":"383248b1-e69c-4bc5-90eb-446d722e3f8d","public_key":null},{"kid":"33c5e613-663d-4e54-8390-75a3f8bd3f12","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-28T16:40:40.402Z","updated_at":"2024-10-28T16:41:25.841Z","parent_kid":"383248b1-e69c-4bc5-90eb-446d722e3f8d","public_key":null},{"kid":"87fb50fb-33a7-4cb7-b454-1e118e07cad0","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-28T16:40:26.171Z","updated_at":"2024-10-28T16:40:40.389Z","parent_kid":null,"public_key":null},{"kid":"ec5ca435-e0a9-4e83-b4db-a5bcf11fd59d","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-28T16:40:23.810Z","updated_at":"2024-10-28T16:40:40.904Z","parent_kid":"383248b1-e69c-4bc5-90eb-446d722e3f8d","public_key":null},{"kid":"3baeda25-6c37-4a07-9091-85857e93b65e","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-28T16:40:19.795Z","updated_at":"2024-10-28T16:40:23.780Z","parent_kid":null,"public_key":null},{"kid":"3fae011c-686d-4afa-82db-c84260b90c26","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-28T16:40:13.368Z","updated_at":"2024-10-28T16:40:24.307Z","parent_kid":"383248b1-e69c-4bc5-90eb-446d722e3f8d","public_key":null},{"kid":"2702bbee-0ef4-4a2b-93a0-24c40eeb1608","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-28T16:40:11.189Z","updated_at":"2024-10-28T16:40:13.624Z","parent_kid":"383248b1-e69c-4bc5-90eb-446d722e3f8d","public_key":null},{"kid":"2e720c75-b197-425a-851a-822dd5108c31","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-28T16:34:45.526Z","updated_at":"2024-10-28T16:40:11.490Z","parent_kid":"383248b1-e69c-4bc5-90eb-446d722e3f8d","public_key":null},{"kid":"383248b1-e69c-4bc5-90eb-446d722e3f8d","type":"environment-root-key","state":"active","created_at":"2024-10-28T16:34:45.526Z","updated_at":"2024-10-28T16:34:45.526Z","parent_kid":null,"public_key":null}],"start":0,"limit":100,"total":9}' + headers: + Content-Type: + - application/json; charset=utf-8 + status: 200 OK + code: 200 + duration: 150.780458ms + - id: 7 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: terraform-provider-auth0-dev.eu.auth0.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + User-Agent: + - Go-Auth0/1.11.2 + url: https://terraform-provider-auth0-dev.eu.auth0.com/api/v2/keys/encryption/rekey + method: POST + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: 0 + uncompressed: false + body: "" + headers: + Content-Type: + - application/json; charset=utf-8 + status: 204 No Content + code: 204 + duration: 531.490584ms + - id: 8 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: terraform-provider-auth0-dev.eu.auth0.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + User-Agent: + - Go-Auth0/1.11.2 + url: https://terraform-provider-auth0-dev.eu.auth0.com/api/v2/keys/encryption?include_totals=true&page=0&per_page=100 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: '{"keys":[{"kid":"53f10cae-356b-4159-b1c6-0b2eb15c5499","type":"tenant-master-key","state":"active","created_at":"2024-10-28T16:41:27.570Z","updated_at":"2024-10-28T16:41:27.570Z","parent_kid":"383248b1-e69c-4bc5-90eb-446d722e3f8d","public_key":null},{"kid":"3fbb6b2c-0a36-4379-b6dc-3a9817093379","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-28T16:41:25.560Z","updated_at":"2024-10-28T16:41:27.870Z","parent_kid":"383248b1-e69c-4bc5-90eb-446d722e3f8d","public_key":null},{"kid":"33c5e613-663d-4e54-8390-75a3f8bd3f12","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-28T16:40:40.402Z","updated_at":"2024-10-28T16:41:25.841Z","parent_kid":"383248b1-e69c-4bc5-90eb-446d722e3f8d","public_key":null},{"kid":"87fb50fb-33a7-4cb7-b454-1e118e07cad0","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-28T16:40:26.171Z","updated_at":"2024-10-28T16:40:40.389Z","parent_kid":null,"public_key":null},{"kid":"ec5ca435-e0a9-4e83-b4db-a5bcf11fd59d","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-28T16:40:23.810Z","updated_at":"2024-10-28T16:40:40.904Z","parent_kid":"383248b1-e69c-4bc5-90eb-446d722e3f8d","public_key":null},{"kid":"3baeda25-6c37-4a07-9091-85857e93b65e","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-28T16:40:19.795Z","updated_at":"2024-10-28T16:40:23.780Z","parent_kid":null,"public_key":null},{"kid":"3fae011c-686d-4afa-82db-c84260b90c26","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-28T16:40:13.368Z","updated_at":"2024-10-28T16:40:24.307Z","parent_kid":"383248b1-e69c-4bc5-90eb-446d722e3f8d","public_key":null},{"kid":"2702bbee-0ef4-4a2b-93a0-24c40eeb1608","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-28T16:40:11.189Z","updated_at":"2024-10-28T16:40:13.624Z","parent_kid":"383248b1-e69c-4bc5-90eb-446d722e3f8d","public_key":null},{"kid":"383248b1-e69c-4bc5-90eb-446d722e3f8d","type":"environment-root-key","state":"active","created_at":"2024-10-28T16:34:45.526Z","updated_at":"2024-10-28T16:34:45.526Z","parent_kid":null,"public_key":null},{"kid":"2e720c75-b197-425a-851a-822dd5108c31","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-28T16:34:45.526Z","updated_at":"2024-10-28T16:40:11.490Z","parent_kid":"383248b1-e69c-4bc5-90eb-446d722e3f8d","public_key":null}],"start":0,"limit":100,"total":10}' + headers: + Content-Type: + - application/json; charset=utf-8 + status: 200 OK + code: 200 + duration: 149.798166ms + - id: 9 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: terraform-provider-auth0-dev.eu.auth0.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + User-Agent: + - Go-Auth0/1.11.2 + url: https://terraform-provider-auth0-dev.eu.auth0.com/api/v2/keys/encryption?include_totals=true&page=0&per_page=100 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: '{"keys":[{"kid":"53f10cae-356b-4159-b1c6-0b2eb15c5499","type":"tenant-master-key","state":"active","created_at":"2024-10-28T16:41:27.570Z","updated_at":"2024-10-28T16:41:27.570Z","parent_kid":"383248b1-e69c-4bc5-90eb-446d722e3f8d","public_key":null},{"kid":"3fbb6b2c-0a36-4379-b6dc-3a9817093379","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-28T16:41:25.560Z","updated_at":"2024-10-28T16:41:27.870Z","parent_kid":"383248b1-e69c-4bc5-90eb-446d722e3f8d","public_key":null},{"kid":"33c5e613-663d-4e54-8390-75a3f8bd3f12","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-28T16:40:40.402Z","updated_at":"2024-10-28T16:41:25.841Z","parent_kid":"383248b1-e69c-4bc5-90eb-446d722e3f8d","public_key":null},{"kid":"87fb50fb-33a7-4cb7-b454-1e118e07cad0","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-28T16:40:26.171Z","updated_at":"2024-10-28T16:40:40.389Z","parent_kid":null,"public_key":null},{"kid":"ec5ca435-e0a9-4e83-b4db-a5bcf11fd59d","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-28T16:40:23.810Z","updated_at":"2024-10-28T16:40:40.904Z","parent_kid":"383248b1-e69c-4bc5-90eb-446d722e3f8d","public_key":null},{"kid":"3baeda25-6c37-4a07-9091-85857e93b65e","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-28T16:40:19.795Z","updated_at":"2024-10-28T16:40:23.780Z","parent_kid":null,"public_key":null},{"kid":"3fae011c-686d-4afa-82db-c84260b90c26","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-28T16:40:13.368Z","updated_at":"2024-10-28T16:40:24.307Z","parent_kid":"383248b1-e69c-4bc5-90eb-446d722e3f8d","public_key":null},{"kid":"2702bbee-0ef4-4a2b-93a0-24c40eeb1608","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-28T16:40:11.189Z","updated_at":"2024-10-28T16:40:13.624Z","parent_kid":"383248b1-e69c-4bc5-90eb-446d722e3f8d","public_key":null},{"kid":"383248b1-e69c-4bc5-90eb-446d722e3f8d","type":"environment-root-key","state":"active","created_at":"2024-10-28T16:34:45.526Z","updated_at":"2024-10-28T16:34:45.526Z","parent_kid":null,"public_key":null},{"kid":"2e720c75-b197-425a-851a-822dd5108c31","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-28T16:34:45.526Z","updated_at":"2024-10-28T16:40:11.490Z","parent_kid":"383248b1-e69c-4bc5-90eb-446d722e3f8d","public_key":null}],"start":0,"limit":100,"total":10}' + headers: + Content-Type: + - application/json; charset=utf-8 + status: 200 OK + code: 200 + duration: 170.031833ms + - id: 10 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: terraform-provider-auth0-dev.eu.auth0.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + User-Agent: + - Go-Auth0/1.11.2 + url: https://terraform-provider-auth0-dev.eu.auth0.com/api/v2/keys/encryption?include_totals=true&page=0&per_page=100 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: '{"keys":[{"kid":"53f10cae-356b-4159-b1c6-0b2eb15c5499","type":"tenant-master-key","state":"active","created_at":"2024-10-28T16:41:27.570Z","updated_at":"2024-10-28T16:41:27.570Z","parent_kid":"383248b1-e69c-4bc5-90eb-446d722e3f8d","public_key":null},{"kid":"3fbb6b2c-0a36-4379-b6dc-3a9817093379","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-28T16:41:25.560Z","updated_at":"2024-10-28T16:41:27.870Z","parent_kid":"383248b1-e69c-4bc5-90eb-446d722e3f8d","public_key":null},{"kid":"33c5e613-663d-4e54-8390-75a3f8bd3f12","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-28T16:40:40.402Z","updated_at":"2024-10-28T16:41:25.841Z","parent_kid":"383248b1-e69c-4bc5-90eb-446d722e3f8d","public_key":null},{"kid":"87fb50fb-33a7-4cb7-b454-1e118e07cad0","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-28T16:40:26.171Z","updated_at":"2024-10-28T16:40:40.389Z","parent_kid":null,"public_key":null},{"kid":"ec5ca435-e0a9-4e83-b4db-a5bcf11fd59d","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-28T16:40:23.810Z","updated_at":"2024-10-28T16:40:40.904Z","parent_kid":"383248b1-e69c-4bc5-90eb-446d722e3f8d","public_key":null},{"kid":"3baeda25-6c37-4a07-9091-85857e93b65e","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-28T16:40:19.795Z","updated_at":"2024-10-28T16:40:23.780Z","parent_kid":null,"public_key":null},{"kid":"3fae011c-686d-4afa-82db-c84260b90c26","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-28T16:40:13.368Z","updated_at":"2024-10-28T16:40:24.307Z","parent_kid":"383248b1-e69c-4bc5-90eb-446d722e3f8d","public_key":null},{"kid":"2702bbee-0ef4-4a2b-93a0-24c40eeb1608","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-28T16:40:11.189Z","updated_at":"2024-10-28T16:40:13.624Z","parent_kid":"383248b1-e69c-4bc5-90eb-446d722e3f8d","public_key":null},{"kid":"383248b1-e69c-4bc5-90eb-446d722e3f8d","type":"environment-root-key","state":"active","created_at":"2024-10-28T16:34:45.526Z","updated_at":"2024-10-28T16:34:45.526Z","parent_kid":null,"public_key":null},{"kid":"2e720c75-b197-425a-851a-822dd5108c31","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-28T16:34:45.526Z","updated_at":"2024-10-28T16:40:11.490Z","parent_kid":"383248b1-e69c-4bc5-90eb-446d722e3f8d","public_key":null}],"start":0,"limit":100,"total":10}' + headers: + Content-Type: + - application/json; charset=utf-8 + status: 200 OK + code: 200 + duration: 164.40875ms + - id: 11 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: terraform-provider-auth0-dev.eu.auth0.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + User-Agent: + - Go-Auth0/1.11.2 + url: https://terraform-provider-auth0-dev.eu.auth0.com/api/v2/keys/encryption?include_totals=true&page=0&per_page=100 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: '{"keys":[{"kid":"53f10cae-356b-4159-b1c6-0b2eb15c5499","type":"tenant-master-key","state":"active","created_at":"2024-10-28T16:41:27.570Z","updated_at":"2024-10-28T16:41:27.570Z","parent_kid":"383248b1-e69c-4bc5-90eb-446d722e3f8d","public_key":null},{"kid":"3fbb6b2c-0a36-4379-b6dc-3a9817093379","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-28T16:41:25.560Z","updated_at":"2024-10-28T16:41:27.870Z","parent_kid":"383248b1-e69c-4bc5-90eb-446d722e3f8d","public_key":null},{"kid":"33c5e613-663d-4e54-8390-75a3f8bd3f12","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-28T16:40:40.402Z","updated_at":"2024-10-28T16:41:25.841Z","parent_kid":"383248b1-e69c-4bc5-90eb-446d722e3f8d","public_key":null},{"kid":"87fb50fb-33a7-4cb7-b454-1e118e07cad0","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-28T16:40:26.171Z","updated_at":"2024-10-28T16:40:40.389Z","parent_kid":null,"public_key":null},{"kid":"ec5ca435-e0a9-4e83-b4db-a5bcf11fd59d","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-28T16:40:23.810Z","updated_at":"2024-10-28T16:40:40.904Z","parent_kid":"383248b1-e69c-4bc5-90eb-446d722e3f8d","public_key":null},{"kid":"3baeda25-6c37-4a07-9091-85857e93b65e","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-28T16:40:19.795Z","updated_at":"2024-10-28T16:40:23.780Z","parent_kid":null,"public_key":null},{"kid":"3fae011c-686d-4afa-82db-c84260b90c26","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-28T16:40:13.368Z","updated_at":"2024-10-28T16:40:24.307Z","parent_kid":"383248b1-e69c-4bc5-90eb-446d722e3f8d","public_key":null},{"kid":"2702bbee-0ef4-4a2b-93a0-24c40eeb1608","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-28T16:40:11.189Z","updated_at":"2024-10-28T16:40:13.624Z","parent_kid":"383248b1-e69c-4bc5-90eb-446d722e3f8d","public_key":null},{"kid":"383248b1-e69c-4bc5-90eb-446d722e3f8d","type":"environment-root-key","state":"active","created_at":"2024-10-28T16:34:45.526Z","updated_at":"2024-10-28T16:34:45.526Z","parent_kid":null,"public_key":null},{"kid":"2e720c75-b197-425a-851a-822dd5108c31","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-28T16:34:45.526Z","updated_at":"2024-10-28T16:40:11.490Z","parent_kid":"383248b1-e69c-4bc5-90eb-446d722e3f8d","public_key":null}],"start":0,"limit":100,"total":10}' + headers: + Content-Type: + - application/json; charset=utf-8 + status: 200 OK + code: 200 + duration: 152.251834ms + - id: 12 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: terraform-provider-auth0-dev.eu.auth0.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + User-Agent: + - Go-Auth0/1.11.2 + url: https://terraform-provider-auth0-dev.eu.auth0.com/api/v2/keys/encryption?include_totals=true&page=0&per_page=100 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: '{"keys":[{"kid":"53f10cae-356b-4159-b1c6-0b2eb15c5499","type":"tenant-master-key","state":"active","created_at":"2024-10-28T16:41:27.570Z","updated_at":"2024-10-28T16:41:27.570Z","parent_kid":"383248b1-e69c-4bc5-90eb-446d722e3f8d","public_key":null},{"kid":"3fbb6b2c-0a36-4379-b6dc-3a9817093379","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-28T16:41:25.560Z","updated_at":"2024-10-28T16:41:27.870Z","parent_kid":"383248b1-e69c-4bc5-90eb-446d722e3f8d","public_key":null},{"kid":"33c5e613-663d-4e54-8390-75a3f8bd3f12","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-28T16:40:40.402Z","updated_at":"2024-10-28T16:41:25.841Z","parent_kid":"383248b1-e69c-4bc5-90eb-446d722e3f8d","public_key":null},{"kid":"87fb50fb-33a7-4cb7-b454-1e118e07cad0","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-28T16:40:26.171Z","updated_at":"2024-10-28T16:40:40.389Z","parent_kid":null,"public_key":null},{"kid":"ec5ca435-e0a9-4e83-b4db-a5bcf11fd59d","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-28T16:40:23.810Z","updated_at":"2024-10-28T16:40:40.904Z","parent_kid":"383248b1-e69c-4bc5-90eb-446d722e3f8d","public_key":null},{"kid":"3baeda25-6c37-4a07-9091-85857e93b65e","type":"customer-provided-root-key","state":"destroyed","created_at":"2024-10-28T16:40:19.795Z","updated_at":"2024-10-28T16:40:23.780Z","parent_kid":null,"public_key":null},{"kid":"3fae011c-686d-4afa-82db-c84260b90c26","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-28T16:40:13.368Z","updated_at":"2024-10-28T16:40:24.307Z","parent_kid":"383248b1-e69c-4bc5-90eb-446d722e3f8d","public_key":null},{"kid":"2702bbee-0ef4-4a2b-93a0-24c40eeb1608","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-28T16:40:11.189Z","updated_at":"2024-10-28T16:40:13.624Z","parent_kid":"383248b1-e69c-4bc5-90eb-446d722e3f8d","public_key":null},{"kid":"383248b1-e69c-4bc5-90eb-446d722e3f8d","type":"environment-root-key","state":"active","created_at":"2024-10-28T16:34:45.526Z","updated_at":"2024-10-28T16:34:45.526Z","parent_kid":null,"public_key":null},{"kid":"2e720c75-b197-425a-851a-822dd5108c31","type":"tenant-master-key","state":"destroyed","created_at":"2024-10-28T16:34:45.526Z","updated_at":"2024-10-28T16:40:11.490Z","parent_kid":"383248b1-e69c-4bc5-90eb-446d722e3f8d","public_key":null}],"start":0,"limit":100,"total":10}' + headers: + Content-Type: + - application/json; charset=utf-8 + status: 200 OK + code: 200 + duration: 151.154792ms