Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SecurityPrivilegeApplicationService ¶
type SecurityPrivilegeApplicationService struct {
// contains filtered or unexported fields
}
func NewSecurityPrivilegeApplicationService ¶
func NewSecurityPrivilegeApplicationService(c *client.Client) *SecurityPrivilegeApplicationService
func (*SecurityPrivilegeApplicationService) Create ¶
func (s *SecurityPrivilegeApplicationService) Create(p security.PrivilegeApplication) error
func (*SecurityPrivilegeApplicationService) Update ¶
func (s *SecurityPrivilegeApplicationService) Update(name string, p security.PrivilegeApplication) error
type SecurityPrivilegeContentSelectorService ¶
type SecurityPrivilegeContentSelectorService struct {
// contains filtered or unexported fields
}
func NewSecurityPrivilegeContentSelectorService ¶
func NewSecurityPrivilegeContentSelectorService(c *client.Client) *SecurityPrivilegeContentSelectorService
func (*SecurityPrivilegeContentSelectorService) Create ¶
func (s *SecurityPrivilegeContentSelectorService) Create(p security.PrivilegeRepositoryContentSelector) error
func (*SecurityPrivilegeContentSelectorService) Update ¶
func (s *SecurityPrivilegeContentSelectorService) Update(name string, p security.PrivilegeRepositoryContentSelector) error
type SecurityPrivilegeRepositoryAdminService ¶
type SecurityPrivilegeRepositoryAdminService struct {
// contains filtered or unexported fields
}
func NewSecurityPrivilegeRepositoryAdminService ¶
func NewSecurityPrivilegeRepositoryAdminService(c *client.Client) *SecurityPrivilegeRepositoryAdminService
func (*SecurityPrivilegeRepositoryAdminService) Create ¶
func (s *SecurityPrivilegeRepositoryAdminService) Create(p security.PrivilegeRepositoryAdmin) error
func (*SecurityPrivilegeRepositoryAdminService) Update ¶
func (s *SecurityPrivilegeRepositoryAdminService) Update(name string, p security.PrivilegeRepositoryAdmin) error
type SecurityPrivilegeRepositoryViewService ¶
type SecurityPrivilegeRepositoryViewService struct {
// contains filtered or unexported fields
}
func NewSecurityPrivilegeRepositoryViewService ¶
func NewSecurityPrivilegeRepositoryViewService(c *client.Client) *SecurityPrivilegeRepositoryViewService
func (*SecurityPrivilegeRepositoryViewService) Create ¶
func (s *SecurityPrivilegeRepositoryViewService) Create(p security.PrivilegeRepositoryView) error
func (*SecurityPrivilegeRepositoryViewService) Update ¶
func (s *SecurityPrivilegeRepositoryViewService) Update(name string, p security.PrivilegeRepositoryView) error
type SecurityPrivilegeScriptService ¶
type SecurityPrivilegeScriptService struct {
// contains filtered or unexported fields
}
func NewSecurityPrivilegeScriptService ¶
func NewSecurityPrivilegeScriptService(c *client.Client) *SecurityPrivilegeScriptService
func (*SecurityPrivilegeScriptService) Create ¶
func (s *SecurityPrivilegeScriptService) Create(p security.PrivilegeScript) error
func (*SecurityPrivilegeScriptService) Update ¶
func (s *SecurityPrivilegeScriptService) Update(name string, p security.PrivilegeScript) error
type SecurityPrivilegeService ¶
type SecurityPrivilegeService struct {
// API Services
Script *SecurityPrivilegeScriptService
Application *SecurityPrivilegeApplicationService
RepositoryAdmin *SecurityPrivilegeRepositoryAdminService
RepositoryContentSelector *SecurityPrivilegeContentSelectorService
RepositoryView *SecurityPrivilegeRepositoryViewService
Wildcard *SecurityPrivilegeWildcardService
// contains filtered or unexported fields
}
func NewSecurityPrivilegeService ¶
func NewSecurityPrivilegeService(c *client.Client) *SecurityPrivilegeService
func (SecurityPrivilegeService) Delete ¶
func (s SecurityPrivilegeService) Delete(name string) error
type SecurityPrivilegeWildcardService ¶
type SecurityPrivilegeWildcardService struct {
// contains filtered or unexported fields
}
func NewSecurityPrivilegeWildcardService ¶
func NewSecurityPrivilegeWildcardService(c *client.Client) *SecurityPrivilegeWildcardService
func (*SecurityPrivilegeWildcardService) Create ¶
func (s *SecurityPrivilegeWildcardService) Create(p security.PrivilegeWildcard) error
func (*SecurityPrivilegeWildcardService) Update ¶
func (s *SecurityPrivilegeWildcardService) Update(name string, p security.PrivilegeWildcard) error
Click to show internal directories.
Click to hide internal directories.