security

@SerialName(value = "security")
val security: List<Map<String, List<String>>>?(source)

Security schemes necessary for the agent to leverage this skill. As in the overall AgentCard.security, this list represents a logical OR of security requirement objects. Each object is a set of security schemes that must be used together (a logical AND).

Example:

[
{
"google": [ "oidc" ]
}
]