BrandingSettingsDefaultImages¶
-
class
oci.identity_domains.models.
BrandingSettingsDefaultImages
(**kwargs)¶ Bases:
object
References to various images
Methods
__init__
(**kwargs)Initializes a new BrandingSettingsDefaultImages object with values from keyword arguments. Attributes
display
Gets the display of this BrandingSettingsDefaultImages. type
[Required] Gets the type of this BrandingSettingsDefaultImages. value
[Required] Gets the value of this BrandingSettingsDefaultImages. -
__init__
(**kwargs)¶ Initializes a new BrandingSettingsDefaultImages 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 BrandingSettingsDefaultImages.
- type (str) – The value to assign to the type property of this BrandingSettingsDefaultImages.
- display (str) – The value to assign to the display property of this BrandingSettingsDefaultImages.
-
display
¶ Gets the display of this BrandingSettingsDefaultImages. 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 BrandingSettingsDefaultImages. Return type: str
-
type
¶ [Required] Gets the type of this BrandingSettingsDefaultImages. 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 BrandingSettingsDefaultImages. Return type: str
-
value
¶ [Required] Gets the value of this BrandingSettingsDefaultImages. Image URI
Added In: 18.2.2
- SCIM++ Properties:
- multiValued: false
- mutability: readOnly
- required: true
- returned: default
- type: reference
Returns: The value of this BrandingSettingsDefaultImages. Return type: str
-