Module netapp_ontap.models.cifs_domain_password_schedule

Copyright © 2023 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_day_of_week: str PATCH

Day of the week for password change schedule.

Example: Sunday

schedule_description: str GET

Schedule description.

schedule_enabled: bool GET POST PATCH

Is password schedule enabled.

schedule_last_changed_time: ImpreciseDateTime GET

Last successful password change time.

schedule_randomized_minute: Size GET POST PATCH

Minutes within which schedule start can be randomized.

schedule_time_of_day: str PATCH

Start time for password change schedule.

Example: 36900

schedule_warn_message: str GET

Warning message in case job is deleted.

schedule_weekly_interval: Size GET POST PATCH

Interval in weeks for password change schedule.