user_groups

package
v1.0.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 15, 2025 License: MIT Imports: 16 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func UserGroupDataSource

func UserGroupDataSource() datasource.DataSource

func UserGroupsResource

func UserGroupsResource() resource.Resource

Types

type UserGroupsDataSourceModel

type UserGroupsDataSourceModel struct {
	ID       types.String `tfsdk:"id"`
	UserID   types.Int64  `tfsdk:"user_id"`
	GroupIDs types.Set    `tfsdk:"group_ids"`
}

type UserGroupsResourceModel

type UserGroupsResourceModel struct {
	ID       types.String `tfsdk:"id"`
	UserID   types.Int64  `tfsdk:"user_id"`
	GroupIDs types.Set    `tfsdk:"group_ids"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL