SettingsDefaultImages¶
-
class
oci.identity_domains.models.
SettingsDefaultImages
(**kwargs)¶ Bases:
object
References to various images
Methods
__init__
(**kwargs)Initializes a new SettingsDefaultImages object with values from keyword arguments. Attributes
display
Gets the display of this SettingsDefaultImages. type
[Required] Gets the type of this SettingsDefaultImages. value
[Required] Gets the value of this SettingsDefaultImages. -
__init__
(**kwargs)¶ Initializes a new SettingsDefaultImages object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - value (str) – The value to assign to the value property of this SettingsDefaultImages.
- type (str) – The value to assign to the type property of this SettingsDefaultImages.
- display (str) – The value to assign to the display property of this SettingsDefaultImages.
-
display
¶ Gets the display of this SettingsDefaultImages. A human-readable name, primarily used for display purposes
Added In: 18.2.2
- SCIM++ Properties:
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
Returns: The display of this SettingsDefaultImages. Return type: str
-
type
¶ [Required] Gets the type of this SettingsDefaultImages. Indicates the image type
Added In: 18.2.2
- SCIM++ Properties:
- multiValued: false
- mutability: readOnly
- required: true
- returned: default
- type: string
Returns: The type of this SettingsDefaultImages. Return type: str
-
value
¶ [Required] Gets the value of this SettingsDefaultImages. Image URI
Added In: 18.2.2
- SCIM++ Properties:
- multiValued: false
- mutability: readOnly
- required: true
- returned: default
- type: reference
Returns: The value of this SettingsDefaultImages. Return type: str
-