# TagProtection ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **createdAt** | [**Date**](Date.md) | | [optional] **id** | **Long** | The unique identifier of the tag protection | [optional] **namePattern** | **String** | The pattern to match tag names for protection | [optional] **updatedAt** | [**Date**](Date.md) | | [optional] **whitelistTeams** | **List<String>** | List of team names allowed to create/delete protected tags | [optional] **whitelistUsernames** | **List<String>** | List of usernames allowed to create/delete protected tags | [optional]