SAML Module¶
Do not construct this object directly, instead access the
endpoint_saml_module property of an ngrok.Client object.
-
class
ngrok.services.EndpointSAMLModuleClient(client)[source]¶ -
-
get(id)[source]¶ - Parameters
id (
str) – a resource identifier
https://ngrok.com/docs/api#api-endpoint-saml-module-get
- Return type
-
replace(id, module=None)[source]¶ - Parameters
id (
str) –module (
Optional[EndpointSAMLMutate]) –
https://ngrok.com/docs/api#api-endpoint-saml-module-replace
- Return type
-