Bases: object
A model object representing the ImageRepository resource.
Constructs an object of type ImageRepository with the provided properties.
name (str) – A Snowflake object identifier. If the identifier contains spaces or special characters, the entire string must be enclosed in double quotes. Identifiers enclosed in double quotes are also case-sensitive.
database_name (str, optional) – A Snowflake object identifier. If the identifier contains spaces or special characters, the entire string must be enclosed in double quotes. Identifiers enclosed in double quotes are also case-sensitive.
schema_name (str, optional) – A Snowflake object identifier. If the identifier contains spaces or special characters, the entire string must be enclosed in double quotes. Identifiers enclosed in double quotes are also case-sensitive.
created_on (datetime, optional) – Time the image repository was created.
repository_url (str, optional) – Current URL of the image repository.
owner (str, optional) – Identifier for the current owner of the image repository.
owner_role_type (str, optional) – Role type of the image repository owner.
Methods
Create an instance of ImageRepository from a dict.
This method constructs a ImageRepository object from a dictionary with the key-value pairs of its properties.
obj (dict) – A dictionary whose keys and values correspond to the properties of the resource object.
A ImageRepository object created using the input dictionary; this will fail if the required properties are missing.
Create a dictionary of the properties from a ImageRepository.
This method constructs a dictionary with the key-value entries corresponding to the properties of the ImageRepository object.
A dictionary object created using the input model.
dict