Skip to main content

SetIconRequest

Properties

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

Example

from sailpoint.beta.models.set_icon_request import SetIconRequest

set_icon_request = SetIconRequest(
image='\x00\x00\x00\x02'
)

[Back to top]