UsersSettingsSendAsSmimeInfo
class UsersSettingsSendAsSmimeInfo extends Resource (View source)
The "smimeInfo" collection of methods.
Typical usage is:
$gmailService = new Google\Service\Gmail(...);
$smimeInfo = $gmailService->users_settings_sendAs_smimeInfo;
Methods
Deletes the specified S/MIME config for the specified send-as alias.
Gets the specified S/MIME config for the specified send-as alias.
Lists S/MIME configs for the specified send-as alias.
Sets the default S/MIME config for the specified send-as alias.
Details
delete(string $userId, string $sendAsEmail, string $id, array $optParams = [])
Deletes the specified S/MIME config for the specified send-as alias.
(smimeInfo.delete)
SmimeInfo
get(string $userId, string $sendAsEmail, string $id, array $optParams = [])
Gets the specified S/MIME config for the specified send-as alias.
(smimeInfo.get)
SmimeInfo
insert(string $userId, string $sendAsEmail, SmimeInfo $postBody, array $optParams = [])
Insert (upload) the given S/MIME config for the specified send-as alias. Note that pkcs12 format is required for the key. (smimeInfo.insert)
ListSmimeInfoResponse
listUsersSettingsSendAsSmimeInfo(string $userId, string $sendAsEmail, array $optParams = [])
Lists S/MIME configs for the specified send-as alias.
(smimeInfo.listUsersSettingsSendAsSmimeInfo)
setDefault(string $userId, string $sendAsEmail, string $id, array $optParams = [])
Sets the default S/MIME config for the specified send-as alias.
(smimeInfo.setDefault)