Class GetReferentialRelationRequest
Implements
Inherited Members
Namespace: Oci.DatasafeService.Requests
Assembly: OCI.DotNetSDK.Datasafe.dll
Syntax
public class GetReferentialRelationRequest : IOciRequestExamples
Click here to see an example of how to use GetReferentialRelation request.
Properties
OpcRequestId
Declaration
[HttpConverter(TargetEnum.Header, "opc-request-id")]
public string OpcRequestId { get; set; }Property Value
| Type | Description | 
|---|---|
| string | Unique identifier for the request. | 
ReferentialRelationKey
Declaration
[Required(ErrorMessage = "ReferentialRelationKey is required.")]
[HttpConverter(TargetEnum.Path, "referentialRelationKey")]
public string ReferentialRelationKey { get; set; }Property Value
| Type | Description | 
|---|---|
| string | The unique key that identifies the referential relation. It's numeric and unique within a sensitive data model. | 
Remarks
Required
SensitiveDataModelId
Declaration
[Required(ErrorMessage = "SensitiveDataModelId is required.")]
[HttpConverter(TargetEnum.Path, "sensitiveDataModelId")]
public string SensitiveDataModelId { get; set; }Property Value
| Type | Description | 
|---|---|
| string | The OCID of the sensitive data model. | 
Remarks
Required