SelectionDetails¶
-
class
oci.data_safe.models.
SelectionDetails
(**kwargs)¶ Bases:
object
Details of the items to be selected and the mode of selection.
Attributes
SELECTION_MODE_LIST
A constant which can be used with the selection_mode property of a SelectionDetails. SELECTION_MODE_SCIM_QUERY
A constant which can be used with the selection_mode property of a SelectionDetails. selection_mode
[Required] Gets the selection_mode of this SelectionDetails. Methods
__init__
(**kwargs)Initializes a new SelectionDetails object with values from keyword arguments. get_subtype
(object_dictionary)Given the hash representation of a subtype of this class, use the info in the hash to return the class of the subtype. -
SELECTION_MODE_LIST
= 'LIST'¶ A constant which can be used with the selection_mode property of a SelectionDetails. This constant has a value of “LIST”
-
SELECTION_MODE_SCIM_QUERY
= 'SCIM_QUERY'¶ A constant which can be used with the selection_mode property of a SelectionDetails. This constant has a value of “SCIM_QUERY”
-
__init__
(**kwargs)¶ Initializes a new SelectionDetails object with values from keyword arguments. This class has the following subclasses and if you are using this class as input to a service operations then you should favor using a subclass over the base class:
The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: selection_mode (str) – The value to assign to the selection_mode property of this SelectionDetails. Allowed values for this property are: “LIST”, “SCIM_QUERY”
-
static
get_subtype
(object_dictionary)¶ Given the hash representation of a subtype of this class, use the info in the hash to return the class of the subtype.
-
selection_mode
¶ [Required] Gets the selection_mode of this SelectionDetails. The mode of selection of items, whether it is a list of ocids or a scimQuery. Allowed values: - LIST - SCIM_QUERY
Allowed values for this property are: “LIST”, “SCIM_QUERY”
Returns: The selection_mode of this SelectionDetails. Return type: str
-