Ascio DNS
Class User
Property | Description |
---|---|
CreatedDate | |
Example: "administrator@ascio-test-domain.com" | |
Name | Example: "ascio-is-great.com" |
Password | |
RequireTfa | |
RequiredToChangePassword | |
Role | |
TfaSetupComplete | |
UpdatedDate | |
UserName |
<?php
require_once(__DIR__."../service/DnsService.php");
$user = new ascio\User();
$user->setCreatedDate("CreatedDateTest");
$user->setEmail("administrator@ascio-test-domain.com");
$user->setName("ascio-is-great.com");
$user->setPassword("PasswordTest");
$user->setRequireTfa("RequireTfaTest");
$user->setRequiredToChangePassword("RequiredToChangePasswordTest");
$user->setRole("RoleTest");
$user->setTfaSetupComplete("TfaSetupCompleteTest");
$user->setUpdatedDate("UpdatedDateTest");
$user->setUserName("UserNameTest");
WSDL AscioDns
https://dnsservice.demo.ascio.com/2010/10/30/DnsService.wsdl (OTE)
https://dnsservice.ascio.com/2010/10/30/DnsService.wsdl (Live)
Please configure the IP-Whitelisting in the portal/demo-portal.
https://dnsservice.demo.ascio.com/2010/10/30/DnsService.wsdl (OTE)
https://dnsservice.ascio.com/2010/10/30/DnsService.wsdl (Live)
Please configure the IP-Whitelisting in the portal/demo-portal.