1. Registry
  2. Packages
  3. BiznetGIO
  4. API Docs
  5. objectStorageCredentials
Viewing docs for Pulumi BiznetGIO Provider v0.1.7
published on Wednesday, Aug 19, 2026 by shirasakaren
biznetgio logo
Viewing docs for Pulumi BiznetGIO Provider v0.1.7
published on Wednesday, Aug 19, 2026 by shirasakaren

    Using objectStorageCredentials

    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 objectStorageCredentials(args: ObjectStorageCredentialsArgs, opts?: InvokeOptions): Promise<ObjectStorageCredentialsResult>
    function objectStorageCredentialsOutput(args: ObjectStorageCredentialsOutputArgs, opts?: InvokeOutputOptions): Output<ObjectStorageCredentialsResult>
    def object_storage_credentials(account_id: Optional[str] = None,
                                   opts: Optional[InvokeOptions] = None) -> ObjectStorageCredentialsResult
    def object_storage_credentials_output(account_id: pulumi.Input[Optional[str]] = None,
                                   opts: Optional[InvokeOutputOptions] = None) -> Output[ObjectStorageCredentialsResult]
    func ObjectStorageCredentials(ctx *Context, args *ObjectStorageCredentialsArgs, opts ...InvokeOption) (*ObjectStorageCredentialsResult, error)
    func ObjectStorageCredentialsOutput(ctx *Context, args *ObjectStorageCredentialsOutputArgs, opts ...InvokeOption) ObjectStorageCredentialsResultOutput

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

    public static class ObjectStorageCredentials 
    {
        public static Task<ObjectStorageCredentialsResult> InvokeAsync(ObjectStorageCredentialsArgs args, InvokeOptions? opts = null)
        public static Output<ObjectStorageCredentialsResult> Invoke(ObjectStorageCredentialsInvokeArgs args, InvokeOptions? opts = null)
        public static Output<ObjectStorageCredentialsResult> Invoke(ObjectStorageCredentialsInvokeArgs args, InvokeOutputOptions opts)
    }
    public static CompletableFuture<ObjectStorageCredentialsResult> objectStorageCredentials(ObjectStorageCredentialsArgs args, InvokeOptions options)
    public static Output<ObjectStorageCredentialsResult> objectStorageCredentials(ObjectStorageCredentialsArgs args, InvokeOptions options)
    public static Output<ObjectStorageCredentialsResult> objectStorageCredentials(ObjectStorageCredentialsArgs args, InvokeOutputOptions options)
    
    fn::invoke:
      function: biznetgio:objectStorageCredentials
      arguments:
        # arguments dictionary
    data "biznetgio_object_storage_credentials" "name" {
        # arguments
    }

    The following arguments are supported:

    AccountId string
    Object storage instance account id.
    AccountId string
    Object storage instance account id.
    account_id string
    Object storage instance account id.
    accountId String
    Object storage instance account id.
    accountId string
    Object storage instance account id.
    account_id str
    Object storage instance account id.
    accountId String
    Object storage instance account id.

    objectStorageCredentials Result

    The following output properties are available:

    Credentials List<ObjectStorageCredentialsCredential>
    List of credentials (access key + active state only; secret keys tidak pernah dikeluarkan).
    Credentials []ObjectStorageCredentialsCredential
    List of credentials (access key + active state only; secret keys tidak pernah dikeluarkan).
    credentials list(object)
    List of credentials (access key + active state only; secret keys tidak pernah dikeluarkan).
    credentials List<ObjectStorageCredentialsCredential>
    List of credentials (access key + active state only; secret keys tidak pernah dikeluarkan).
    credentials ObjectStorageCredentialsCredential[]
    List of credentials (access key + active state only; secret keys tidak pernah dikeluarkan).
    credentials Sequence[ObjectStorageCredentialsCredential]
    List of credentials (access key + active state only; secret keys tidak pernah dikeluarkan).
    credentials List<Property Map>
    List of credentials (access key + active state only; secret keys tidak pernah dikeluarkan).

    Supporting Types

    ObjectStorageCredentialsCredential

    AccessKey string
    Active bool
    AccessKey string
    Active bool
    access_key string
    active bool
    accessKey String
    active Boolean
    accessKey string
    active boolean
    accessKey String
    active Boolean

    Package Details

    Repository
    biznetgio github.com/shirasakaren/pulumi-biznetgio
    License
    Apache-2.0
    biznetgio logo
    Viewing docs for Pulumi BiznetGIO Provider v0.1.7
    published on Wednesday, Aug 19, 2026 by shirasakaren

      Try Pulumi Cloud free.
      Your team will thank you.

      Start free trial