oci-cli 3.71.1__py3-none-any.whl → 3.71.3__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (112) hide show
  1. oci_cli/bin/batch.psm1 +122 -0
  2. oci_cli/bin/integration.psm1 +6 -2
  3. oci_cli/cli_util.py +0 -4
  4. oci_cli/help_text_producer/data_files/text/cmdref/batch/batch-context/change-compartment.txt +140 -0
  5. oci_cli/help_text_producer/data_files/text/cmdref/batch/batch-context/create-oci-logging-configuration.txt +210 -0
  6. oci_cli/help_text_producer/data_files/text/cmdref/batch/batch-context/create.txt +237 -0
  7. oci_cli/help_text_producer/data_files/text/cmdref/batch/batch-context/delete.txt +139 -0
  8. oci_cli/help_text_producer/data_files/text/cmdref/batch/batch-context/get.txt +100 -0
  9. oci_cli/help_text_producer/data_files/text/cmdref/batch/batch-context/list.txt +131 -0
  10. oci_cli/help_text_producer/data_files/text/cmdref/batch/batch-context/start.txt +134 -0
  11. oci_cli/help_text_producer/data_files/text/cmdref/batch/batch-context/stop.txt +134 -0
  12. oci_cli/help_text_producer/data_files/text/cmdref/batch/batch-context/update.txt +213 -0
  13. oci_cli/help_text_producer/data_files/text/cmdref/batch/batch-context-shape-collection/list.txt +101 -0
  14. oci_cli/help_text_producer/data_files/text/cmdref/batch/batch-context-shape-collection.txt +14 -0
  15. oci_cli/help_text_producer/data_files/text/cmdref/batch/batch-context.txt +35 -0
  16. oci_cli/help_text_producer/data_files/text/cmdref/batch/batch-job/cancel.txt +144 -0
  17. oci_cli/help_text_producer/data_files/text/cmdref/batch/batch-job/change-compartment.txt +146 -0
  18. oci_cli/help_text_producer/data_files/text/cmdref/batch/batch-job/create.txt +215 -0
  19. oci_cli/help_text_producer/data_files/text/cmdref/batch/batch-job/get.txt +106 -0
  20. oci_cli/help_text_producer/data_files/text/cmdref/batch/batch-job/list.txt +135 -0
  21. oci_cli/help_text_producer/data_files/text/cmdref/batch/batch-job/pause.txt +140 -0
  22. oci_cli/help_text_producer/data_files/text/cmdref/batch/batch-job/unpause.txt +140 -0
  23. oci_cli/help_text_producer/data_files/text/cmdref/batch/batch-job/update.txt +191 -0
  24. oci_cli/help_text_producer/data_files/text/cmdref/batch/batch-job-pool/change-compartment.txt +142 -0
  25. oci_cli/help_text_producer/data_files/text/cmdref/batch/batch-job-pool/create.txt +180 -0
  26. oci_cli/help_text_producer/data_files/text/cmdref/batch/batch-job-pool/delete.txt +141 -0
  27. oci_cli/help_text_producer/data_files/text/cmdref/batch/batch-job-pool/get.txt +102 -0
  28. oci_cli/help_text_producer/data_files/text/cmdref/batch/batch-job-pool/list.txt +135 -0
  29. oci_cli/help_text_producer/data_files/text/cmdref/batch/batch-job-pool/start.txt +136 -0
  30. oci_cli/help_text_producer/data_files/text/cmdref/batch/batch-job-pool/stop.txt +136 -0
  31. oci_cli/help_text_producer/data_files/text/cmdref/batch/batch-job-pool/update.txt +186 -0
  32. oci_cli/help_text_producer/data_files/text/cmdref/batch/batch-job-pool.txt +33 -0
  33. oci_cli/help_text_producer/data_files/text/cmdref/batch/batch-job.txt +35 -0
  34. oci_cli/help_text_producer/data_files/text/cmdref/batch/batch-task/get.txt +111 -0
  35. oci_cli/help_text_producer/data_files/text/cmdref/batch/batch-task/list-batch-tasks.txt +125 -0
  36. oci_cli/help_text_producer/data_files/text/cmdref/batch/batch-task/list.txt +132 -0
  37. oci_cli/help_text_producer/data_files/text/cmdref/batch/batch-task-environment/change-compartment.txt +135 -0
  38. oci_cli/help_text_producer/data_files/text/cmdref/batch/batch-task-environment/create.txt +207 -0
  39. oci_cli/help_text_producer/data_files/text/cmdref/batch/batch-task-environment/delete.txt +134 -0
  40. oci_cli/help_text_producer/data_files/text/cmdref/batch/batch-task-environment/get.txt +95 -0
  41. oci_cli/help_text_producer/data_files/text/cmdref/batch/batch-task-environment/list.txt +131 -0
  42. oci_cli/help_text_producer/data_files/text/cmdref/batch/batch-task-environment/update.txt +179 -0
  43. oci_cli/help_text_producer/data_files/text/cmdref/batch/batch-task-environment.txt +31 -0
  44. oci_cli/help_text_producer/data_files/text/cmdref/batch/batch-task-profile/change-compartment.txt +136 -0
  45. oci_cli/help_text_producer/data_files/text/cmdref/batch/batch-task-profile/create.txt +178 -0
  46. oci_cli/help_text_producer/data_files/text/cmdref/batch/batch-task-profile/delete.txt +135 -0
  47. oci_cli/help_text_producer/data_files/text/cmdref/batch/batch-task-profile/get.txt +96 -0
  48. oci_cli/help_text_producer/data_files/text/cmdref/batch/batch-task-profile/list.txt +131 -0
  49. oci_cli/help_text_producer/data_files/text/cmdref/batch/batch-task-profile/update.txt +180 -0
  50. oci_cli/help_text_producer/data_files/text/cmdref/batch/batch-task-profile.txt +30 -0
  51. oci_cli/help_text_producer/data_files/text/cmdref/batch/batch-task.txt +18 -0
  52. oci_cli/help_text_producer/data_files/text/cmdref/batch/work-request/get.txt +92 -0
  53. oci_cli/help_text_producer/data_files/text/cmdref/batch/work-request/list.txt +141 -0
  54. oci_cli/help_text_producer/data_files/text/cmdref/batch/work-request-error/list.txt +132 -0
  55. oci_cli/help_text_producer/data_files/text/cmdref/batch/work-request-error.txt +15 -0
  56. oci_cli/help_text_producer/data_files/text/cmdref/batch/work-request-log-entry/list-work-request-logs.txt +132 -0
  57. oci_cli/help_text_producer/data_files/text/cmdref/batch/work-request-log-entry.txt +15 -0
  58. oci_cli/help_text_producer/data_files/text/cmdref/batch/work-request.txt +21 -0
  59. oci_cli/help_text_producer/data_files/text/cmdref/batch.txt +123 -0
  60. oci_cli/help_text_producer/data_files/text/cmdref/ce/virtual-node-pool/create.txt +14 -13
  61. oci_cli/help_text_producer/data_files/text/cmdref/ce/virtual-node-pool/delete.txt +2 -1
  62. oci_cli/help_text_producer/data_files/text/cmdref/ce/virtual-node-pool/get-virtual-node.txt +2 -1
  63. oci_cli/help_text_producer/data_files/text/cmdref/ce/virtual-node-pool/get.txt +2 -1
  64. oci_cli/help_text_producer/data_files/text/cmdref/ce/virtual-node-pool/list-virtual-nodes.txt +2 -1
  65. oci_cli/help_text_producer/data_files/text/cmdref/ce/virtual-node-pool/update.txt +2 -1
  66. oci_cli/help_text_producer/data_files/text/cmdref/compute/compute-host/apply-host-configuration.txt +127 -0
  67. oci_cli/help_text_producer/data_files/text/cmdref/compute/compute-host/check-host-configuration.txt +127 -0
  68. oci_cli/help_text_producer/data_files/text/cmdref/compute/compute-host.txt +4 -0
  69. oci_cli/help_text_producer/data_files/text/cmdref/compute/firmware-bundle/get.txt +92 -0
  70. oci_cli/help_text_producer/data_files/text/cmdref/compute/firmware-bundle/list.txt +134 -0
  71. oci_cli/help_text_producer/data_files/text/cmdref/compute/firmware-bundle.txt +17 -0
  72. oci_cli/help_text_producer/data_files/text/cmdref/compute/shape/list.txt +4 -0
  73. oci_cli/help_text_producer/data_files/text/cmdref/compute.txt +10 -0
  74. oci_cli/help_text_producer/data_files/text/cmdref/data-science/ml-app-instance-view/list.txt +4 -0
  75. oci_cli/help_text_producer/data_files/text/cmdref/disaster-recovery/dr-plan-execution/update.txt +1 -1
  76. oci_cli/help_text_producer/data_files/text/cmdref/identity-domains/mapped-attribute/get.txt +136 -0
  77. oci_cli/help_text_producer/data_files/text/cmdref/identity-domains/mapped-attribute/list.txt +190 -0
  78. oci_cli/help_text_producer/data_files/text/cmdref/identity-domains/mapped-attribute/patch.txt +177 -0
  79. oci_cli/help_text_producer/data_files/text/cmdref/identity-domains/mapped-attribute/put.txt +385 -0
  80. oci_cli/help_text_producer/data_files/text/cmdref/identity-domains/mapped-attribute/search.txt +199 -0
  81. oci_cli/help_text_producer/data_files/text/cmdref/identity-domains/mapped-attribute.txt +22 -0
  82. oci_cli/help_text_producer/data_files/text/cmdref/identity-domains.txt +12 -0
  83. oci_cli/help_text_producer/data_files/text/cmdref/integration/integration-instance/change-private-endpoint-outbound-connection-private-endpoint-outbound-connection.txt +5 -0
  84. oci_cli/help_text_producer/data_files/text/cmdref/integration/integration-instance/convert-instance.txt +144 -0
  85. oci_cli/help_text_producer/data_files/text/cmdref/integration/integration-instance/disable-process-automation.txt +132 -0
  86. oci_cli/help_text_producer/data_files/text/cmdref/integration/integration-instance.txt +4 -0
  87. oci_cli/help_text_producer/data_files/text/cmdref/integration.txt +4 -0
  88. oci_cli/help_text_producer/data_files/text/index.txt +2 -0
  89. oci_cli/service_mapping.py +5 -0
  90. oci_cli/version.py +1 -1
  91. {oci_cli-3.71.1.dist-info → oci_cli-3.71.3.dist-info}/METADATA +2 -2
  92. {oci_cli-3.71.1.dist-info → oci_cli-3.71.3.dist-info}/RECORD +112 -34
  93. services/batch/__init__.py +4 -0
  94. services/batch/src/__init__.py +4 -0
  95. services/batch/src/oci_cli_batch_computing/__init__.py +4 -0
  96. services/batch/src/oci_cli_batch_computing/batchcomputing_cli_extended.py +93 -0
  97. services/batch/src/oci_cli_batch_computing/generated/__init__.py +4 -0
  98. services/batch/src/oci_cli_batch_computing/generated/batchcomputing_cli.py +2855 -0
  99. services/batch/src/oci_cli_batch_computing/generated/client_mappings.py +14 -0
  100. services/batch/tests/__init__.py +4 -0
  101. services/container_engine/src/oci_cli_container_engine/generated/containerengine_cli.py +3 -5
  102. services/core/src/oci_cli_compute/computepic_cli_extended.py +9 -0
  103. services/core/src/oci_cli_compute/generated/compute_cli.py +201 -1
  104. services/data_science/src/oci_cli_data_science/generated/datascience_cli.py +4 -1
  105. services/disaster_recovery/src/oci_cli_disaster_recovery/generated/disasterrecovery_cli.py +1 -1
  106. services/identity_domains/src/oci_cli_identity_domains/generated/identitydomains_cli.py +371 -0
  107. services/integration/src/oci_cli_integration_instance/generated/integrationinstance_cli.py +259 -7
  108. {oci_cli-3.71.1.dist-info → oci_cli-3.71.3.dist-info}/LICENSE.txt +0 -0
  109. {oci_cli-3.71.1.dist-info → oci_cli-3.71.3.dist-info}/THIRD_PARTY_LICENSES.txt +0 -0
  110. {oci_cli-3.71.1.dist-info → oci_cli-3.71.3.dist-info}/WHEEL +0 -0
  111. {oci_cli-3.71.1.dist-info → oci_cli-3.71.3.dist-info}/entry_points.txt +0 -0
  112. {oci_cli-3.71.1.dist-info → oci_cli-3.71.3.dist-info}/top_level.txt +0 -0
