-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Release 0.1.0: Nested groups, subscription and commands
- Loading branch information
1 parent
fe4217d
commit f7e71d3
Showing
42 changed files
with
3,092 additions
and
362 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
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
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 |
---|---|---|
@@ -0,0 +1,21 @@ | ||
# DeviceGroupPartialUpdate | ||
> esperclient.models.device_group_partial_update | ||
### Description | ||
|
||
## Properties | ||
Name | Type | Description | Notes | ||
------------ | ------------- | ------------- | ------------- | ||
**id** | **str** | Group id | [optional] | ||
**name** | **str** | Group name | [optional] | ||
**created_on** | **datetime** | Date and time of when the group was created | [optional] | ||
**enterprise** | **str** | Enterprise url | [optional] | ||
**parent** | **str** | Parent group id | [optional] | ||
**device_ids** | **list[str]** | Device ids | [optional] | ||
**device_count** | **int** | Count of devices in the group | [optional] | ||
**path** | **str** | Path of the group | [optional] | ||
**children_count** | **int** | Count of child groups | [optional] | ||
|
||
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) | ||
|
||
|
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
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 |
---|---|---|
@@ -0,0 +1,23 @@ | ||
# EnterprisePolicyPartialUpdate | ||
> esperclient.models.enterprise_policy_partial_update | ||
### Description | ||
|
||
## Properties | ||
Name | Type | Description | Notes | ||
------------ | ------------- | ------------- | ------------- | ||
**uuid** | **str** | Unique Policy identifier | [optional] | ||
**enterprise** | **str** | Url of the enterprise resource | [optional] | ||
**url** | **str** | URL link to policy | [optional] | ||
**name** | **str** | Name of the Policy | [optional] | ||
**description** | **str** | Details regarding the Policy | [optional] | ||
**device_count** | **int** | Count of Devices with this policy applied | [optional] | ||
**policy** | [**EnterprisePolicyData**](EnterprisePolicyData.md) | | [optional] | ||
**updated_on** | **datetime** | Last-Updated Timestamp of Policy | [optional] | ||
**created_on** | **datetime** | Creation Timestamp of Policy | [optional] | ||
**is_active** | **bool** | Is this policy currently active | [optional] | ||
**google_policy_id** | **str** | Id of the Google policy | [optional] | ||
|
||
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) | ||
|
||
|
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 |
---|---|---|
@@ -0,0 +1,19 @@ | ||
# EventSubscription | ||
> esperclient.models.event_subscription | ||
### Description | ||
|
||
## Properties | ||
Name | Type | Description | Notes | ||
------------ | ------------- | ------------- | ------------- | ||
**id** | **str** | | [optional] | ||
**aws_account_id** | **str** | | | ||
**sns_topic_arn** | **str** | | [optional] | ||
**created_on** | **datetime** | | [optional] | ||
**updated_on** | **datetime** | | [optional] | ||
**is_subscribed** | **bool** | | [optional] | ||
**enterprise** | **str** | | | ||
|
||
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) | ||
|
||
|
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 |
---|---|---|
@@ -0,0 +1,13 @@ | ||
# EventSubscriptionArgs | ||
> esperclient.models.event_subscription_args | ||
### Description | ||
|
||
## Properties | ||
Name | Type | Description | Notes | ||
------------ | ------------- | ------------- | ------------- | ||
**aws_account_id** | **str** | | | ||
|
||
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) | ||
|
||
|
Oops, something went wrong.