Twilio::SigningKeysApi
Constants
Constructors
Instance methods
@return Crest::Request
@return Crest::Request
@return Crest::Request
@return Crest::Request
@return Crest::Request
Create a new Signing Key for the account making the 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]
Create a new Signing Key for the account making the 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 nil
Create a new Signing Key for the account making the 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 [Tuple(Twilio::NewKey, Integer, Hash)] Twilio::NewKey, response status code and response headers
@required @param account_sid [String?] @required @param sid [String?] @return [Nil]
@required @param account_sid [String?] @required @param sid [String?] @return nil
@required @param account_sid [String?] @required @param sid [String?] @return [Tuple(Nil, Integer, Hash)] Nil, response status code and response headers
@required @param account_sid [String?] @required @param sid [String?] @return [Twilio::SigningKey]
@required @param account_sid [String?] @required @param sid [String?] @return nil
@required @param account_sid [String?] @required @param sid [String?] @return [Tuple(Twilio::SigningKey, Integer, Hash)] Twilio::SigningKey, response status code and response headers
@required @param account_sid [String?] @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::ListSigningKeyResponse]
@required @param account_sid [String?] @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?] @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::ListSigningKeyResponse, Integer, Hash)] Twilio::ListSigningKeyResponse, response status code and response headers
@required @param account_sid [String?] @required @param sid [String?] @optional @param friendly_name [String?] @return [Twilio::SigningKey]
@required @param account_sid [String?] @required @param sid [String?] @optional @param friendly_name [String?] @return nil
@required @param account_sid [String?] @required @param sid [String?] @optional @param friendly_name [String?] @return [Tuple(Twilio::SigningKey, Integer, Hash)] Twilio::SigningKey, response status code and response headers