-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Concourse
committed
Jun 16, 2023
1 parent
4f725d7
commit 260af3a
Showing
55 changed files
with
366 additions
and
97 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,7 +8,7 @@ | |
"url": "https://www.finbourne.com", | ||
"email": "[email protected]" | ||
}, | ||
"version": "0.0.2450", | ||
"version": "0.0.2452", | ||
"x-logo": { | ||
"url": "https://www.lusid.com/app/assets/logo_white.png", | ||
"backgroundColor": "#415464" | ||
|
@@ -2246,6 +2246,71 @@ | |
"x-fbn-apistatus": "EarlyAccess" | ||
} | ||
}, | ||
"/api/users/$runnable": { | ||
"get": { | ||
"tags": [ | ||
"Users" | ||
], | ||
"summary": "[EARLY ACCESS] ListRunnableUsers: List Runable Users", | ||
"description": "List the available runnable Users", | ||
"operationId": "ListRunnableUsers", | ||
"responses": { | ||
"200": { | ||
"description": "List the available runnable users", | ||
"content": { | ||
"application/json": { | ||
"schema": { | ||
"type": "array", | ||
"items": { | ||
"$ref": "#/components/schemas/UserResponse" | ||
} | ||
}, | ||
"example": [ | ||
{ | ||
"id": "asybvrs5", | ||
"emailAddress": "[email protected]", | ||
"login": "[email protected]", | ||
"firstName": "Joe", | ||
"lastName": "Bloggs", | ||
"roles": [ | ||
{ | ||
"id": "customrole1", | ||
"roleId": { | ||
"scope": "default", | ||
"code": "customrole2" | ||
}, | ||
"source": "LusidUser", | ||
"name": "Front Office Administrator", | ||
"description": "Administration role for Front Office staff" | ||
} | ||
], | ||
"type": "Personal", | ||
"status": "ACTIVE", | ||
"external": false | ||
} | ||
] | ||
} | ||
} | ||
}, | ||
"default": { | ||
"description": "Error response", | ||
"content": { | ||
"application/json": { | ||
"schema": { | ||
"$ref": "#/components/schemas/LusidProblemDetails" | ||
} | ||
} | ||
} | ||
} | ||
}, | ||
"security": [ | ||
{ | ||
"oauth2": [] | ||
} | ||
], | ||
"x-fbn-apistatus": "EarlyAccess" | ||
} | ||
}, | ||
"/api/users/{id}": { | ||
"get": { | ||
"tags": [ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,15 +7,15 @@ | |
FINBOURNE Technology # noqa: E501 | ||
The version of the OpenAPI document: 0.0.2450 | ||
The version of the OpenAPI document: 0.0.2452 | ||
Contact: [email protected] | ||
Generated by: https://openapi-generator.tech | ||
""" | ||
|
||
|
||
from __future__ import absolute_import | ||
|
||
__version__ = "0.0.2450" | ||
__version__ = "0.0.2452" | ||
|
||
# import apis into sdk package | ||
from finbourne_identity.api.application_metadata_api import ApplicationMetadataApi | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
__version__ = "0.0.2450" | ||
__version__ = "0.0.2452" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ | |
FINBOURNE Technology # noqa: E501 | ||
The version of the OpenAPI document: 0.0.2450 | ||
The version of the OpenAPI document: 0.0.2452 | ||
Contact: [email protected] | ||
Generated by: https://openapi-generator.tech | ||
""" | ||
|
@@ -145,7 +145,7 @@ def list_access_controlled_resources_with_http_info(self, **kwargs): # noqa: E5 | |
|
||
# set the LUSID header | ||
header_params['X-LUSID-SDK-Language'] = 'Python' | ||
header_params['X-LUSID-SDK-Version'] = '0.0.2450' | ||
header_params['X-LUSID-SDK-Version'] = '0.0.2452' | ||
|
||
# Authentication setting | ||
auth_settings = ['oauth2'] # noqa: E501 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ | |
FINBOURNE Technology # noqa: E501 | ||
The version of the OpenAPI document: 0.0.2450 | ||
The version of the OpenAPI document: 0.0.2452 | ||
Contact: [email protected] | ||
Generated by: https://openapi-generator.tech | ||
""" | ||
|
@@ -157,7 +157,7 @@ def create_application_with_http_info(self, **kwargs): # noqa: E501 | |
|
||
# set the LUSID header | ||
header_params['X-LUSID-SDK-Language'] = 'Python' | ||
header_params['X-LUSID-SDK-Version'] = '0.0.2450' | ||
header_params['X-LUSID-SDK-Version'] = '0.0.2452' | ||
|
||
# Authentication setting | ||
auth_settings = ['oauth2'] # noqa: E501 | ||
|
@@ -309,7 +309,7 @@ def delete_application_with_http_info(self, id, **kwargs): # noqa: E501 | |
|
||
# set the LUSID header | ||
header_params['X-LUSID-SDK-Language'] = 'Python' | ||
header_params['X-LUSID-SDK-Version'] = '0.0.2450' | ||
header_params['X-LUSID-SDK-Version'] = '0.0.2452' | ||
|
||
# Authentication setting | ||
auth_settings = ['oauth2'] # noqa: E501 | ||
|
@@ -465,7 +465,7 @@ def get_application_with_http_info(self, id, **kwargs): # noqa: E501 | |
|
||
# set the LUSID header | ||
header_params['X-LUSID-SDK-Language'] = 'Python' | ||
header_params['X-LUSID-SDK-Version'] = '0.0.2450' | ||
header_params['X-LUSID-SDK-Version'] = '0.0.2452' | ||
|
||
# Authentication setting | ||
auth_settings = ['oauth2'] # noqa: E501 | ||
|
@@ -599,7 +599,7 @@ def list_applications_with_http_info(self, **kwargs): # noqa: E501 | |
|
||
# set the LUSID header | ||
header_params['X-LUSID-SDK-Language'] = 'Python' | ||
header_params['X-LUSID-SDK-Version'] = '0.0.2450' | ||
header_params['X-LUSID-SDK-Version'] = '0.0.2452' | ||
|
||
# Authentication setting | ||
auth_settings = ['oauth2'] # noqa: E501 | ||
|
@@ -750,7 +750,7 @@ def rotate_application_secrets_with_http_info(self, id, **kwargs): # noqa: E501 | |
|
||
# set the LUSID header | ||
header_params['X-LUSID-SDK-Language'] = 'Python' | ||
header_params['X-LUSID-SDK-Version'] = '0.0.2450' | ||
header_params['X-LUSID-SDK-Version'] = '0.0.2452' | ||
|
||
# Authentication setting | ||
auth_settings = ['oauth2'] # noqa: E501 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ | |
FINBOURNE Technology # noqa: E501 | ||
The version of the OpenAPI document: 0.0.2450 | ||
The version of the OpenAPI document: 0.0.2452 | ||
Contact: [email protected] | ||
Generated by: https://openapi-generator.tech | ||
""" | ||
|
@@ -149,7 +149,7 @@ def get_authentication_information_with_http_info(self, **kwargs): # noqa: E501 | |
|
||
# set the LUSID header | ||
header_params['X-LUSID-SDK-Language'] = 'Python' | ||
header_params['X-LUSID-SDK-Version'] = '0.0.2450' | ||
header_params['X-LUSID-SDK-Version'] = '0.0.2452' | ||
|
||
# Authentication setting | ||
auth_settings = ['oauth2'] # noqa: E501 | ||
|
@@ -281,7 +281,7 @@ def get_support_access_history_with_http_info(self, **kwargs): # noqa: E501 | |
|
||
# set the LUSID header | ||
header_params['X-LUSID-SDK-Language'] = 'Python' | ||
header_params['X-LUSID-SDK-Version'] = '0.0.2450' | ||
header_params['X-LUSID-SDK-Version'] = '0.0.2452' | ||
|
||
# Authentication setting | ||
auth_settings = ['oauth2'] # noqa: E501 | ||
|
@@ -413,7 +413,7 @@ def get_support_roles_with_http_info(self, **kwargs): # noqa: E501 | |
|
||
# set the LUSID header | ||
header_params['X-LUSID-SDK-Language'] = 'Python' | ||
header_params['X-LUSID-SDK-Version'] = '0.0.2450' | ||
header_params['X-LUSID-SDK-Version'] = '0.0.2452' | ||
|
||
# Authentication setting | ||
auth_settings = ['oauth2'] # noqa: E501 | ||
|
@@ -559,7 +559,7 @@ def grant_support_access_with_http_info(self, support_access_request, **kwargs): | |
|
||
# set the LUSID header | ||
header_params['X-LUSID-SDK-Language'] = 'Python' | ||
header_params['X-LUSID-SDK-Version'] = '0.0.2450' | ||
header_params['X-LUSID-SDK-Version'] = '0.0.2452' | ||
|
||
# Authentication setting | ||
auth_settings = ['oauth2'] # noqa: E501 | ||
|
@@ -692,7 +692,7 @@ def invalidate_support_access_with_http_info(self, **kwargs): # noqa: E501 | |
|
||
# set the LUSID header | ||
header_params['X-LUSID-SDK-Language'] = 'Python' | ||
header_params['X-LUSID-SDK-Version'] = '0.0.2450' | ||
header_params['X-LUSID-SDK-Version'] = '0.0.2452' | ||
|
||
# Authentication setting | ||
auth_settings = ['oauth2'] # noqa: E501 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ | |
FINBOURNE Technology # noqa: E501 | ||
The version of the OpenAPI document: 0.0.2450 | ||
The version of the OpenAPI document: 0.0.2452 | ||
Contact: [email protected] | ||
Generated by: https://openapi-generator.tech | ||
""" | ||
|
@@ -160,7 +160,7 @@ def add_scim_with_http_info(self, **kwargs): # noqa: E501 | |
|
||
# set the LUSID header | ||
header_params['X-LUSID-SDK-Language'] = 'Python' | ||
header_params['X-LUSID-SDK-Version'] = '0.0.2450' | ||
header_params['X-LUSID-SDK-Version'] = '0.0.2452' | ||
|
||
# Authentication setting | ||
auth_settings = ['oauth2'] # noqa: E501 | ||
|
@@ -293,7 +293,7 @@ def remove_scim_with_http_info(self, **kwargs): # noqa: E501 | |
|
||
# set the LUSID header | ||
header_params['X-LUSID-SDK-Language'] = 'Python' | ||
header_params['X-LUSID-SDK-Version'] = '0.0.2450' | ||
header_params['X-LUSID-SDK-Version'] = '0.0.2452' | ||
|
||
# Authentication setting | ||
auth_settings = ['oauth2'] # noqa: E501 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ | |
FINBOURNE Technology # noqa: E501 | ||
The version of the OpenAPI document: 0.0.2450 | ||
The version of the OpenAPI document: 0.0.2452 | ||
Contact: [email protected] | ||
Generated by: https://openapi-generator.tech | ||
""" | ||
|
@@ -148,7 +148,7 @@ def get_user_info_with_http_info(self, **kwargs): # noqa: E501 | |
|
||
# set the LUSID header | ||
header_params['X-LUSID-SDK-Language'] = 'Python' | ||
header_params['X-LUSID-SDK-Version'] = '0.0.2450' | ||
header_params['X-LUSID-SDK-Version'] = '0.0.2452' | ||
|
||
# Authentication setting | ||
auth_settings = ['oauth2'] # noqa: E501 | ||
|
@@ -294,7 +294,7 @@ def set_password_with_http_info(self, set_password, **kwargs): # noqa: E501 | |
|
||
# set the LUSID header | ||
header_params['X-LUSID-SDK-Language'] = 'Python' | ||
header_params['X-LUSID-SDK-Version'] = '0.0.2450' | ||
header_params['X-LUSID-SDK-Version'] = '0.0.2452' | ||
|
||
# Authentication setting | ||
auth_settings = ['oauth2'] # noqa: E501 | ||
|
Oops, something went wrong.