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
"description": "Optional. Immutable. List of locations that the service is available in. Rollout refers to the list to generate a rollout plan.",
2589
+
"description": "Optional. List of locations that the service is available in. Rollout refers to the list to generate a rollout plan.",
2590
2590
"items": {
2591
2591
"$ref": "Location"
2592
2592
},
@@ -2634,7 +2634,7 @@
2634
2634
"type": "object"
2635
2635
},
2636
2636
"consumerResource": {
2637
-
"description": "Optional. Immutable. A reference to the consumer resource this SaaS Tenant is representing. The relationship with a consumer resource can be used by EasySaaS for retrieving consumer-defined settings and policies such as maintenance policies (using Unified Maintenance Policy API).",
2637
+
"description": "Optional. Immutable. A reference to the consumer resource this SaaS Tenant is representing. The relationship with a consumer resource can be used by SaaS Runtime for retrieving consumer-defined settings and policies such as maintenance policies (using Unified Maintenance Policy API).",
2638
2638
"type": "string"
2639
2639
},
2640
2640
"createTime": {
@@ -2660,7 +2660,7 @@
2660
2660
"type": "string"
2661
2661
},
2662
2662
"saas": {
2663
-
"description": "Required. Immutable. A reference to the Saas that defines the product (managed service) that the producer wants to manage with EasySaaS. Part of the EasySaaS common data model.",
2663
+
"description": "Required. Immutable. A reference to the Saas that defines the product (managed service) that the producer wants to manage with SaaS Runtime. Part of the SaaS Runtime common data model.",
2664
2664
"type": "string"
2665
2665
},
2666
2666
"uid": {
@@ -2686,7 +2686,7 @@
2686
2686
"type": "string"
2687
2687
},
2688
2688
"ignoreForLookup": {
2689
-
"description": "Optional. Tells EasySaaS if this mapping should be used during lookup or not",
2689
+
"description": "Optional. Tells SaaS Runtime if this mapping should be used during lookup or not",
2690
2690
"type": "boolean"
2691
2691
},
2692
2692
"inputVariable": {
@@ -3014,7 +3014,7 @@
3014
3014
"type": "array"
3015
3015
},
3016
3016
"saas": {
3017
-
"description": "Required. Immutable. A reference to the Saas that defines the product (managed service) that the producer wants to manage with EasySaaS. Part of the EasySaaS common data model. Immutable once set.",
3017
+
"description": "Required. Immutable. A reference to the Saas that defines the product (managed service) that the producer wants to manage with SaaS Runtime. Part of the SaaS Runtime common data model. Immutable once set.",
3018
3018
"type": "string"
3019
3019
},
3020
3020
"uid": {
@@ -3032,7 +3032,7 @@
3032
3032
"type": "object"
3033
3033
},
3034
3034
"UnitOperation": {
3035
-
"description": "UnitOperation encapsulates the intent of changing/interacting with the service component represented by the specific Unit. Multiple UnitOperations can be created (requested) and scheduled in the future, however only one will be allowed to execute at a time (that can change in the future for non-mutating operations). UnitOperations allow different actors interacting with the same unit to focus only on the change they have requested. This is a base object that contains the common fields in all unit operations.",
3035
+
"description": "UnitOperation encapsulates the intent of changing/interacting with the service component represented by the specific Unit. Multiple UnitOperations can be created (requested) and scheduled in the future, however only one will be allowed to execute at a time (that can change in the future for non-mutating operations). UnitOperations allow different actors interacting with the same unit to focus only on the change they have requested. This is a base object that contains the common fields in all unit operations. Next: 19",
* Optional. Immutable. A reference to the consumer resource this SaaS Tenant is representing. The relationship with a consumer resource can be used by EasySaaS for retrieving consumer-defined settings and policies such as maintenance policies (using Unified Maintenance Policy API).
699
+
* Optional. Immutable. A reference to the consumer resource this SaaS Tenant is representing. The relationship with a consumer resource can be used by SaaS Runtime for retrieving consumer-defined settings and policies such as maintenance policies (using Unified Maintenance Policy API).
* Required. Immutable. A reference to the Saas that defines the product (managed service) that the producer wants to manage with EasySaaS. Part of the EasySaaS common data model.
719
+
* Required. Immutable. A reference to the Saas that defines the product (managed service) that the producer wants to manage with SaaS Runtime. Part of the SaaS Runtime common data model.
* Required. Immutable. A reference to the Saas that defines the product (managed service) that the producer wants to manage with EasySaaS. Part of the EasySaaS common data model. Immutable once set.
924
+
* Required. Immutable. A reference to the Saas that defines the product (managed service) that the producer wants to manage with SaaS Runtime. Part of the SaaS Runtime common data model. Immutable once set.
* UnitOperation encapsulates the intent of changing/interacting with the service component represented by the specific Unit. Multiple UnitOperations can be created (requested) and scheduled in the future, however only one will be allowed to execute at a time (that can change in the future for non-mutating operations). UnitOperations allow different actors interacting with the same unit to focus only on the change they have requested. This is a base object that contains the common fields in all unit operations.
937
+
* UnitOperation encapsulates the intent of changing/interacting with the service component represented by the specific Unit. Multiple UnitOperations can be created (requested) and scheduled in the future, however only one will be allowed to execute at a time (that can change in the future for non-mutating operations). UnitOperations allow different actors interacting with the same unit to focus only on the change they have requested. This is a base object that contains the common fields in all unit operations. Next: 19
0 commit comments