SecurityToken¶
-
class
oci.identity_data_plane.models.
SecurityToken
(**kwargs)¶ Bases:
object
SecurityToken model.
Methods
__init__
(**kwargs)Initializes a new SecurityToken object with values from keyword arguments. Attributes
token
[Required] Gets the token of this SecurityToken. -
__init__
(**kwargs)¶ Initializes a new SecurityToken object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: token (str) – The value to assign to the token property of this SecurityToken.
-
token
¶ [Required] Gets the token of this SecurityToken. The security token, signed by auth service
Returns: The token of this SecurityToken. Return type: str
-