Documentation
¶
Index ¶
- func CreateTrustedSourceBehaviorInputFromResourceData(d *schema.ResourceData) (models.CreateTrustedSourceBehaviorInput, error)
- func DeleteTrustedSourceBehavior(c *api.Client, id string) (bool, error)
- func GetTrustedSourceBehavior(c *api.Client, id string) (models.TrustedSourceBehavior, error)
- func NewTrustedSourceBehavior(c *api.Client, input models.CreateTrustedSourceBehaviorInput) (models.TrustedSourceBehavior, error)
- func ReadTrustedSourceBehaviorToResourceData(behavior models.TrustedSourceBehavior, d *schema.ResourceData) error
- func UpdateTrustedSourceBehavior(c *api.Client, id string, input models.UpdateTrustedSourceBehaviorInput) (bool, error)
- func UpdateTrustedSourceBehaviorInputFromResourceData(d *schema.ResourceData) (models.UpdateTrustedSourceBehaviorInput, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CreateTrustedSourceBehaviorInputFromResourceData ¶
func CreateTrustedSourceBehaviorInputFromResourceData(d *schema.ResourceData) (models.CreateTrustedSourceBehaviorInput, error)
func NewTrustedSourceBehavior ¶
func NewTrustedSourceBehavior(c *api.Client, input models.CreateTrustedSourceBehaviorInput) (models.TrustedSourceBehavior, error)
func ReadTrustedSourceBehaviorToResourceData ¶
func ReadTrustedSourceBehaviorToResourceData(behavior models.TrustedSourceBehavior, d *schema.ResourceData) error
func UpdateTrustedSourceBehaviorInputFromResourceData ¶
func UpdateTrustedSourceBehaviorInputFromResourceData(d *schema.ResourceData) (models.UpdateTrustedSourceBehaviorInput, error)
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.