Client

class oci.apigateway.models.Client(**kwargs)

Bases: object

A Client.

Methods

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

Attributes

name [Required] Gets the name of this Client.
token [Required] Gets the token of this Client.
__init__(**kwargs)

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

Parameters:
  • name (str) – The value to assign to the name property of this Client.
  • token (str) – The value to assign to the token property of this Client.
name

[Required] Gets the name of this Client. The name of the client. Must be unique within a subscriber.

Returns:The name of this Client.
Return type:str
token

[Required] Gets the token of this Client. The token for the client. Must be unique within a tenancy.

Returns:The token of this Client.
Return type:str