mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-08 20:37:46 +00:00
starting point for adding python sdk docs
This commit is contained in:
@@ -0,0 +1,37 @@
|
||||
---
|
||||
id: beta-access-profile-source-ref
|
||||
title: AccessProfileSourceRef
|
||||
pagination_label: AccessProfileSourceRef
|
||||
sidebar_label: AccessProfileSourceRef
|
||||
sidebar_class_name: pythonsdk
|
||||
keywords: ['python', 'Python', 'sdk', 'AccessProfileSourceRef', 'BetaAccessProfileSourceRef']
|
||||
slug: /tools/sdk/python/beta/models/access-profile-source-ref
|
||||
tags: ['SDK', 'Software Development Kit', 'AccessProfileSourceRef', 'BetaAccessProfileSourceRef']
|
||||
---
|
||||
|
||||
# AccessProfileSourceRef
|
||||
|
||||
|
||||
## Properties
|
||||
|
||||
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]
|
||||
}
|
||||
|
||||
## Example
|
||||
|
||||
```python
|
||||
from sailpoint.beta.models.access_profile_source_ref import AccessProfileSourceRef
|
||||
|
||||
access_profile_source_ref = AccessProfileSourceRef(
|
||||
id='2c91809773dee3610173fdb0b6061ef4',
|
||||
type='SOURCE',
|
||||
name='ODS-AD-SOURCE'
|
||||
)
|
||||
|
||||
```
|
||||
[[Back to top]](#)
|
||||
|
||||
Reference in New Issue
Block a user