ListEndpointCredentialsPlainArgs

data class ListEndpointCredentialsPlainArgs(val endpointName: String, val expiresin: Int? = null, val resourceUri: String) : ConvertibleToJava<ListEndpointCredentialsPlainArgs>

Constructors

Link copied to clipboard
constructor(endpointName: String, expiresin: Int? = null, resourceUri: String)

Properties

Link copied to clipboard

The endpoint name.

Link copied to clipboard
val expiresin: Int? = null

The is how long the endpoint access token is valid (in seconds).

Link copied to clipboard

The fully qualified Azure Resource manager identifier of the resource to be connected.

Functions

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