Skip to main content

SetIconV1Request

Properties

NameTypeDescriptionNotes
imagebytearrayfile with icon. Allowed mime-types ['image/png', 'image/jpeg'][required]
}

Example

from sailpoint.icons.models.set_icon_v1_request import SetIconV1Request

set_icon_v1_request = SetIconV1Request(
image='[B@522b2631'
)

[Back to top]