Show / Hide Table of Contents

Class UpdateApplicationGroupDetails

Request for updating an existing application in context to the network firewall policy.

Inheritance
object
UpdateApplicationGroupDetails
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.NetworkfirewallService.Models
Assembly: OCI.DotNetSDK.Networkfirewall.dll
Syntax
public class UpdateApplicationGroupDetails

Properties

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

Description

Declaration
[JsonProperty(PropertyName = "description")]
public string Description { get; set; }
Property Value
Type Description
string

The description of the application list. This field can be used to add additional info.

In this article
Back to top