dataconnectuser

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{}

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{}

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