authress 0.1.66

The Authress SDK for RUST - provides authorization as a service with fully compatible REST apis. Authentication / Authorization / User Identity Roles / Permissions / Policies
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Extension

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**extension_id** | **String** |  | [readonly]
**name** | Option<**String**> | The name of the extension. This name is visible in the Authress management portal | [optional]
**created_time** | **DateTime** |  | [readonly]
**application** | Option<[**crate::models::ExtensionApplication**]ExtensionApplication.md> |  | [optional]
**client** | [**crate::models::ExtensionClient**]ExtensionClient.md |  | 
**tags** | Option<**::std::collections::HashMap<String, String>**> | The tags associated with this resource, this property is an map. { key1: value1, key2: value2 } | [optional]

[[API Models]](./README.md#documentation-for-models) ☆ [[API Endpoints]](./README.md#documentation-for-api-endpoints) ☆ [[Back to Repo]](../README.md)