Documentation ¶
Index ¶
- func NewNamedValuePolicyStoreSvc(key []byte, httpClient azurecommon.HTTPClient, resourceGroup string, ...) (policystore.PolicyBackendSvc[any], error)
- func NvToRar(nvName, nvVal string) (rar.ResourceActionRoles, error)
- func NvValueToArray(nvValue string) ([]string, error)
- type NamedValuePolicyStoreSvc
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewNamedValuePolicyStoreSvc ¶
func NewNamedValuePolicyStoreSvc(key []byte, httpClient azurecommon.HTTPClient, resourceGroup string, apimServiceName string) (policystore.PolicyBackendSvc[any], error)
func NvValueToArray ¶
Types ¶
type NamedValuePolicyStoreSvc ¶
type NamedValuePolicyStoreSvc struct {
// contains filtered or unexported fields
}
func (*NamedValuePolicyStoreSvc) GetPolicies ¶
func (n *NamedValuePolicyStoreSvc) GetPolicies(_ idp.AppInfo) ([]rar.ResourceActionRoles, error)
func (*NamedValuePolicyStoreSvc) SetPolicy ¶
func (n *NamedValuePolicyStoreSvc) SetPolicy(aRar rar.ResourceActionRoles) error
Click to show internal directories.
Click to hide internal directories.