Module netapp_ontap.models.cifs_domain_password_schedule
Copyright © 2022 NetApp Inc. All rights reserved.
This file has been automatically generated based on the ONTAP REST API documentation.
Classes
class CifsDomainPasswordScheduleSchema (*, 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 CifsDomainPasswordSchedule object
Ancestors
- netapp_ontap.resource.ResourceSchema
- marshmallow.schema.Schema
- marshmallow.base.SchemaABC
Class variables
-
schedule_description: str GET POST PATCH
-
Schedule description.
-
schedule_enabled: bool GET POST PATCH
-
Is password schedule enabled.
-
schedule_last_changed_time: ImpreciseDateTime GET POST PATCH
-
Last successful password change time.
-
schedule_randomized_minute: Size GET POST PATCH
-
Minutes within which schedule start can be randomized.
-
schedule_warn_message: str GET POST PATCH
-
Warning message in case job is deleted.
-
schedule_weekly_interval: Size GET POST PATCH
-
Interval in weeks for password change schedule.