Documentation ¶
Index ¶
- type Timeouts
- type TimeoutsAttributes
- type TimeoutsState
- type Users
- type UsersAttributes
- func (u UsersAttributes) AccountEnabled() terra.BoolValue
- func (u UsersAttributes) DisplayName() terra.StringValue
- func (u UsersAttributes) InternalRef() (terra.Reference, error)
- func (u UsersAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (u UsersAttributes) InternalWithRef(ref terra.Reference) UsersAttributes
- func (u UsersAttributes) Mail() terra.StringValue
- func (u UsersAttributes) MailNickname() terra.StringValue
- func (u UsersAttributes) ObjectId() terra.StringValue
- func (u UsersAttributes) OnpremisesImmutableId() terra.StringValue
- func (u UsersAttributes) OnpremisesSamAccountName() terra.StringValue
- func (u UsersAttributes) OnpremisesUserPrincipalName() terra.StringValue
- func (u UsersAttributes) UsageLocation() terra.StringValue
- func (u UsersAttributes) UserPrincipalName() terra.StringValue
- type UsersState
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 ¶
func (t TimeoutsAttributes) Read() terra.StringValue
type TimeoutsState ¶
type TimeoutsState struct {
Read string `json:"read"`
}
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) 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 (u UsersAttributes) Mail() terra.StringValue
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"` 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"` }
Click to show internal directories.
Click to hide internal directories.