1. Packages
  2. Google Cloud (GCP) Classic
  3. API Docs
  4. storage
  5. getManagedFolderIamPolicy
Google Cloud Classic v8.3.1 published on Wednesday, Sep 25, 2024 by Pulumi

gcp.storage.getManagedFolderIamPolicy

Explore with Pulumi AI

gcp logo
Google Cloud Classic v8.3.1 published on Wednesday, Sep 25, 2024 by Pulumi

    Using getManagedFolderIamPolicy

    Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.

    function getManagedFolderIamPolicy(args: GetManagedFolderIamPolicyArgs, opts?: InvokeOptions): Promise<GetManagedFolderIamPolicyResult>
    function getManagedFolderIamPolicyOutput(args: GetManagedFolderIamPolicyOutputArgs, opts?: InvokeOptions): Output<GetManagedFolderIamPolicyResult>
    def get_managed_folder_iam_policy(bucket: Optional[str] = None,
                                      managed_folder: Optional[str] = None,
                                      opts: Optional[InvokeOptions] = None) -> GetManagedFolderIamPolicyResult
    def get_managed_folder_iam_policy_output(bucket: Optional[pulumi.Input[str]] = None,
                                      managed_folder: Optional[pulumi.Input[str]] = None,
                                      opts: Optional[InvokeOptions] = None) -> Output[GetManagedFolderIamPolicyResult]
    func LookupManagedFolderIamPolicy(ctx *Context, args *LookupManagedFolderIamPolicyArgs, opts ...InvokeOption) (*LookupManagedFolderIamPolicyResult, error)
    func LookupManagedFolderIamPolicyOutput(ctx *Context, args *LookupManagedFolderIamPolicyOutputArgs, opts ...InvokeOption) LookupManagedFolderIamPolicyResultOutput

    > Note: This function is named LookupManagedFolderIamPolicy in the Go SDK.

    public static class GetManagedFolderIamPolicy 
    {
        public static Task<GetManagedFolderIamPolicyResult> InvokeAsync(GetManagedFolderIamPolicyArgs args, InvokeOptions? opts = null)
        public static Output<GetManagedFolderIamPolicyResult> Invoke(GetManagedFolderIamPolicyInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetManagedFolderIamPolicyResult> getManagedFolderIamPolicy(GetManagedFolderIamPolicyArgs args, InvokeOptions options)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: gcp:storage/getManagedFolderIamPolicy:getManagedFolderIamPolicy
      arguments:
        # arguments dictionary

    The following arguments are supported:

    Bucket string
    ManagedFolder string
    Bucket string
    ManagedFolder string
    bucket String
    managedFolder String
    bucket string
    managedFolder string
    bucket String
    managedFolder String

    getManagedFolderIamPolicy Result

    The following output properties are available:

    Bucket string
    Etag string
    Id string
    The provider-assigned unique ID for this managed resource.
    ManagedFolder string
    PolicyData string
    Bucket string
    Etag string
    Id string
    The provider-assigned unique ID for this managed resource.
    ManagedFolder string
    PolicyData string
    bucket String
    etag String
    id String
    The provider-assigned unique ID for this managed resource.
    managedFolder String
    policyData String
    bucket string
    etag string
    id string
    The provider-assigned unique ID for this managed resource.
    managedFolder string
    policyData string
    bucket str
    etag str
    id str
    The provider-assigned unique ID for this managed resource.
    managed_folder str
    policy_data str
    bucket String
    etag String
    id String
    The provider-assigned unique ID for this managed resource.
    managedFolder String
    policyData String

    Package Details

    Repository
    Google Cloud (GCP) Classic pulumi/pulumi-gcp
    License
    Apache-2.0
    Notes
    This Pulumi package is based on the google-beta Terraform Provider.
    gcp logo
    Google Cloud Classic v8.3.1 published on Wednesday, Sep 25, 2024 by Pulumi