Skip to content

Commit

Permalink
Generated 2023-01-20 for csas.
Browse files Browse the repository at this point in the history
  • Loading branch information
sdk-team committed Jun 6, 2024
1 parent ff34d38 commit d1da79b
Show file tree
Hide file tree
Showing 3 changed files with 225 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# CHANGELOG

## 1.8.2134 - 2024-6-6
- Generated 2023-01-20 for `csas`.


## 1.8.2133 - 2024-6-6
- ListOrderConsumeStatisticRecords add applicationExternalId serviceCode.

Expand Down
220 changes: 220 additions & 0 deletions src/Csas/V20230120/CsasApiResolver.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,31 +6,41 @@

/**
* @method AttachApplication2Connector attachApplication2Connector(array $options = [])
* @method CreateClientUser createClientUser(array $options = [])
* @method CreateDynamicRoute createDynamicRoute(array $options = [])
* @method CreateIdpDepartment createIdpDepartment(array $options = [])
* @method CreatePrivateAccessApplication createPrivateAccessApplication(array $options = [])
* @method CreatePrivateAccessPolicy createPrivateAccessPolicy(array $options = [])
* @method CreatePrivateAccessTag createPrivateAccessTag(array $options = [])
* @method CreateRegistrationPolicy createRegistrationPolicy(array $options = [])
* @method CreateUserGroup createUserGroup(array $options = [])
* @method DeleteClientUser deleteClientUser(array $options = [])
* @method DeleteDynamicRoute deleteDynamicRoute(array $options = [])
* @method DeleteIdpDepartment deleteIdpDepartment(array $options = [])
* @method DeletePrivateAccessApplication deletePrivateAccessApplication(array $options = [])
* @method DeletePrivateAccessPolicy deletePrivateAccessPolicy(array $options = [])
* @method DeletePrivateAccessTag deletePrivateAccessTag(array $options = [])
* @method DeleteRegistrationPolicies deleteRegistrationPolicies(array $options = [])
* @method DeleteUserGroup deleteUserGroup(array $options = [])
* @method DetachApplication2Connector detachApplication2Connector(array $options = [])
* @method GetActiveIdpConfig getActiveIdpConfig(array $options = [])
* @method GetClientUser getClientUser(array $options = [])
* @method GetDynamicRoute getDynamicRoute(array $options = [])
* @method GetIdpConfig getIdpConfig(array $options = [])
* @method GetPrivateAccessApplication getPrivateAccessApplication(array $options = [])
* @method GetPrivateAccessPolicy getPrivateAccessPolicy(array $options = [])
* @method GetRegistrationPolicy getRegistrationPolicy(array $options = [])
* @method GetUserDevice getUserDevice(array $options = [])
* @method GetUserGroup getUserGroup(array $options = [])
* @method ListApplicationsForPrivateAccessPolicy listApplicationsForPrivateAccessPolicy(array $options = [])
* @method ListApplicationsForPrivateAccessTag listApplicationsForPrivateAccessTag(array $options = [])
* @method ListClientUsers listClientUsers(array $options = [])
* @method ListConnectors listConnectors(array $options = [])
* @method ListDynamicRouteRegions listDynamicRouteRegions(array $options = [])
* @method ListDynamicRoutes listDynamicRoutes(array $options = [])
* @method ListExcessiveDeviceRegistrationApplications listExcessiveDeviceRegistrationApplications(array $options = [])
* @method ListIdpConfigs listIdpConfigs(array $options = [])
* @method ListIdpDepartments listIdpDepartments(array $options = [])
* @method ListPolicesForPrivateAccessApplication listPolicesForPrivateAccessApplication(array $options = [])
* @method ListPolicesForPrivateAccessTag listPolicesForPrivateAccessTag(array $options = [])
* @method ListPolicesForUserGroup listPolicesForUserGroup(array $options = [])
Expand All @@ -50,8 +60,13 @@
* @method ListUserGroupsForPrivateAccessPolicy listUserGroupsForPrivateAccessPolicy(array $options = [])
* @method ListUserGroupsForRegistrationPolicy listUserGroupsForRegistrationPolicy(array $options = [])
* @method ListUsers listUsers(array $options = [])
* @method RevokeUserSession revokeUserSession(array $options = [])
* @method UpdateClientUser updateClientUser(array $options = [])
* @method UpdateClientUserPassword updateClientUserPassword(array $options = [])
* @method UpdateClientUserStatus updateClientUserStatus(array $options = [])
* @method UpdateDynamicRoute updateDynamicRoute(array $options = [])
* @method UpdateExcessiveDeviceRegistrationApplicationsStatus updateExcessiveDeviceRegistrationApplicationsStatus(array $options = [])
* @method UpdateIdpDepartment updateIdpDepartment(array $options = [])
* @method UpdatePrivateAccessApplication updatePrivateAccessApplication(array $options = [])
* @method UpdatePrivateAccessPolicy updatePrivateAccessPolicy(array $options = [])
* @method UpdateRegistrationPolicy updateRegistrationPolicy(array $options = [])
Expand Down Expand Up @@ -112,6 +127,29 @@ public function withApplicationIds($value)
}
}

/**
* @method string getMobileNumber()
* @method $this withMobileNumber($value)
* @method string getDepartmentId()
* @method $this withDepartmentId($value)
* @method string getDescription()
* @method $this withDescription($value)
* @method string getIdpConfigId()
* @method $this withIdpConfigId($value)
* @method string getPassword()
* @method $this withPassword($value)
* @method string getEmail()
* @method $this withEmail($value)
* @method string getUsername()
* @method $this withUsername($value)
*/
class CreateClientUser extends Rpc
{

/** @var string */
public $method = 'POST';
}

