Class GetConditionMetadataTypeRequest
Implements
Inherited Members
Namespace: Oci.CloudguardService.Requests
Assembly: OCI.DotNetSDK.Cloudguard.dll
Syntax
public class GetConditionMetadataTypeRequest : IOciRequestExamples
Click here to see an example of how to use GetConditionMetadataType request.
Properties
ConditionMetadataTypeId
Declaration
[Required(ErrorMessage = "ConditionMetadataTypeId is required.")]
[HttpConverter(TargetEnum.Path, "conditionMetadataTypeId")]
public ConditionTypeEnum? ConditionMetadataTypeId { get; set; }Property Value
| Type | Description | 
|---|---|
| ConditionTypeEnum? | The type of the condition metadata. | 
Remarks
Required
OpcRequestId
Declaration
[HttpConverter(TargetEnum.Header, "opc-request-id")]
public string OpcRequestId { get; set; }Property Value
| Type | Description | 
|---|---|
| string | The client request ID for tracing. | 
ResourceType
Declaration
[HttpConverter(TargetEnum.Query, "resourceType")]
public string ResourceType { get; set; }Property Value
| Type | Description | 
|---|---|
| string | Resource filter for the condition metadata. | 
ServiceType
Declaration
[HttpConverter(TargetEnum.Query, "serviceType")]
public string ServiceType { get; set; }Property Value
| Type | Description | 
|---|---|
| string | Service type filter for the condition metadata. |