users

package
v1.56.2 Latest Latest
Warning

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

Go to latest
Published: Apr 30, 2024 License: Apache-2.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type UserConfig

type UserConfig struct {
	UserName  string   `json:"id"`               // User ID
	Email     string   `json:"email"`            // User's email address
	FirstName string   `json:"firstName"`        // User's first name
	LastName  string   `json:"lastName"`         // User's last name
	Groups    []string `json:"groups,omitempty"` // List of user's user group IDs
}

The configuration of the user

func (*UserConfig) MarshalHCL

func (me *UserConfig) MarshalHCL(properties hcl.Properties) error

func (*UserConfig) Name

func (me *UserConfig) Name() string

func (*UserConfig) Schema

func (me *UserConfig) Schema() map[string]*schema.Schema

func (*UserConfig) UnmarshalHCL

func (me *UserConfig) UnmarshalHCL(decoder hcl.Decoder) error

Jump to

Keyboard shortcuts

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