Hoogle Search

Within LTS Haskell 24.32 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. module Gogol.ResourceManager.Cloudresourcemanager.Projects.SetIamPolicy

    Sets the IAM access control policy for the specified project, in the format projects/{ProjectIdOrNumber} e.g. projects/123. CAUTION: This method will replace the existing policy, and cannot be used to append additional IAM settings. Note: Removing service accounts from policies or changing their roles can render services completely inoperable. It is important to understand how the service account is being used before removing or updating its roles. The following constraints apply when using setIamPolicy(): + Project does not support allUsers and allAuthenticatedUsers as members in a Binding of a Policy. + The owner role can be granted to a user, serviceAccount, or a group that is part of an organization. For example, [email protected] could be added as an owner to a project in the myownpersonaldomain.com organization, but not the examplepetstore.com organization. + Service accounts can be made owners of a project directly without any restrictions. However, to be added as an owner, a user must be invited using the Cloud Platform console and must accept the invitation. + A user cannot be granted the owner role using setIamPolicy(). The user must be granted the owner role using the Cloud Platform Console and must explicitly accept the invitation. + Invitations to grant the owner role cannot be sent using setIamPolicy(); they must be sent only using the Cloud Platform Console. + If the project is not part of an organization, there must be at least one owner who has accepted the Terms of Service (ToS) agreement in the policy. Calling setIamPolicy() to remove the last ToS-accepted owner from the policy will fail. This restriction also applies to legacy projects that no longer have owners who have accepted the ToS. Edits to IAM policies will be rejected until the lack of a ToS-accepting owner is rectified. If the project is part of an organization, you can remove all owners, potentially making the organization inaccessible. See: Cloud Resource Manager API Reference for cloudresourcemanager.projects.setIamPolicy.

  2. module Gogol.ResourceManager.Cloudresourcemanager.TagKeys.SetIamPolicy

    Sets the access control policy on a TagKey, replacing any existing policy. The resource field should be the TagKey's resource name. For example, "tagKeys/1234". The caller must have resourcemanager.tagKeys.setIamPolicy permission on the identified tagValue. See: Cloud Resource Manager API Reference for cloudresourcemanager.tagKeys.setIamPolicy.

  3. module Gogol.ResourceManager.Cloudresourcemanager.TagValues.SetIamPolicy

    Sets the access control policy on a TagValue, replacing any existing policy. The resource field should be the TagValue's resource name. For example: tagValues/1234. The caller must have resourcemanager.tagValues.setIamPolicy permission on the identified tagValue. See: Cloud Resource Manager API Reference for cloudresourcemanager.tagValues.setIamPolicy.

  4. data SetIamPolicyRequest

    gogol-resourcemanager Gogol.ResourceManager.Types

    Request message for SetIamPolicy method. See: newSetIamPolicyRequest smart constructor.

  5. SetIamPolicyRequest :: Maybe Policy -> Maybe FieldMask -> SetIamPolicyRequest

    gogol-resourcemanager Gogol.ResourceManager.Types

    No documentation available.

  6. newtype SetBasicFilterRequest

    gogol-sheets Gogol.Sheets

    Sets the basic filter associated with a sheet. See: newSetBasicFilterRequest smart constructor.

  7. SetBasicFilterRequest :: Maybe BasicFilter -> SetBasicFilterRequest

    gogol-sheets Gogol.Sheets

    No documentation available.

  8. data SetDataValidationRequest

    gogol-sheets Gogol.Sheets

    Sets a data validation rule to every cell in the range. To clear validation in a range, call this with no rule specified. See: newSetDataValidationRequest smart constructor.

  9. SetDataValidationRequest :: Maybe Bool -> Maybe GridRange -> Maybe DataValidationRule -> SetDataValidationRequest

    gogol-sheets Gogol.Sheets

    No documentation available.

  10. newtype SetBasicFilterRequest

    gogol-sheets Gogol.Sheets.Types

    Sets the basic filter associated with a sheet. See: newSetBasicFilterRequest smart constructor.

Page 111 of many | Previous | Next