Service Account List Args
data class ServiceAccountListArgs(val apiVersion: Output<String>? = null, val items: Output<List<ServiceAccountArgs>>? = null, val kind: Output<String>? = null, val metadata: Output<ListMetaArgs>? = null) : ConvertibleToJava<ServiceAccountListArgs>
ServiceAccountList is a list of ServiceAccount objects
Constructors
Link copied to clipboard
fun ServiceAccountListArgs(apiVersion: Output<String>? = null, items: Output<List<ServiceAccountArgs>>? = null, kind: Output<String>? = null, metadata: Output<ListMetaArgs>? = null)