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(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(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(ids: List<String>? = null, nameRegex: String? = null, outputFile: String? = null, pageNumber: Int? = null, pageSize: Int? = null, productId: String? = null, scope: String? = null, sortBy: String? = null, sortOrder: String? = null): GetPortfoliosResult
Link copied to clipboard
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(enableDetails: Boolean? = null, ids: List<String>? = null, nameRegex: String? = null, outputFile: String? = null, productId: String): GetProductVersionsResult
Link copied to clipboard

This data source provides Service Catalog Provisioned Product available to the user. What is Provisioned Product

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