Class CreateMappedSecretDetails
The Request for creating the Mapped Secret
Inherited Members
Namespace: Oci.NetworkfirewallService.Models
Assembly: OCI.DotNetSDK.Networkfirewall.dll
Syntax
[JsonConverter(typeof(CreateMappedSecretDetailsModelConverter))]
public class CreateMappedSecretDetailsProperties
Name
Declaration
[Required(ErrorMessage = "Name is required.")]
[JsonProperty(PropertyName = "name")]
public string Name { get; set; }Property Value
| Type | Description | 
|---|---|
| string | Unique name to identify the group of urls to be used in the policy rules. | 
Remarks
Required
Type
Declaration
[Required(ErrorMessage = "Type is required.")]
[JsonProperty(PropertyName = "type")]
[JsonConverter(typeof(StringEnumConverter))]
public InspectionType? Type { get; set; }Property Value
| Type | Description | 
|---|---|
| InspectionType? | Type of the secrets mapped based on the policy.
 
 | 
Remarks
Required