packages feed

gogol-accesscontextmanager-1.0.0: gogol-accesscontextmanager.cabal

cabal-version:      2.2
name:               gogol-accesscontextmanager
version:            1.0.0
synopsis:           Google Access Context Manager SDK.
homepage:           https://github.com/brendanhay/gogol
bug-reports:        https://github.com/brendanhay/gogol/issues
license:            MPL-2.0
license-file:       LICENSE
author:             Brendan Hay
maintainer:
  Brendan Hay <brendan.g.hay+gogol@gmail.com>, Toni Cebrián <toni@tonicebrian.com>

copyright:          Copyright (c) 2015-2025 Brendan Hay
category:           Google
build-type:         Simple
extra-source-files:
  README.md
  src/.gitkeep

description:
  An API for setting attribute based access control to requests to Google Cloud services. /Warning:/ Do not mix /v1alpha/ and /v1/ API usage in the same access policy. The v1alpha API supports new Access Context Manager features, which may have different attributes or behaviors that are not supported by v1. The practice of mixed API usage within a policy may result in the inability to update that policy, including any access levels or service perimeters belonging to it. It is not recommended to use both v1 and v1alpha for modifying policies with critical service perimeters. Modifications using v1alpha should be limited to policies with non-production\/non-critical service perimeters.
  .
  /Warning:/ This is an experimental prototype/preview release which is still
  under exploratory development and not intended for public use, caveat emptor!
  .
  This library is compatible with version @v1@
  of the API.

source-repository head
  type:     git
  location: git://github.com/brendanhay/gogol.git
  subdir:   gogol-accesscontextmanager

flag field-selectors
  description:
    If record field selectors should be enabled. Disabling this requires GHC >=9.2 and the NoFieldSelectors extension.

  default:     False
  manual:      True

library
  default-language: GHC2021
  hs-source-dirs:   src gen
  ghc-options:
    -Wall -fwarn-incomplete-uni-patterns
    -fwarn-incomplete-record-updates -funbox-strict-fields
    -fwarn-unused-packages

  if (!flag(field-selectors) && impl(ghc >=9.2))
    default-extensions: NoFieldSelectors

  exposed-modules:
    Gogol.AccessContextManager
    Gogol.AccessContextManager.AccessPolicies.AccessLevels.Create
    Gogol.AccessContextManager.AccessPolicies.AccessLevels.Delete
    Gogol.AccessContextManager.AccessPolicies.AccessLevels.Get
    Gogol.AccessContextManager.AccessPolicies.AccessLevels.List
    Gogol.AccessContextManager.AccessPolicies.AccessLevels.Patch
    Gogol.AccessContextManager.AccessPolicies.AccessLevels.ReplaceAll
    Gogol.AccessContextManager.AccessPolicies.AccessLevels.TestIamPermissions
    Gogol.AccessContextManager.AccessPolicies.AuthorizedOrgsDescs.Create
    Gogol.AccessContextManager.AccessPolicies.AuthorizedOrgsDescs.Delete
    Gogol.AccessContextManager.AccessPolicies.AuthorizedOrgsDescs.Get
    Gogol.AccessContextManager.AccessPolicies.AuthorizedOrgsDescs.List
    Gogol.AccessContextManager.AccessPolicies.AuthorizedOrgsDescs.Patch
    Gogol.AccessContextManager.AccessPolicies.Create
    Gogol.AccessContextManager.AccessPolicies.Delete
    Gogol.AccessContextManager.AccessPolicies.Get
    Gogol.AccessContextManager.AccessPolicies.GetIamPolicy
    Gogol.AccessContextManager.AccessPolicies.List
    Gogol.AccessContextManager.AccessPolicies.Patch
    Gogol.AccessContextManager.AccessPolicies.ServicePerimeters.Commit
    Gogol.AccessContextManager.AccessPolicies.ServicePerimeters.Create
    Gogol.AccessContextManager.AccessPolicies.ServicePerimeters.Delete
    Gogol.AccessContextManager.AccessPolicies.ServicePerimeters.Get
    Gogol.AccessContextManager.AccessPolicies.ServicePerimeters.List
    Gogol.AccessContextManager.AccessPolicies.ServicePerimeters.Patch
    Gogol.AccessContextManager.AccessPolicies.ServicePerimeters.ReplaceAll
    Gogol.AccessContextManager.AccessPolicies.ServicePerimeters.TestIamPermissions
    Gogol.AccessContextManager.AccessPolicies.SetIamPolicy
    Gogol.AccessContextManager.AccessPolicies.TestIamPermissions
    Gogol.AccessContextManager.Operations.Cancel
    Gogol.AccessContextManager.Operations.Delete
    Gogol.AccessContextManager.Operations.Get
    Gogol.AccessContextManager.Operations.List
    Gogol.AccessContextManager.Organizations.GcpUserAccessBindings.Create
    Gogol.AccessContextManager.Organizations.GcpUserAccessBindings.Delete
    Gogol.AccessContextManager.Organizations.GcpUserAccessBindings.Get
    Gogol.AccessContextManager.Organizations.GcpUserAccessBindings.List
    Gogol.AccessContextManager.Organizations.GcpUserAccessBindings.Patch
    Gogol.AccessContextManager.Services.Get
    Gogol.AccessContextManager.Services.List
    Gogol.AccessContextManager.Types

  other-modules:
    Gogol.AccessContextManager.Internal.Product
    Gogol.AccessContextManager.Internal.Sum

  build-depends:    gogol-core ^>=1.0.0