kittycad.api.orgs.create_org_saml_idp

Functions

asyncio(body, *, client)

This endpoint requires authentication by an org admin.

asyncio_detailed(body, *, client)

sync(body, *, client)

This endpoint requires authentication by an org admin.

sync_detailed(body, *, client)

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

Response[Union[SamlIdentityProvider, Error, None]]

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

Dict[str, Any]

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

Union[SamlIdentityProvider, Error, None]

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

This endpoint requires authentication by an org admin.

Return type:

Union[SamlIdentityProvider, Error, None]

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

Response[Union[SamlIdentityProvider, Error, None]]

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

This endpoint requires authentication by an org admin.

Return type:

Union[SamlIdentityProvider, Error, None]

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

Response[Union[SamlIdentityProvider, Error, None]]