GetSigningProfilePlainArgs

data class GetSigningProfilePlainArgs(val name: String, val tags: Map<String, String>? = null) : ConvertibleToJava<GetSigningProfilePlainArgs>

A collection of arguments for invoking getSigningProfile.

Constructors

Link copied to clipboard
fun GetSigningProfilePlainArgs(name: String, tags: Map<String, String>? = null)

Functions

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

Properties

Link copied to clipboard

Name of the target signing profile.

Link copied to clipboard
val tags: Map<String, String>? = null

List of tags associated with the signing profile.