CreateApplicationGroupDetails¶
- 
class oci.network_firewall.models.CreateApplicationGroupDetails(**kwargs)¶
- Bases: - object- Request for creating a application list in a policy. - Methods - __init__(**kwargs)- Initializes a new CreateApplicationGroupDetails object with values from keyword arguments. - Attributes - apps- [Required] Gets the apps of this CreateApplicationGroupDetails. - name- [Required] Gets the name of this CreateApplicationGroupDetails. - 
__init__(**kwargs)¶
- Initializes a new CreateApplicationGroupDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): - Parameters: - name (str) – The value to assign to the name property of this CreateApplicationGroupDetails.
- apps (list[str]) – The value to assign to the apps property of this CreateApplicationGroupDetails.
 
 - 
apps¶
- [Required] Gets the apps of this CreateApplicationGroupDetails. Collection of application names. - Returns: - The apps of this CreateApplicationGroupDetails. - Return type: - list[str] 
 - 
name¶
- [Required] Gets the name of this CreateApplicationGroupDetails. Name of the application Group. - Returns: - The name of this CreateApplicationGroupDetails. - Return type: - str 
 
-