kittycad.api.orgs.get_org_saml_idp

Functions

asyncio(*, client)

This endpoint requires authentication by an org admin.

asyncio_detailed(*, client)

sync(*, client)

This endpoint requires authentication by an org admin.

sync_detailed(*, client)

kittycad.api.orgs.get_org_saml_idp._build_response(*, response)[source][source]
Return type:

Response[Union[SamlIdentityProvider, Error, None]]

kittycad.api.orgs.get_org_saml_idp._get_kwargs(*, client)[source][source]
Return type:

Dict[str, Any]

kittycad.api.orgs.get_org_saml_idp._parse_response(*, response)[source][source]
Return type:

Union[SamlIdentityProvider, Error, None]

async kittycad.api.orgs.get_org_saml_idp.asyncio(*, client)[source][source]

This endpoint requires authentication by an org admin.

Return type:

Union[SamlIdentityProvider, Error, None]

async kittycad.api.orgs.get_org_saml_idp.asyncio_detailed(*, client)[source][source]
Return type:

Response[Union[SamlIdentityProvider, Error, None]]

kittycad.api.orgs.get_org_saml_idp.sync(*, client)[source][source]

This endpoint requires authentication by an org admin.

Return type:

Union[SamlIdentityProvider, Error, None]

kittycad.api.orgs.get_org_saml_idp.sync_detailed(*, client)[source][source]
Return type:

Response[Union[SamlIdentityProvider, Error, None]]