/**
* @method string getDescription()
* @method string getSourceIp()
Expand Down Expand Up @@ -263,6 +301,19 @@ public function withStatus($value)
}
}

/**
* @method string getIdpConfigId()
* @method $this withIdpConfigId($value)
* @method string getDepartmentName()
* @method $this withDepartmentName($value)
*/
class CreateIdpDepartment extends Rpc
{

/** @var string */
public $method = 'POST';
}

/**
* @method string getAddresses()
* @method string getDescription()
Expand Down Expand Up @@ -808,6 +859,17 @@ public function withAttributes($value)
}
}

/**
* @method string getId()
* @method $this withId($value)
*/
class DeleteClientUser extends Rpc
{

/** @var string */
public $method = 'POST';
}

/**
* @method string getDynamicRouteId()
* @method $this withDynamicRouteId($value)
Expand All @@ -821,6 +883,19 @@ class DeleteDynamicRoute extends Rpc
public $method = 'POST';
}

/**
* @method string getDepartmentId()
* @method $this withDepartmentId($value)
* @method string getIdpConfigId()
* @method $this withIdpConfigId($value)
*/
class DeleteIdpDepartment extends Rpc
{

/** @var string */
public $method = 'POST';
}

/**
* @method string getSourceIp()
* @method $this withSourceIp($value)
Expand Down Expand Up @@ -985,6 +1060,20 @@ public function withApplicationIds($value)
}
}

class GetActiveIdpConfig extends Rpc
{
}

/**
* @method string getIdpConfigId()
* @method $this withIdpConfigId($value)
* @method string getUsername()
* @method $this withUsername($value)
*/
class GetClientUser extends Rpc
{
}

/**
* @method string getDynamicRouteId()
* @method $this withDynamicRouteId($value)
Expand All @@ -995,6 +1084,14 @@ class GetDynamicRoute extends Rpc
{
}

/**
* @method string getId()
* @method $this withId($value)
*/
class GetIdpConfig extends Rpc
{
}

