Documentation
¶
Index ¶
- type DataArgs
- type DataRoleTemplatesAttributes
- func (rt DataRoleTemplatesAttributes) Description() terra.StringValue
- func (rt DataRoleTemplatesAttributes) DisplayName() terra.StringValue
- func (rt DataRoleTemplatesAttributes) InternalRef() (terra.Reference, error)
- func (rt DataRoleTemplatesAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (rt DataRoleTemplatesAttributes) InternalWithRef(ref terra.Reference) DataRoleTemplatesAttributes
- func (rt DataRoleTemplatesAttributes) ObjectId() terra.StringValue
- type DataRoleTemplatesState
- type DataSource
- type DataTimeouts
- type DataTimeoutsAttributes
- type DataTimeoutsState
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DataArgs ¶
type DataArgs struct { // Id: string, optional Id terra.StringValue `hcl:"id,attr"` // Timeouts: optional Timeouts *DataTimeouts `hcl:"timeouts,block"` }
DataArgs contains the configurations for azuread_directory_role_templates.
type DataRoleTemplatesAttributes ¶
type DataRoleTemplatesAttributes struct {
// contains filtered or unexported fields
}
func (DataRoleTemplatesAttributes) Description ¶
func (rt DataRoleTemplatesAttributes) Description() terra.StringValue
func (DataRoleTemplatesAttributes) DisplayName ¶
func (rt DataRoleTemplatesAttributes) DisplayName() terra.StringValue
func (DataRoleTemplatesAttributes) InternalRef ¶
func (rt DataRoleTemplatesAttributes) InternalRef() (terra.Reference, error)
func (DataRoleTemplatesAttributes) InternalTokens ¶
func (rt DataRoleTemplatesAttributes) InternalTokens() (hclwrite.Tokens, error)
func (DataRoleTemplatesAttributes) InternalWithRef ¶
func (rt DataRoleTemplatesAttributes) InternalWithRef(ref terra.Reference) DataRoleTemplatesAttributes
func (DataRoleTemplatesAttributes) ObjectId ¶
func (rt DataRoleTemplatesAttributes) ObjectId() terra.StringValue
type DataRoleTemplatesState ¶
type DataSource ¶
DataSource represents the Terraform data resource azuread_directory_role_templates.
func Data ¶
func Data(name string, args DataArgs) *DataSource
Data creates a new instance of DataSource.
func (*DataSource) Attributes ¶
func (adrt *DataSource) Attributes() dataAzureadDirectoryRoleTemplatesAttributes
Attributes returns the attributes for DataSource.
func (*DataSource) Configuration ¶
func (adrt *DataSource) Configuration() interface{}
Configuration returns the configuration (args) for DataSource.
func (*DataSource) DataSource ¶
func (adrt *DataSource) DataSource() string
DataSource returns the Terraform object type for DataSource.
func (*DataSource) LocalName ¶
func (adrt *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"`
}
Click to show internal directories.
Click to hide internal directories.