List Gateway Debug Credentials Plain Args
data class ListGatewayDebugCredentialsPlainArgs(val apiId: String, val credentialsExpireAfter: String? = null, val gatewayId: String, val purposes: List<Either<String, GatewayListDebugCredentialsContractPurpose>>, val resourceGroupName: String, val serviceName: String) : ConvertibleToJava<ListGatewayDebugCredentialsPlainArgs>
Properties
Link copied to clipboard
Credentials expiration in ISO8601 format. Maximum duration of the credentials is PT1H. When property is not specified, them value PT1H is used.
Link copied to clipboard
Purposes of debug credential.
Link copied to clipboard
The name of the resource group. The name is case insensitive.
Link copied to clipboard
The name of the API Management service.