kinde_sdk.model.get_organization_feature_flags_response.GetOrganizationFeatureFlagsResponse
Input Type
Accessed Type
Description
Notes
dict, frozendict.frozendict,
frozendict.frozendict,
Key
Input Type
Accessed Type
Description
Notes
code
str,
str,
Response code.
[optional]
message
str,
str,
Response message.
[optional]
feature_flags
dict, frozendict.frozendict,
frozendict.frozendict,
The environment's feature flag settings.
[optional]
any_string_name
dict, frozendict.frozendict, str, date, datetime, int, float, bool, decimal.Decimal, None, list, tuple, bytes, io.FileIO, io.BufferedReader
frozendict.frozendict, str, BoolClass, decimal.Decimal, NoneClass, tuple, bytes, FileIO
any string name can be used but the value must be the correct type
[optional]
The environment's feature flag settings.
Input Type
Accessed Type
Description
Notes
dict, frozendict.frozendict,
frozendict.frozendict,
The environment's feature flag settings.
Key
Input Type
Accessed Type
Description
Notes
any_string_name
dict, frozendict.frozendict,
frozendict.frozendict,
any string name can be used but the value must be the correct type
[optional]
Input Type
Accessed Type
Description
Notes
dict, frozendict.frozendict,
frozendict.frozendict,
Key
Input Type
Accessed Type
Description
Notes
type
str,
str,
[optional] must be one of ["str", "int", "bool", ]
value
str,
str,
[optional]
any_string_name
dict, frozendict.frozendict, str, date, datetime, int, float, bool, decimal.Decimal, None, list, tuple, bytes, io.FileIO, io.BufferedReader
frozendict.frozendict, str, BoolClass, decimal.Decimal, NoneClass, tuple, bytes, FileIO
any string name can be used but the value must be the correct type
[optional]
[Back to Model list] [Back to API list] [Back to README]