Show / Hide Table of Contents

Class CreateCredentialExecuteGranteeDetails

Specifies the database user, the grantee, who is granted the execute privilege on the credential.

Inheritance
object
CreateCredentialExecuteGranteeDetails
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

In this article
Back to top