SettingsImages¶
- 
class oci.identity_domains.models.SettingsImages(**kwargs)¶
- Bases: - object- References to various images - Methods - __init__(**kwargs)- Initializes a new SettingsImages object with values from keyword arguments. - Attributes - display- Gets the display of this SettingsImages. - type- [Required] Gets the type of this SettingsImages. - value- [Required] Gets the value of this SettingsImages. - 
__init__(**kwargs)¶
- Initializes a new SettingsImages 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 SettingsImages.
- type (str) – The value to assign to the type property of this SettingsImages.
- display (str) – The value to assign to the display property of this SettingsImages.
 
 - 
display¶
- Gets the display of this SettingsImages. A human-readable name, primarily used for display purposes - SCIM++ Properties:
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
 
 - Returns: - The display of this SettingsImages. - Return type: - str 
 - 
type¶
- [Required] Gets the type of this SettingsImages. Indicates the image type - SCIM++ Properties:
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: string
 
 - Returns: - The type of this SettingsImages. - Return type: - str 
 - 
value¶
- [Required] Gets the value of this SettingsImages. Image URI - SCIM++ Properties:
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: reference
 
 - Returns: - The value of this SettingsImages. - Return type: - str 
 
-