Versions in this module Expand all Collapse all v1 v1.0.0 Oct 30, 2021 Changes in this version + func CommonPolicySchema() map[string]*schema.Schema + func ExpandPolicyConditions(d *schema.ResourceData) ([]policysetrule.Conditions, error) + func FlattenPolicyConditions(conditions []policysetrule.Conditions) []interface + func GetPolicyConditionsSchema(objectTypes []string) *schema.Schema + func ListToStringSlice(v []interface{}) []string + func MergeSchema(schemas ...map[string]*schema.Schema) map[string]*schema.Schema + func Provider() *schema.Provider + func SetToStringSlice(d *schema.Set) []string + func ValidateConditions(conditions []policysetrule.Conditions, zClient *Client) bool + type Client struct + type Config struct + BaseURL string + ClientID string + ClientSecret string + CustomerID string + func (c *Config) Client() (*Client, error) + type Getter func(id string) error + func (g Getter) Get(id string) error