Update to python SDK docs: 14623604263

This commit is contained in:
developer-relations-sp
2025-04-23 16:48:54 +00:00
parent 1baa42b58a
commit e25d7361eb
46 changed files with 7462 additions and 7442 deletions

View File

@@ -16,9 +16,9 @@ tags: ['SDK', 'Software Development Kit', 'AccessProfileSourceRef', 'BetaAccessP
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