Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewRoleMappingDataSource ¶
func NewRoleMappingDataSource() datasource.DataSource
func NewRoleMappingResource ¶
Types ¶
type RoleMappingData ¶
type RoleMappingData struct { Id types.String `tfsdk:"id"` ElasticsearchConnection types.List `tfsdk:"elasticsearch_connection"` Name types.String `tfsdk:"name"` Enabled types.Bool `tfsdk:"enabled"` Rules jsontypes.Normalized `tfsdk:"rules"` Roles types.Set `tfsdk:"roles"` RoleTemplates jsontypes.Normalized `tfsdk:"role_templates"` Metadata jsontypes.Normalized `tfsdk:"metadata"` }
Click to show internal directories.
Click to hide internal directories.