Module netapp_ontap.models.zapp_s3_bucket_application_components_access_policies_conditions

Copyright © 2023 NetApp Inc. All rights reserved.

This file has been automatically generated based on the ONTAP REST API documentation.

Classes

class ZappS3BucketApplicationComponentsAccessPoliciesConditionsSchema (*, only: Union[Sequence[str], Set[str]] = None, exclude: Union[Sequence[str], Set[str]] = (), many: bool = False, context: Dict = None, load_only: Union[Sequence[str], Set[str]] = (), dump_only: Union[Sequence[str], Set[str]] = (), partial: Union[bool, Sequence[str], Set[str]] = False, unknown: str = None)

The fields of the ZappS3BucketApplicationComponentsAccessPoliciesConditions object

Ancestors

  • netapp_ontap.resource.ResourceSchema
  • marshmallow.schema.Schema
  • marshmallow.base.SchemaABC

Class variables

delimiters: List[str] GET POST PATCH

The delimiters field of the zapp_s3_bucket_application_components_access_policies_conditions.

max_keys: List[Size] GET POST PATCH

The max_keys field of the zapp_s3_bucket_application_components_access_policies_conditions.

operator: str GET POST

Policy Condition Operator.

prefixes: List[str] GET POST PATCH

The prefixes field of the zapp_s3_bucket_application_components_access_policies_conditions.

source_ips: List[str] GET POST PATCH

The source_ips field of the zapp_s3_bucket_application_components_access_policies_conditions.

usernames: List[str] GET POST PATCH

The usernames field of the zapp_s3_bucket_application_components_access_policies_conditions.