datausers

package
v0.0.0-...-c2cc54e Latest Latest
Warning

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

Go to latest
Published: Oct 27, 2023 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 Timeouts

type Timeouts struct {
	// Read: string, optional
	Read terra.StringValue `hcl:"read,attr"`
}

type TimeoutsAttributes

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

func (TimeoutsAttributes) InternalRef

func (t TimeoutsAttributes) InternalRef() (terra.Reference, error)

func (TimeoutsAttributes) InternalTokens

func (t TimeoutsAttributes) InternalTokens() (hclwrite.Tokens, error)

func (TimeoutsAttributes) InternalWithRef

func (t TimeoutsAttributes) InternalWithRef(ref terra.Reference) TimeoutsAttributes

func (TimeoutsAttributes) Read

type TimeoutsState

type TimeoutsState struct {
	Read string `json:"read"`
}

type Users

type Users struct{}

type UsersAttributes

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

func (UsersAttributes) AccountEnabled

func (u UsersAttributes) AccountEnabled() terra.BoolValue

func (UsersAttributes) DisplayName

func (u UsersAttributes) DisplayName() terra.StringValue

func (UsersAttributes) EmployeeId

func (u UsersAttributes) EmployeeId() terra.StringValue

func (UsersAttributes) InternalRef

func (u UsersAttributes) InternalRef() (terra.Reference, error)

func (UsersAttributes) InternalTokens

func (u UsersAttributes) InternalTokens() (hclwrite.Tokens, error)

func (UsersAttributes) InternalWithRef

func (u UsersAttributes) InternalWithRef(ref terra.Reference) UsersAttributes

func (UsersAttributes) Mail

func (UsersAttributes) MailNickname

func (u UsersAttributes) MailNickname() terra.StringValue

func (UsersAttributes) ObjectId

func (u UsersAttributes) ObjectId() terra.StringValue

func (UsersAttributes) OnpremisesImmutableId

func (u UsersAttributes) OnpremisesImmutableId() terra.StringValue

func (UsersAttributes) OnpremisesSamAccountName

func (u UsersAttributes) OnpremisesSamAccountName() terra.StringValue

func (UsersAttributes) OnpremisesUserPrincipalName

func (u UsersAttributes) OnpremisesUserPrincipalName() terra.StringValue

func (UsersAttributes) UsageLocation

func (u UsersAttributes) UsageLocation() terra.StringValue

func (UsersAttributes) UserPrincipalName

func (u UsersAttributes) UserPrincipalName() terra.StringValue

type UsersState

type UsersState struct {
	AccountEnabled              bool   `json:"account_enabled"`
	DisplayName                 string `json:"display_name"`
	EmployeeId                  string `json:"employee_id"`
	Mail                        string `json:"mail"`
	MailNickname                string `json:"mail_nickname"`
	ObjectId                    string `json:"object_id"`
	OnpremisesImmutableId       string `json:"onpremises_immutable_id"`
	OnpremisesSamAccountName    string `json:"onpremises_sam_account_name"`
	OnpremisesUserPrincipalName string `json:"onpremises_user_principal_name"`
	UsageLocation               string `json:"usage_location"`
	UserPrincipalName           string `json:"user_principal_name"`
}

Jump to

Keyboard shortcuts

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