Servicecatalog Functions
object ServicecatalogFunctions
Functions
Link copied to clipboard
This data source provides Service Catalog End User Product available to the user.What is End User Product
suspend fun getEndUserProducts(argument: suspend GetEndUserProductsPlainArgsBuilder.() -> Unit): GetEndUserProductsResult
suspend fun getEndUserProducts(ids: List<String>? = null, nameRegex: String? = null, outputFile: String? = null, pageNumber: Int? = null, pageSize: Int? = null, sortBy: String? = null, sortOrder: String? = null): GetEndUserProductsResult
Link copied to clipboard
This data source provides Service Catalog Launch Option available to the user. What is Launch Option.
suspend fun getLaunchOptions(argument: suspend GetLaunchOptionsPlainArgsBuilder.() -> Unit): GetLaunchOptionsResult
suspend fun getLaunchOptions(ids: List<String>? = null, nameRegex: String? = null, outputFile: String? = null, productId: String): GetLaunchOptionsResult
Link copied to clipboard
This data source provides Service Catalog Portfolio available to the user.What is Portfolio
suspend fun getPortfolios(argument: suspend GetPortfoliosPlainArgsBuilder.() -> Unit): GetPortfoliosResult
Link copied to clipboard
suspend fun getProductAsEndUsers(argument: GetProductAsEndUsersPlainArgs): GetProductAsEndUsersResult
suspend fun getProductAsEndUsers(argument: suspend GetProductAsEndUsersPlainArgsBuilder.() -> Unit): GetProductAsEndUsersResult
suspend fun getProductAsEndUsers(ids: List<String>? = null, nameRegex: String? = null, outputFile: String? = null, sortBy: String? = null, sortOrder: String? = null): GetProductAsEndUsersResult
Link copied to clipboard
This data source provides Service Catalog Product Version available to the user.What is Product Version
suspend fun getProductVersions(argument: suspend GetProductVersionsPlainArgsBuilder.() -> Unit): GetProductVersionsResult
suspend fun getProductVersions(enableDetails: Boolean? = null, ids: List<String>? = null, nameRegex: String? = null, outputFile: String? = null, productId: String): GetProductVersionsResult
Link copied to clipboard
suspend fun getProvisionedProducts(argument: GetProvisionedProductsPlainArgs): GetProvisionedProductsResult
This data source provides Service Catalog Provisioned Product available to the user. What is Provisioned Product
suspend fun getProvisionedProducts(argument: suspend GetProvisionedProductsPlainArgsBuilder.() -> Unit): GetProvisionedProductsResult
suspend fun getProvisionedProducts(accessLevelFilter: String? = null, enableDetails: Boolean? = null, ids: List<String>? = null, nameRegex: String? = null, outputFile: String? = null, pageNumber: Int? = null, pageSize: Int? = null, sortBy: String? = null, sortOrder: String? = null): GetProvisionedProductsResult