CreatePrivateApplicationDetails¶
-
class
oci.service_catalog.models.
CreatePrivateApplicationDetails
(**kwargs)¶ Bases:
object
The model for the parameters needed to create a private application.
Methods
__init__
(**kwargs)Initializes a new CreatePrivateApplicationDetails object with values from keyword arguments. Attributes
compartment_id
[Required] Gets the compartment_id of this CreatePrivateApplicationDetails. defined_tags
Gets the defined_tags of this CreatePrivateApplicationDetails. display_name
[Required] Gets the display_name of this CreatePrivateApplicationDetails. freeform_tags
Gets the freeform_tags of this CreatePrivateApplicationDetails. logo_file_base64_encoded
Gets the logo_file_base64_encoded of this CreatePrivateApplicationDetails. long_description
Gets the long_description of this CreatePrivateApplicationDetails. package_details
[Required] Gets the package_details of this CreatePrivateApplicationDetails. short_description
[Required] Gets the short_description of this CreatePrivateApplicationDetails. -
__init__
(**kwargs)¶ Initializes a new CreatePrivateApplicationDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - compartment_id (str) – The value to assign to the compartment_id property of this CreatePrivateApplicationDetails.
- display_name (str) – The value to assign to the display_name property of this CreatePrivateApplicationDetails.
- short_description (str) – The value to assign to the short_description property of this CreatePrivateApplicationDetails.
- long_description (str) – The value to assign to the long_description property of this CreatePrivateApplicationDetails.
- logo_file_base64_encoded (str) – The value to assign to the logo_file_base64_encoded property of this CreatePrivateApplicationDetails.
- package_details (oci.service_catalog.models.CreatePrivateApplicationPackage) – The value to assign to the package_details property of this CreatePrivateApplicationDetails.
- defined_tags (dict(str, dict(str, object))) – The value to assign to the defined_tags property of this CreatePrivateApplicationDetails.
- freeform_tags (dict(str, str)) – The value to assign to the freeform_tags property of this CreatePrivateApplicationDetails.
-
compartment_id
¶ [Required] Gets the compartment_id of this CreatePrivateApplicationDetails. The OCID of the compartment where you want to create the private application.
Returns: The compartment_id of this CreatePrivateApplicationDetails. Return type: str
Gets the defined_tags of this CreatePrivateApplicationDetails. 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 CreatePrivateApplicationDetails. Return type: dict(str, dict(str, object))
-
display_name
¶ [Required] Gets the display_name of this CreatePrivateApplicationDetails. The name of the private application.
Returns: The display_name of this CreatePrivateApplicationDetails. Return type: str
Gets the freeform_tags of this CreatePrivateApplicationDetails. 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 CreatePrivateApplicationDetails. Return type: dict(str, str)
-
logo_file_base64_encoded
¶ Gets the logo_file_base64_encoded of this CreatePrivateApplicationDetails. 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 CreatePrivateApplicationDetails. Return type: str
-
long_description
¶ Gets the long_description of this CreatePrivateApplicationDetails. A long description of the private application.
Returns: The long_description of this CreatePrivateApplicationDetails. Return type: str
-
package_details
¶ [Required] Gets the package_details of this CreatePrivateApplicationDetails.
Returns: The package_details of this CreatePrivateApplicationDetails. Return type: oci.service_catalog.models.CreatePrivateApplicationPackage
-
short_description
¶ [Required] Gets the short_description of this CreatePrivateApplicationDetails. A short description of the private application.
Returns: The short_description of this CreatePrivateApplicationDetails. Return type: str
-