Grant Kits
Grant Kit Spec
resource "abbey_grant_kit" "this" {
workflow = { ... } # _how_ an identity should get access.
policies = { ... } # _if_ an identity should get access.
output = { ... } # _how_ and _where_ permission grants should be materialized.
}Last updated