Documentation ¶
Index ¶
- type HomeDirectoryMappings
- type HomeDirectoryMappingsAttributes
- func (hdm HomeDirectoryMappingsAttributes) Entry() terra.StringValue
- func (hdm HomeDirectoryMappingsAttributes) InternalRef() (terra.Reference, error)
- func (hdm HomeDirectoryMappingsAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (hdm HomeDirectoryMappingsAttributes) InternalWithRef(ref terra.Reference) HomeDirectoryMappingsAttributes
- func (hdm HomeDirectoryMappingsAttributes) Target() terra.StringValue
- type HomeDirectoryMappingsState
- type PosixProfile
- type PosixProfileAttributes
- func (pp PosixProfileAttributes) Gid() terra.NumberValue
- func (pp PosixProfileAttributes) InternalRef() (terra.Reference, error)
- func (pp PosixProfileAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (pp PosixProfileAttributes) InternalWithRef(ref terra.Reference) PosixProfileAttributes
- func (pp PosixProfileAttributes) SecondaryGids() terra.SetValue[terra.NumberValue]
- func (pp PosixProfileAttributes) Uid() terra.NumberValue
- type PosixProfileState
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type HomeDirectoryMappings ¶
type HomeDirectoryMappings struct { // Entry: string, required Entry terra.StringValue `hcl:"entry,attr" validate:"required"` // Target: string, required Target terra.StringValue `hcl:"target,attr" validate:"required"` }
type HomeDirectoryMappingsAttributes ¶
type HomeDirectoryMappingsAttributes struct {
// contains filtered or unexported fields
}
func (HomeDirectoryMappingsAttributes) Entry ¶
func (hdm HomeDirectoryMappingsAttributes) Entry() terra.StringValue
func (HomeDirectoryMappingsAttributes) InternalRef ¶
func (hdm HomeDirectoryMappingsAttributes) InternalRef() (terra.Reference, error)
func (HomeDirectoryMappingsAttributes) InternalTokens ¶
func (hdm HomeDirectoryMappingsAttributes) InternalTokens() (hclwrite.Tokens, error)
func (HomeDirectoryMappingsAttributes) InternalWithRef ¶
func (hdm HomeDirectoryMappingsAttributes) InternalWithRef(ref terra.Reference) HomeDirectoryMappingsAttributes
func (HomeDirectoryMappingsAttributes) Target ¶
func (hdm HomeDirectoryMappingsAttributes) Target() terra.StringValue
type PosixProfile ¶
type PosixProfile struct { // Gid: number, required Gid terra.NumberValue `hcl:"gid,attr" validate:"required"` // SecondaryGids: set of number, optional SecondaryGids terra.SetValue[terra.NumberValue] `hcl:"secondary_gids,attr"` // Uid: number, required Uid terra.NumberValue `hcl:"uid,attr" validate:"required"` }
type PosixProfileAttributes ¶
type PosixProfileAttributes struct {
// contains filtered or unexported fields
}
func (PosixProfileAttributes) Gid ¶
func (pp PosixProfileAttributes) Gid() terra.NumberValue
func (PosixProfileAttributes) InternalRef ¶
func (pp PosixProfileAttributes) InternalRef() (terra.Reference, error)
func (PosixProfileAttributes) InternalTokens ¶
func (pp PosixProfileAttributes) InternalTokens() (hclwrite.Tokens, error)
func (PosixProfileAttributes) InternalWithRef ¶
func (pp PosixProfileAttributes) InternalWithRef(ref terra.Reference) PosixProfileAttributes
func (PosixProfileAttributes) SecondaryGids ¶
func (pp PosixProfileAttributes) SecondaryGids() terra.SetValue[terra.NumberValue]
func (PosixProfileAttributes) Uid ¶
func (pp PosixProfileAttributes) Uid() terra.NumberValue
type PosixProfileState ¶
Click to show internal directories.
Click to hide internal directories.