UpdatePrivateApplicationDetails¶
- 
class oci.service_catalog.models.UpdatePrivateApplicationDetails(**kwargs)¶
- Bases: - object- The model for the parameters needed to update a private application. - Methods - __init__(**kwargs)- Initializes a new UpdatePrivateApplicationDetails object with values from keyword arguments. - Attributes - defined_tags- Gets the defined_tags of this UpdatePrivateApplicationDetails. - display_name- Gets the display_name of this UpdatePrivateApplicationDetails. - freeform_tags- Gets the freeform_tags of this UpdatePrivateApplicationDetails. - logo_file_base64_encoded- Gets the logo_file_base64_encoded of this UpdatePrivateApplicationDetails. - long_description- Gets the long_description of this UpdatePrivateApplicationDetails. - short_description- Gets the short_description of this UpdatePrivateApplicationDetails. - 
__init__(**kwargs)¶
- Initializes a new UpdatePrivateApplicationDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): - Parameters: - display_name (str) – The value to assign to the display_name property of this UpdatePrivateApplicationDetails.
- short_description (str) – The value to assign to the short_description property of this UpdatePrivateApplicationDetails.
- long_description (str) – The value to assign to the long_description property of this UpdatePrivateApplicationDetails.
- logo_file_base64_encoded (str) – The value to assign to the logo_file_base64_encoded property of this UpdatePrivateApplicationDetails.
- defined_tags (dict(str, dict(str, object))) – The value to assign to the defined_tags property of this UpdatePrivateApplicationDetails.
- freeform_tags (dict(str, str)) – The value to assign to the freeform_tags property of this UpdatePrivateApplicationDetails.
 
 - Gets the defined_tags of this UpdatePrivateApplicationDetails. Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {“foo-namespace”: {“bar-key”: “value”}} - Returns: - The defined_tags of this UpdatePrivateApplicationDetails. - Return type: - dict(str, dict(str, object)) 
 - 
display_name¶
- Gets the display_name of this UpdatePrivateApplicationDetails. The name of the private application. - Returns: - The display_name of this UpdatePrivateApplicationDetails. - Return type: - str 
 - Gets the freeform_tags of this UpdatePrivateApplicationDetails. Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: {“bar-key”: “value”} - Returns: - The freeform_tags of this UpdatePrivateApplicationDetails. - Return type: - dict(str, str) 
 - 
logo_file_base64_encoded¶
- Gets the logo_file_base64_encoded of this UpdatePrivateApplicationDetails. Base64-encoded logo to use as the private application icon. Template icon file requirements: PNG format, 50 KB maximum, 130 x 130 pixels. - Returns: - The logo_file_base64_encoded of this UpdatePrivateApplicationDetails. - Return type: - str 
 - 
long_description¶
- Gets the long_description of this UpdatePrivateApplicationDetails. A long description of the private application. - Returns: - The long_description of this UpdatePrivateApplicationDetails. - Return type: - str 
 - 
short_description¶
- Gets the short_description of this UpdatePrivateApplicationDetails. A short description of the private application. - Returns: - The short_description of this UpdatePrivateApplicationDetails. - Return type: - str 
 
-