CreateAuthTokenDetails

class oci.identity.models.CreateAuthTokenDetails(**kwargs)

Bases: object

CreateAuthTokenDetails model.

Methods

__init__(**kwargs) Initializes a new CreateAuthTokenDetails object with values from keyword arguments.

Attributes

description [Required] Gets the description of this CreateAuthTokenDetails.
__init__(**kwargs)

Initializes a new CreateAuthTokenDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:description (str) – The value to assign to the description property of this CreateAuthTokenDetails.
description

[Required] Gets the description of this CreateAuthTokenDetails. The description you assign to the auth token during creation. Does not have to be unique, and it’s changeable.

(For tenancies that support identity domains) You can have an empty description.

Returns:The description of this CreateAuthTokenDetails.
Return type:str