Source code for models_v2.keystone_scope_type_1_enum

# -*- coding: utf-8 -*-

[docs]class KeystoneScopeType1Enum(object): """Implementation of the 'KeystoneScopeType1' enum. Specifies the scope type of a Keystone configuration. Attributes: PROJECT: TODO: type description here. DOMAIN: TODO: type description here. """ PROJECT = 'Project' DOMAIN = 'Domain'