BrandingSettingsImages

class oci.identity_domains.models.BrandingSettingsImages(**kwargs)

Bases: object

References to various images

Methods

__init__(**kwargs) Initializes a new BrandingSettingsImages object with values from keyword arguments.

Attributes

display Gets the display of this BrandingSettingsImages.
type [Required] Gets the type of this BrandingSettingsImages.
value [Required] Gets the value of this BrandingSettingsImages.
__init__(**kwargs)

Initializes a new BrandingSettingsImages 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 BrandingSettingsImages.
  • type (str) – The value to assign to the type property of this BrandingSettingsImages.
  • display (str) – The value to assign to the display property of this BrandingSettingsImages.
display

Gets the display of this BrandingSettingsImages. A human-readable name, primarily used for display purposes

SCIM++ Properties:
  • multiValued: false
  • mutability: readOnly
  • required: false
  • returned: default
  • type: string
Returns:The display of this BrandingSettingsImages.
Return type:str
type

[Required] Gets the type of this BrandingSettingsImages. Indicates the image type

SCIM++ Properties:
  • multiValued: false
  • mutability: readOnly
  • required: true
  • returned: default
  • type: string
Returns:The type of this BrandingSettingsImages.
Return type:str
value

[Required] Gets the value of this BrandingSettingsImages. Image URI

SCIM++ Properties:
  • multiValued: false
  • mutability: readOnly
  • required: true
  • returned: default
  • type: reference
Returns:The value of this BrandingSettingsImages.
Return type:str