oci-cli 3.71.1__py3-none-any.whl → 3.71.2__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 (130) hide show
  1. oci_cli/bin/batch.psm1 +122 -0
  2. oci_cli/bin/integration.psm1 +6 -2
  3. oci_cli/cli_util.py +2 -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/delegate-access-control/work-request/work-request-error/{list.txt → list-errors.txt} +5 -5
  76. oci_cli/help_text_producer/data_files/text/cmdref/delegate-access-control/work-request/work-request-error.txt +1 -1
  77. oci_cli/help_text_producer/data_files/text/cmdref/delegate-access-control/work-request/work-request-log-entry/{list-work-request-logs.txt → list-logs.txt} +5 -5
  78. oci_cli/help_text_producer/data_files/text/cmdref/delegate-access-control/work-request/work-request-log-entry.txt +1 -1
  79. oci_cli/help_text_producer/data_files/text/cmdref/delegate-access-control/work-request.txt +2 -2
  80. oci_cli/help_text_producer/data_files/text/cmdref/delegate-access-control.txt +2 -2
  81. oci_cli/help_text_producer/data_files/text/cmdref/disaster-recovery/dr-plan-execution/update.txt +1 -1
  82. oci_cli/help_text_producer/data_files/text/cmdref/governance-rules-control-plane/work-request/work-request-error/{list.txt → list-errors.txt} +5 -5
  83. oci_cli/help_text_producer/data_files/text/cmdref/governance-rules-control-plane/work-request/work-request-error.txt +1 -1
  84. oci_cli/help_text_producer/data_files/text/cmdref/governance-rules-control-plane/work-request/work-request-log-entry/{list-work-request-logs.txt → list-logs.txt} +5 -5
  85. oci_cli/help_text_producer/data_files/text/cmdref/governance-rules-control-plane/work-request/work-request-log-entry.txt +1 -1
  86. oci_cli/help_text_producer/data_files/text/cmdref/governance-rules-control-plane/work-request.txt +2 -2
  87. oci_cli/help_text_producer/data_files/text/cmdref/governance-rules-control-plane.txt +2 -2
  88. oci_cli/help_text_producer/data_files/text/cmdref/identity-domains/mapped-attribute/get.txt +136 -0
  89. oci_cli/help_text_producer/data_files/text/cmdref/identity-domains/mapped-attribute/list.txt +190 -0
  90. oci_cli/help_text_producer/data_files/text/cmdref/identity-domains/mapped-attribute/patch.txt +177 -0
  91. oci_cli/help_text_producer/data_files/text/cmdref/identity-domains/mapped-attribute/put.txt +385 -0
  92. oci_cli/help_text_producer/data_files/text/cmdref/identity-domains/mapped-attribute/search.txt +199 -0
  93. oci_cli/help_text_producer/data_files/text/cmdref/identity-domains/mapped-attribute.txt +22 -0
  94. oci_cli/help_text_producer/data_files/text/cmdref/identity-domains.txt +12 -0
  95. oci_cli/help_text_producer/data_files/text/cmdref/integration/integration-instance/change-private-endpoint-outbound-connection-private-endpoint-outbound-connection.txt +5 -0
  96. oci_cli/help_text_producer/data_files/text/cmdref/integration/integration-instance/convert-instance.txt +144 -0
  97. oci_cli/help_text_producer/data_files/text/cmdref/integration/integration-instance/disable-process-automation.txt +132 -0
  98. oci_cli/help_text_producer/data_files/text/cmdref/integration/integration-instance.txt +4 -0
  99. oci_cli/help_text_producer/data_files/text/cmdref/integration.txt +4 -0
  100. oci_cli/help_text_producer/data_files/text/cmdref/ocvs/work-request-error/{list.txt → list-errors.txt} +5 -5
  101. oci_cli/help_text_producer/data_files/text/cmdref/ocvs/work-request-error.txt +1 -1
  102. oci_cli/help_text_producer/data_files/text/cmdref/ocvs.txt +1 -1
  103. oci_cli/help_text_producer/data_files/text/cmdref/organizations/work-request-error/{list.txt → list-errors.txt} +5 -5
  104. oci_cli/help_text_producer/data_files/text/cmdref/organizations/work-request-error.txt +1 -1
  105. oci_cli/help_text_producer/data_files/text/cmdref/organizations.txt +1 -1
  106. oci_cli/help_text_producer/data_files/text/index.txt +2 -0
  107. oci_cli/service_mapping.py +5 -0
  108. oci_cli/version.py +1 -1
  109. {oci_cli-3.71.1.dist-info → oci_cli-3.71.2.dist-info}/METADATA +2 -2
  110. {oci_cli-3.71.1.dist-info → oci_cli-3.71.2.dist-info}/RECORD +130 -52
  111. services/batch/__init__.py +4 -0
  112. services/batch/src/__init__.py +4 -0
  113. services/batch/src/oci_cli_batch_computing/__init__.py +4 -0
  114. services/batch/src/oci_cli_batch_computing/batchcomputing_cli_extended.py +93 -0
  115. services/batch/src/oci_cli_batch_computing/generated/__init__.py +4 -0
  116. services/batch/src/oci_cli_batch_computing/generated/batchcomputing_cli.py +2855 -0
  117. services/batch/src/oci_cli_batch_computing/generated/client_mappings.py +14 -0
  118. services/batch/tests/__init__.py +4 -0
  119. services/container_engine/src/oci_cli_container_engine/generated/containerengine_cli.py +3 -5
  120. services/core/src/oci_cli_compute/computepic_cli_extended.py +9 -0
  121. services/core/src/oci_cli_compute/generated/compute_cli.py +201 -1
  122. services/data_science/src/oci_cli_data_science/generated/datascience_cli.py +4 -1
  123. services/disaster_recovery/src/oci_cli_disaster_recovery/generated/disasterrecovery_cli.py +1 -1
  124. services/identity_domains/src/oci_cli_identity_domains/generated/identitydomains_cli.py +371 -0
  125. services/integration/src/oci_cli_integration_instance/generated/integrationinstance_cli.py +259 -7
  126. {oci_cli-3.71.1.dist-info → oci_cli-3.71.2.dist-info}/LICENSE.txt +0 -0
  127. {oci_cli-3.71.1.dist-info → oci_cli-3.71.2.dist-info}/THIRD_PARTY_LICENSES.txt +0 -0
  128. {oci_cli-3.71.1.dist-info → oci_cli-3.71.2.dist-info}/WHEEL +0 -0
  129. {oci_cli-3.71.1.dist-info → oci_cli-3.71.2.dist-info}/entry_points.txt +0 -0
  130. {oci_cli-3.71.1.dist-info → oci_cli-3.71.2.dist-info}/top_level.txt +0 -0
