# ApiAccessRule
## Properties
**api_access_rule_id** | Option<**String**> | The ID of the API access rule. | [optional]
**ca_ids** | Option<**Vec<String>**> | One or more IDs of Client Certificate Authorities (CAs) used for the API access rule. | [optional]
**cns** | Option<**Vec<String>**> | One or more Client Certificate Common Names (CNs). | [optional]
**description** | Option<**String**> | The description of the API access rule. | [optional]
**ip_ranges** | Option<**Vec<String>**> | One or more IP ranges used for the API access rule, in CIDR notation (for example, `192.0.2.0/16`). | [optional]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)