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,38 @@
|
||||
---
|
||||
id: v2024-sim-integration-details-all-of-before-provisioning-rule
|
||||
title: SimIntegrationDetailsAllOfBeforeProvisioningRule
|
||||
pagination_label: SimIntegrationDetailsAllOfBeforeProvisioningRule
|
||||
sidebar_label: SimIntegrationDetailsAllOfBeforeProvisioningRule
|
||||
sidebar_class_name: pythonsdk
|
||||
keywords: ['python', 'Python', 'sdk', 'SimIntegrationDetailsAllOfBeforeProvisioningRule', 'V2024SimIntegrationDetailsAllOfBeforeProvisioningRule']
|
||||
slug: /tools/sdk/python/v2024/models/sim-integration-details-all-of-before-provisioning-rule
|
||||
tags: ['SDK', 'Software Development Kit', 'SimIntegrationDetailsAllOfBeforeProvisioningRule', 'V2024SimIntegrationDetailsAllOfBeforeProvisioningRule']
|
||||
---
|
||||
|
||||
# SimIntegrationDetailsAllOfBeforeProvisioningRule
|
||||
|
||||
Before provisioning rule of integration
|
||||
|
||||
## Properties
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**type** | [**DtoType**](dto-type) | | [optional]
|
||||
**id** | **str** | ID of the rule | [optional]
|
||||
**name** | **str** | Human-readable display name of the rule | [optional]
|
||||
}
|
||||
|
||||
## Example
|
||||
|
||||
```python
|
||||
from sailpoint.v2024.models.sim_integration_details_all_of_before_provisioning_rule import SimIntegrationDetailsAllOfBeforeProvisioningRule
|
||||
|
||||
sim_integration_details_all_of_before_provisioning_rule = SimIntegrationDetailsAllOfBeforeProvisioningRule(
|
||||
type='IDENTITY',
|
||||
id='2c918085708c274401708c2a8a760001',
|
||||
name='Example Rule'
|
||||
)
|
||||
|
||||
```
|
||||
[[Back to top]](#)
|
||||
|
||||
Reference in New Issue
Block a user