SagFunctions

Functions

Link copied to clipboard
suspend fun getAcls(argument: GetAclsPlainArgs): GetAclsResult

This data source provides Sag Acls available to the user.

suspend fun getAcls(argument: suspend GetAclsPlainArgsBuilder.() -> Unit): GetAclsResult
suspend fun getAcls(ids: List<String>? = null, nameRegex: String? = null, outputFile: String? = null): GetAclsResult
Link copied to clipboard

This data source provides the Smartag Flow Logs of the current Alibaba Cloud user.

suspend fun getSmartagFlowLogs(description: String? = null, ids: List<String>? = null, nameRegex: String? = null, outputFile: String? = null, pageNumber: Int? = null, pageSize: Int? = null, status: String? = null): GetSmartagFlowLogsResult