Show / Hide Table of Contents

Class GetAlertPolicyRuleRequest

Inheritance
object
GetAlertPolicyRuleRequest
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 GetAlertPolicyRuleRequest : IOciRequest
Examples

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

Properties

AlertPolicyId

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

The OCID of the alert policy.

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.

RuleKey

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

The key of the alert policy rule.

Remarks

Required

Implements

IOciRequest
In this article
Back to top