LdapConfig
class flow_api.ldap_config.LdapConfig
(select=None, cls=None, init=None, by='name', allow_normal=True, allow_deleted=False, commit=False, authentication_mechanism=<class 'flow_api.system.NotSet'>, base_dn=<class 'flow_api.system.NotSet'>, bundle_id=<class 'flow_api.system.NotSet'>, bundle_name=<class 'flow_api.system.NotSet'>, cacert=<class 'flow_api.system.NotSet'>, client_cert=<class 'flow_api.system.NotSet'>, client_key=<class 'flow_api.system.NotSet'>, commit_message=<class 'flow_api.system.NotSet'>, description=<class 'flow_api.system.NotSet'>, is_enabled=<class 'flow_api.system.NotSet'>, is_readonly=<class 'flow_api.system.NotSet'>, location_inheritance=<class 'flow_api.system.NotSet'>, mail_attribute=<class 'flow_api.system.NotSet'>, name=<class 'flow_api.system.NotSet'>, password=<class 'flow_api.system.NotSet'>, project_id=<class 'flow_api.system.NotSet'>, project_name=<class 'flow_api.system.NotSet'>, roles=<class 'flow_api.system.NotSet'>, server_url=<class 'flow_api.system.NotSet'>, use_starttls=<class 'flow_api.system.NotSet'>, username=<class 'flow_api.system.NotSet'>, username_attribute=<class 'flow_api.system.NotSet'>, users_filter=<class 'flow_api.system.NotSet'>, verify_tls=<class 'flow_api.system.NotSet'>, debug=False
)
Base class: Resource
Configuration of a LDAP server which can be used to log in to Cloudomation Engine.
See the corresponding Resources class at LdapConfig
Parameters
Name | Type | Description |
---|---|---|
allow_deleted | bool | |
allow_normal | bool | |
authentication_mechanism | typing.Union[ flow_api.system.NotSet, str ] | |
base_dn | typing.Union[ flow_api.system.NotSet, str ] | |
bundle_id | typing.Union[ flow_api.system.NotSet, str, NoneType ] | |
bundle_name | typing.Union[ flow_api.system.NotSet, str, NoneType ] | |
by | str | |
cacert | typing.Union[ flow_api.system.NotSet, str, NoneType ] | |
client_cert | typing.Union[ flow_api.system.NotSet, str, NoneType ] | |
client_key | typing.Union[ flow_api.system.NotSet, str, NoneType ] | |
cls | typing.Union[ type, NoneType ] | |
commit | bool | |
commit_message | typing.Union[ flow_api.system.NotSet, str, NoneType ] | |
debug | bool | |
description | typing.Union[ flow_api.system.NotSet, str, NoneType ] | |
init | typing.Union[ dict, NoneType ] | |
is_enabled | typing.Union[ flow_api.system.NotSet, bool ] | |
is_readonly | typing.Union[ flow_api.system.NotSet, bool ] | |
location_inheritance | typing.Union[ flow_api.system.NotSet, str, NoneType ] | |
mail_attribute | typing.Union[ flow_api.system.NotSet, str ] | |
name | typing.Union[ flow_api.system.NotSet, str ] | |
password | typing.Union[ flow_api.system.NotSet, str ] | |
project_id | typing.Union[ flow_api.system.NotSet, str, NoneType ] | |
project_name | typing.Union[ flow_api.system.NotSet, str, NoneType ] | |
roles | typing.Union[ flow_api.system.NotSet, list, NoneType ] | |
select | typing.Union[ str, NoneType ] | |
server_url | typing.Union[ flow_api.system.NotSet, str ] | |
use_starttls | typing.Union[ flow_api.system.NotSet, bool ] | |
username | typing.Union[ flow_api.system.NotSet, str ] | |
username_attribute | typing.Union[ flow_api.system.NotSet, str ] | |
users_filter | typing.Union[ flow_api.system.NotSet, str ] | |
verify_tls | typing.Union[ flow_api.system.NotSet, bool ] |