Module netapp_ontap.models.ad_domain

Copyright © 2024 NetApp Inc. All rights reserved.

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

Classes

class AdDomainSchema (*, only: types.StrSequenceOrSet | None = None, exclude: types.StrSequenceOrSet = (), many: bool | None = None, context: dict | None = None, load_only: types.StrSequenceOrSet = (), dump_only: types.StrSequenceOrSet = (), partial: bool | types.StrSequenceOrSet | None = None, unknown: str | None = None)

The fields of the AdDomain object

Ancestors

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

Class variables

default_site: str GET POST PATCH

The default site used by LIFs that do not have a site membership.

fqdn: str GET POST PATCH

The fully qualified domain name of the Windows Active Directory to which this CIFS server belongs. A CIFS server appears as a member of Windows server object in the Active Directory store. POST and PATCH only.

Example: example.com

organizational_unit: str GET POST PATCH

Specifies the organizational unit within the Active Directory domain to associate with the CIFS server. POST and PATCH only.

password: str POST PATCH

The account password used to add this CIFS server to the Active Directory. This is not audited.

user: str POST PATCH

The user account used to add this CIFS server to the Active Directory.