user

package
v6.37.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 28, 2023 License: Apache-2.0 Imports: 12 Imported by: 0

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 ResourceArtifactoryAnonymousUser

func ResourceArtifactoryAnonymousUser() *schema.Resource

func ResourceArtifactoryManagedUser

func ResourceArtifactoryManagedUser() *schema.Resource

func ResourceArtifactoryUser

func ResourceArtifactoryUser() *schema.Resource

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"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL