Class CredentialCollection
List of CredentialSummary items.
Inherited Members
Namespace: Oci.DatabasetoolsruntimeService.Models
Assembly: OCI.DotNetSDK.Databasetoolsruntime.dll
Syntax
public class CredentialCollection
Properties
Items
Declaration
[Required(ErrorMessage = "Items is required.")]
[JsonProperty(PropertyName = "items")]
public List<CredentialSummary> Items { get; set; }
Property Value
| Type | Description |
|---|---|
| List<CredentialSummary> | Array of |
Remarks
Required