Documentation
¶
Overview ¶
Package policyassignments contains methods related to PolicyAssignments
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PolicyAssignmentsV1 ¶
type PolicyAssignmentsV1 struct {
// contains filtered or unexported fields
}
PolicyAssignmentsV1 represents a custom type struct
func (*PolicyAssignmentsV1) SetPolicyAssignments ¶
func (p *PolicyAssignmentsV1) SetPolicyAssignments( body *models.SetPolicyAssignmentsV1Request) ( *models.SetAssignmentsResponse, *apiutils.APIError)
SetPolicyAssignments Assign (or unassign) policies on up to 100 entities. This endpoint returns a task
ID and queues a task in the background to execute the request. Use the task ID to monitor task completion.
type PolicyAssignmentsV1Client ¶
type PolicyAssignmentsV1Client interface { // SetPolicyAssignments Assign (or unassign) policies on up to 100 entities. This endpoint returns a task // ID and queues a task in the background to execute the request. Use the task ID to // monitor task completion. SetPolicyAssignments( body *models.SetPolicyAssignmentsV1Request) ( *models.SetAssignmentsResponse, *apiutils.APIError) }
PolicyAssignmentsV1Client represents a custom type interface
func NewPolicyAssignmentsV1 ¶
func NewPolicyAssignmentsV1(config config.Config) PolicyAssignmentsV1Client
NewPolicyAssignmentsV1 returns PolicyAssignmentsV1Client
Click to show internal directories.
Click to hide internal directories.