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: oci/identity_tag_test.go
+14-6Lines changed: 14 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -57,11 +57,16 @@ var (
57
57
58
58
tagRepresentation=map[string]interface{}{
59
59
"description": Representation{repType: Required, create: `This tag will show the cost center that will be used for billing of associated resources.`, update: `description2`},
resource.TestCheckResourceAttr(resourceName, "description", "This tag will show the cost center that will be used for billing of associated resources."),
Copy file name to clipboardExpand all lines: website/docs/d/identity_cost_tracking_tags.html.markdown
+5-1Lines changed: 5 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -46,9 +46,13 @@ The following attributes are exported:
46
46
*`id` - The OCID of the tag definition.
47
47
*`is_cost_tracking` - Indicates whether the tag is enabled for cost tracking.
48
48
*`is_retired` - Indicates whether the tag is retired. See [Retiring Key Definitions and Namespace Definitions](https://docs.cloud.oracle.com/iaas/Content/Identity/Concepts/taggingoverview.htm#Retiring).
49
-
*`name` - The name of the tag. The name must be unique across all tags in the namespace and can't be changed.
49
+
*`name` - The name assigned to the tag during creation. This is the tag key definition. The name must be unique within the tag namespace and cannot be changed.
50
50
*`state` - The tag's current state. After creating a tag, make sure its `lifecycleState` is ACTIVE before using it. After retiring a tag, make sure its `lifecycleState` is INACTIVE before using it. If you delete a tag, you cannot delete another tag until the deleted tag's `lifecycleState` changes from DELETING to DELETED.
51
51
*`tag_namespace_id` - The OCID of the namespace that contains the tag definition.
52
52
*`tag_namespace_name` - The name of the tag namespace that contains the tag definition.
53
53
*`time_created` - Date and time the tag was created, in the format defined by RFC3339. Example: `2016-08-25T21:10:29.600Z`
54
+
*`validator` - Additional validation rule for values specified for the tag definition.
55
+
56
+
* `validator_type` - The primitive that any value set for this definedTag must be parseable as.
57
+
* `values` - The list of allowed values for a definedTag value.
Copy file name to clipboardExpand all lines: website/docs/d/identity_tags.html.markdown
+5-1Lines changed: 5 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -48,8 +48,12 @@ The following attributes are exported:
48
48
*`id` - The OCID of the tag definition.
49
49
*`is_cost_tracking` - Indicates whether the tag is enabled for cost tracking.
50
50
*`is_retired` - Indicates whether the tag is retired. See [Retiring Key Definitions and Namespace Definitions](https://docs.cloud.oracle.com/iaas/Content/Identity/Concepts/taggingoverview.htm#Retiring).
51
-
*`name` - The name of the tag. The name must be unique across all tags in the tag namespace and can't be changed.
51
+
*`name` - The name assigned to the tag during creation. This is the tag key definition. The name must be unique within the tag namespace and cannot be changed.
52
52
*`state` - The tag's current state. After creating a tag, make sure its `lifecycleState` is ACTIVE before using it. After retiring a tag, make sure its `lifecycleState` is INACTIVE before using it. If you delete a tag, you cannot delete another tag until the deleted tag's `lifecycleState` changes from DELETING to DELETED.
53
53
*`tag_namespace_id` - The OCID of the namespace that contains the tag definition.
54
54
*`time_created` - Date and time the tag was created, in the format defined by RFC3339. Example: `2016-08-25T21:10:29.600Z`
55
+
*`validator` - Additional validation rule for values specified for the tag definition.
56
+
57
+
* `validator_type` - The primitive that any value set for this definedTag must be parseable as.
58
+
* `values` - The list of allowed values for a definedTag value.
0 commit comments