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