mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2024-12-23 15:40:01 -06:00
88d8534e49
This includes: * Section about command/param info in usage guide * Section about metadata retrieval in usage guide * Guide about differences between CLI and API * Access control guide (management of roles, privileges and permissions). * Guide about API contexts * JSON-RPC usage guide and JSON-to-Python conversion * Notes about types in API Reference Signed-off-by: Antonio Torres <antorres@redhat.com> Reviewed-By: Alexander Bokovoy <abokovoy@redhat.com> Reviewed-By: Rob Crittenden <rcritten@redhat.com>
445 B
445 B
.. _Str:
Str
A parameter for Unicode text (stored in the unicode
type).
This class is named Str
instead of Unicode
so it's aligned with the
Python v3 (str, unicode) => (bytes, str)
clean-up.
See: http://docs.python.org/3.0/whatsnew/3.0.html
Also see the Bytes
parameter.