connectuser

package
v0.0.0-...-964ba77 Latest Latest
Warning

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

Go to latest
Published: Apr 9, 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 IdentityInfo

type IdentityInfo struct {
	// Email: string, optional
	Email terra.StringValue `hcl:"email,attr"`
	// FirstName: string, optional
	FirstName terra.StringValue `hcl:"first_name,attr"`
	// LastName: string, optional
	LastName terra.StringValue `hcl:"last_name,attr"`
}

type IdentityInfoAttributes

type IdentityInfoAttributes struct {
	// contains filtered or unexported fields
}

func (IdentityInfoAttributes) Email

func (IdentityInfoAttributes) FirstName

func (ii IdentityInfoAttributes) FirstName() terra.StringValue

func (IdentityInfoAttributes) InternalRef

func (ii IdentityInfoAttributes) InternalRef() (terra.Reference, error)

func (IdentityInfoAttributes) InternalTokens

func (ii IdentityInfoAttributes) InternalTokens() (hclwrite.Tokens, error)

func (IdentityInfoAttributes) InternalWithRef

func (IdentityInfoAttributes) LastName

type IdentityInfoState

type IdentityInfoState struct {
	Email     string `json:"email"`
	FirstName string `json:"first_name"`
	LastName  string `json:"last_name"`
}

type PhoneConfig

type PhoneConfig struct {
	// AfterContactWorkTimeLimit: number, optional
	AfterContactWorkTimeLimit terra.NumberValue `hcl:"after_contact_work_time_limit,attr"`
	// AutoAccept: bool, optional
	AutoAccept terra.BoolValue `hcl:"auto_accept,attr"`
	// DeskPhoneNumber: string, optional
	DeskPhoneNumber terra.StringValue `hcl:"desk_phone_number,attr"`
	// PhoneType: string, required
	PhoneType terra.StringValue `hcl:"phone_type,attr" validate:"required"`
}

type PhoneConfigAttributes

type PhoneConfigAttributes struct {
	// contains filtered or unexported fields
}

func (PhoneConfigAttributes) AfterContactWorkTimeLimit

func (pc PhoneConfigAttributes) AfterContactWorkTimeLimit() terra.NumberValue

func (PhoneConfigAttributes) AutoAccept

func (pc PhoneConfigAttributes) AutoAccept() terra.BoolValue

func (PhoneConfigAttributes) DeskPhoneNumber

func (pc PhoneConfigAttributes) DeskPhoneNumber() terra.StringValue

func (PhoneConfigAttributes) InternalRef

func (pc PhoneConfigAttributes) InternalRef() (terra.Reference, error)

func (PhoneConfigAttributes) InternalTokens

func (pc PhoneConfigAttributes) InternalTokens() (hclwrite.Tokens, error)

func (PhoneConfigAttributes) InternalWithRef

func (PhoneConfigAttributes) PhoneType

func (pc PhoneConfigAttributes) PhoneType() terra.StringValue

type PhoneConfigState

type PhoneConfigState struct {
	AfterContactWorkTimeLimit float64 `json:"after_contact_work_time_limit"`
	AutoAccept                bool    `json:"auto_accept"`
	DeskPhoneNumber           string  `json:"desk_phone_number"`
	PhoneType                 string  `json:"phone_type"`
}

Jump to

Keyboard shortcuts

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