Class CreateApplicationGroupDetails
Request for creating a application list in a policy.
Inherited Members
Namespace: Oci.NetworkfirewallService.Models
Assembly: OCI.DotNetSDK.Networkfirewall.dll
Syntax
public class CreateApplicationGroupDetailsProperties
Apps
Declaration
[Required(ErrorMessage = "Apps is required.")]
[JsonProperty(PropertyName = "apps")]
public List<string> Apps { get; set; }Property Value
| Type | Description | 
|---|---|
| List<string> | Collection of application names. | 
Remarks
Required
Name
Declaration
[Required(ErrorMessage = "Name is required.")]
[JsonProperty(PropertyName = "name")]
public string Name { get; set; }Property Value
| Type | Description | 
|---|---|
| string | Name of the application Group. | 
Remarks
Required