azuread_user

package
v0.0.0-...-4deecce Latest Latest
Warning

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

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

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Args

type Args struct {
	// AccountEnabled: bool, optional
	AccountEnabled terra.BoolValue `hcl:"account_enabled,attr"`
	// AgeGroup: string, optional
	AgeGroup terra.StringValue `hcl:"age_group,attr"`
	// BusinessPhones: list of string, optional
	BusinessPhones terra.ListValue[terra.StringValue] `hcl:"business_phones,attr"`
	// City: string, optional
	City terra.StringValue `hcl:"city,attr"`
	// CompanyName: string, optional
	CompanyName terra.StringValue `hcl:"company_name,attr"`
	// ConsentProvidedForMinor: string, optional
	ConsentProvidedForMinor terra.StringValue `hcl:"consent_provided_for_minor,attr"`
	// CostCenter: string, optional
	CostCenter terra.StringValue `hcl:"cost_center,attr"`
	// Country: string, optional
	Country terra.StringValue `hcl:"country,attr"`
	// Department: string, optional
	Department terra.StringValue `hcl:"department,attr"`
	// DisablePasswordExpiration: bool, optional
	DisablePasswordExpiration terra.BoolValue `hcl:"disable_password_expiration,attr"`
	// DisableStrongPassword: bool, optional
	DisableStrongPassword terra.BoolValue `hcl:"disable_strong_password,attr"`
	// DisplayName: string, required
	DisplayName terra.StringValue `hcl:"display_name,attr" validate:"required"`
	// Division: string, optional
	Division terra.StringValue `hcl:"division,attr"`
	// EmployeeId: string, optional
	EmployeeId terra.StringValue `hcl:"employee_id,attr"`
	// EmployeeType: string, optional
	EmployeeType terra.StringValue `hcl:"employee_type,attr"`
	// FaxNumber: string, optional
	FaxNumber terra.StringValue `hcl:"fax_number,attr"`
	// ForcePasswordChange: bool, optional
	ForcePasswordChange terra.BoolValue `hcl:"force_password_change,attr"`
	// GivenName: string, optional
	GivenName terra.StringValue `hcl:"given_name,attr"`
	// Id: string, optional
	Id terra.StringValue `hcl:"id,attr"`
	// JobTitle: string, optional
	JobTitle terra.StringValue `hcl:"job_title,attr"`
	// Mail: string, optional
	Mail terra.StringValue `hcl:"mail,attr"`
	// MailNickname: string, optional
	MailNickname terra.StringValue `hcl:"mail_nickname,attr"`
	// ManagerId: string, optional
	ManagerId terra.StringValue `hcl:"manager_id,attr"`
	// MobilePhone: string, optional
	MobilePhone terra.StringValue `hcl:"mobile_phone,attr"`
	// OfficeLocation: string, optional
	OfficeLocation terra.StringValue `hcl:"office_location,attr"`
	// OnpremisesImmutableId: string, optional
	OnpremisesImmutableId terra.StringValue `hcl:"onpremises_immutable_id,attr"`
	// OtherMails: set of string, optional
	OtherMails terra.SetValue[terra.StringValue] `hcl:"other_mails,attr"`
	// Password: string, optional
	Password terra.StringValue `hcl:"password,attr"`
	// PostalCode: string, optional
	PostalCode terra.StringValue `hcl:"postal_code,attr"`
	// PreferredLanguage: string, optional
	PreferredLanguage terra.StringValue `hcl:"preferred_language,attr"`
	// ShowInAddressList: bool, optional
	ShowInAddressList terra.BoolValue `hcl:"show_in_address_list,attr"`
	// State: string, optional
	State terra.StringValue `hcl:"state,attr"`
	// StreetAddress: string, optional
	StreetAddress terra.StringValue `hcl:"street_address,attr"`
	// Surname: string, optional
	Surname terra.StringValue `hcl:"surname,attr"`
	// UsageLocation: string, optional
	UsageLocation terra.StringValue `hcl:"usage_location,attr"`
	// UserPrincipalName: string, required
	UserPrincipalName terra.StringValue `hcl:"user_principal_name,attr" validate:"required"`
	// Timeouts: optional
	Timeouts *Timeouts `hcl:"timeouts,block"`
}

Args contains the configurations for azuread_user.

