Documentation
¶
Index ¶
- type ActiveDirectory
- type ActiveDirectoryAttributes
- func (ad ActiveDirectoryAttributes) DomainGuid() terra.StringValue
- func (ad ActiveDirectoryAttributes) DomainName() terra.StringValue
- func (ad ActiveDirectoryAttributes) DomainSid() terra.StringValue
- func (ad ActiveDirectoryAttributes) ForestName() terra.StringValue
- func (ad ActiveDirectoryAttributes) InternalRef() (terra.Reference, error)
- func (ad ActiveDirectoryAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (ad ActiveDirectoryAttributes) InternalWithRef(ref terra.Reference) ActiveDirectoryAttributes
- func (ad ActiveDirectoryAttributes) NetbiosDomainName() terra.StringValue
- func (ad ActiveDirectoryAttributes) StorageSid() terra.StringValue
- type ActiveDirectoryState
- type AzureFilesAuthentication
- type AzureFilesAuthenticationAttributes
- func (afa AzureFilesAuthenticationAttributes) ActiveDirectory() terra.ListValue[ActiveDirectoryAttributes]
- func (afa AzureFilesAuthenticationAttributes) DirectoryType() terra.StringValue
- func (afa AzureFilesAuthenticationAttributes) InternalRef() (terra.Reference, error)
- func (afa AzureFilesAuthenticationAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (afa AzureFilesAuthenticationAttributes) InternalWithRef(ref terra.Reference) AzureFilesAuthenticationAttributes
- type AzureFilesAuthenticationState
- type CustomDomain
- type CustomDomainAttributes
- type CustomDomainState
- type Identity
- type IdentityAttributes
- func (i IdentityAttributes) IdentityIds() terra.ListValue[terra.StringValue]
- func (i IdentityAttributes) InternalRef() (terra.Reference, error)
- func (i IdentityAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (i IdentityAttributes) InternalWithRef(ref terra.Reference) IdentityAttributes
- func (i IdentityAttributes) PrincipalId() terra.StringValue
- func (i IdentityAttributes) TenantId() terra.StringValue
- func (i IdentityAttributes) Type() terra.StringValue
- type IdentityState
- type Timeouts
- type TimeoutsAttributes
- type TimeoutsState
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ActiveDirectory ¶
type ActiveDirectory struct{}
type ActiveDirectoryAttributes ¶
type ActiveDirectoryAttributes struct {
// contains filtered or unexported fields
}
func (ActiveDirectoryAttributes) DomainGuid ¶
func (ad ActiveDirectoryAttributes) DomainGuid() terra.StringValue
func (ActiveDirectoryAttributes) DomainName ¶
func (ad ActiveDirectoryAttributes) DomainName() terra.StringValue
func (ActiveDirectoryAttributes) DomainSid ¶
func (ad ActiveDirectoryAttributes) DomainSid() terra.StringValue
func (ActiveDirectoryAttributes) ForestName ¶
func (ad ActiveDirectoryAttributes) ForestName() terra.StringValue
func (ActiveDirectoryAttributes) InternalRef ¶
func (ad ActiveDirectoryAttributes) InternalRef() (terra.Reference, error)
func (ActiveDirectoryAttributes) InternalTokens ¶
func (ad ActiveDirectoryAttributes) InternalTokens() (hclwrite.Tokens, error)
func (ActiveDirectoryAttributes) InternalWithRef ¶
func (ad ActiveDirectoryAttributes) InternalWithRef(ref terra.Reference) ActiveDirectoryAttributes
func (ActiveDirectoryAttributes) NetbiosDomainName ¶
func (ad ActiveDirectoryAttributes) NetbiosDomainName() terra.StringValue
func (ActiveDirectoryAttributes) StorageSid ¶
func (ad ActiveDirectoryAttributes) StorageSid() terra.StringValue
type ActiveDirectoryState ¶
type AzureFilesAuthentication ¶
type AzureFilesAuthentication struct { // ActiveDirectory: min=0 ActiveDirectory []ActiveDirectory `hcl:"active_directory,block" validate:"min=0"` }
type AzureFilesAuthenticationAttributes ¶
type AzureFilesAuthenticationAttributes struct {
// contains filtered or unexported fields
}
func (AzureFilesAuthenticationAttributes) ActiveDirectory ¶
func (afa AzureFilesAuthenticationAttributes) ActiveDirectory() terra.ListValue[ActiveDirectoryAttributes]
func (AzureFilesAuthenticationAttributes) DirectoryType ¶
func (afa AzureFilesAuthenticationAttributes) DirectoryType() terra.StringValue
func (AzureFilesAuthenticationAttributes) InternalRef ¶
func (afa AzureFilesAuthenticationAttributes) InternalRef() (terra.Reference, error)
func (AzureFilesAuthenticationAttributes) InternalTokens ¶
func (afa AzureFilesAuthenticationAttributes) InternalTokens() (hclwrite.Tokens, error)
func (AzureFilesAuthenticationAttributes) InternalWithRef ¶
func (afa AzureFilesAuthenticationAttributes) InternalWithRef(ref terra.Reference) AzureFilesAuthenticationAttributes
type AzureFilesAuthenticationState ¶
type AzureFilesAuthenticationState struct { DirectoryType string `json:"directory_type"` ActiveDirectory []ActiveDirectoryState `json:"active_directory"` }
type CustomDomain ¶
type CustomDomain struct{}
type CustomDomainAttributes ¶
type CustomDomainAttributes struct {
// contains filtered or unexported fields
}
func (CustomDomainAttributes) InternalRef ¶
func (cd CustomDomainAttributes) InternalRef() (terra.Reference, error)
func (CustomDomainAttributes) InternalTokens ¶
func (cd CustomDomainAttributes) InternalTokens() (hclwrite.Tokens, error)
func (CustomDomainAttributes) InternalWithRef ¶
func (cd CustomDomainAttributes) InternalWithRef(ref terra.Reference) CustomDomainAttributes
func (CustomDomainAttributes) Name ¶
func (cd CustomDomainAttributes) Name() terra.StringValue
type CustomDomainState ¶
type CustomDomainState struct {
Name string `json:"name"`
}
type IdentityAttributes ¶
type IdentityAttributes struct {
// contains filtered or unexported fields
}
func (IdentityAttributes) IdentityIds ¶
func (i IdentityAttributes) IdentityIds() terra.ListValue[terra.StringValue]
func (IdentityAttributes) InternalRef ¶
func (i IdentityAttributes) InternalRef() (terra.Reference, error)
func (IdentityAttributes) InternalTokens ¶
func (i IdentityAttributes) InternalTokens() (hclwrite.Tokens, error)
func (IdentityAttributes) InternalWithRef ¶
func (i IdentityAttributes) InternalWithRef(ref terra.Reference) IdentityAttributes
func (IdentityAttributes) PrincipalId ¶
func (i IdentityAttributes) PrincipalId() terra.StringValue
func (IdentityAttributes) TenantId ¶
func (i IdentityAttributes) TenantId() terra.StringValue
func (IdentityAttributes) Type ¶
func (i IdentityAttributes) Type() terra.StringValue
type IdentityState ¶
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"`
}
Click to show internal directories.
Click to hide internal directories.