Versions in this module Expand all Collapse all v1 v1.0.0 Mar 4, 2020 Changes in this version + func GetToken(team, key, secret string) []byte + func Provider() terraform.ResourceProvider + func SendDelete(BearerToken, path string, body []byte) (*resty.Response, error) + func SendGet(bearer string, path string) (*resty.Response, error) + func SendPost(BearerToken, path string, body []byte) (*resty.Response, error) + func SendPut(BearerToken, path string, body []byte) (*resty.Response, error) + type Bearer struct + BearerToken string + TeamName string + type Config struct + func (c *Config) Authorization() (interface{}, error) + type EnrollmentToken struct + Id string + Value string + type Group struct + GroupSync bool + Name string + ServerAccess bool + ServerAdmin bool + type Project struct + DeletedAt string + Name string + type ProjectList struct + Projects []Project + type SftGroup struct + DeletedAt string + Name string + Roles []string