Module netapp_ontap.models.account_application

Copyright © 2023 NetApp Inc. All rights reserved.

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

Classes

class AccountApplicationSchema (*, 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 AccountApplication object

Ancestors

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

Class variables

application: str GET POST PATCH

Applications

Valid choices:

  • amqp
  • console
  • http
  • ontapi
  • service_processor
  • ssh
authentication_methods: List[str] GET POST PATCH

The authentication_methods field of the account_application.

second_authentication_method: str GET POST PATCH

An optional additional authentication method for multifactor authentication (MFA). This is only supported with SSH as the application. Time-based One-Time Passwords (TOTPs) are only supported with the authentication method password or public key. It is ignored for all other applications.

Valid choices:

  • none
  • password
  • publickey
  • nsswitch
  • domain
  • totp