UpdateWlpAgentDetails¶
-
class
oci.cloud_guard.models.
UpdateWlpAgentDetails
(**kwargs)¶ Bases:
object
On-premise resource agent update or renew certificate response resource. Example: {“certificateSignedRequest”: “MIIGwjCCBaqgAwIBAgIVAK8hJCS/5Hu0dEMQ2ud”}
Methods
__init__
(**kwargs)Initializes a new UpdateWlpAgentDetails object with values from keyword arguments. Attributes
certificate_signed_request
[Required] Gets the certificate_signed_request of this UpdateWlpAgentDetails. defined_tags
Gets the defined_tags of this UpdateWlpAgentDetails. freeform_tags
Gets the freeform_tags of this UpdateWlpAgentDetails. -
__init__
(**kwargs)¶ Initializes a new UpdateWlpAgentDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - certificate_signed_request (str) – The value to assign to the certificate_signed_request property of this UpdateWlpAgentDetails.
- freeform_tags (dict(str, str)) – The value to assign to the freeform_tags property of this UpdateWlpAgentDetails.
- defined_tags (dict(str, dict(str, object))) – The value to assign to the defined_tags property of this UpdateWlpAgentDetails.
-
certificate_signed_request
¶ [Required] Gets the certificate_signed_request of this UpdateWlpAgentDetails. The updated certificate signing request
Returns: The certificate_signed_request of this UpdateWlpAgentDetails. Return type: str
Gets the defined_tags of this UpdateWlpAgentDetails. 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 UpdateWlpAgentDetails. Return type: dict(str, dict(str, object))
Gets the freeform_tags of this UpdateWlpAgentDetails. Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: {“bar-key”: “value”}
Avoid entering confidential information.
Returns: The freeform_tags of this UpdateWlpAgentDetails. Return type: dict(str, str)
-