Class PreferredCredentialCollection
A collection of preferred credential attributes.
Inherited Members
Namespace: Oci.DatabasemanagementService.Models
Assembly: OCI.DotNetSDK.Databasemanagement.dll
Syntax
public class PreferredCredentialCollection
Properties
Items
Declaration
[Required(ErrorMessage = "Items is required.")]
[JsonProperty(PropertyName = "items")]
public List<PreferredCredentialSummary> Items { get; set; }
Property Value
Type | Description |
---|---|
List<PreferredCredentialSummary> | The attributes of the preferred credential. |
Remarks
Required