/**
* @method string getSourceIp()
* @method $this withSourceIp($value)
Expand Down Expand Up @@ -1065,6 +1162,28 @@ class ListApplicationsForPrivateAccessTag extends Rpc
{
}

/**
* @method string getMobileNumber()
* @method $this withMobileNumber($value)
* @method string getDepartmentId()
* @method $this withDepartmentId($value)
* @method string getCurrentPage()
* @method $this withCurrentPage($value)
* @method string getIdpConfigId()
* @method $this withIdpConfigId($value)
* @method string getPageSize()
* @method $this withPageSize($value)
* @method string getEmail()
* @method $this withEmail($value)
* @method string getUsername()
* @method $this withUsername($value)
* @method string getStatus()
* @method $this withStatus($value)
*/
class ListClientUsers extends Rpc
{
}

/**
* @method string getSwitchStatus()
* @method $this withSwitchStatus($value)
Expand Down Expand Up @@ -1147,6 +1266,30 @@ class ListExcessiveDeviceRegistrationApplications extends Rpc
{
}

/**
* @method string getInclude()
* @method $this withInclude($value)
* @method string getCurrentPage()
* @method $this withCurrentPage($value)
* @method string getPageSize()
* @method $this withPageSize($value)
*/
class ListIdpConfigs extends Rpc
{
}

/**
* @method string getCurrentPage()
* @method $this withCurrentPage($value)
* @method string getIdpConfigId()
* @method $this withIdpConfigId($value)
* @method string getPageSize()
* @method $this withPageSize($value)
*/
class ListIdpDepartments extends Rpc
{
}

/**
* @method string getApplicationIds()
* @method $this withApplicationIds($value)
Expand Down Expand Up @@ -1381,6 +1524,8 @@ class ListTagsForPrivateAccessPolicy extends Rpc
* @method $this withNacStatuses($value)
* @method string getDepartment()
* @method $this withDepartment($value)
* @method string getInnerIp()
* @method $this withInnerIp($value)
* @method string getIaStatuses()
* @method $this withIaStatuses($value)
* @method string getDeviceBelong()
Expand Down Expand Up @@ -1466,6 +1611,66 @@ class ListUsers extends Rpc
{
}

/**
* @method string getIdpId()
* @method $this withIdpId($value)
* @method string getExternalIds()
* @method $this withExternalIds($value)
*/
class RevokeUserSession extends Rpc
{

/** @var string */
public $method = 'POST';
}

/**
* @method string getMobileNumber()
* @method $this withMobileNumber($value)
* @method string getDepartmentId()
* @method $this withDepartmentId($value)
* @method string getDescription()
* @method $this withDescription($value)
* @method string getId()
* @method $this withId($value)
* @method string getEmail()
* @method $this withEmail($value)
*/
class UpdateClientUser extends Rpc
{

/** @var string */
public $method = 'POST';
}

/**
* @method string getPassword()
* @method $this withPassword($value)
* @method string getId()
* @method $this withId($value)
* @method string getUsername()
* @method $this withUsername($value)
*/
class UpdateClientUserPassword extends Rpc
{

/** @var string */
public $method = 'POST';
}

/**
* @method string getId()
* @method $this withId($value)
* @method string getStatus()
* @method $this withStatus($value)
*/
class UpdateClientUserStatus extends Rpc
{

/** @var string */
public $method = 'POST';
}

/**
* @method string getDescription()
* @method string getDynamicRouteId()
Expand Down Expand Up @@ -1684,6 +1889,21 @@ public function withStatus($value)
}
}

/**
* @method string getDepartmentId()
* @method $this withDepartmentId($value)
* @method string getIdpConfigId()
* @method $this withIdpConfigId($value)
* @method string getDepartmentName()
* @method $this withDepartmentName($value)
*/
class UpdateIdpDepartment extends Rpc
{

/** @var string */
public $method = 'POST';
}

/**
* @method string getAddresses()
* @method string getDescription()
Expand Down
2 changes: 1 addition & 1 deletion src/Release.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ class Release
/**
* Version of the SDK
*/
const VERSION = '1.8.2133';
const VERSION = '1.8.2134';

/**
* @param Event $event
Expand Down

0 comments on commit d1da79b

Please sign in to comment.