azureV2provider

package
v0.6.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 10, 2024 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type EmptyPolicyStore

type EmptyPolicyStore[R any] struct {
}

func (*EmptyPolicyStore[R]) Provider

func (a *EmptyPolicyStore[R]) Provider() (policystore.PolicyBackendSvc[R], error)

type Idp

type Idp interface {
	Provider() (idp.AppInfoSvc, error)
}

func NewApimAppProvider

func NewApimAppProvider(key []byte) Idp

type PolicyStore

type PolicyStore[R any] interface {
	Provider() (policystore.PolicyBackendSvc[R], error)
}

func NewApimPolicyProvider

func NewApimPolicyProvider(key []byte, resourceGroup string, serviceName string) PolicyStore[any]

func NewEmptyPolicyStore

func NewEmptyPolicyStore() PolicyStore[any]

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL