sdk.CatalogOrganizationService

Properties

NameDescription
organization_idNone

Methods

NameDescription
create_csp_directive (csp_directive: CatalogCspDirective)Create a new csp directive.
create_identity_provider (identity_provider: CatalogIdentityProvider)Create a new identity provider.
create_llm_endpoint (id: <nil>, title: <nil>, token: <nil>, description: <nil>, provider: <nil>, base_url: <nil>, llm_organization: <nil>, llm_model: <nil>, workspace_ids: <nil>)Create a new LLM endpoint.
create_or_update_export_template (export_template: CatalogExportTemplate)Create a new export template or overwrite an existing export template with the same id.
create_or_update_jwk (jwk: CatalogJwk)Create a new jwk or overwrite an existing jwk with the same id.
create_organization_setting (organization_setting: CatalogOrganizationSettings)Create a new organization setting.
delete_csp_directive (csp_directive_id: str)Delete a csp directive.
delete_export_template (export_template_id: str)Delete an export template.
delete_identity_provider (identity_provider_id: str)Delete an identity provider.
delete_jwk (jwk_id: str)Delete a jwk.
delete_llm_endpoint (id: <nil>)Delete an LLM endpoint.
delete_organization_setting (organization_setting_id: str)Delete an organization setting.
get_csp_directive (directive_id: str)Get an individual csp directive.
get_declarative_export_templates ()Get all declarative export templates in the current organization.
get_declarative_identity_providers ()Get all declarative identity providers in the current organization.
get_declarative_notification_channels ()Get all declarative notification channels in the current organization.
get_export_template (export_template_id: str)Get an individual export template.
get_identity_provider (identity_provider_id: str)Get an individual identity provider.
get_jwk (jwk_id: str)Get an individual jwk.
get_llm_endpoint (id: <nil>)Get LLM endpoint by ID.
get_organization ()None
get_organization_setting (organization_setting_id: str)Get an individual organization setting.
layout_organization_folder ()None
list_csp_directives ()Returns a list of all csp directives in the current organization.
list_export_templates ()Returns a list of all export templates in the current organization.
list_identity_providers ()Returns a list of all identity providers in the current organization.
list_jwks ()Returns a list of all jwks in the current organization.
list_llm_endpoints (filter: <nil>, page: <nil>, size: <nil>, sort: <nil>, meta_include: <nil>)List all LLM endpoints.
list_organization_settings ()Returns a list of all organization settings in the current organization.
patch_identity_provider_attributes (identity_provider_id: str, attributes: dict)Applies changes to the specified identity provider.
put_declarative_export_templates (export_templates: list[CatalogDeclarativeExportTemplate])Put declarative export templates in the current organization.
put_declarative_identity_providers (identity_providers: list[CatalogDeclarativeIdentityProvider])Put declarative identity providers in the current organization.
put_declarative_notification_channels (notification_channels: list[CatalogDeclarativeNotificationChannel])Put declarative notification channels in the current organization.
update_allowed_origins (allowed_origins: list[str])Updates the allowed origins of the organization.
update_csp_directive (csp_directive: CatalogCspDirective)Update a csp directive.
update_identity_provider (identity_provider: CatalogIdentityProvider)Update an identity provider.
update_llm_endpoint (id: <nil>, title: <nil>, token: <nil>, description: <nil>, provider: <nil>, base_url: <nil>, llm_organization: <nil>, llm_model: <nil>, workspace_ids: <nil>)Update an existing LLM endpoint.
update_name (name: str)Updates the name of the organization.
update_oidc_parameters (oauth_issuer_location: Optional[str], oauth_client_id: Optional[str], oauth_client_secret: Optional[str])Updates OIDC parameters of organization.
update_organization_setting (organization_setting: CatalogOrganizationSettings)Update an organization setting.