# SecurityGroup
## Properties
**account_id** | Option<**String**> | The account ID that has been granted permission. | [optional]
**description** | Option<**String**> | The description of the security group. | [optional]
**inbound_rules** | Option<[**Vec<crate::models::SecurityGroupRule>**](SecurityGroupRule.md)> | The inbound rules associated with the security group. | [optional]
**net_id** | Option<**String**> | The ID of the Net for the security group. | [optional]
**outbound_rules** | Option<[**Vec<crate::models::SecurityGroupRule>**](SecurityGroupRule.md)> | The outbound rules associated with the security group. | [optional]
**security_group_id** | Option<**String**> | The ID of the security group. | [optional]
**security_group_name** | Option<**String**> | The name of the security group. | [optional]
**tags** | Option<[**Vec<crate::models::ResourceTag>**](ResourceTag.md)> | One or more tags associated with the security group. | [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)