models_v2.keystone_scope_type_1_enum module

class models_v2.keystone_scope_type_1_enum.KeystoneScopeType1Enum[source]

Bases: 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.

DOMAIN = 'Domain'
PROJECT = 'Project'