mirror of
https://github.com/ysoftdevs/terraform-provider-bitbucketserver.git
synced 2026-03-28 12:11:49 +01:00
Added bitbucketserver_user resource; updated tests to create users on the fly
This commit is contained in:
@@ -18,9 +18,9 @@ type PaginatedProjectPermissionsUsersValue struct {
|
||||
|
||||
type ProjectPermissionsUser struct {
|
||||
Name string
|
||||
EmailAddress string `json:"emailAddress,omitempty"`
|
||||
DisplayName string `json:"displayName,omitempty"`
|
||||
Active bool `json:"active,omitempty"`
|
||||
EmailAddress string
|
||||
DisplayName string
|
||||
Active bool
|
||||
Permission string
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user