keystone.api.os_simple_cert module
updated: 2023-04-14 08:07
keystone.api.os_simple_cert module
-
class keystone.api.os_simple_cert.SimpleCertAPI(blueprint_url_prefix='', api_url_prefix='', default_mediatype='application/json', decorators=None, errors=None)[source]
Bases: APIBase
-
resource_mapping = [resource_map(resource=<class 'keystone.api.os_simple_cert.SimpleCertCAResource'>, url='/OS-SIMPLE-CERT/ca', alternate_urls=None, kwargs={}, json_home_data=json_home_data(rel='https://docs.openstack.org/api/openstack-identity/3/ext/OS-SIMPLE-CERT/1.0/rel/ca_certificate', status='stable', path_vars={})), resource_map(resource=<class 'keystone.api.os_simple_cert.SimpleCertListResource'>, url='/OS-SIMPLE-CERT/certificates', alternate_urls=None, kwargs={}, json_home_data=json_home_data(rel='https://docs.openstack.org/api/openstack-identity/3/ext/OS-SIMPLE-CERT/1.0/rel/certificates', status='stable', path_vars={}))]
-
resources = []
-
class keystone.api.os_simple_cert.SimpleCertCAResource[source]
Bases: Resource
-
get()[source]
-
methods: t.ClassVar[t.Optional[t.Collection[str]]] = {'GET'}
The methods this view is registered for. Uses the same default
(["GET", "HEAD", "OPTIONS"]
) as route
and
add_url_rule
by default.
-
class keystone.api.os_simple_cert.SimpleCertListResource[source]
Bases: Resource
-
get()[source]
-
methods: t.ClassVar[t.Optional[t.Collection[str]]] = {'GET'}
The methods this view is registered for. Uses the same default
(["GET", "HEAD", "OPTIONS"]
) as route
and
add_url_rule
by default.
updated: 2023-04-14 08:07