Documentation ¶
Index ¶
Constants ¶
View Source
const UsersEndpointPath = "artifactory/api/security/users/"
Variables ¶
This section is empty.
Functions ¶
func PackUser ¶ added in v6.24.0
func PackUser(user User, d *schema.ResourceData) diag.Diagnostics
func ResourceArtifactoryUser ¶
Types ¶
type User ¶
type User struct { Name string `json:"name"` Email string `json:"email"` Password string `json:"password,omitempty"` Admin bool `json:"admin"` ProfileUpdatable bool `json:"profileUpdatable"` DisableUIAccess bool `json:"disableUIAccess"` InternalPasswordDisabled bool `json:"internalPasswordDisabled"` LastLoggedIn string `json:"lastLoggedIn"` Realm string `json:"realm"` Groups []string `json:"groups"` }
Click to show internal directories.
Click to hide internal directories.