# CreateTagProtectionOption

CreateTagProtectionOption options for creating a tag protection

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**name_pattern** | **string** |  | [optional] [default to undefined]
**whitelist_teams** | **Array&lt;string&gt;** |  | [optional] [default to undefined]
**whitelist_usernames** | **Array&lt;string&gt;** |  | [optional] [default to undefined]

## Example

```typescript
import { CreateTagProtectionOption } from 'berg';

const instance: CreateTagProtectionOption = {
    name_pattern,
    whitelist_teams,
    whitelist_usernames,
};
```

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
