keystone.api.policy module¶
- class keystone.api.policy.EndpointPolicyAssociations[source]¶
Bases:
Resource
- methods: t.ClassVar[t.Optional[t.Collection[str]]] = {'DELETE', 'GET', 'PUT'}¶
The methods this view is registered for. Uses the same default (
["GET", "HEAD", "OPTIONS"]
) asroute
andadd_url_rule
by default.
- class keystone.api.policy.EndpointPolicyResource[source]¶
Bases:
Resource
- methods: t.ClassVar[t.Optional[t.Collection[str]]] = {'GET'}¶
The methods this view is registered for. Uses the same default (
["GET", "HEAD", "OPTIONS"]
) asroute
andadd_url_rule
by default.
- class keystone.api.policy.PolicyAPI(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.policy.EndpointPolicyResource'>, url='/policies/<string:policy_id>/OS-ENDPOINT-POLICY/endpoints', alternate_urls=None, kwargs={}, json_home_data=json_home_data(rel='https://docs.openstack.org/api/openstack-identity/3/ext/OS-ENDPOINT-POLICY/1.0/rel/policy_endpoints', status='stable', path_vars={'policy_id': 'https://docs.openstack.org/api/openstack-identity/3/param/policy_id'})), resource_map(resource=<class 'keystone.api.policy.EndpointPolicyAssociations'>, url='/policies/<string:policy_id>/OS-ENDPOINT-POLICY/endpoints/<string:endpoint_id>', alternate_urls=None, kwargs={}, json_home_data=json_home_data(rel='https://docs.openstack.org/api/openstack-identity/3/ext/OS-ENDPOINT-POLICY/1.0/rel/endpoint_policy_association', status='stable', path_vars={'policy_id': 'https://docs.openstack.org/api/openstack-identity/3/param/policy_id', 'endpoint_id': 'https://docs.openstack.org/api/openstack-identity/3/param/endpoint_id'})), resource_map(resource=<class 'keystone.api.policy.ServicePolicyAssociations'>, url='/policies/<string:policy_id>/OS-ENDPOINT-POLICY/services/<string:service_id>', alternate_urls=None, kwargs={}, json_home_data=json_home_data(rel='https://docs.openstack.org/api/openstack-identity/3/ext/OS-ENDPOINT-POLICY/1.0/rel/service_policy_association', status='stable', path_vars={'policy_id': 'https://docs.openstack.org/api/openstack-identity/3/param/policy_id', 'service_id': 'https://docs.openstack.org/api/openstack-identity/3/param/service_id'})), resource_map(resource=<class 'keystone.api.policy.ServiceRegionPolicyAssociations'>, url='/policies/<string:policy_id>/OS-ENDPOINT-POLICY/services/<string:service_id>/regions/<string:region_id>', alternate_urls=None, kwargs={}, json_home_data=json_home_data(rel='https://docs.openstack.org/api/openstack-identity/3/ext/OS-ENDPOINT-POLICY/1.0/rel/region_and_service_policy_association', status='stable', path_vars={'policy_id': 'https://docs.openstack.org/api/openstack-identity/3/param/policy_id', 'service_id': 'https://docs.openstack.org/api/openstack-identity/3/param/service_id', 'region_id': 'https://docs.openstack.org/api/openstack-identity/3/param/region_id'}))]¶
- resources = [<class 'keystone.api.policy.PolicyResource'>]¶
- class keystone.api.policy.PolicyResource[source]¶
Bases:
ResourceBase
- collection_key = 'policies'¶
- member_key = 'policy'¶
- methods: t.ClassVar[t.Optional[t.Collection[str]]] = {'DELETE', 'GET', 'PATCH', 'POST'}¶
The methods this view is registered for. Uses the same default (
["GET", "HEAD", "OPTIONS"]
) asroute
andadd_url_rule
by default.
- class keystone.api.policy.ServicePolicyAssociations[source]¶
Bases:
Resource
- methods: t.ClassVar[t.Optional[t.Collection[str]]] = {'DELETE', 'GET', 'PUT'}¶
The methods this view is registered for. Uses the same default (
["GET", "HEAD", "OPTIONS"]
) asroute
andadd_url_rule
by default.