basicProfile property
Profile which tells what the primitive action should be.
Required. Possible string values are:
- "BASIC_PROFILE_UNSPECIFIED" : If there is not a mentioned action for the target.
- "ALLOW" : Allow the matched traffic.
- "DENY" : Deny the matched traffic.
Implementation
core.String? basicProfile;