Movatterモバイル変換


[0]ホーム

URL:


scim

package
v2.23.0Latest Latest
Warning

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

Go to latest
Published: Jun 3, 2025 License:AGPL-3.0Imports:3Imported by:0

Details

Repository

github.com/coder/coder

Links

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

typeAuthenticationScheme

type AuthenticationScheme struct {Typestring `json:"type"`Namestring `json:"name"`Descriptionstring `json:"description"`SpecURIstring `json:"specUri"`DocURIstring `json:"documentationUri"`}

typeBulkSupported

type BulkSupported struct {Supportedbool `json:"supported"`MaxOpint  `json:"maxOperations"`MaxPayloadint  `json:"maxPayloadSize"`}

typeFilterSupported

type FilterSupported struct {Supportedbool `json:"supported"`MaxResultsint  `json:"maxResults"`}

typeHTTPErroradded inv2.18.0

type HTTPError struct {// contains filtered or unexported fields}

HTTPError wraps a *spec.Error for correct usage with'handlerutil.WriteError'. This error type is cursed to beabsolutely strange and specific to the SCIM library we use.

The library expects *spec.Error to be returned on unwrap, and theinternal error description to be returned by a json.Marshal of thetop level error.

funcNewHTTPErroradded inv2.18.0

func NewHTTPError(statusint, eTypestring, errerror) *HTTPError

func (HTTPError)Erroradded inv2.18.0

func (eHTTPError) Error()string

func (HTTPError)MarshalJSONadded inv2.18.0

func (eHTTPError) MarshalJSON() ([]byte,error)

func (HTTPError)Unwrapadded inv2.18.0

func (eHTTPError) Unwrap()error

typeServiceProviderConfig

type ServiceProviderConfig struct {Schemas        []string               `json:"schemas"`DocURIstring                 `json:"documentationUri"`PatchSupported              `json:"patch"`BulkBulkSupported          `json:"bulk"`FilterFilterSupported        `json:"filter"`ChangePasswordSupported              `json:"changePassword"`SortSupported              `json:"sort"`ETagSupported              `json:"etag"`AuthSchemes    []AuthenticationScheme `json:"authenticationSchemes"`MetaServiceProviderMeta    `json:"meta"`}

typeServiceProviderMeta

type ServiceProviderMeta struct {Createdtime.Time `json:"created"`LastModifiedtime.Time `json:"lastModified"`Locationstring    `json:"location"`ResourceTypestring    `json:"resourceType"`}

typeSupported

type Supported struct {Supportedbool `json:"supported"`}

Source Files

View all Source files

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f orF : Jump to
y orY : Canonical URL
go.dev uses cookies from Google to deliver and enhance the quality of its services and to analyze traffic.Learn more.

[8]ページ先頭

©2009-2025 Movatter.jp