You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: website/docs/d/kms_key.html.markdown
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -41,12 +41,12 @@ The following arguments are supported:
41
41
The following attributes are exported:
42
42
43
43
*`auto_key_rotation_details` - The details of auto rotation schedule for the Key being create updated or imported.
44
-
* `last_rotation_message` - The last execution status message.
44
+
* `last_rotation_message` - The last execution status message of auto key rotation.
45
45
* `last_rotation_status` - The status of last execution of auto key rotation.
46
-
* `rotation_interval_in_days` - The interval of auto key rotation. For auto key rotation the interval should between 30 day and 365 days (1 year)
47
-
* `time_of_last_rotation` - A property indicating Last rotation Date Example: `2023-04-04T00:00:00Z`.
48
-
* `time_of_next_rotation` - A property indicating Next estimated scheduled Time, as per the interval, expressed as date YYYY-MM-DD String. Example: `2023-04-04T00:00:00Z` .
49
-
* `time_of_schedule_start` - A property indicating scheduled start date expressed as date YYYY-MM-DD String. Example: `2023-04-04T00:00:00Z` .
46
+
* `rotation_interval_in_days` - The interval of auto key rotation. For auto key rotation the interval should between 60 day and 365 days (1 year). Note: User must specify this parameter when creating a new schedule.
47
+
* `time_of_last_rotation` - A property indicating Last rotation Date. Example: `2023-04-04T00:00:00Z`.
48
+
* `time_of_next_rotation` - A property indicating Next estimated scheduled Time, as per the interval, expressed as date YYYY-MM-DD String. Example: `2023-04-04T00:00:00Z`. The time has no significance when scheduling an auto key rotation as this can be done anytime approximately the scheduled day, KMS ignores the time and replaces it with 00:00, for example 2023-04-04T15:14:13Z will be used as 2023-04-04T00:00:00Z.
49
+
* `time_of_schedule_start` - A property indicating scheduled start date expressed as date YYYY-MM-DD String. Example: `2023-04-04T00:00:00Z. The time has no significance when scheduling an auto key rotation as this can be done anytime approximately the scheduled day, KMS ignores the time and replaces it with 00:00, for example 2023-04-04T15:14:13Z will be used as 2023-04-04T00:00:00Z . Note : Today’s date will be used if not specified by customer.
50
50
*`compartment_id` - The OCID of the compartment that contains this master encryption key.
51
51
*`current_key_version` - The OCID of the key version used in cryptographic operations. During key rotation, the service might be in a transitional state where this or a newer key version are used intermittently. The `currentKeyVersion` property is updated when the service is guaranteed to use the new key version for all subsequent encryption operations.
52
52
*`defined_tags` - Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Operations.CostCenter": "42"}`
Copy file name to clipboardExpand all lines: website/docs/d/kms_keys.html.markdown
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -57,12 +57,12 @@ The following attributes are exported:
57
57
The following attributes are exported:
58
58
59
59
*`auto_key_rotation_details` - The details of auto rotation schedule for the Key being create updated or imported.
60
-
* `last_rotation_message` - The last execution status message.
60
+
* `last_rotation_message` - The last execution status message of auto key rotation.
61
61
* `last_rotation_status` - The status of last execution of auto key rotation.
62
-
* `rotation_interval_in_days` - The interval of auto key rotation. For auto key rotation the interval should between 30 day and 365 days (1 year)
63
-
* `time_of_last_rotation` - A property indicating Last rotation Date Example: `2023-04-04T00:00:00Z`.
64
-
* `time_of_next_rotation` - A property indicating Next estimated scheduled Time, as per the interval, expressed as date YYYY-MM-DD String. Example: `2023-04-04T00:00:00Z` .
65
-
* `time_of_schedule_start` - A property indicating scheduled start date expressed as date YYYY-MM-DD String. Example: `2023-04-04T00:00:00Z` .
62
+
* `rotation_interval_in_days` - The interval of auto key rotation. For auto key rotation the interval should between 60 day and 365 days (1 year). Note: User must specify this parameter when creating a new schedule.
63
+
* `time_of_last_rotation` - A property indicating Last rotation Date. Example: `2023-04-04T00:00:00Z`.
64
+
* `time_of_next_rotation` - A property indicating Next estimated scheduled Time, as per the interval, expressed as date YYYY-MM-DD String. Example: `2023-04-04T00:00:00Z`. The time has no significance when scheduling an auto key rotation as this can be done anytime approximately the scheduled day, KMS ignores the time and replaces it with 00:00, for example 2023-04-04T15:14:13Z will be used as 2023-04-04T00:00:00Z.
65
+
* `time_of_schedule_start` - A property indicating scheduled start date expressed as date YYYY-MM-DD String. Example: `2023-04-04T00:00:00Z. The time has no significance when scheduling an auto key rotation as this can be done anytime approximately the scheduled day, KMS ignores the time and replaces it with 00:00, for example 2023-04-04T15:14:13Z will be used as 2023-04-04T00:00:00Z . Note : Today’s date will be used if not specified by customer.
66
66
*`compartment_id` - The OCID of the compartment that contains this master encryption key.
67
67
*`current_key_version` - The OCID of the key version used in cryptographic operations. During key rotation, the service might be in a transitional state where this or a newer key version are used intermittently. The `currentKeyVersion` property is updated when the service is guaranteed to use the new key version for all subsequent encryption operations.
68
68
*`defined_tags` - Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Operations.CostCenter": "42"}`
Copy file name to clipboardExpand all lines: website/docs/d/kms_vault.html.markdown
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -52,6 +52,7 @@ The following attributes are exported:
52
52
*`freeform_tags` - Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}`
53
53
*`id` - The OCID of the vault.
54
54
*`is_primary` - A Boolean value that indicates whether the Vault is primary Vault or replica Vault.
55
+
*`is_vault_replicable` - A Boolean value that indicates whether the Vault has cross region replication capability. Always true for Virtual Private Vaults.
55
56
*`management_endpoint` - The service endpoint to perform management operations against. Management operations include "Create," "Update," "List," "Get," and "Delete" operations.
56
57
*`replica_details` - Vault replica details
57
58
* `replication_id` - ReplicationId associated with a vault operation
Copy file name to clipboardExpand all lines: website/docs/d/kms_vaults.html.markdown
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -58,6 +58,7 @@ The following attributes are exported:
58
58
*`freeform_tags` - Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}`
59
59
*`id` - The OCID of the vault.
60
60
*`is_primary` - A Boolean value that indicates whether the Vault is primary Vault or replica Vault.
61
+
*`is_vault_replicable` - A Boolean value that indicates whether the Vault has cross region replication capability. Always true for Virtual Private Vaults.
61
62
*`management_endpoint` - The service endpoint to perform management operations against. Management operations include "Create," "Update," "List," "Get," and "Delete" operations.
62
63
*`replica_details` - Vault replica details
63
64
* `replication_id` - ReplicationId associated with a vault operation
*`auto_key_rotation_details` - (Optional) (Updatable) The details of auto rotation schedule for the Key being create updated or imported.
65
-
* `last_rotation_message` - (Optional) (Updatable) The last execution status message.
65
+
* `last_rotation_message` - (Optional) (Updatable) The last execution status message of auto key rotation.
66
66
* `last_rotation_status` - (Optional) (Updatable) The status of last execution of auto key rotation.
67
-
* `rotation_interval_in_days` - (Optional) (Updatable) The interval of auto key rotation. For auto key rotation the interval should between 30 day and 365 days (1 year)
68
-
* `time_of_last_rotation` - (Optional) (Updatable) A property indicating Last rotation Date Example: `2023-04-04T00:00:00Z`.
69
-
* `time_of_next_rotation` - (Optional) (Updatable) A property indicating Next estimated scheduled Time, as per the interval, expressed as date YYYY-MM-DD String. Example: `2023-04-04T00:00:00Z` .
70
-
* `time_of_schedule_start` - (Optional) (Updatable) A property indicating scheduled start date expressed as date YYYY-MM-DD String. Example: `2023-04-04T00:00:00Z` .
67
+
* `rotation_interval_in_days` - (Optional) (Updatable) The interval of auto key rotation. For auto key rotation the interval should between 60 day and 365 days (1 year). Note: User must specify this parameter when creating a new schedule.
68
+
* `time_of_last_rotation` - (Optional) (Updatable) A property indicating Last rotation Date. Example: `2023-04-04T00:00:00Z`.
69
+
* `time_of_next_rotation` - (Optional) (Updatable) A property indicating Next estimated scheduled Time, as per the interval, expressed as date YYYY-MM-DD String. Example: `2023-04-04T00:00:00Z`. The time has no significance when scheduling an auto key rotation as this can be done anytime approximately the scheduled day, KMS ignores the time and replaces it with 00:00, for example 2023-04-04T15:14:13Z will be used as 2023-04-04T00:00:00Z.
70
+
* `time_of_schedule_start` - (Optional) (Updatable) A property indicating scheduled start date expressed as date YYYY-MM-DD String. Example: `2023-04-04T00:00:00Z. The time has no significance when scheduling an auto key rotation as this can be done anytime approximately the scheduled day, KMS ignores the time and replaces it with 00:00, for example 2023-04-04T15:14:13Z will be used as 2023-04-04T00:00:00Z . Note : Today’s date will be used if not specified by customer.
71
71
*`compartment_id` - (Required) (Updatable) The OCID of the compartment where you want to create the master encryption key.
72
72
*`defined_tags` - (Optional) (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Operations.CostCenter": "42"}`
73
73
*`desired_state` - (Optional) (Updatable) Desired state of the key. Possible values : `ENABLED` or `DISABLED`
@@ -106,12 +106,12 @@ Any change to a property that does not support update will force the destruction
106
106
The following attributes are exported:
107
107
108
108
*`auto_key_rotation_details` - The details of auto rotation schedule for the Key being create updated or imported.
109
-
* `last_rotation_message` - The last execution status message.
109
+
* `last_rotation_message` - The last execution status message of auto key rotation.
110
110
* `last_rotation_status` - The status of last execution of auto key rotation.
111
-
* `rotation_interval_in_days` - The interval of auto key rotation. For auto key rotation the interval should between 30 day and 365 days (1 year)
112
-
* `time_of_last_rotation` - A property indicating Last rotation Date Example: `2023-04-04T00:00:00Z`.
113
-
* `time_of_next_rotation` - A property indicating Next estimated scheduled Time, as per the interval, expressed as date YYYY-MM-DD String. Example: `2023-04-04T00:00:00Z` .
114
-
* `time_of_schedule_start` - A property indicating scheduled start date expressed as date YYYY-MM-DD String. Example: `2023-04-04T00:00:00Z` .
111
+
* `rotation_interval_in_days` - The interval of auto key rotation. For auto key rotation the interval should between 60 day and 365 days (1 year). Note: User must specify this parameter when creating a new schedule.
112
+
* `time_of_last_rotation` - A property indicating Last rotation Date. Example: `2023-04-04T00:00:00Z`.
113
+
* `time_of_next_rotation` - A property indicating Next estimated scheduled Time, as per the interval, expressed as date YYYY-MM-DD String. Example: `2023-04-04T00:00:00Z`. The time has no significance when scheduling an auto key rotation as this can be done anytime approximately the scheduled day, KMS ignores the time and replaces it with 00:00, for example 2023-04-04T15:14:13Z will be used as 2023-04-04T00:00:00Z.
114
+
* `time_of_schedule_start` - A property indicating scheduled start date expressed as date YYYY-MM-DD String. Example: `2023-04-04T00:00:00Z. The time has no significance when scheduling an auto key rotation as this can be done anytime approximately the scheduled day, KMS ignores the time and replaces it with 00:00, for example 2023-04-04T15:14:13Z will be used as 2023-04-04T00:00:00Z . Note : Today’s date will be used if not specified by customer.
115
115
*`compartment_id` - The OCID of the compartment that contains this master encryption key.
116
116
*`current_key_version` - The OCID of the key version used in cryptographic operations. During key rotation, the service might be in a transitional state where this or a newer key version are used intermittently. The `currentKeyVersion` property is updated when the service is guaranteed to use the new key version for all subsequent encryption operations.
117
117
*`defined_tags` - Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Operations.CostCenter": "42"}`
Copy file name to clipboardExpand all lines: website/docs/r/kms_vault.html.markdown
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -96,6 +96,7 @@ The following attributes are exported:
96
96
*`freeform_tags` - Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}`
97
97
*`id` - The OCID of the vault.
98
98
*`is_primary` - A Boolean value that indicates whether the Vault is primary Vault or replica Vault.
99
+
*`is_vault_replicable` - A Boolean value that indicates whether the Vault has cross region replication capability. Always true for Virtual Private Vaults.
99
100
*`management_endpoint` - The service endpoint to perform management operations against. Management operations include "Create," "Update," "List," "Get," and "Delete" operations.
100
101
*`replica_details` - Vault replica details
101
102
* `replication_id` - ReplicationId associated with a vault operation
0 commit comments