Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DataSource ¶
func DataSource() datasource.DataSource
func NewAtlasReq ¶
func NewAtlasReq(tfModel *TFModel) (*admin.EmployeeAccessGrant, error)
Types ¶
type TFModel ¶
type TFModel struct { ProjectID types.String `tfsdk:"project_id"` ClusterName types.String `tfsdk:"cluster_name"` GrantType types.String `tfsdk:"grant_type"` ExpirationTime types.String `tfsdk:"expiration_time"` }
func NewTFModel ¶
func NewTFModel(projectID, clusterName string, apiResp *admin.EmployeeAccessGrant) *TFModel
Click to show internal directories.
Click to hide internal directories.