Class PlainTextCredentials
Plain text credentials [indicated by the type property in CredentialStore].
Inherited Members
Namespace: Oci.StackmonitoringService.Models
Assembly: OCI.DotNetSDK.Stackmonitoring.dll
Syntax
public class PlainTextCredentials : MonitoredResourceCredential
Properties
Properties
Declaration
[Required(ErrorMessage = "Properties is required.")]
[JsonProperty(PropertyName = "properties")]
public List<CredentialProperty> Properties { get; set; }
Property Value
Type | Description |
---|---|
List<CredentialProperty> | The credential properties list. Credential property values will be either in plain text format or encrypted for encrypted credentials. |
Remarks
Required