type DataArgs

type DataArgs struct {
	// EmployeeId: string, optional
	EmployeeId terra.StringValue `hcl:"employee_id,attr"`
	// Id: string, optional
	Id terra.StringValue `hcl:"id,attr"`
	// Mail: string, optional
	Mail terra.StringValue `hcl:"mail,attr"`
	// MailNickname: string, optional
	MailNickname terra.StringValue `hcl:"mail_nickname,attr"`
	// ObjectId: string, optional
	ObjectId terra.StringValue `hcl:"object_id,attr"`
	// UserPrincipalName: string, optional
	UserPrincipalName terra.StringValue `hcl:"user_principal_name,attr"`
	// Timeouts: optional
	Timeouts *DataTimeouts `hcl:"timeouts,block"`
}

DataArgs contains the configurations for azuread_user.

type DataSource

type DataSource struct {
	Name string
	Args DataArgs
}

DataSource represents the Terraform data resource azuread_user.

func Data

func Data(name string, args DataArgs) *DataSource

Data creates a new instance of DataSource.

func (*DataSource) Attributes

func (au *DataSource) Attributes() dataAzureadUserAttributes

Attributes returns the attributes for DataSource.

func (*DataSource) Configuration

func (au *DataSource) Configuration() interface{}

Configuration returns the configuration (args) for DataSource.

func (*DataSource) DataSource

func (au *DataSource) DataSource() string

DataSource returns the Terraform object type for DataSource.

func (*DataSource) LocalName

func (au *DataSource) LocalName() string

LocalName returns the local name for DataSource.

type DataTimeouts

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

type DataTimeoutsAttributes

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

func (DataTimeoutsAttributes) InternalRef

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

func (DataTimeoutsAttributes) InternalTokens

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

func (DataTimeoutsAttributes) InternalWithRef

func (DataTimeoutsAttributes) Read

type DataTimeoutsState

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

type Resource

type Resource struct {
	Name string
	Args Args

	DependsOn terra.Dependencies
	Lifecycle *terra.Lifecycle
	// contains filtered or unexported fields
}

Resource represents the Terraform resource azuread_user.

func New

func New(name string, args Args) *Resource

New creates a new instance of Resource.

func (*Resource) Attributes

func (au *Resource) Attributes() azureadUserAttributes

Attributes returns the attributes for Resource.

func (*Resource) Configuration

func (au *Resource) Configuration() interface{}

Configuration returns the configuration (args) for Resource.

func (*Resource) DependOn

func (au *Resource) DependOn() terra.Reference

DependOn is used for other resources to depend on Resource.

func (*Resource) Dependencies

func (au *Resource) Dependencies() terra.Dependencies

Dependencies returns the list of resources Resource depends_on.

func (*Resource) ImportState

func (au *Resource) ImportState(state io.Reader) error

ImportState imports the given attribute values into Resource's state.

func (*Resource) LifecycleManagement

func (au *Resource) LifecycleManagement() *terra.Lifecycle

LifecycleManagement returns the lifecycle block for Resource.

func (*Resource) LocalName

func (au *Resource) LocalName() string

LocalName returns the local name for Resource.

func (*Resource) State

func (au *Resource) State() (*azureadUserState, bool)

State returns the state and a bool indicating if Resource has state.

func (*Resource) StateMust

func (au *Resource) StateMust() *azureadUserState

StateMust returns the state for Resource. Panics if the state is nil.

func (*Resource) Type

func (au *Resource) Type() string

Type returns the Terraform object type for Resource.

type Timeouts

type Timeouts struct {
	// Create: string, optional
	Create terra.StringValue `hcl:"create,attr"`
	// Delete: string, optional
	Delete terra.StringValue `hcl:"delete,attr"`
	// Read: string, optional
	Read terra.StringValue `hcl:"read,attr"`
	// Update: string, optional
	Update terra.StringValue `hcl:"update,attr"`
}

type TimeoutsAttributes

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

func (TimeoutsAttributes) Create

func (TimeoutsAttributes) Delete

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

func (TimeoutsAttributes) Update

type TimeoutsState

type TimeoutsState struct {
	Create string `json:"create"`
	Delete string `json:"delete"`
	Read   string `json:"read"`
	Update string `json:"update"`
}

Jump to

Keyboard shortcuts

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