Update to python SDK docs: 14206153422

This commit is contained in:
developer-relations-sp
2025-04-01 21:14:08 +00:00
parent e0cd17773e
commit b3d4b9a599
20 changed files with 61 additions and 51 deletions

View File

@@ -16,9 +16,9 @@ tags: ['SDK', 'Software Development Kit', 'AccessProfileSourceRef', 'V2024Access
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | **str** | The ID of the Source with with which the Access Profile is associated | [optional]
**type** | **Enum** [ 'SOURCE' ] | The type of the Source, will always be SOURCE | [optional]
**name** | **str** | The display name of the associated Source | [optional]
**id** | **str** | ID of the source the access profile is associated with. | [optional]
**type** | **Enum** [ 'SOURCE' ] | Source's DTO type. | [optional]
**name** | **str** | Source name. | [optional]
}
## Example