Documentation ¶
Index ¶
- func CreateTrustedSourceBehaviorInputFromResourceData(d *schema.ResourceData) (models.CreateTrustedSourceBehaviorInput, error)
- func DeleteTrustedSourceBehavior(ctx context.Context, c *api.Client, id string) (bool, error)
- func GetTrustedSourceBehavior(ctx context.Context, c *api.Client, id string) (models.TrustedSourceBehavior, error)
- func NewTrustedSourceBehavior(ctx context.Context, c *api.Client, ...) (models.TrustedSourceBehavior, error)
- func ReadTrustedSourceBehaviorToResourceData(behavior models.TrustedSourceBehavior, d *schema.ResourceData) error
- func UpdateTrustedSourceBehavior(ctx context.Context, c *api.Client, id string, ...) (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(ctx context.Context, 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.