LibraryItemUpdatesessionPreviewWarningInfo

The PreviewWarningInfo structure provides information about the warnings which are raised during the update session preview.


Properties

boolean
ignored Required

Indicates if this warning will be ignored during session complete operation.


message Required

The message specifying more details about the warning.


type Required

The WarningType enumerated type defines the warnings which can be raised during the update session.
SELF_SIGNED_CERTIFICATE : The certificate used for signing the content is self-signed.
EXPIRED_CERTIFICATE : The certificate used for signing the content is expired.
NOT_YET_VALID_CERTIFICATE : The certificate used for signing the content is not yet valid.
UNTRUSTED_CERTIFICATE : The certificate used for signing the content is not trusted.

Possible values are: SELF_SIGNED_CERTIFICATEEXPIRED_CERTIFICATENOT_YET_VALID_CERTIFICATEUNTRUSTED_CERTIFICATE

JSON Example

{
	"ignored": false,
	"message": {
		"args": [
			"string"
		],
		"default_message": "string",
		"id": "string"
	},
	"type": "SELF_SIGNED_CERTIFICATE"
}

Feedback

Was this page helpful?