Documentation
¶
Index ¶
- type Args
- type DataArgs
- type DataSource
- type DataTimeouts
- type DataTimeoutsAttributes
- type DataTimeoutsState
- type Resource
- func (au *Resource) Attributes() azureadUserAttributes
- func (au *Resource) Configuration() interface{}
- func (au *Resource) DependOn() terra.Reference
- func (au *Resource) Dependencies() terra.Dependencies
- func (au *Resource) ImportState(state io.Reader) error
- func (au *Resource) LifecycleManagement() *terra.Lifecycle
- func (au *Resource) LocalName() string
- func (au *Resource) State() (*azureadUserState, bool)
- func (au *Resource) StateMust() *azureadUserState
- func (au *Resource) Type() string
- type Timeouts
- type TimeoutsAttributes
- func (t TimeoutsAttributes) Create() terra.StringValue
- func (t TimeoutsAttributes) Delete() terra.StringValue
- func (t TimeoutsAttributes) InternalRef() (terra.Reference, error)
- func (t TimeoutsAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (t TimeoutsAttributes) InternalWithRef(ref terra.Reference) TimeoutsAttributes
- func (t TimeoutsAttributes) Read() terra.StringValue
- func (t TimeoutsAttributes) Update() terra.StringValue
- type TimeoutsState
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 ¶
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 (t DataTimeoutsAttributes) InternalWithRef(ref terra.Reference) DataTimeoutsAttributes
func (DataTimeoutsAttributes) Read ¶
func (t DataTimeoutsAttributes) Read() terra.StringValue
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 (*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) Dependencies ¶
func (au *Resource) Dependencies() terra.Dependencies
Dependencies returns the list of resources Resource depends_on.
func (*Resource) ImportState ¶
ImportState imports the given attribute values into Resource's state.
func (*Resource) LifecycleManagement ¶
LifecycleManagement returns the lifecycle block 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 (t TimeoutsAttributes) Create() terra.StringValue
func (TimeoutsAttributes) Delete ¶
func (t TimeoutsAttributes) Delete() terra.StringValue
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 (t TimeoutsAttributes) Read() terra.StringValue
func (TimeoutsAttributes) Update ¶
func (t TimeoutsAttributes) Update() terra.StringValue