Module netapp_ontap.models.group_policy_object_security_setting

Copyright © 2023 NetApp Inc. All rights reserved.

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

Classes

class GroupPolicyObjectSecuritySettingSchema (*, 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 GroupPolicyObjectSecuritySetting object

Ancestors

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

Class variables

event_audit_settings: GroupPolicyObjectEventAudit GET POST PATCH

The event_audit_settings field of the group_policy_object_security_setting.

event_log_settings: GroupPolicyObjectEventLog GET POST PATCH

The event_log_settings field of the group_policy_object_security_setting.

files_or_folders: List[str] GET POST PATCH

Files/Directories for file security.

Example: ["/vol1/home","/vol1/dir1"]

kerberos: GroupPolicyObjectKerberos GET POST PATCH

The kerberos field of the group_policy_object_security_setting.

privilege_rights: GroupPolicyObjectPrivilegeRight GET POST PATCH

The privilege_rights field of the group_policy_object_security_setting.

registry_values: GroupPolicyObjectRegistryValue GET POST PATCH

The registry_values field of the group_policy_object_security_setting.

restrict_anonymous: GroupPolicyObjectRestrictAnonymous GET POST PATCH

The restrict_anonymous field of the group_policy_object_security_setting.

restricted_groups: List[str] GET POST PATCH

The restricted_groups field of the group_policy_object_security_setting.