PingOne Platform APIs

Images

Use the Images service to associate a custom image with an environment:

  • For use with logos for the Branding service.

  • For icons displayed in the PingOne dock.

Images data model

Property Type Required? Mutable? Description

createdAt

String

N/A

Read-only

The time the resource was created.

environment.id

String

N/A

Read-only

The environment resource’s unique identifier.

id

String

N/A

Read-only

The resource’s unique identifier.

targets.height

String

Required

Mutable

The height of the image (in pixels).

targets.href

String

Optional

Mutable

The URL or fully qualified path to the image source file.

targets.id

String

Optional

Mutable

The UUID of the target image.

targets.type

String

Optional

Mutable

The type of format used for the image. Options are jpg, png, and gif.

targets.width

String

Optional

Mutable

The width of the image (in pixels).

Image events generated

Refer to Audit Reporting Events for the events generated.

Response codes

Code Message

200

Successful operation.

201

Successfully created.

401

You do not have access to this resource.

403

You do not have permissions or are not licensed to make this request.