a NfG @sDddlmZddlmZmZmZddlmZeGdddeZdS))TriggerCreateResult)formatted_flat_dict NONE_SENTINEL#value_allowed_none_or_none_sentinel)init_model_state_from_kwargsc@s~eZdZdZddZeddZejddZeddZejd dZed d Z e jd d Z d dZ ddZ ddZ dS)VbsTriggerCreateResultz2 Trigger create response specific to VBS. cKsdddddddddddddddddd|_ddd d d d d ddddddddddd|_d|_d|_d|_d|_d|_d|_d|_d|_ d|_ d|_ d|_ d|_ d|_d|_d|_d|_d|_d|_dS)a Initializes a new VbsTriggerCreateResult object with values from keyword arguments. The default value of the :py:attr:`~oci.devops.models.VbsTriggerCreateResult.trigger_source` attribute of this class is ``VBS`` and it should not be changed. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param id: The value to assign to the id property of this VbsTriggerCreateResult. :type id: str :param display_name: The value to assign to the display_name property of this VbsTriggerCreateResult. :type display_name: str :param description: The value to assign to the description property of this VbsTriggerCreateResult. :type description: str :param project_id: The value to assign to the project_id property of this VbsTriggerCreateResult. :type project_id: str :param compartment_id: The value to assign to the compartment_id property of this VbsTriggerCreateResult. :type compartment_id: str :param trigger_source: The value to assign to the trigger_source property of this VbsTriggerCreateResult. :type trigger_source: str :param time_created: The value to assign to the time_created property of this VbsTriggerCreateResult. :type time_created: datetime :param time_updated: The value to assign to the time_updated property of this VbsTriggerCreateResult. :type time_updated: datetime :param lifecycle_state: The value to assign to the lifecycle_state property of this VbsTriggerCreateResult. :type lifecycle_state: str :param lifecycle_details: The value to assign to the lifecycle_details property of this VbsTriggerCreateResult. :type lifecycle_details: str :param actions: The value to assign to the actions property of this VbsTriggerCreateResult. :type actions: list[oci.devops.models.TriggerAction] :param freeform_tags: The value to assign to the freeform_tags property of this VbsTriggerCreateResult. :type freeform_tags: dict(str, str) :param defined_tags: The value to assign to the defined_tags property of this VbsTriggerCreateResult. :type defined_tags: dict(str, dict(str, object)) :param system_tags: The value to assign to the system_tags property of this VbsTriggerCreateResult. :type system_tags: dict(str, dict(str, object)) :param secret: The value to assign to the secret property of this VbsTriggerCreateResult. :type secret: str :param trigger_url: The value to assign to the trigger_url property of this VbsTriggerCreateResult. :type trigger_url: str :param connection_id: The value to assign to the connection_id property of this VbsTriggerCreateResult. :type connection_id: str strdatetimezlist[TriggerAction]zdict(str, str)zdict(str, dict(str, object)))id display_name description project_idcompartment_idtrigger_source time_created time_updatedlifecycle_statelifecycle_detailsactions freeform_tags defined_tags system_tagssecret trigger_url connection_idr displayNamer projectId compartmentId triggerSource timeCreated timeUpdatedlifecycleStatelifecycleDetailsr freeformTags definedTags systemTagsr triggerUrl connectionIdNVBS) swagger_types attribute_map_id _display_name _description _project_id_compartment_id_trigger_source _time_created _time_updated_lifecycle_state_lifecycle_details_actions_freeform_tags _defined_tags _system_tags_secret _trigger_url_connection_id)selfkwargsr?/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/devops/models/vbs_trigger_create_result.py__init__slLzVbsTriggerCreateResult.__init__cCs|jS)a **[Required]** Gets the secret of this VbsTriggerCreateResult. The secret used to validate the incoming trigger call. This is visible only after the resource is created. :return: The secret of this VbsTriggerCreateResult. :rtype: str r:r=r?r?r@rs zVbsTriggerCreateResult.secretcCs ||_dS)a  Sets the secret of this VbsTriggerCreateResult. The secret used to validate the incoming trigger call. This is visible only after the resource is created. :param secret: The secret of this VbsTriggerCreateResult. :type: str NrB)r=rr?r?r@rs cCs|jS)z **[Required]** Gets the trigger_url of this VbsTriggerCreateResult. The endpoint that listens to trigger events. :return: The trigger_url of this VbsTriggerCreateResult. :rtype: str r;rCr?r?r@rs z"VbsTriggerCreateResult.trigger_urlcCs ||_dS)z Sets the trigger_url of this VbsTriggerCreateResult. The endpoint that listens to trigger events. :param trigger_url: The trigger_url of this VbsTriggerCreateResult. :type: str NrD)r=rr?r?r@rs cCs|jS)z Gets the connection_id of this VbsTriggerCreateResult. The OCID of the connection resource used to get details for triggered events. :return: The connection_id of this VbsTriggerCreateResult. :rtype: str r<rCr?r?r@rs z$VbsTriggerCreateResult.connection_idcCs ||_dS)a Sets the connection_id of this VbsTriggerCreateResult. The OCID of the connection resource used to get details for triggered events. :param connection_id: The connection_id of this VbsTriggerCreateResult. :type: str NrE)r=rr?r?r@rs cCst|SN)rrCr?r?r@__repr__szVbsTriggerCreateResult.__repr__cCs|dur dS|j|jkS)NF)__dict__r=otherr?r?r@__eq__szVbsTriggerCreateResult.__eq__cCs ||k SrFr?rIr?r?r@__ne__szVbsTriggerCreateResult.__ne__N) __name__ __module__ __qualname____doc__rApropertyrsetterrrrGrKrLr?r?r?r@r s$      rN) trigger_create_resultroci.utilrrroci.decoratorsrrr?r?r?r@s