Module netapp_ontap.models.access_token_info

Copyright © 2022 NetApp Inc. All rights reserved.

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

Classes

class AccessTokenInfoSchema (*, 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 AccessTokenInfo object

Ancestors

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

Class variables

access_token: str GET

Access token that is used by the ISV application to access the protected APIs.

Example: eyJzdGF0dXNSZXNwIjp7InNlcmlhbC1udW1iZXIiOiI0NTEwMDAwMTAi.dBjftJeZ4CVP-mB92K27uhbUJU1p1r_wW1gFWFOEjXk

expires_in: Size GET

Number of seconds after which an access token expires.

Example: 1036800

token_type: str GET

Access token type.

Valid choices:

  • bearer