UrlSource#

class UrlSource(url=None, should_allow_insecure_url=False, basic_auth=None, *args, **kwargs)#

Bases: object

The source URL details for creating an image.

Parameters:
  • url (required) – (url) The URL for creating an image.

  • should_allow_insecure_url – (should_allow_insecure_url) Ignore the certificate errors if the value is true. Default is false. (Default False)

  • basic_auth – (basic_auth)

property basic_auth#
Type:

UrlBasicAuth

property should_allow_insecure_url#

Ignore the certificate errors if the value is true. Default is false.

Type:

bool

to_dict()#

Returns the model properties as a dictionary

to_str()#

Returns the string representation of the model

property url#

The URL for creating an image.

Type:

str