UpdateAuthTokenDetails

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

Bases: object

UpdateAuthTokenDetails model.

Methods

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

Attributes

description Gets the description of this UpdateAuthTokenDetails.
__init__(**kwargs)

Initializes a new UpdateAuthTokenDetails 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 UpdateAuthTokenDetails.
description

Gets the description of this UpdateAuthTokenDetails. The description you assign to the auth token. 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 UpdateAuthTokenDetails.
Return type:str