List Endpoint Credentials Plain Args
data class ListEndpointCredentialsPlainArgs(val endpointName: String, val expiresin: Int? = null, val resourceUri: String, val serviceName: Either<String, ServiceName>? = null) : ConvertibleToJava<ListEndpointCredentialsPlainArgs>
Constructors
Link copied to clipboard
constructor(endpointName: String, expiresin: Int? = null, resourceUri: String, serviceName: Either<String, ServiceName>? = null)