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
0 commit comments