Class UpdateMappedSecretRequest
Implements
Inherited Members
Namespace: Oci.NetworkfirewallService.Requests
Assembly: OCI.DotNetSDK.Networkfirewall.dll
Syntax
public class UpdateMappedSecretRequest : IOciRequest
  Examples
Click here to see an example of how to use UpdateMappedSecret request.
Properties
IfMatch
Declaration
[HttpConverter(TargetEnum.Header, "if-match")]
public string IfMatch { get; set; }
  Property Value
| Type | Description | 
|---|---|
| string | For optimistic concurrency control. In the PUT or DELETE call
for a resource, set the   | 
      
MappedSecretName
Declaration
[Required(ErrorMessage = "MappedSecretName is required.")]
[HttpConverter(TargetEnum.Path, "mappedSecretName")]
public string MappedSecretName { get; set; }
  Property Value
| Type | Description | 
|---|---|
| string | Unique identifier for Mapped Secrets.  | 
      
Remarks
Required
NetworkFirewallPolicyId
Declaration
[Required(ErrorMessage = "NetworkFirewallPolicyId is required.")]
[HttpConverter(TargetEnum.Path, "networkFirewallPolicyId")]
public string NetworkFirewallPolicyId { get; set; }
  Property Value
| Type | Description | 
|---|---|
| string | Unique Network Firewall Policy identifier  | 
      
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.  | 
      
UpdateMappedSecretDetails
Declaration
[Required(ErrorMessage = "UpdateMappedSecretDetails is required.")]
[HttpConverter(TargetEnum.Body)]
public UpdateMappedSecretDetails UpdateMappedSecretDetails { get; set; }
  Property Value
| Type | Description | 
|---|---|
| UpdateMappedSecretDetails | The information to be updated.  | 
      
Remarks
Required