diff --git a/.stats.yml b/.stats.yml index d5880558773..d3fe501a329 100644 --- a/.stats.yml +++ b/.stats.yml @@ -1,2 +1,2 @@ configured_endpoints: 1335 -openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/cloudflare%2Fcloudflare-3b4dbcd29fdd5e0f88ee4097d3c58c446c6876505a522503afa704ebf51b8281.yml +openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/cloudflare%2Fcloudflare-909b9ecb3be7ec2f54817533e4ea551d1eac37c0df72ec91b5c9179f9e8195c1.yml diff --git a/src/cloudflare/types/zero_trust/risk_scoring/integration_create_response.py b/src/cloudflare/types/zero_trust/risk_scoring/integration_create_response.py index fe710d49e74..a30b33a1de8 100644 --- a/src/cloudflare/types/zero_trust/risk_scoring/integration_create_response.py +++ b/src/cloudflare/types/zero_trust/risk_scoring/integration_create_response.py @@ -32,3 +32,10 @@ class IntegrationCreateResponse(BaseModel): tenant_url: str """The base URL for the tenant. E.g. "https://tenant.okta.com" """ + + well_known_url: str + """The URL for the Shared Signals Framework configuration, e.g. + + "/.well-known/sse-configuration/{integration_uuid}/". + https://openid.net/specs/openid-sse-framework-1_0.html#rfc.section.6.2.1 + """ diff --git a/src/cloudflare/types/zero_trust/risk_scoring/integration_get_response.py b/src/cloudflare/types/zero_trust/risk_scoring/integration_get_response.py index af016764ca9..1e4bd01fa6c 100644 --- a/src/cloudflare/types/zero_trust/risk_scoring/integration_get_response.py +++ b/src/cloudflare/types/zero_trust/risk_scoring/integration_get_response.py @@ -32,3 +32,10 @@ class IntegrationGetResponse(BaseModel): tenant_url: str """The base URL for the tenant. E.g. "https://tenant.okta.com" """ + + well_known_url: str + """The URL for the Shared Signals Framework configuration, e.g. + + "/.well-known/sse-configuration/{integration_uuid}/". + https://openid.net/specs/openid-sse-framework-1_0.html#rfc.section.6.2.1 + """ diff --git a/src/cloudflare/types/zero_trust/risk_scoring/integration_list_response.py b/src/cloudflare/types/zero_trust/risk_scoring/integration_list_response.py index a56a92339d9..870bce91672 100644 --- a/src/cloudflare/types/zero_trust/risk_scoring/integration_list_response.py +++ b/src/cloudflare/types/zero_trust/risk_scoring/integration_list_response.py @@ -32,3 +32,10 @@ class IntegrationListResponse(BaseModel): tenant_url: str """The base URL for the tenant. E.g. "https://tenant.okta.com" """ + + well_known_url: str + """The URL for the Shared Signals Framework configuration, e.g. + + "/.well-known/sse-configuration/{integration_uuid}/". + https://openid.net/specs/openid-sse-framework-1_0.html#rfc.section.6.2.1 + """ diff --git a/src/cloudflare/types/zero_trust/risk_scoring/integration_update_response.py b/src/cloudflare/types/zero_trust/risk_scoring/integration_update_response.py index 9fc5ff96e0d..5d084429b0c 100644 --- a/src/cloudflare/types/zero_trust/risk_scoring/integration_update_response.py +++ b/src/cloudflare/types/zero_trust/risk_scoring/integration_update_response.py @@ -32,3 +32,10 @@ class IntegrationUpdateResponse(BaseModel): tenant_url: str """The base URL for the tenant. E.g. "https://tenant.okta.com" """ + + well_known_url: str + """The URL for the Shared Signals Framework configuration, e.g. + + "/.well-known/sse-configuration/{integration_uuid}/". + https://openid.net/specs/openid-sse-framework-1_0.html#rfc.section.6.2.1 + """ diff --git a/src/cloudflare/types/zero_trust/risk_scoring/integrations/reference_get_response.py b/src/cloudflare/types/zero_trust/risk_scoring/integrations/reference_get_response.py index 071ae7cf5e6..d0f79a48a3c 100644 --- a/src/cloudflare/types/zero_trust/risk_scoring/integrations/reference_get_response.py +++ b/src/cloudflare/types/zero_trust/risk_scoring/integrations/reference_get_response.py @@ -32,3 +32,10 @@ class ReferenceGetResponse(BaseModel): tenant_url: str """The base URL for the tenant. E.g. "https://tenant.okta.com" """ + + well_known_url: str + """The URL for the Shared Signals Framework configuration, e.g. + + "/.well-known/sse-configuration/{integration_uuid}/". + https://openid.net/specs/openid-sse-framework-1_0.html#rfc.section.6.2.1 + """