Viewing docs for Pulumi BiznetGIO Provider v0.1.7
published on Wednesday, Aug 19, 2026 by shirasakaren
published on Wednesday, Aug 19, 2026 by shirasakaren
Viewing docs for Pulumi BiznetGIO Provider v0.1.7
published on Wednesday, Aug 19, 2026 by shirasakaren
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 dictionarydata "biznetgio_object_storage_credentials" "name" {
# arguments
}The following arguments are supported:
- Account
Id string - Object storage instance account id.
- Account
Id string - Object storage instance account id.
- account_
id string - Object storage instance account id.
- account
Id String - Object storage instance account id.
- account
Id string - Object storage instance account id.
- account_
id str - Object storage instance account id.
- account
Id String - Object storage instance account id.
objectStorageCredentials Result
The following output properties are available:
- Credentials
List<Object
Storage Credentials Credential> - List of credentials (access key + active state only; secret keys tidak pernah dikeluarkan).
- Credentials
[]Object
Storage Credentials Credential - 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<Object
Storage Credentials Credential> - List of credentials (access key + active state only; secret keys tidak pernah dikeluarkan).
- credentials
Object
Storage Credentials Credential[] - List of credentials (access key + active state only; secret keys tidak pernah dikeluarkan).
- credentials
Sequence[Object
Storage Credentials Credential] - 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
- access_
key string - active bool
- access_
key str - active bool
Package Details
- Repository
- biznetgio github.com/shirasakaren/pulumi-biznetgio
- License
- Apache-2.0
Viewing docs for Pulumi BiznetGIO Provider v0.1.7
published on Wednesday, Aug 19, 2026 by shirasakaren
published on Wednesday, Aug 19, 2026 by shirasakaren