SourceValidateDetails

class oci.log_analytics.models.SourceValidateDetails(**kwargs)

Bases: object

source validation details

Methods

__init__(**kwargs) Initializes a new SourceValidateDetails object with values from keyword arguments.

Attributes

key Gets the key of this SourceValidateDetails.
value Gets the value of this SourceValidateDetails.
__init__(**kwargs)

Initializes a new SourceValidateDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:
  • key (str) – The value to assign to the key property of this SourceValidateDetails.
  • value (str) – The value to assign to the value property of this SourceValidateDetails.
key

Gets the key of this SourceValidateDetails. The key.

Returns:The key of this SourceValidateDetails.
Return type:str
value

Gets the value of this SourceValidateDetails. The value.

Returns:The value of this SourceValidateDetails.
Return type:str