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

In this article
Back to top