CredentialDetails¶
- 
class oci.stack_monitoring.models.CredentialDetails(**kwargs)¶
- Bases: - object- DiscoveryJob Credential Details. - Methods - __init__(**kwargs)- Initializes a new CredentialDetails object with values from keyword arguments. - Attributes - credential_name- [Required] Gets the credential_name of this CredentialDetails. - credential_type- [Required] Gets the credential_type of this CredentialDetails. - properties- [Required] Gets the properties of this CredentialDetails. - 
__init__(**kwargs)¶
- Initializes a new CredentialDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): - Parameters: - credential_name (str) – The value to assign to the credential_name property of this CredentialDetails.
- credential_type (str) – The value to assign to the credential_type property of this CredentialDetails.
- properties (oci.stack_monitoring.models.PropertyDetails) – The value to assign to the properties property of this CredentialDetails.
 
 - 
credential_name¶
- [Required] Gets the credential_name of this CredentialDetails. Name of Credential - Returns: - The credential_name of this CredentialDetails. - Return type: - str 
 - 
credential_type¶
- [Required] Gets the credential_type of this CredentialDetails. Name of Credential Type - Returns: - The credential_type of this CredentialDetails. - Return type: - str 
 - 
properties¶
- [Required] Gets the properties of this CredentialDetails. - Returns: - The properties of this CredentialDetails. - Return type: - oci.stack_monitoring.models.PropertyDetails 
 
-