Documentation
¶
Index ¶
- type ReadResult
- type Service
- func (s *Service) Activate(ctx context.Context, active iam.ActiveOIDCConfig, ...) (ReadResult, error)
- func (s *Service) Disable(ctx context.Context) (ReadResult, error)
- func (s *Service) Read(ctx context.Context) (ReadResult, error)
- func (s *Service) Refresh(ctx context.Context) (ReadResult, error)
- func (s *Service) RuntimeState(ctx context.Context) (iam.RuntimeAccessControlState, error)
- func (s *Service) SaveDraft(ctx context.Context, draft iam.DraftOIDCConfig) (ReadResult, error)
- func (s *Service) SaveValidation(ctx context.Context, validation iam.OIDCValidationMetadata) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ReadResult ¶
type ReadResult struct {
State iam.AccessControlState
StorageLocation string
}
type Service ¶
type Service struct {
// contains filtered or unexported fields
}
func (*Service) Activate ¶
func (s *Service) Activate(ctx context.Context, active iam.ActiveOIDCConfig, activation iam.OIDCActivationMetadata) (ReadResult, error)
func (*Service) RuntimeState ¶
func (*Service) SaveDraft ¶
func (s *Service) SaveDraft(ctx context.Context, draft iam.DraftOIDCConfig) (ReadResult, error)
func (*Service) SaveValidation ¶
Click to show internal directories.
Click to hide internal directories.