ExpandedCommunityEntry
Description
An object which holds required information for an expanded community entry. (Note: The field level constraints listed here might not cover all the constraints on the field. Additional constraints might exist.)
Model Properties
Property | Required | Type | Description | |||
---|---|---|---|---|---|---|
action | True | string | A mandatory expanded community entry object that defines the default action. Possible values are: PERMIT DENY Field level constraints: cannot be null. (Note: Additional constraints might exist) |
|||
regularExpression | True | string | Regular expression that is used to specify a pattern to match against an input string. Regular expression is used to configure patterns to match community attributes. Field level constraints: cannot be blank or empty, must match pattern ^[^\s?]+$. (Note: Additional constraints might exist) |
|||
type | True | string | A UTF8 string, all letters lower-case, that represents the class-type. This corresponds to the class name. |