Class CreateCredentialExecuteGranteeDetails
Specifies the database user, the grantee, who is granted the execute privilege on the credential.
Inherited Members
Namespace: Oci.DatabasetoolsruntimeService.Models
Assembly: OCI.DotNetSDK.Databasetoolsruntime.dll
Syntax
public class CreateCredentialExecuteGranteeDetails
Properties
Key
Declaration
[Required(ErrorMessage = "Key is required.")]
[JsonProperty(PropertyName = "key")]
public string Key { get; set; }
Property Value
| Type | Description |
|---|---|
| string | The name of the user to grant the EXECUTE privilege on the credential. |
Remarks
Required