geonode.geoserver.acl.gsauth_client.models.layer_details
GeoServer ACL
GeoServer Access Control List API # noqa: E501
The version of the OpenAPI document: 1.0.0 Generated by: https://openapi-generator.tech
Classes
NOTE: This class is auto generated by OpenAPI Generator. |
Module Contents
- class geonode.geoserver.acl.gsauth_client.models.layer_details.LayerDetails(type=None, default_style=None, cql_filter_read=None, cql_filter_write=None, allowed_area=None, spatial_filter_type=None, catalog_mode=None, allowed_styles=None, layer_attributes=None, local_vars_configuration=None)[source]
Bases:
objectNOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- property type[source]
- property E501
- Returns:
The type of this LayerDetails. # noqa: E501
- Return type:
str
- Type:
Gets the type of this LayerDetails. # noqa
- property default_style[source]
- property E501
- Returns:
The default_style of this LayerDetails. # noqa: E501
- Return type:
str
- Type:
Gets the default_style of this LayerDetails. # noqa
- property cql_filter_read[source]
- property E501
- Returns:
The cql_filter_read of this LayerDetails. # noqa: E501
- Return type:
str
- Type:
Gets the cql_filter_read of this LayerDetails. # noqa
- property cql_filter_write[source]
- property E501
- Returns:
The cql_filter_write of this LayerDetails. # noqa: E501
- Return type:
str
- Type:
Gets the cql_filter_write of this LayerDetails. # noqa
- property spatial_filter_type[source]
- property E501
- Returns:
The spatial_filter_type of this LayerDetails. # noqa: E501
- Return type:
- Type:
Gets the spatial_filter_type of this LayerDetails. # noqa
- property catalog_mode[source]
- property E501
- Returns:
The catalog_mode of this LayerDetails. # noqa: E501
- Return type:
- Type:
Gets the catalog_mode of this LayerDetails. # noqa
- property allowed_styles[source]
- property E501
- Returns:
The allowed_styles of this LayerDetails. # noqa: E501
- Return type:
list[str]
- Type:
Gets the allowed_styles of this LayerDetails. # noqa
- property layer_attributes[source]
- property E501
- Returns:
The layer_attributes of this LayerDetails. # noqa: E501
- Return type:
list[LayerAttribute]
- Type:
Gets the layer_attributes of this LayerDetails. # noqa