Skip to content

Commit 1e57883

Browse files
committed
docs: bump to d09539180f7c53b9fee9a4f9d1760eed7865441a
1 parent 0e85598 commit 1e57883

File tree

1 file changed

+115
-39
lines changed

1 file changed

+115
-39
lines changed

docs/reference/api.json

Lines changed: 115 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -3023,6 +3023,22 @@
30233023
},
30243024
"expires_at": {
30253025
"$ref": "#/components/schemas/Time"
3026+
},
3027+
"proxy_acs_url": {
3028+
"description": "Proxy ACS URL if overriding with a customer-controlled URL",
3029+
"type": "string"
3030+
},
3031+
"proxy_oidc_redirect_url": {
3032+
"description": "Proxy OIDC Redirect URL if overriding with a customer-controlled URL",
3033+
"type": "string"
3034+
},
3035+
"proxy_saml_audience_override": {
3036+
"description": "SAML Audience Override if overriding with a customer-controlled one",
3037+
"type": "string"
3038+
},
3039+
"proxy_scim_server_url": {
3040+
"description": "Proxy SCIM Server URL if overriding with a customer-controlled URL",
3041+
"type": "string"
30263042
}
30273043
},
30283044
"required": ["enable_sso", "enable_scim"],
@@ -3641,7 +3657,7 @@
36413657
},
36423658
"type": "object"
36433659
},
3644-
"getAttributesCountResponse": {
3660+
"getAttributesCount": {
36453661
"description": "Response of the getAttributesCount endpoint",
36463662
"properties": {
36473663
"data": {
@@ -3665,7 +3681,25 @@
36653681
},
36663682
"type": "object"
36673683
},
3668-
"getMetricsEventAttributesResponse": {
3684+
"getMetricsCount": {
3685+
"description": "Response of the getIdentityCount endpoint",
3686+
"properties": {
3687+
"count": {
3688+
"description": "The total count",
3689+
"format": "int64",
3690+
"readOnly": true,
3691+
"type": "integer"
3692+
},
3693+
"service_name": {
3694+
"description": "Helper field to identify the service used for this response",
3695+
"readOnly": true,
3696+
"type": "string"
3697+
}
3698+
},
3699+
"required": ["count", "service_name"],
3700+
"type": "object"
3701+
},
3702+
"getMetricsEventAttributes": {
36693703
"description": "Response of the getMetricsEventAttributes endpoint",
36703704
"properties": {
36713705
"events": {
@@ -3680,7 +3714,7 @@
36803714
"required": ["events"],
36813715
"type": "object"
36823716
},
3683-
"getMetricsEventTypesResponse": {
3717+
"getMetricsEventTypes": {
36843718
"description": "Response of the getMetricsEventTypes endpoint",
36853719
"properties": {
36863720
"events": {
@@ -3705,6 +3739,26 @@
37053739
"title": "getOrganizationResponse represents a B2B SSO Organization.",
37063740
"type": "object"
37073741
},
3742+
"getProjectEvents": {
3743+
"description": "Response of the getProjectEvents endpoint",
3744+
"properties": {
3745+
"events": {
3746+
"description": "The list of data points.",
3747+
"items": {
3748+
"$ref": "#/components/schemas/ProjectEventsDatapoint"
3749+
},
3750+
"readOnly": true,
3751+
"type": "array"
3752+
},
3753+
"page_token": {
3754+
"description": "Pagination token to be included in next page request",
3755+
"readOnly": true,
3756+
"type": "string"
3757+
}
3758+
},
3759+
"required": ["events"],
3760+
"type": "object"
3761+
},
37083762
"getProjectEventsBody": {
37093763
"description": "Body of the getProjectEvents endpoint",
37103764
"properties": {
@@ -3744,27 +3798,7 @@
37443798
"required": ["from", "to"],
37453799
"type": "object"
37463800
},
3747-
"getProjectEventsResponse": {
3748-
"description": "Response of the getProjectEvents endpoint",
3749-
"properties": {
3750-
"events": {
3751-
"description": "The list of data points.",
3752-
"items": {
3753-
"$ref": "#/components/schemas/ProjectEventsDatapoint"
3754-
},
3755-
"readOnly": true,
3756-
"type": "array"
3757-
},
3758-
"page_token": {
3759-
"description": "Pagination token to be included in next page request",
3760-
"readOnly": true,
3761-
"type": "string"
3762-
}
3763-
},
3764-
"required": ["events"],
3765-
"type": "object"
3766-
},
3767-
"getProjectMetricsResponse": {
3801+
"getProjectMetrics": {
37683802
"description": "Response of the getMetrics endpoint",
37693803
"properties": {
37703804
"data": {
@@ -3779,7 +3813,7 @@
37793813
"required": ["data"],
37803814
"type": "object"
37813815
},
3782-
"getSessionActivityResponse": {
3816+
"getSessionActivity": {
37833817
"description": "Response of the getSessionActivity endpoint",
37843818
"properties": {
37853819
"data": {
@@ -4267,6 +4301,16 @@
42674301
"required": ["project_slug", "path"],
42684302
"type": "object"
42694303
},
4304+
"internalIsOwnerForProjectBySlug": {
4305+
"properties": {
4306+
"project_id": {
4307+
"description": "ProjectID is the project's ID.",
4308+
"type": "string"
4309+
}
4310+
},
4311+
"required": ["project_id"],
4312+
"type": "object"
4313+
},
42704314
"internalIsOwnerForProjectBySlugBody": {
42714315
"description": "Is Owner For Project By Slug Request Body",
42724316
"properties": {
@@ -4291,16 +4335,6 @@
42914335
"required": ["subject", "namespace", "project_slug"],
42924336
"type": "object"
42934337
},
4294-
"internalIsOwnerForProjectBySlugResponse": {
4295-
"properties": {
4296-
"project_id": {
4297-
"description": "ProjectID is the project's ID.",
4298-
"type": "string"
4299-
}
4300-
},
4301-
"required": ["project_id"],
4302-
"type": "object"
4303-
},
43044338
"introspectedOAuth2Token": {
43054339
"description": "Introspection contains an access token's session data as specified by\n[IETF RFC 7662](https://tools.ietf.org/html/rfc7662)",
43064340
"properties": {
@@ -6333,6 +6367,12 @@
63336367
"description": "ID is the provider's ID",
63346368
"type": "string"
63356369
},
6370+
"proxy_acs_url": {
6371+
"$ref": "#/components/schemas/String"
6372+
},
6373+
"proxy_saml_audience_override": {
6374+
"$ref": "#/components/schemas/String"
6375+
},
63366376
"raw_idp_metadata_xml": {
63376377
"description": "RawIDPMetadataXML is the raw XML metadata of the IDP.",
63386378
"type": "string"
@@ -6386,6 +6426,9 @@
63866426
"format": "uuid",
63876427
"type": "string"
63886428
},
6429+
"proxy_scim_server_url": {
6430+
"$ref": "#/components/schemas/String"
6431+
},
63896432
"state": {
63906433
"description": "State indicates the state of the SCIM server\n\nOnly servers with state `enabled` will be available for SCIM provisioning.\nenabled ThirdPartyProviderStateEnabled\ndisabled ThirdPartyProviderStateDisabled",
63916434
"enum": ["enabled", "disabled"],
@@ -6496,6 +6539,11 @@
64966539
"description": "ID is the provider's ID",
64976540
"type": "string"
64986541
},
6542+
"proxy_oidc_redirect_url": {
6543+
"description": "Proxy OIDC Redirect URL if overriding with a customer-controlled URL",
6544+
"readOnly": true,
6545+
"type": "string"
6546+
},
64996547
"requested_claims": {
65006548
"$ref": "#/components/schemas/JSONRawMessage"
65016549
},
@@ -6878,10 +6926,6 @@
68786926
"context": {
68796927
"$ref": "#/components/schemas/JSONRawMessage"
68806928
},
6881-
"device_challenge_id": {
6882-
"description": "DeviceChallenge is the device challenge this consent challenge belongs to, if this flow was initiated by a device.",
6883-
"type": "string"
6884-
},
68856929
"login_challenge": {
68866930
"description": "LoginChallenge is the login challenge this consent challenge belongs to. It can be used to associate\na login and consent request in the login \u0026 consent app.",
68876931
"type": "string"
@@ -7432,6 +7476,22 @@
74327476
"readOnly": true,
74337477
"type": "string"
74347478
},
7479+
"proxy_acs_url": {
7480+
"description": "Proxy ACS URL if overriding with a customer-controlled URL",
7481+
"type": "string"
7482+
},
7483+
"proxy_oidc_redirect_url": {
7484+
"description": "Proxy OIDC Redirect URL if overriding with a customer-controlled URL",
7485+
"type": "string"
7486+
},
7487+
"proxy_saml_audience_override": {
7488+
"description": "SAML Audience Override if overriding with a customer-controlled one",
7489+
"type": "string"
7490+
},
7491+
"proxy_scim_server_url": {
7492+
"description": "Proxy SCIM Server URL if overriding with a customer-controlled URL",
7493+
"type": "string"
7494+
},
74357495
"value": {
74367496
"description": "The onboarding portal link's value",
74377497
"readOnly": true,
@@ -7467,6 +7527,22 @@
74677527
"description": "Organization Label",
74687528
"type": "string"
74697529
},
7530+
"proxy_acs_url": {
7531+
"description": "Proxy ACS URL if overriding with a customer-controlled URL",
7532+
"type": "string"
7533+
},
7534+
"proxy_oidc_redirect_url": {
7535+
"description": "Proxy OIDC Redirect URL if overriding with a customer-controlled URL",
7536+
"type": "string"
7537+
},
7538+
"proxy_saml_audience_override": {
7539+
"description": "SAML Audience Override if overriding with a customer-controlled one",
7540+
"type": "string"
7541+
},
7542+
"proxy_scim_server_url": {
7543+
"description": "Proxy SCIM Server URL if overriding with a customer-controlled URL",
7544+
"type": "string"
7545+
},
74707546
"revision_id": {
74717547
"format": "uuid",
74727548
"type": "string"

0 commit comments

Comments
 (0)