ListSubscriptionSecretsPlainArgs

data class ListSubscriptionSecretsPlainArgs(val resourceGroupName: String, val serviceName: String, val sid: String) : ConvertibleToJava<ListSubscriptionSecretsPlainArgs>

Constructors

Link copied to clipboard
constructor(resourceGroupName: String, serviceName: String, sid: String)

Properties

Link copied to clipboard

The name of the resource group.

Link copied to clipboard

The name of the API Management service.

Link copied to clipboard
val sid: String

Subscription entity Identifier. The entity represents the association between a user and a product in API Management.

Functions

Link copied to clipboard
open override fun toJava(): ListSubscriptionSecretsPlainArgs