@@ -372,6 +372,12 @@ def cloud_gates_group():
372
372
  pass
373
373
 
374
374
 
375
+ @click.command(cli_util.override('identity_domains.mapped_attribute_group.command_name', 'mapped-attribute'), cls=CommandGroupWithAlias, help="""Schema for MappedAttribute resource.""")
376
+ @cli_util.help_option_group
377
+ def mapped_attribute_group():
378
+ pass
379
+
380
+
375
381
  @click.command(cli_util.override('identity_domains.group_group.command_name', 'group'), cls=CommandGroupWithAlias, help="""The Group resource.""")
376
382
  @cli_util.help_option_group
377
383
  def group_group():
@@ -790,6 +796,7 @@ identity_domains_root_group.add_command(my_user_db_credentials_group)
790
796
  identity_domains_root_group.add_command(me_group)
791
797
  identity_domains_root_group.add_command(user_db_credential_group)
792
798
  identity_domains_root_group.add_command(cloud_gates_group)
799
+ identity_domains_root_group.add_command(mapped_attribute_group)
793
800
  identity_domains_root_group.add_command(group_group)
794
801
  identity_domains_root_group.add_command(social_identity_provider_group)
795
802
  identity_domains_root_group.add_command(network_perimeters_group)
@@ -11231,6 +11238,41 @@ def get_kmsi_setting(ctx, from_json, kmsi_setting_id, authorization, resource_ty
11231
11238
  cli_util.render_response(result, ctx)
11232
11239
 
11233
11240
 
11241
+ @mapped_attribute_group.command(name=cli_util.override('identity_domains.get_mapped_attribute.command_name', 'get'), help=u"""Get Attribute Mappings for a Mapped Attribute
11242
+
11243
+ The top level --endpoint parameter must be supplied for this operation. \n[Command Reference](getMappedAttribute)""")
11244
+ @cli_util.option('--mapped-attribute-id', required=True, help=u"""ID of the resource""")
11245
+ @cli_util.option('--authorization', help=u"""The Authorization field value consists of credentials containing the authentication information of the user agent for the realm of the resource being requested.""")
11246
+ @cli_util.option('--resource-type-schema-version', help=u"""An endpoint-specific schema version number to use in the Request. Allowed version values are Earliest Version or Latest Version as specified in each REST API endpoint description, or any sequential number inbetween. All schema attributes/body parameters are a part of version 1. After version 1, any attributes added or deprecated will be tagged with the version that they were added to or deprecated in. If no version is provided, the latest schema version is returned.""")
11247
+ @cli_util.option('--attributes', help=u"""A comma-delimited string that specifies the names of resource attributes that should be returned in the response. By default, a response that contains resource attributes contains only attributes that are defined in the schema for that resource type as returned=always or returned=default. An attribute that is defined as returned=request is returned in a response only if the request specifies its name in the value of this query parameter. If a request specifies this query parameter, the response contains the attributes that this query parameter specifies, as well as any attribute that is defined as returned=always.""")
11248
+ @cli_util.option('--attribute-sets', type=custom_types.CliCaseInsensitiveChoice(["all", "always", "never", "request", "default"]), multiple=True, help=u"""A multi-valued list of strings indicating the return type of attribute definition. The specified set of attributes can be fetched by the return type of the attribute. One or more values can be given together to fetch more than one group of attributes. If 'attributes' query parameter is also available, union of the two is fetched. Valid values - all, always, never, request, default. Values are case-insensitive.""")
11249
+ @json_skeleton_utils.get_cli_json_input_option({})
11250
+ @cli_util.help_option
11251
+ @click.pass_context
11252
+ @json_skeleton_utils.json_skeleton_generation_handler(input_params_to_complex_types={}, output_type={'module': 'identity_domains', 'class': 'MappedAttribute'})
11253
+ @cli_util.wrap_exceptions
11254
+ def get_mapped_attribute(ctx, from_json, mapped_attribute_id, authorization, resource_type_schema_version, attributes, attribute_sets):
11255
+
11256
+ if isinstance(mapped_attribute_id, six.string_types) and len(mapped_attribute_id.strip()) == 0:
11257
+ raise click.UsageError('Parameter --mapped-attribute-id cannot be whitespace or empty string')
11258
+
11259
+ kwargs = {}
11260
+ if authorization is not None:
11261
+ kwargs['authorization'] = authorization
11262
+ if resource_type_schema_version is not None:
11263
+ kwargs['resource_type_schema_version'] = resource_type_schema_version
11264
+ if attributes is not None:
11265
+ kwargs['attributes'] = attributes
11266
+ if attribute_sets is not None and len(attribute_sets) > 0:
11267
+ kwargs['attribute_sets'] = attribute_sets
11268
+ client = cli_util.build_client('identity_domains', 'identity_domains', ctx)
11269
+ result = client.get_mapped_attribute(
11270
+ mapped_attribute_id=mapped_attribute_id,
11271
+ **kwargs
11272
+ )
11273
+ cli_util.render_response(result, ctx)
11274
+
11275
+
11234
11276
  @me_group.command(name=cli_util.override('identity_domains.get_me.command_name', 'get'), help=u"""Get a user's own information.
11235
11277
 
11236
11278
  The top level --endpoint parameter must be supplied for this operation. \n[Command Reference](getMe)""")
@@ -13849,6 +13891,78 @@ def list_kmsi_settings(ctx, from_json, all_pages, page_size, attributes, attribu
13849
13891
  cli_util.render_response(result, ctx)
13850
13892
 
13851
13893
 
13894
+ @mapped_attribute_group.command(name=cli_util.override('identity_domains.list_mapped_attributes.command_name', 'list'), help=u"""Search Mapped Attributes
13895
+
13896
+ The top level --endpoint parameter must be supplied for this operation. \n[Command Reference](listMappedAttributes)""")
13897
+ @cli_util.option('--filter', help=u"""OPTIONAL. The filter string that is used to request a subset of resources. The filter string MUST be a valid filter expression. See the Filtering section of the SCIM specification for more information (Section 3.4.2.2). The string should contain at least one condition that each item must match in order to be returned in the search results. Each condition specifies an attribute, an operator, and a value. Conditions within a filter can be connected by logical operators (such as AND and OR). Sets of conditions can be grouped together using parentheses.""")
13898
+ @cli_util.option('--sort-by', help=u"""OPTIONAL. A string that indicates the attribute whose value SHALL be used to order the returned responses. The sortBy attribute MUST be in standard attribute notation form. See the Attribute Notation section of the SCIM specification for more information (Section 3.10). Also, see the Sorting section of the SCIM specification for more information (Section 3.4.2.3).""")
13899
+ @cli_util.option('--sort-order', type=custom_types.CliCaseInsensitiveChoice(["ASCENDING", "DESCENDING"]), help=u"""A string that indicates the order in which the sortBy parameter is applied. Allowed values are 'ascending' and 'descending'. See ([Sorting Section]). OPTIONAL.""")
13900
+ @cli_util.option('--start-index', type=click.INT, help=u"""OPTIONAL. An integer that indicates the 1-based index of the first query result. See the Pagination section of the SCIM specification for more information. (Section 3.4.2.4). The number of results pages to return. The first page is 1. Specify 2 to access the second page of results, and so on.""")
13901
+ @cli_util.option('--count', type=click.INT, help=u"""OPTIONAL. An integer that indicates the desired maximum number of query results per page. 1000 is the largest value that you can use. See the Pagination section of the System for Cross-Domain Identity Management Protocol specification for more information. (Section 3.4.2.4).""")
13902
+ @cli_util.option('--attributes', help=u"""A comma-delimited string that specifies the names of resource attributes that should be returned in the response. By default, a response that contains resource attributes contains only attributes that are defined in the schema for that resource type as returned=always or returned=default. An attribute that is defined as returned=request is returned in a response only if the request specifies its name in the value of this query parameter. If a request specifies this query parameter, the response contains the attributes that this query parameter specifies, as well as any attribute that is defined as returned=always.""")
13903
+ @cli_util.option('--attribute-sets', type=custom_types.CliCaseInsensitiveChoice(["all", "always", "never", "request", "default"]), multiple=True, help=u"""A multi-valued list of strings indicating the return type of attribute definition. The specified set of attributes can be fetched by the return type of the attribute. One or more values can be given together to fetch more than one group of attributes. If 'attributes' query parameter is also available, union of the two is fetched. Valid values - all, always, never, request, default. Values are case-insensitive.""")
13904
+ @cli_util.option('--authorization', help=u"""The Authorization field value consists of credentials containing the authentication information of the user agent for the realm of the resource being requested.""")
13905
+ @cli_util.option('--resource-type-schema-version', help=u"""An endpoint-specific schema version number to use in the Request. Allowed version values are Earliest Version or Latest Version as specified in each REST API endpoint description, or any sequential number inbetween. All schema attributes/body parameters are a part of version 1. After version 1, any attributes added or deprecated will be tagged with the version that they were added to or deprecated in. If no version is provided, the latest schema version is returned.""")
13906
+ @cli_util.option('--page', help=u"""The value of the `opc-next-page` response header from the previous 'List' call.""")
13907
+ @cli_util.option('--limit', type=click.INT, help=u"""The maximum number of items to return in a paginated 'List' call.""")
13908
+ @cli_util.option('--all', 'all_pages', is_flag=True, help="""Fetches all pages of results. If you provide this option, then you cannot provide the --limit option.""")
13909
+ @cli_util.option('--page-size', type=click.INT, help="""When fetching results, the number of results to fetch per call. Only valid when used with --all or --limit, and ignored otherwise.""")
13910
+ @json_skeleton_utils.get_cli_json_input_option({})
13911
+ @cli_util.help_option
13912
+ @click.pass_context
13913
+ @json_skeleton_utils.json_skeleton_generation_handler(input_params_to_complex_types={}, output_type={'module': 'identity_domains', 'class': 'MappedAttributes'})
13914
+ @cli_util.wrap_exceptions
13915
+ def list_mapped_attributes(ctx, from_json, all_pages, page_size, filter, sort_by, sort_order, start_index, count, attributes, attribute_sets, authorization, resource_type_schema_version, page, limit):
13916
+
13917
+ if all_pages and limit:
13918
+ raise click.UsageError('If you provide the --all option you cannot provide the --limit option')
13919
+
13920
+ kwargs = {}
13921
+ if filter is not None:
13922
+ kwargs['filter'] = filter
13923
+ if sort_by is not None:
13924
+ kwargs['sort_by'] = sort_by
13925
+ if sort_order is not None:
13926
+ kwargs['sort_order'] = sort_order
13927
+ if start_index is not None:
13928
+ kwargs['start_index'] = start_index
13929
+ if count is not None:
13930
+ kwargs['count'] = count
13931
+ if attributes is not None:
13932
+ kwargs['attributes'] = attributes
13933
+ if attribute_sets is not None and len(attribute_sets) > 0:
13934
+ kwargs['attribute_sets'] = attribute_sets
13935
+ if authorization is not None:
13936
+ kwargs['authorization'] = authorization
13937
+ if resource_type_schema_version is not None:
13938
+ kwargs['resource_type_schema_version'] = resource_type_schema_version
13939
+ if page is not None:
13940
+ kwargs['page'] = page
13941
+ if limit is not None:
13942
+ kwargs['limit'] = limit
13943
+ client = cli_util.build_client('identity_domains', 'identity_domains', ctx)
13944
+ if all_pages:
13945
+ if page_size:
13946
+ kwargs['limit'] = page_size
13947
+
13948
+ result = cli_util.list_call_get_all_results(
13949
+ client.list_mapped_attributes,
13950
+ **kwargs
13951
+ )
13952
+ elif limit is not None:
13953
+ result = cli_util.list_call_get_up_to_limit(
13954
+ client.list_mapped_attributes,
13955
+ limit,
13956
+ page_size,
13957
+ **kwargs
13958
+ )
13959
+ else:
13960
+ result = client.list_mapped_attributes(
13961
+ **kwargs
13962
+ )
13963
+ cli_util.render_response(result, ctx)
13964
+
13965
+
13852
13966
  @my_api_keys_group.command(name=cli_util.override('identity_domains.list_my_api_keys.command_name', 'list'), help=u"""Search for a user's own API key.
13853
13967
 
13854
13968
  The top level --endpoint parameter must be supplied for this operation. \n[Command Reference](listMyApiKeys)""")
@@ -17090,6 +17204,52 @@ def patch_kmsi_setting(ctx, from_json, kmsi_setting_id, schemas, operations, aut
17090
17204
  cli_util.render_response(result, ctx)
17091
17205
 
17092
17206
 
17207
+ @mapped_attribute_group.command(name=cli_util.override('identity_domains.patch_mapped_attribute.command_name', 'patch'), help=u"""Update a Mapped Attribute
17208
+
17209
+ The top level --endpoint parameter must be supplied for this operation. \n[Command Reference](patchMappedAttribute)""")
17210
+ @cli_util.option('--mapped-attribute-id', required=True, help=u"""ID of the resource""")
17211
+ @cli_util.option('--schemas', required=True, type=custom_types.CLI_COMPLEX_TYPE, help=u"""The schemas attribute is an array of Strings which allows introspection of the supported schema version for a SCIM representation as well any schema extensions supported by that representation. Each String value must be a unique URI. All representations of SCIM schema MUST include a non-zero value array with value(s) of the URIs supported by that representation. Duplicate values MUST NOT be included. Value order is not specified and MUST not impact behavior. REQUIRED.""" + custom_types.cli_complex_type.COMPLEX_TYPE_HELP)
17212
+ @cli_util.option('--operations', required=True, type=custom_types.CLI_COMPLEX_TYPE, help=u"""The body of an HTTP PATCH request MUST contain the attribute \"Operations\", whose value is an array of one or more patch operations.""" + custom_types.cli_complex_type.COMPLEX_TYPE_HELP)
17213
+ @cli_util.option('--authorization', help=u"""The Authorization field value consists of credentials containing the authentication information of the user agent for the realm of the resource being requested.""")
17214
+ @cli_util.option('--resource-type-schema-version', help=u"""An endpoint-specific schema version number to use in the Request. Allowed version values are Earliest Version or Latest Version as specified in each REST API endpoint description, or any sequential number inbetween. All schema attributes/body parameters are a part of version 1. After version 1, any attributes added or deprecated will be tagged with the version that they were added to or deprecated in. If no version is provided, the latest schema version is returned.""")
17215
+ @cli_util.option('--attributes', help=u"""A comma-delimited string that specifies the names of resource attributes that should be returned in the response. By default, a response that contains resource attributes contains only attributes that are defined in the schema for that resource type as returned=always or returned=default. An attribute that is defined as returned=request is returned in a response only if the request specifies its name in the value of this query parameter. If a request specifies this query parameter, the response contains the attributes that this query parameter specifies, as well as any attribute that is defined as returned=always.""")
17216
+ @cli_util.option('--attribute-sets', type=custom_types.CliCaseInsensitiveChoice(["all", "always", "never", "request", "default"]), multiple=True, help=u"""A multi-valued list of strings indicating the return type of attribute definition. The specified set of attributes can be fetched by the return type of the attribute. One or more values can be given together to fetch more than one group of attributes. If 'attributes' query parameter is also available, union of the two is fetched. Valid values - all, always, never, request, default. Values are case-insensitive.""")
17217
+ @cli_util.option('--if-match', help=u"""Used to make the request conditional on an ETag""")
17218
+ @json_skeleton_utils.get_cli_json_input_option({'schemas': {'module': 'identity_domains', 'class': 'list[string]'}, 'operations': {'module': 'identity_domains', 'class': 'list[Operations]'}})
17219
+ @cli_util.help_option
17220
+ @click.pass_context
17221
+ @json_skeleton_utils.json_skeleton_generation_handler(input_params_to_complex_types={'schemas': {'module': 'identity_domains', 'class': 'list[string]'}, 'operations': {'module': 'identity_domains', 'class': 'list[Operations]'}}, output_type={'module': 'identity_domains', 'class': 'MappedAttribute'})
17222
+ @cli_util.wrap_exceptions
17223
+ def patch_mapped_attribute(ctx, from_json, mapped_attribute_id, schemas, operations, authorization, resource_type_schema_version, attributes, attribute_sets, if_match):
17224
+
17225
+ if isinstance(mapped_attribute_id, six.string_types) and len(mapped_attribute_id.strip()) == 0:
17226
+ raise click.UsageError('Parameter --mapped-attribute-id cannot be whitespace or empty string')
17227
+
17228
+ kwargs = {}
17229
+ if authorization is not None:
17230
+ kwargs['authorization'] = authorization
17231
+ if resource_type_schema_version is not None:
17232
+ kwargs['resource_type_schema_version'] = resource_type_schema_version
17233
+ if attributes is not None:
17234
+ kwargs['attributes'] = attributes
17235
+ if attribute_sets is not None and len(attribute_sets) > 0:
17236
+ kwargs['attribute_sets'] = attribute_sets
17237
+ if if_match is not None:
17238
+ kwargs['if_match'] = if_match
17239
+
17240
+ _details = {}
17241
+ _details['schemas'] = cli_util.parse_json_parameter("schemas", schemas)
17242
+ _details['Operations'] = cli_util.parse_json_parameter("operations", operations)
17243
+
17244
+ client = cli_util.build_client('identity_domains', 'identity_domains', ctx)
17245
+ result = client.patch_mapped_attribute(
17246
+ mapped_attribute_id=mapped_attribute_id,
17247
+ patch_op=_details,
17248
+ **kwargs
17249
+ )
17250
+ cli_util.render_response(result, ctx)
17251
+
17252
+
17093
17253
  @me_group.command(name=cli_util.override('identity_domains.patch_me.command_name', 'patch'), help=u"""Update a user's own information.
17094
17254
 
17095
17255
  The top level --endpoint parameter must be supplied for this operation. \n[Command Reference](patchMe)""")
@@ -21530,6 +21690,153 @@ def put_kmsi_setting(ctx, from_json, force, kmsi_setting_id, schemas, authorizat
21530
21690
  cli_util.render_response(result, ctx)
21531
21691
 
21532
21692
 
21693
+ @mapped_attribute_group.command(name=cli_util.override('identity_domains.put_mapped_attribute.command_name', 'put'), help=u"""Replace a Mapped Attribute
21694
+
21695
+ The top level --endpoint parameter must be supplied for this operation. \n[Command Reference](putMappedAttribute)""")
21696
+ @cli_util.option('--mapped-attribute-id', required=True, help=u"""ID of the resource""")
21697
+ @cli_util.option('--schemas', required=True, type=custom_types.CLI_COMPLEX_TYPE, help=u"""REQUIRED. The schemas attribute is an array of Strings which allows introspection of the supported schema version for a SCIM representation as well any schema extensions supported by that representation. Each String value must be a unique URI. This specification defines URIs for User, Group, and a standard \\\"enterprise\\\" extension. All representations of SCIM schema MUST include a non-zero value array with value(s) of the URIs supported by that representation. Duplicate values MUST NOT be included. Value order is not specified and MUST not impact behavior.
21698
+
21699
+ **SCIM++ Properties:** - caseExact: false - idcsSearchable: false - multiValued: true - mutability: readWrite - required: true - returned: default - type: string - uniqueness: none""" + custom_types.cli_complex_type.COMPLEX_TYPE_HELP)
21700
+ @cli_util.option('--idcs-resource-type', required=True, type=custom_types.CliCaseInsensitiveChoice(["User", "Group", "Container"]), help=u"""The Oracle Identity Cloud Service Resource Type for which the mapping is being done
21701
+
21702
+ **SCIM++ Properties:** - caseExact: true - idcsSearchable: true - multiValued: false - mutability: immutable - required: true - returned: default - type: string - uniqueness: none""")
21703
+ @cli_util.option('--ref-resource-type', required=True, type=custom_types.CliCaseInsensitiveChoice(["AccountObjectClass", "App", "ManagedObjectClass", "IdentityProvider"]), help=u"""The Reference Resource Type that holds the mapping
21704
+
21705
+ **Added In:** 17.4.2
21706
+
21707
+ **SCIM++ Properties:** - caseExact: true - idcsSearchable: true - multiValued: false - mutability: readOnly - required: true - returned: default - type: string - uniqueness: none""")
21708
+ @cli_util.option('--ref-resource-id', required=True, help=u"""Soft Reference to store Resource ID that holds the mapping
21709
+
21710
+ **Added In:** 17.4.6
21711
+
21712
+ **SCIM++ Properties:** - caseExact: true - idcsSearchable: true - multiValued: false - mutability: readOnly - required: true - returned: default - type: string - uniqueness: none""")
21713
+ @cli_util.option('--direction', required=True, type=custom_types.CliCaseInsensitiveChoice(["inbound", "outbound"]), help=u"""Direction of the attribute mapping. inbound indicates mapping is from source ManagedObjectClass to Oracle Identity Cloud Service ResourceType. outbound indicates mapping is from Oracle Identity Cloud Service Resource Type to target ManagedObjectClass.
21714
+
21715
+ **SCIM++ Properties:** - caseExact: true - idcsSearchable: true - multiValued: false - mutability: immutable - required: true - returned: default - type: string - uniqueness: none""")
21716
+ @cli_util.option('--authorization', help=u"""The Authorization field value consists of credentials containing the authentication information of the user agent for the realm of the resource being requested.""")
21717
+ @cli_util.option('--resource-type-schema-version', help=u"""An endpoint-specific schema version number to use in the Request. Allowed version values are Earliest Version or Latest Version as specified in each REST API endpoint description, or any sequential number inbetween. All schema attributes/body parameters are a part of version 1. After version 1, any attributes added or deprecated will be tagged with the version that they were added to or deprecated in. If no version is provided, the latest schema version is returned.""")
21718
+ @cli_util.option('--attributes', help=u"""A comma-delimited string that specifies the names of resource attributes that should be returned in the response. By default, a response that contains resource attributes contains only attributes that are defined in the schema for that resource type as returned=always or returned=default. An attribute that is defined as returned=request is returned in a response only if the request specifies its name in the value of this query parameter. If a request specifies this query parameter, the response contains the attributes that this query parameter specifies, as well as any attribute that is defined as returned=always.""")
21719
+ @cli_util.option('--attribute-sets', type=custom_types.CliCaseInsensitiveChoice(["all", "always", "never", "request", "default"]), multiple=True, help=u"""A multi-valued list of strings indicating the return type of attribute definition. The specified set of attributes can be fetched by the return type of the attribute. One or more values can be given together to fetch more than one group of attributes. If 'attributes' query parameter is also available, union of the two is fetched. Valid values - all, always, never, request, default. Values are case-insensitive.""")
21720
+ @cli_util.option('--id', help=u"""Unique identifier for the SCIM Resource as defined by the Service Provider. Each representation of the Resource MUST include a non-empty id value. This identifier MUST be unique across the Service Provider's entire set of Resources. It MUST be a stable, non-reassignable identifier that does not change when the same Resource is returned in subsequent requests. The value of the id attribute is always issued by the Service Provider and MUST never be specified by the Service Consumer. bulkId: is a reserved keyword and MUST NOT be used in the unique identifier.
21721
+
21722
+ **SCIM++ Properties:** - caseExact: false - idcsSearchable: true - multiValued: false - mutability: readOnly - required: false - returned: always - type: string - uniqueness: global""")
21723
+ @cli_util.option('--ocid', help=u"""Unique OCI identifier for the SCIM Resource.
21724
+
21725
+ **SCIM++ Properties:** - caseExact: true - idcsSearchable: true - multiValued: false - mutability: immutable - required: false - returned: default - type: string - uniqueness: global""")
21726
+ @cli_util.option('--meta', type=custom_types.CLI_COMPLEX_TYPE, help=u"""""" + custom_types.cli_complex_type.COMPLEX_TYPE_HELP)
21727
+ @cli_util.option('--idcs-created-by', type=custom_types.CLI_COMPLEX_TYPE, help=u"""""" + custom_types.cli_complex_type.COMPLEX_TYPE_HELP)
21728
+ @cli_util.option('--idcs-last-modified-by', type=custom_types.CLI_COMPLEX_TYPE, help=u"""""" + custom_types.cli_complex_type.COMPLEX_TYPE_HELP)
21729
+ @cli_util.option('--idcs-prevented-operations', type=custom_types.CliCaseInsensitiveChoice(["replace", "update", "delete"]), help=u"""Each value of this attribute specifies an operation that only an internal client may perform on this particular resource.
21730
+
21731
+ **SCIM++ Properties:** - idcsSearchable: false - multiValued: true - mutability: readOnly - required: false - returned: request - type: string - uniqueness: none""")
21732
+ @cli_util.option('--tags', type=custom_types.CLI_COMPLEX_TYPE, help=u"""A list of tags on this resource.
21733
+
21734
+ **SCIM++ Properties:** - idcsCompositeKey: [key, value] - idcsSearchable: true - multiValued: true - mutability: readWrite - required: false - returned: request - type: complex - uniqueness: none
21735
+
21736
+ This option is a JSON list with items of type Tags. For documentation on tags please see our API reference: https://docs.cloud.oracle.com/api/#/en/identitydomains/v1/datatypes/Tags.""" + custom_types.cli_complex_type.COMPLEX_TYPE_HELP)
21737
+ @cli_util.option('--delete-in-progress', type=click.BOOL, help=u"""A boolean flag indicating this resource in the process of being deleted. Usually set to true when synchronous deletion of the resource would take too long.
21738
+
21739
+ **SCIM++ Properties:** - caseExact: false - idcsSearchable: true - multiValued: false - mutability: readOnly - required: false - returned: default - type: boolean - uniqueness: none""")
21740
+ @cli_util.option('--idcs-last-upgraded-in-release', help=u"""The release number when the resource was upgraded.
21741
+
21742
+ **SCIM++ Properties:** - caseExact: false - idcsSearchable: false - multiValued: false - mutability: readOnly - required: false - returned: request - type: string - uniqueness: none""")
21743
+ @cli_util.option('--domain-ocid', help=u"""OCI Domain Id (ocid) in which the resource lives.
21744
+
21745
+ **SCIM++ Properties:** - caseExact: false - idcsSearchable: false - multiValued: false - mutability: readOnly - required: false - returned: default - type: string - uniqueness: none""")
21746
+ @cli_util.option('--compartment-ocid', help=u"""OCI Compartment Id (ocid) in which the resource lives.
21747
+
21748
+ **SCIM++ Properties:** - caseExact: false - idcsSearchable: false - multiValued: false - mutability: readOnly - required: false - returned: default - type: string - uniqueness: none""")
21749
+ @cli_util.option('--tenancy-ocid', help=u"""OCI Tenant Id (ocid) in which the resource lives.
21750
+
21751
+ **SCIM++ Properties:** - caseExact: false - idcsSearchable: false - multiValued: false - mutability: readOnly - required: false - returned: default - type: string - uniqueness: none""")
21752
+ @cli_util.option('--attribute-mappings', type=custom_types.CLI_COMPLEX_TYPE, help=u"""A list of attribute mappings between Oracle Identity Cloud Service Resource Type and Account Object Class
21753
+
21754
+ **SCIM++ Properties:** - idcsCompositeKey: [idcsAttributeName, managedObjectAttributeName] - idcsSearchable: true - multiValued: true - mutability: readWrite - required: false - returned: default - type: complex - uniqueness: none
21755
+
21756
+ This option is a JSON list with items of type MappedAttributeAttributeMappings. For documentation on MappedAttributeAttributeMappings please see our API reference: https://docs.cloud.oracle.com/api/#/en/identitydomains/v1/datatypes/MappedAttributeAttributeMappings.""" + custom_types.cli_complex_type.COMPLEX_TYPE_HELP)
21757
+ @cli_util.option('--if-match', help=u"""Used to make the request conditional on an ETag""")
21758
+ @cli_util.option('--force', help="""Perform update without prompting for confirmation.""", is_flag=True)
21759
+ @json_skeleton_utils.get_cli_json_input_option({'schemas': {'module': 'identity_domains', 'class': 'list[string]'}, 'meta': {'module': 'identity_domains', 'class': 'Meta'}, 'idcs-created-by': {'module': 'identity_domains', 'class': 'IdcsCreatedBy'}, 'idcs-last-modified-by': {'module': 'identity_domains', 'class': 'IdcsLastModifiedBy'}, 'tags': {'module': 'identity_domains', 'class': 'list[Tags]'}, 'attribute-mappings': {'module': 'identity_domains', 'class': 'list[MappedAttributeAttributeMappings]'}})
21760
+ @cli_util.help_option
21761
+ @click.pass_context
21762
+ @json_skeleton_utils.json_skeleton_generation_handler(input_params_to_complex_types={'schemas': {'module': 'identity_domains', 'class': 'list[string]'}, 'meta': {'module': 'identity_domains', 'class': 'Meta'}, 'idcs-created-by': {'module': 'identity_domains', 'class': 'IdcsCreatedBy'}, 'idcs-last-modified-by': {'module': 'identity_domains', 'class': 'IdcsLastModifiedBy'}, 'tags': {'module': 'identity_domains', 'class': 'list[Tags]'}, 'attribute-mappings': {'module': 'identity_domains', 'class': 'list[MappedAttributeAttributeMappings]'}}, output_type={'module': 'identity_domains', 'class': 'MappedAttribute'})
21763
+ @cli_util.wrap_exceptions
21764
+ def put_mapped_attribute(ctx, from_json, force, mapped_attribute_id, schemas, idcs_resource_type, ref_resource_type, ref_resource_id, direction, authorization, resource_type_schema_version, attributes, attribute_sets, id, ocid, meta, idcs_created_by, idcs_last_modified_by, idcs_prevented_operations, tags, delete_in_progress, idcs_last_upgraded_in_release, domain_ocid, compartment_ocid, tenancy_ocid, attribute_mappings, if_match):
21765
+
21766
+ if isinstance(mapped_attribute_id, six.string_types) and len(mapped_attribute_id.strip()) == 0:
21767
+ raise click.UsageError('Parameter --mapped-attribute-id cannot be whitespace or empty string')
21768
+ if not force:
21769
+ if schemas or meta or idcs_created_by or idcs_last_modified_by or idcs_prevented_operations or tags or attribute_mappings:
21770
+ if not click.confirm("WARNING: Updates to schemas and meta and idcs-created-by and idcs-last-modified-by and idcs-prevented-operations and tags and attribute-mappings will replace any existing values. Are you sure you want to continue?"):
21771
+ ctx.abort()
21772
+
21773
+ kwargs = {}
21774
+ if authorization is not None:
21775
+ kwargs['authorization'] = authorization
21776
+ if resource_type_schema_version is not None:
21777
+ kwargs['resource_type_schema_version'] = resource_type_schema_version
21778
+ if attributes is not None:
21779
+ kwargs['attributes'] = attributes
21780
+ if attribute_sets is not None and len(attribute_sets) > 0:
21781
+ kwargs['attribute_sets'] = attribute_sets
21782
+ if if_match is not None:
21783
+ kwargs['if_match'] = if_match
21784
+
21785
+ _details = {}
21786
+ _details['schemas'] = cli_util.parse_json_parameter("schemas", schemas)
21787
+ _details['idcsResourceType'] = idcs_resource_type
21788
+ _details['refResourceType'] = ref_resource_type
21789
+ _details['refResourceID'] = ref_resource_id
21790
+ _details['direction'] = direction
21791
+
21792
+ if id is not None:
21793
+ _details['id'] = id
21794
+
21795
+ if ocid is not None:
21796
+ _details['ocid'] = ocid
21797
+
21798
+ if meta is not None:
21799
+ _details['meta'] = cli_util.parse_json_parameter("meta", meta)
21800
+
21801
+ if idcs_created_by is not None:
21802
+ _details['idcsCreatedBy'] = cli_util.parse_json_parameter("idcs_created_by", idcs_created_by)
21803
+
21804
+ if idcs_last_modified_by is not None:
21805
+ _details['idcsLastModifiedBy'] = cli_util.parse_json_parameter("idcs_last_modified_by", idcs_last_modified_by)
21806
+
21807
+ if idcs_prevented_operations is not None:
21808
+ _details['idcsPreventedOperations'] = cli_util.parse_json_parameter("idcs_prevented_operations", idcs_prevented_operations)
21809
+
21810
+ if tags is not None:
21811
+ _details['tags'] = cli_util.parse_json_parameter("tags", tags)
21812
+
21813
+ if delete_in_progress is not None:
21814
+ _details['deleteInProgress'] = delete_in_progress
21815
+
21816
+ if idcs_last_upgraded_in_release is not None:
21817
+ _details['idcsLastUpgradedInRelease'] = idcs_last_upgraded_in_release
21818
+
21819
+ if domain_ocid is not None:
21820
+ _details['domainOcid'] = domain_ocid
21821
+
21822
+ if compartment_ocid is not None:
21823
+ _details['compartmentOcid'] = compartment_ocid
21824
+
21825
+ if tenancy_ocid is not None:
21826
+ _details['tenancyOcid'] = tenancy_ocid
21827
+
21828
+ if attribute_mappings is not None:
21829
+ _details['attributeMappings'] = cli_util.parse_json_parameter("attribute_mappings", attribute_mappings)
21830
+
21831
+ client = cli_util.build_client('identity_domains', 'identity_domains', ctx)
21832
+ result = client.put_mapped_attribute(
21833
+ mapped_attribute_id=mapped_attribute_id,
21834
+ mapped_attribute=_details,
21835
+ **kwargs
21836
+ )
21837
+ cli_util.render_response(result, ctx)
21838
+
21839
+
21533
21840
  @me_group.command(name=cli_util.override('identity_domains.put_me.command_name', 'put'), help=u"""Replace a user's own information.
21534
21841
 
21535
21842
  The top level --endpoint parameter must be supplied for this operation. \n[Command Reference](putMe)""")
@@ -26193,6 +26500,70 @@ def search_kmsi_settings(ctx, from_json, schemas, authorization, resource_type_s
26193
26500
  cli_util.render_response(result, ctx)
26194
26501
 
26195
26502
 
26503
+ @mapped_attribute_group.command(name=cli_util.override('identity_domains.search_mapped_attributes.command_name', 'search'), help=u"""Search Mapped Attributes Using POST
26504
+
26505
+ The top level --endpoint parameter must be supplied for this operation. \n[Command Reference](searchMappedAttributes)""")
26506
+ @cli_util.option('--schemas', required=True, type=custom_types.CLI_COMPLEX_TYPE, help=u"""The schemas attribute is an array of Strings which allows introspection of the supported schema version for a SCIM representation as well any schema extensions supported by that representation. Each String value must be a unique URI. Query requests MUST be identified using the following URI: \"urn:ietf:params:scim:api:messages:2.0:SearchRequest\" REQUIRED.""" + custom_types.cli_complex_type.COMPLEX_TYPE_HELP)
26507
+ @cli_util.option('--authorization', help=u"""The Authorization field value consists of credentials containing the authentication information of the user agent for the realm of the resource being requested.""")
26508
+ @cli_util.option('--resource-type-schema-version', help=u"""An endpoint-specific schema version number to use in the Request. Allowed version values are Earliest Version or Latest Version as specified in each REST API endpoint description, or any sequential number inbetween. All schema attributes/body parameters are a part of version 1. After version 1, any attributes added or deprecated will be tagged with the version that they were added to or deprecated in. If no version is provided, the latest schema version is returned.""")
26509
+ @cli_util.option('--attributes', type=custom_types.CLI_COMPLEX_TYPE, help=u"""A multi-valued list of strings indicating the names of resource attributes to return in the response overriding the set of attributes that would be returned by default. Attribute names MUST be in standard attribute notation ([Section 3.10]) form. See ([additional retrieval query parameters]). OPTIONAL.""" + custom_types.cli_complex_type.COMPLEX_TYPE_HELP)
26510
+ @cli_util.option('--attribute-sets', type=custom_types.CliCaseInsensitiveChoice(["all", "always", "never", "request", "default"]), help=u"""A multi-valued list of strings indicating the return type of attribute definition. The specified set of attributes can be fetched by the return type of the attribute. One or more values can be given together to fetch more than one group of attributes. If \"attributes\" query parameter is also available, union of the two is fetched. Valid values : all, always, never, request, default. Values are case-insensitive. OPTIONAL.""")
26511
+ @cli_util.option('--filter', help=u"""The filter string that is used to request a subset of resources. The filter string MUST be a valid filter expression. See [Section 3.4.2.2]. OPTIONAL.""")
26512
+ @cli_util.option('--sort-by', help=u"""A string that indicates the attribute whose value SHALL be used to order the returned responses. The sortBy attribute MUST be in standard attribute notation ([Section 3.10]) form. See [Sorting section]. OPTIONAL.""")
26513
+ @cli_util.option('--sort-order', type=custom_types.CliCaseInsensitiveChoice(["ASCENDING", "DESCENDING"]), help=u"""A string that indicates the order in which the sortBy parameter is applied. Allowed values are \"ascending\" and \"descending\". See ([Sorting Section]). OPTIONAL.""")
26514
+ @cli_util.option('--start-index', type=click.INT, help=u"""An integer that indicates the 1-based index of the first query result. See [Pagination Section]. OPTIONAL.""")
26515
+ @cli_util.option('--count', type=click.INT, help=u"""An integer that indicates the desired maximum number of query results per page. 1000 is the largest value that you can use. See the Pagination section of the System for Cross-Domain Identity Management Protocol specification for more information. ([Section 3.4.2.4]). OPTIONAL.""")
26516
+ @cli_util.option('--page', help=u"""The value of the `opc-next-page` response header from the previous 'List' call.""")
26517
+ @cli_util.option('--limit', type=click.INT, help=u"""The maximum number of items to return in a paginated 'List' call.""")
26518
+ @json_skeleton_utils.get_cli_json_input_option({'schemas': {'module': 'identity_domains', 'class': 'list[string]'}, 'attributes': {'module': 'identity_domains', 'class': 'list[string]'}})
26519
+ @cli_util.help_option
26520
+ @click.pass_context
26521
+ @json_skeleton_utils.json_skeleton_generation_handler(input_params_to_complex_types={'schemas': {'module': 'identity_domains', 'class': 'list[string]'}, 'attributes': {'module': 'identity_domains', 'class': 'list[string]'}}, output_type={'module': 'identity_domains', 'class': 'MappedAttributes'})
26522
+ @cli_util.wrap_exceptions
26523
+ def search_mapped_attributes(ctx, from_json, schemas, authorization, resource_type_schema_version, attributes, attribute_sets, filter, sort_by, sort_order, start_index, count, page, limit):
26524
+
26525
+ kwargs = {}
26526
+ if authorization is not None:
26527
+ kwargs['authorization'] = authorization
26528
+ if resource_type_schema_version is not None:
26529
+ kwargs['resource_type_schema_version'] = resource_type_schema_version
26530
+ if page is not None:
26531
+ kwargs['page'] = page
26532
+ if limit is not None:
26533
+ kwargs['limit'] = limit
26534
+
26535
+ _details = {}
26536
+ _details['schemas'] = cli_util.parse_json_parameter("schemas", schemas)
26537
+
26538
+ if attributes is not None:
26539
+ _details['attributes'] = cli_util.parse_json_parameter("attributes", attributes)
26540
+
26541
+ if attribute_sets is not None:
26542
+ _details['attributeSets'] = cli_util.parse_json_parameter("attribute_sets", attribute_sets)
26543
+
26544
+ if filter is not None:
26545
+ _details['filter'] = filter
26546
+
26547
+ if sort_by is not None:
26548
+ _details['sortBy'] = sort_by
26549
+
26550
+ if sort_order is not None:
26551
+ _details['sortOrder'] = sort_order
26552
+
26553
+ if start_index is not None:
26554
+ _details['startIndex'] = start_index
26555
+
26556
+ if count is not None:
26557
+ _details['count'] = count
26558
+
26559
+ client = cli_util.build_client('identity_domains', 'identity_domains', ctx)
26560
+ result = client.search_mapped_attributes(
26561
+ mapped_attribute_search_request=_details,
26562
+ **kwargs
26563
+ )
26564
+ cli_util.render_response(result, ctx)
26565
+
26566
+
26196
26567
  @my_apps_group.command(name=cli_util.override('identity_domains.search_my_apps.command_name', 'search'), help=u"""Search My Apps Using POST
26197
26568
 
26198
26569
  The top level --endpoint parameter must be supplied for this operation. \n[Command Reference](searchMyApps)""")