Module netapp_ontap.models.ad_domain
Copyright © 2019 NetApp Inc. All rights reserved.
Classes
class AdDomainSchema (only=None, exclude=(), many=False, context=None, load_only=(), dump_only=(), partial=False, unknown=None)
-
The fields of the AdDomain object
Ancestors
- netapp_ontap.resource.ResourceSchema
- marshmallow.schema.Schema
- marshmallow.schema.BaseSchema
- marshmallow.base.SchemaABC
Class variables
var fqdn
-
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
var opts
var organizational_unit
-
Specifies the organizational unit within the Active Directory domain to associate with the CIFS server. POST and PATCH only.
var password
-
The account password used to add this CIFS server to the Active Directory. This is not audited.
var user
-
The user account used to add this CIFS server to the Active Directory. POST and DELETE only.
Instance variables
var patchable_fields
-
Only fields in this list will be considered when patching a resource
var postable_fields
-
Only fields in this list will be considered when posting a resource