Versions in this module Expand all Collapse all v0 v0.10.0 Sep 6, 2026 Changes in this version + const MutabilityImmutable + const MutabilityReadOnly + const MutabilityReadWrite + const MutabilityWriteOnly + const ReturnedAlways + const ReturnedDefault + const ReturnedNever + const ReturnedRequest + const TypeBinary + const TypeBoolean + const TypeComplex + const TypeDateTime + const TypeDecimal + const TypeInteger + const TypeReference + const TypeString + const URIBulkRequest + const URIBulkResponse + const URIEnterpriseUser + const URIError + const URIGroup + const URIListResponse + const URIPatchOp + const URIUser + const UniquenessGlobal + const UniquenessNone + const UniquenessServer + type Attribute struct + CanonicalValues []string + CaseExact bool + Description string + MultiValued bool + Mutability string + Name string + ReferenceTypes []string + Required bool + Returned string + SubAttributes []Attribute + Type string + Uniqueness string + type AuthenticationScheme struct + Description string + DocumentationURI string + Name string + Primary bool + SpecURI string + Type string + type BulkConfig struct + MaxOperations int + MaxPayloadSize int + Supported bool + type FilterConfig struct + MaxResults int + Supported bool + type ResourceType struct + Description string + Endpoint string + ID string + Meta *ResourceTypeMeta + Name string + Schema string + SchemaExtensions []SchemaExtension + func GroupResourceType(baseURL string) ResourceType + func UserResourceType(baseURL string) ResourceType + type ResourceTypeMeta struct + Location string + ResourceType string + type SPConfigMeta struct + Location string + ResourceType string + type Schema struct + Attributes []Attribute + Description string + ID string + Meta *SchemaMeta + Name string + func EnterpriseUserSchema() Schema + func GroupSchema() Schema + func UserSchema() Schema + type SchemaExtension struct + Required bool + Schema string + type SchemaMeta struct + Location string + ResourceType string + type ServiceProviderConfig struct + AuthenticationSchemes []AuthenticationScheme + Bulk BulkConfig + ChangePassword SupportedFeature + DocumentationURI string + Etag SupportedFeature + Filter FilterConfig + Meta *SPConfigMeta + Patch SupportedFeature + Schemas []string + Sort SupportedFeature + type SupportedFeature struct + Supported bool