Skip to content

Latest commit

 

History

History
25 lines (13 loc) · 971 Bytes

AiConfigsAccessDeniedReason.md

File metadata and controls

25 lines (13 loc) · 971 Bytes

LaunchDarklyApi.AiConfigsAccessDeniedReason

Properties

Name Type Description Notes
resources [String] Resource specifier strings [optional]
notResources [String] Targeted resources are the resources NOT in this list. The <code>resources</code> and <code>notActions</code> fields must be empty to use this field. [optional]
actions [String] Actions to perform on a resource [optional]
notActions [String] Targeted actions are the actions NOT in this list. The <code>actions</code> and <code>notResources</code> fields must be empty to use this field. [optional]
effect String Whether this statement should allow or deny actions on the resources.
roleName String [optional]

Enum: EffectEnum

  • allow (value: "allow")

  • deny (value: "deny")