Module netapp_ontap.models.group_policy_object_restrict_anonymous

Copyright © 2023 NetApp Inc. All rights reserved.

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

Classes

class GroupPolicyObjectRestrictAnonymousSchema (*, 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 GroupPolicyObjectRestrictAnonymous object

Ancestors

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

Class variables

anonymous_access_to_shares_and_named_pipes_restricted: bool GET POST PATCH

Restrict anonymous access to shares and named pipes.

combined_restriction_for_anonymous_user: str GET POST PATCH

Combined restriction for anonymous user.

Valid choices:

  • no_restriction
  • no_enumeration
  • no_access
no_enumeration_of_sam_accounts: bool GET POST PATCH

No enumeration of SAM accounts.

no_enumeration_of_sam_accounts_and_shares: bool GET POST PATCH

No enumeration of SAM accounts and shares.