ConditionResponse

data class ConditionResponse(val iam: String, val op: String, val svc: String, val sys: String, val values: List<String>)

A condition to be met.

Constructors

Link copied to clipboard
fun ConditionResponse(iam: String, op: String, svc: String, sys: String, values: List<String>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val iam: String

Trusted attributes supplied by the IAM system.

Link copied to clipboard
val op: String

An operator to apply the subject with.

Link copied to clipboard
val svc: String

Trusted attributes discharged by the service.

Link copied to clipboard
val sys: String

Trusted attributes supplied by any service that owns resources and uses the IAM system for access control.

Link copied to clipboard

The objects of the condition.