Twilio::KeysApi
Constants
Constructors
Instance methods
@return Crest::Request
@return Crest::Request
@return Crest::Request
@return Crest::Request
@return Crest::Request
@required @param account_sid [String?] The SID of the Account that will be responsible for the new Key resource. @optional @param friendly_name [String?] A descriptive string that you create to describe the resource. It can be up to 64 characters long. @return [Twilio::NewKey]
@required @param account_sid [String?] The SID of the Account that will be responsible for the new Key resource. @optional @param friendly_name [String?] A descriptive string that you create to describe the resource. It can be up to 64 characters long. @return nil
@required @param account_sid [String?] The SID of the Account that will be responsible for the new Key resource. @optional @param friendly_name [String?] A descriptive string that you create to describe the resource. It can be up to 64 characters long. @return [Tuple(Twilio::NewKey, Integer, Hash)] Twilio::NewKey, response status code and response headers
@required @param account_sid [String?] The SID of the Account that created the Key resources to delete. @required @param sid [String?] The Twilio-provided string that uniquely identifies the Key resource to delete. @return [Nil]
@required @param account_sid [String?] The SID of the Account that created the Key resources to delete. @required @param sid [String?] The Twilio-provided string that uniquely identifies the Key resource to delete. @return nil
@required @param account_sid [String?] The SID of the Account that created the Key resources to delete. @required @param sid [String?] The Twilio-provided string that uniquely identifies the Key resource to delete. @return [Tuple(Nil, Integer, Hash)] Nil, response status code and response headers
@required @param account_sid [String?] The SID of the Account that created the Key resource to fetch. @required @param sid [String?] The Twilio-provided string that uniquely identifies the Key resource to fetch. @return [Twilio::Key]
@required @param account_sid [String?] The SID of the Account that created the Key resource to fetch. @required @param sid [String?] The Twilio-provided string that uniquely identifies the Key resource to fetch. @return nil
@required @param account_sid [String?] The SID of the Account that created the Key resource to fetch. @required @param sid [String?] The Twilio-provided string that uniquely identifies the Key resource to fetch. @return [Tuple(Twilio::Key, Integer, Hash)] Twilio::Key, response status code and response headers
@required @param account_sid [String?] The SID of the Account that created the Key resources to read. @optional @param page_size [Int32?] How many resources to return in each list page. The default is 50, and the maximum is 1000. @return [Twilio::ListKeyResponse]
@required @param account_sid [String?] The SID of the Account that created the Key resources to read. @optional @param page_size [Int32?] How many resources to return in each list page. The default is 50, and the maximum is 1000. @return nil
@required @param account_sid [String?] The SID of the Account that created the Key resources to read. @optional @param page_size [Int32?] How many resources to return in each list page. The default is 50, and the maximum is 1000. @return [Tuple(Twilio::ListKeyResponse, Integer, Hash)] Twilio::ListKeyResponse, response status code and response headers
@required @param account_sid [String?] The SID of the Account that created the Key resources to update. @required @param sid [String?] The Twilio-provided string that uniquely identifies the Key resource to update. @optional @param friendly_name [String?] A descriptive string that you create to describe the resource. It can be up to 64 characters long. @return [Twilio::Key]
@required @param account_sid [String?] The SID of the Account that created the Key resources to update. @required @param sid [String?] The Twilio-provided string that uniquely identifies the Key resource to update. @optional @param friendly_name [String?] A descriptive string that you create to describe the resource. It can be up to 64 characters long. @return nil
@required @param account_sid [String?] The SID of the Account that created the Key resources to update. @required @param sid [String?] The Twilio-provided string that uniquely identifies the Key resource to update. @optional @param friendly_name [String?] A descriptive string that you create to describe the resource. It can be up to 64 characters long. @return [Tuple(Twilio::Key, Integer, Hash)] Twilio::Key, response status code and response headers