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/identity_allowed_domain_license_types.html.markdown
+6-5Lines changed: 6 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,11 +10,12 @@ description: |-
10
10
# Data Source: oci_identity_allowed_domain_license_types
11
11
This data source provides the list of Allowed Domain License Types in Oracle Cloud Infrastructure Identity service.
12
12
13
-
(For tenancies that support identity domains) Lists the license types for identity domains supported by Oracle Cloud Infrastructure.
14
-
(License types are also referred to as domain types.)
13
+
List the allowed domain license types supported by Oracle Cloud Infrastructure If {@code currentLicenseTypeName} provided, returns allowed license types a domain with the specified license type name can migrate to.
14
+
If {@code name} is provided, it filters and returns resources that match the given license type name.
15
+
Otherwise, returns all valid license types that are currently supported.
15
16
16
-
If `currentLicenseTypeName` is provided, then the request returns license types that the identity domain with the specified license
17
-
type name can change to. Otherwise, the request returns all valid license types currently supported.
17
+
-If license type details are retrieved sucessfully, return 202 ACCEPTED.
18
+
- If any internal error occurs, return 500 INTERNAL SERVER ERROR.
18
19
19
20
20
21
## Example Usage
@@ -31,7 +32,7 @@ data "oci_identity_allowed_domain_license_types" "test_allowed_domain_license_ty
31
32
32
33
The following arguments are supported:
33
34
34
-
*`current_license_type_name` - (Optional) The license type of the identity domain.
35
+
*`current_license_type_name` - (Optional) The domain license type
Copy file name to clipboardExpand all lines: website/docs/d/identity_cost_tracking_tags.html.markdown
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@ description: |-
11
11
This data source provides the list of Cost Tracking Tags in Oracle Cloud Infrastructure Identity service.
12
12
13
13
Lists all the tags enabled for cost-tracking in the specified tenancy. For information about
14
-
cost-tracking tags, see [Using Cost-tracking Tags](https://docs.cloud.oracle.com/iaas/Content/Tagging/Tasks/usingcosttrackingtags.htm).
14
+
cost-tracking tags, see [Using Cost-tracking Tags](https://docs.cloud.oracle.com/iaas/Content/Identity/Concepts/taggingoverview.htm#costs).
15
15
16
16
17
17
## Example Usage
@@ -46,13 +46,13 @@ The following attributes are exported:
46
46
*`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"}`
47
47
*`id` - The OCID of the tag definition.
48
48
*`is_cost_tracking` - Indicates whether the tag is enabled for cost tracking.
49
-
*`is_retired` - Indicates whether the tag is retired. See [Retiring Key Definitions and Namespace Definitions](https://docs.cloud.oracle.com/iaas/Content/Tagging/Tasks/managingtagsandtagnamespaces.htm#retiringkeys).
49
+
*`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).
50
50
*`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.
51
51
*`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.
52
52
*`tag_namespace_id` - The OCID of the namespace that contains the tag definition.
53
53
*`tag_namespace_name` - The name of the tag 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` - Validates a definedTag value. Each validator performs validation steps in addition to the standard validation for definedTag values. For more information, see [Limits on Tags](https://docs.cloud.oracle.com/iaas/Content/Tagging/Concepts/taggingoverview.htm#limits).
55
+
*`validator` - Validates a definedTag value. Each validator performs validation steps in addition to the standard validation for definedTag values. For more information, see [Limits on Tags](https://docs.cloud.oracle.com/iaas/Content/Identity/Concepts/taggingoverview.htm#Limits).
56
56
57
57
If you define a validator after a value has been set for a defined tag, then any updates that attempt to change the value must pass the additional validation defined by the current rule. Previously set values (even those that would fail the current validation) are not updated. You can still update other attributes to resources that contain a non-valid defined tag.
0 commit comments