Show / Hide Table of Contents

Class GetDatabaseTableAccessEntryRequest

Inheritance
object
GetDatabaseTableAccessEntryRequest
Implements
IOciRequest
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.DatasafeService.Requests
Assembly: OCI.DotNetSDK.Datasafe.dll
Syntax
public class GetDatabaseTableAccessEntryRequest : IOciRequest
Examples

Click here to see an example of how to use GetDatabaseTableAccessEntry request.

Properties

DatabaseTableAccessEntryKey

Declaration
[Required(ErrorMessage = "DatabaseTableAccessEntryKey is required.")]
[HttpConverter(TargetEnum.Path, "databaseTableAccessEntryKey")]
public string DatabaseTableAccessEntryKey { get; set; }
Property Value
Type Description
string

The unique key that identifies the table access object. This is a system-generated identifier.

Remarks

Required

OpcRequestId

Declaration
[HttpConverter(TargetEnum.Header, "opc-request-id")]
public string OpcRequestId { get; set; }
Property Value
Type Description
string

Unique identifier for the request.

SecurityPolicyReportId

Declaration
[Required(ErrorMessage = "SecurityPolicyReportId is required.")]
[HttpConverter(TargetEnum.Path, "securityPolicyReportId")]
public string SecurityPolicyReportId { get; set; }
Property Value
Type Description
string

The OCID of the security policy report resource.

Remarks

Required

Implements

IOciRequest
In this article
Back to top