@@ -0,0 +1,177 @@
1
+ "patch"
2
+ *******
3
+
4
+ * Description
5
+
6
+ * Usage
7
+
8
+ * Required Parameters
9
+
10
+ * Optional Parameters
11
+
12
+ * Global Parameters
13
+
14
+ * Example using required parameter
15
+
16
+
17
+ Description
18
+ ===========
19
+
20
+ Update a Mapped Attribute
21
+
22
+ The top level –endpoint parameter must be supplied for this operation.
23
+
24
+
25
+ Usage
26
+ =====
27
+
28
+ oci identity-domains mapped-attribute patch [OPTIONS]
29
+
30
+
31
+ Required Parameters
32
+ ===================
33
+
34
+ --mapped-attribute-id [text]
35
+
36
+ ID of the resource
37
+
38
+ --operations [complex type]
39
+
40
+ The body of an HTTP PATCH request MUST contain the attribute
41
+ “Operations”, whose value is an array of one or more patch operations.
42
+ This is a complex type whose value must be valid JSON. The value can
43
+ be provided as a string on the command line or passed in as a file
44
+ using the file://path/to/file syntax.
45
+
46
+ The "--generate-param-json-input" option can be used to generate an
47
+ example of the JSON which must be provided. We recommend storing this
48
+ example in a file, modifying it as needed and then passing it back in
49
+ via the file:// syntax.
50
+
51
+ --schemas [complex type]
52
+
53
+ The schemas attribute is an array of Strings which allows
54
+ introspection of the supported schema version for a SCIM
55
+ representation as well any schema extensions supported by that
56
+ representation. Each String value must be a unique URI. All
57
+ representations of SCIM schema MUST include a non-zero value array
58
+ with value(s) of the URIs supported by that representation. Duplicate
59
+ values MUST NOT be included. Value order is not specified and MUST not
60
+ impact behavior. REQUIRED. This is a complex type whose value must be
61
+ valid JSON. The value can be provided as a string on the command line
62
+ or passed in as a file using the file://path/to/file syntax.
63
+
64
+ The "--generate-param-json-input" option can be used to generate an
65
+ example of the JSON which must be provided. We recommend storing this
66
+ example in a file, modifying it as needed and then passing it back in
67
+ via the file:// syntax.
68
+
69
+
70
+ Optional Parameters
71
+ ===================
72
+
73
+ --attribute-sets [text]
74
+
75
+ A multi-valued list of strings indicating the return type of attribute
76
+ definition. The specified set of attributes can be fetched by the
77
+ return type of the attribute. One or more values can be given together
78
+ to fetch more than one group of attributes. If ‘attributes’ query
79
+ parameter is also available, union of the two is fetched. Valid values
80
+ - all, always, never, request, default. Values are case-insensitive.
81
+
82
+ Accepted values are:
83
+
84
+ all, always, default, never, request
85
+
86
+ --attributes [text]
87
+
88
+ A comma-delimited string that specifies the names of resource
89
+ attributes that should be returned in the response. By default, a
90
+ response that contains resource attributes contains only attributes
91
+ that are defined in the schema for that resource type as
92
+ returned=always or returned=default. An attribute that is defined as
93
+ returned=request is returned in a response only if the request
94
+ specifies its name in the value of this query parameter. If a request
95
+ specifies this query parameter, the response contains the attributes
96
+ that this query parameter specifies, as well as any attribute that is
97
+ defined as returned=always.
98
+
99
+ --authorization [text]
100
+
101
+ The Authorization field value consists of credentials containing the
102
+ authentication information of the user agent for the realm of the
103
+ resource being requested.
104
+
105
+ --from-json [text]
106
+
107
+ Provide input to this command as a JSON document from a file using the
108
+ file://path-to/file syntax.
109
+
110
+ The "--generate-full-command-json-input" option can be used to
111
+ generate a sample json file to be used with this command option. The
112
+ key names are pre-populated and match the command option names
113
+ (converted to camelCase format, e.g. compartment-id –> compartmentId),
114
+ while the values of the keys need to be populated by the user before
115
+ using the sample file as an input to this command. For any command
116
+ option that accepts multiple values, the value of the key can be a
117
+ JSON array.
118
+
119
+ Options can still be provided on the command line. If an option exists
120
+ in both the JSON document and the command line then the command line
121
+ specified value will be used.
122
+
123
+ For examples on usage of this option, please see our “using CLI with
124
+ advanced JSON options” link: https://docs.cloud.oracle.com/iaas/Conte
125
+ nt/API/SDKDocs/cliusing.htm#AdvancedJSONOptions
126
+
127
+ --if-match [text]
128
+
129
+ Used to make the request conditional on an ETag
130
+
131
+ --resource-type-schema-version [text]
132
+
133
+ An endpoint-specific schema version number to use in the Request.
134
+ Allowed version values are Earliest Version or Latest Version as
135
+ specified in each REST API endpoint description, or any sequential
136
+ number inbetween. All schema attributes/body parameters are a part of
137
+ version 1. After version 1, any attributes added or deprecated will be
138
+ tagged with the version that they were added to or deprecated in. If
139
+ no version is provided, the latest schema version is returned.
140
+
141
+
142
+ Global Parameters
143
+ =================
144
+
145
+ Use "oci --help" for help on global parameters.
146
+
147
+ "--auth-purpose", "--auth", "--cert-bundle", "--cli-auto-prompt", "--
148
+ cli-rc-file", "--config-file", "--connection-timeout", "--debug", "--
149
+ defaults-file", "--enable-dual-stack", "--enable-propagation", "--
150
+ endpoint", "--generate-full-command-json-input", "--generate-param-
151
+ json-input", "--help", "--latest-version", "--max-retries", "--no-
152
+ retry", "--opc-client-request-id", "--opc-request-id", "--output", "--
153
+ profile", "--proxy", "--query", "--raw-output", "--read-timeout", "--
154
+ realm-specific-endpoint", "--region", "--release-info", "--request-
155
+ id", "--version", "-?", "-d", "-h", "-i", "-v"
156
+
157
+
158
+ Example using required parameter
159
+ ================================
160
+
161
+ Copy and paste the following example into a JSON file, replacing the
162
+ example parameters with your own.
163
+
164
+ oci identity-domains mapped-attribute patch --generate-param-json-input operations > operations.json
165
+ oci identity-domains mapped-attribute patch --generate-param-json-input schemas > schemas.json
166
+
167
+ Copy the following CLI commands into a file named example.sh. Run the
168
+ command by typing “bash example.sh” and replacing the example
169
+ parameters with your own.
170
+
171
+ Please note this sample will only work in the POSIX-compliant bash-
172
+ like shell. You need to set up the OCI configuration and appropriate
173
+ security policies before trying the examples.
174
+
175
+ export mapped_attribute_id=<substitute-value-of-mapped_attribute_id> # https://docs.cloud.oracle.com/en-us/iaas/tools/oci-cli/latest/oci_cli_docs/cmdref/identity-domains/mapped-attribute/patch.html#cmdoption-mapped-attribute-id
176
+
177
+ oci identity-domains mapped-attribute patch --mapped-attribute-id $mapped_attribute_id --operations file://operations.json --schemas file://schemas.json
@@ -0,0 +1,385 @@
1
+ "put"
2
+ *****
3
+
4
+ * Description
5
+
6
+ * Usage
7
+
8
+ * Required Parameters
9
+
10
+ * Optional Parameters
11
+
12
+ * Global Parameters
13
+
14
+ * Example using required parameter
15
+
16
+
17
+ Description
18
+ ===========
19
+
20
+ Replace a Mapped Attribute
21
+
22
+ The top level –endpoint parameter must be supplied for this operation.
23
+
24
+
25
+ Usage
26
+ =====
27
+
28
+ oci identity-domains mapped-attribute put [OPTIONS]
29
+
30
+
31
+ Required Parameters
32
+ ===================
33
+
34
+ --direction [text]
35
+
36
+ Direction of the attribute mapping. inbound indicates mapping is from
37
+ source ManagedObjectClass to Oracle Identity Cloud Service
38
+ ResourceType. outbound indicates mapping is from Oracle Identity Cloud
39
+ Service Resource Type to target ManagedObjectClass.
40
+
41
+ **SCIM++ Properties:** - caseExact: true - idcsSearchable: true -
42
+ multiValued: false - mutability: immutable - required: true -
43
+ returned: default - type: string - uniqueness: none
44
+
45
+ Accepted values are:
46
+
47
+ inbound, outbound
48
+
49
+ --idcs-resource-type [text]
50
+
51
+ The Oracle Identity Cloud Service Resource Type for which the mapping
52
+ is being done
53
+
54
+ **SCIM++ Properties:** - caseExact: true - idcsSearchable: true -
55
+ multiValued: false - mutability: immutable - required: true -
56
+ returned: default - type: string - uniqueness: none
57
+
58
+ Accepted values are:
59
+
60
+ Container, Group, User
61
+
62
+ --mapped-attribute-id [text]
63
+
64
+ ID of the resource
65
+
66
+ --ref-resource-id [text]
67
+
68
+ Soft Reference to store Resource ID that holds the mapping
69
+
70
+ **Added In:** 17.4.6
71
+
72
+ **SCIM++ Properties:** - caseExact: true - idcsSearchable: true -
73
+ multiValued: false - mutability: readOnly - required: true -
74
+ returned: default - type: string - uniqueness: none
75
+
76
+ --ref-resource-type [text]
77
+
78
+ The Reference Resource Type that holds the mapping
79
+
80
+ **Added In:** 17.4.2
81
+
82
+ **SCIM++ Properties:** - caseExact: true - idcsSearchable: true -
83
+ multiValued: false - mutability: readOnly - required: true -
84
+ returned: default - type: string - uniqueness: none
85
+
86
+ Accepted values are:
87
+
88
+ AccountObjectClass, App, IdentityProvider, ManagedObjectClass
89
+
90
+ --schemas [complex type]
91
+
92
+ REQUIRED. The schemas attribute is an array of Strings which allows
93
+ introspection of the supported schema version for a SCIM
94
+ representation as well any schema extensions supported by that
95
+ representation. Each String value must be a unique URI. This
96
+ specification defines URIs for User, Group, and a standard
97
+ “enterprise” extension. All representations of SCIM schema MUST
98
+ include a non-zero value array with value(s) of the URIs supported by
99
+ that representation. Duplicate values MUST NOT be included. Value
100
+ order is not specified and MUST not impact behavior.
101
+
102
+ **SCIM++ Properties:** - caseExact: false - idcsSearchable: false -
103
+ multiValued: true - mutability: readWrite - required: true -
104
+ returned: default - type: string - uniqueness: none This is a
105
+ complex type whose value must be valid JSON. The value can be provided
106
+ as a string on the command line or passed in as a file using the
107
+ file://path/to/file syntax.
108
+
109
+ The "--generate-param-json-input" option can be used to generate an
110
+ example of the JSON which must be provided. We recommend storing this
111
+ example in a file, modifying it as needed and then passing it back in
112
+ via the file:// syntax.
113
+
114
+
115
+ Optional Parameters
116
+ ===================
117
+
118
+ --attribute-mappings [complex type]
119
+
120
+ A list of attribute mappings between Oracle Identity Cloud Service
121
+ Resource Type and Account Object Class
122
+
123
+ **SCIM++ Properties:** - idcsCompositeKey: [idcsAttributeName,
124
+ managedObjectAttributeName] - idcsSearchable: true - multiValued:
125
+ true - mutability: readWrite - required: false - returned: default
126
+ - type: complex - uniqueness: none
127
+
128
+ This option is a JSON list with items of type
129
+ MappedAttributeAttributeMappings. For documentation on
130
+ MappedAttributeAttributeMappings please see our API reference: https:
131
+ //docs.cloud.oracle.com/api/#/en/identitydomains/v1/datatypes/MappedA
132
+ ttributeAttributeMappings. This is a complex type whose value must be
133
+ valid JSON. The value can be provided as a string on the command line
134
+ or passed in as a file using the file://path/to/file syntax.
135
+
136
+ The "--generate-param-json-input" option can be used to generate an
137
+ example of the JSON which must be provided. We recommend storing this
138
+ example in a file, modifying it as needed and then passing it back in
139
+ via the file:// syntax.
140
+
141
+ --attribute-sets [text]
142
+
143
+ A multi-valued list of strings indicating the return type of attribute
144
+ definition. The specified set of attributes can be fetched by the
145
+ return type of the attribute. One or more values can be given together
146
+ to fetch more than one group of attributes. If ‘attributes’ query
147
+ parameter is also available, union of the two is fetched. Valid values
148
+ - all, always, never, request, default. Values are case-insensitive.
149
+
150
+ Accepted values are:
151
+
152
+ all, always, default, never, request
153
+
154
+ --attributes [text]
155
+
156
+ A comma-delimited string that specifies the names of resource
157
+ attributes that should be returned in the response. By default, a
158
+ response that contains resource attributes contains only attributes
159
+ that are defined in the schema for that resource type as
160
+ returned=always or returned=default. An attribute that is defined as
161
+ returned=request is returned in a response only if the request
162
+ specifies its name in the value of this query parameter. If a request
163
+ specifies this query parameter, the response contains the attributes
164
+ that this query parameter specifies, as well as any attribute that is
165
+ defined as returned=always.
166
+
167
+ --authorization [text]
168
+
169
+ The Authorization field value consists of credentials containing the
170
+ authentication information of the user agent for the realm of the
171
+ resource being requested.
172
+
173
+ --compartment-ocid [text]
174
+
175
+ OCI Compartment Id (ocid) in which the resource lives.
176
+
177
+ **SCIM++ Properties:** - caseExact: false - idcsSearchable: false -
178
+ multiValued: false - mutability: readOnly - required: false -
179
+ returned: default - type: string - uniqueness: none
180
+
181
+ --delete-in-progress [boolean]
182
+
183
+ A boolean flag indicating this resource in the process of being
184
+ deleted. Usually set to true when synchronous deletion of the resource
185
+ would take too long.
186
+
187
+ **SCIM++ Properties:** - caseExact: false - idcsSearchable: true -
188
+ multiValued: false - mutability: readOnly - required: false -
189
+ returned: default - type: boolean - uniqueness: none
190
+
191
+ --domain-ocid [text]
192
+
193
+ OCI Domain Id (ocid) in which the resource lives.
194
+
195
+ **SCIM++ Properties:** - caseExact: false - idcsSearchable: false -
196
+ multiValued: false - mutability: readOnly - required: false -
197
+ returned: default - type: string - uniqueness: none
198
+
199
+ --force
200
+
201
+ Perform update without prompting for confirmation.
202
+
203
+ --from-json [text]
204
+
205
+ Provide input to this command as a JSON document from a file using the
206
+ file://path-to/file syntax.
207
+
208
+ The "--generate-full-command-json-input" option can be used to
209
+ generate a sample json file to be used with this command option. The
210
+ key names are pre-populated and match the command option names
211
+ (converted to camelCase format, e.g. compartment-id –> compartmentId),
212
+ while the values of the keys need to be populated by the user before
213
+ using the sample file as an input to this command. For any command
214
+ option that accepts multiple values, the value of the key can be a
215
+ JSON array.
216
+
217
+ Options can still be provided on the command line. If an option exists
218
+ in both the JSON document and the command line then the command line
219
+ specified value will be used.
220
+
221
+ For examples on usage of this option, please see our “using CLI with
222
+ advanced JSON options” link: https://docs.cloud.oracle.com/iaas/Conte
223
+ nt/API/SDKDocs/cliusing.htm#AdvancedJSONOptions
224
+
225
+ --id [text]
226
+
227
+ Unique identifier for the SCIM Resource as defined by the Service
228
+ Provider. Each representation of the Resource MUST include a non-empty
229
+ id value. This identifier MUST be unique across the Service Provider’s
230
+ entire set of Resources. It MUST be a stable, non-reassignable
231
+ identifier that does not change when the same Resource is returned in
232
+ subsequent requests. The value of the id attribute is always issued by
233
+ the Service Provider and MUST never be specified by the Service
234
+ Consumer. bulkId: is a reserved keyword and MUST NOT be used in the
235
+ unique identifier.
236
+
237
+ **SCIM++ Properties:** - caseExact: false - idcsSearchable: true -
238
+ multiValued: false - mutability: readOnly - required: false -
239
+ returned: always - type: string - uniqueness: global
240
+
241
+ --idcs-created-by [complex type]
242
+
243
+ This is a complex type whose value must be valid JSON. The value can
244
+ be provided as a string on the command line or passed in as a file
245
+ using the file://path/to/file syntax.
246
+
247
+ The "--generate-param-json-input" option can be used to generate an
248
+ example of the JSON which must be provided. We recommend storing this
249
+ example in a file, modifying it as needed and then passing it back in
250
+ via the file:// syntax.
251
+
252
+ --idcs-last-modified-by [complex type]
253
+
254
+ This is a complex type whose value must be valid JSON. The value can
255
+ be provided as a string on the command line or passed in as a file
256
+ using the file://path/to/file syntax.
257
+
258
+ The "--generate-param-json-input" option can be used to generate an
259
+ example of the JSON which must be provided. We recommend storing this
260
+ example in a file, modifying it as needed and then passing it back in
261
+ via the file:// syntax.
262
+
263
+ --idcs-last-upgraded-in-release [text]
264
+
265
+ The release number when the resource was upgraded.
266
+
267
+ **SCIM++ Properties:** - caseExact: false - idcsSearchable: false -
268
+ multiValued: false - mutability: readOnly - required: false -
269
+ returned: request - type: string - uniqueness: none
270
+
271
+ --idcs-prevented-operations [text]
272
+
273
+ Each value of this attribute specifies an operation that only an
274
+ internal client may perform on this particular resource.
275
+
276
+ **SCIM++ Properties:** - idcsSearchable: false - multiValued: true
277
+ - mutability: readOnly - required: false - returned: request -
278
+ type: string - uniqueness: none
279
+
280
+ Accepted values are:
281
+
282
+ delete, replace, update
283
+
284
+ --if-match [text]
285
+
286
+ Used to make the request conditional on an ETag
287
+
288
+ --meta [complex type]
289
+
290
+ This is a complex type whose value must be valid JSON. The value can
291
+ be provided as a string on the command line or passed in as a file
292
+ using the file://path/to/file syntax.
293
+
294
+ The "--generate-param-json-input" option can be used to generate an
295
+ example of the JSON which must be provided. We recommend storing this
296
+ example in a file, modifying it as needed and then passing it back in
297
+ via the file:// syntax.
298
+
299
+ --ocid [text]
300
+
301
+ Unique OCI identifier for the SCIM Resource.
302
+
303
+ **SCIM++ Properties:** - caseExact: true - idcsSearchable: true -
304
+ multiValued: false - mutability: immutable - required: false -
305
+ returned: default - type: string - uniqueness: global
306
+
307
+ --resource-type-schema-version [text]
308
+
309
+ An endpoint-specific schema version number to use in the Request.
310
+ Allowed version values are Earliest Version or Latest Version as
311
+ specified in each REST API endpoint description, or any sequential
312
+ number inbetween. All schema attributes/body parameters are a part of
313
+ version 1. After version 1, any attributes added or deprecated will be
314
+ tagged with the version that they were added to or deprecated in. If
315
+ no version is provided, the latest schema version is returned.
316
+
317
+ --tags [complex type]
318
+
319
+ A list of tags on this resource.
320
+
321
+ **SCIM++ Properties:** - idcsCompositeKey: [key, value] -
322
+ idcsSearchable: true - multiValued: true - mutability: readWrite -
323
+ required: false - returned: request - type: complex - uniqueness:
324
+ none
325
+
326
+ This option is a JSON list with items of type Tags. For documentation
327
+ on tags please see our API reference: https://docs.cloud.oracle.com/a
328
+ pi/#/en/identitydomains/v1/datatypes/Tags. This is a complex type
329
+ whose value must be valid JSON. The value can be provided as a string
330
+ on the command line or passed in as a file using the
331
+ file://path/to/file syntax.
332
+
333
+ The "--generate-param-json-input" option can be used to generate an
334
+ example of the JSON which must be provided. We recommend storing this
335
+ example in a file, modifying it as needed and then passing it back in
336
+ via the file:// syntax.
337
+
338
+ --tenancy-ocid [text]
339
+
340
+ OCI Tenant Id (ocid) in which the resource lives.
341
+
342
+ **SCIM++ Properties:** - caseExact: false - idcsSearchable: false -
343
+ multiValued: false - mutability: readOnly - required: false -
344
+ returned: default - type: string - uniqueness: none
345
+
346
+
347
+ Global Parameters
348
+ =================
349
+
350
+ Use "oci --help" for help on global parameters.
351
+
352
+ "--auth-purpose", "--auth", "--cert-bundle", "--cli-auto-prompt", "--
353
+ cli-rc-file", "--config-file", "--connection-timeout", "--debug", "--
354
+ defaults-file", "--enable-dual-stack", "--enable-propagation", "--
355
+ endpoint", "--generate-full-command-json-input", "--generate-param-
356
+ json-input", "--help", "--latest-version", "--max-retries", "--no-
357
+ retry", "--opc-client-request-id", "--opc-request-id", "--output", "--
358
+ profile", "--proxy", "--query", "--raw-output", "--read-timeout", "--
359
+ realm-specific-endpoint", "--region", "--release-info", "--request-
360
+ id", "--version", "-?", "-d", "-h", "-i", "-v"
361
+
362
+
363
+ Example using required parameter
364
+ ================================
365
+
366
+ Copy and paste the following example into a JSON file, replacing the
367
+ example parameters with your own.
368
+
369
+ oci identity-domains mapped-attribute put --generate-param-json-input schemas > schemas.json
370
+
371
+ Copy the following CLI commands into a file named example.sh. Run the
372
+ command by typing “bash example.sh” and replacing the example
373
+ parameters with your own.
374
+
375
+ Please note this sample will only work in the POSIX-compliant bash-
376
+ like shell. You need to set up the OCI configuration and appropriate
377
+ security policies before trying the examples.
378
+
379
+ export direction=<substitute-value-of-direction> # https://docs.cloud.oracle.com/en-us/iaas/tools/oci-cli/latest/oci_cli_docs/cmdref/identity-domains/mapped-attribute/put.html#cmdoption-direction
380
+ export idcs_resource_type=<substitute-value-of-idcs_resource_type> # https://docs.cloud.oracle.com/en-us/iaas/tools/oci-cli/latest/oci_cli_docs/cmdref/identity-domains/mapped-attribute/put.html#cmdoption-idcs-resource-type
381
+ export mapped_attribute_id=<substitute-value-of-mapped_attribute_id> # https://docs.cloud.oracle.com/en-us/iaas/tools/oci-cli/latest/oci_cli_docs/cmdref/identity-domains/mapped-attribute/put.html#cmdoption-mapped-attribute-id
382
+ export ref_resource_id=<substitute-value-of-ref_resource_id> # https://docs.cloud.oracle.com/en-us/iaas/tools/oci-cli/latest/oci_cli_docs/cmdref/identity-domains/mapped-attribute/put.html#cmdoption-ref-resource-id
383
+ export ref_resource_type=<substitute-value-of-ref_resource_type> # https://docs.cloud.oracle.com/en-us/iaas/tools/oci-cli/latest/oci_cli_docs/cmdref/identity-domains/mapped-attribute/put.html#cmdoption-ref-resource-type
384
+
385
+ oci identity-domains mapped-attribute put --direction $direction --idcs-resource-type $idcs_resource_type --mapped-attribute-id $mapped_attribute_id --ref-resource-id $ref_resource_id --ref-resource-type $ref_resource_type --schemas file://schemas.json