1. Packages
  2. UpCloud
  3. API Docs
  4. getManagedObjectStoragePolicies
UpCloud v0.1.0 published on Friday, Mar 14, 2025 by UpCloudLtd

upcloud.getManagedObjectStoragePolicies

Explore with Pulumi AI

upcloud logo
UpCloud v0.1.0 published on Friday, Mar 14, 2025 by UpCloudLtd

    Policies available for a Managed Object Storage resource. See managed_object_storage_user_policy for attaching to a user.

    Using getManagedObjectStoragePolicies

    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 getManagedObjectStoragePolicies(args: GetManagedObjectStoragePoliciesArgs, opts?: InvokeOptions): Promise<GetManagedObjectStoragePoliciesResult>
    function getManagedObjectStoragePoliciesOutput(args: GetManagedObjectStoragePoliciesOutputArgs, opts?: InvokeOptions): Output<GetManagedObjectStoragePoliciesResult>
    def get_managed_object_storage_policies(service_uuid: Optional[str] = None,
                                            opts: Optional[InvokeOptions] = None) -> GetManagedObjectStoragePoliciesResult
    def get_managed_object_storage_policies_output(service_uuid: Optional[pulumi.Input[str]] = None,
                                            opts: Optional[InvokeOptions] = None) -> Output[GetManagedObjectStoragePoliciesResult]
    func GetManagedObjectStoragePolicies(ctx *Context, args *GetManagedObjectStoragePoliciesArgs, opts ...InvokeOption) (*GetManagedObjectStoragePoliciesResult, error)
    func GetManagedObjectStoragePoliciesOutput(ctx *Context, args *GetManagedObjectStoragePoliciesOutputArgs, opts ...InvokeOption) GetManagedObjectStoragePoliciesResultOutput

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

    public static class GetManagedObjectStoragePolicies 
    {
        public static Task<GetManagedObjectStoragePoliciesResult> InvokeAsync(GetManagedObjectStoragePoliciesArgs args, InvokeOptions? opts = null)
        public static Output<GetManagedObjectStoragePoliciesResult> Invoke(GetManagedObjectStoragePoliciesInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetManagedObjectStoragePoliciesResult> getManagedObjectStoragePolicies(GetManagedObjectStoragePoliciesArgs args, InvokeOptions options)
    public static Output<GetManagedObjectStoragePoliciesResult> getManagedObjectStoragePolicies(GetManagedObjectStoragePoliciesArgs args, InvokeOptions options)
    
    fn::invoke:
      function: upcloud:index/getManagedObjectStoragePolicies:getManagedObjectStoragePolicies
      arguments:
        # arguments dictionary

    The following arguments are supported:

    getManagedObjectStoragePolicies Result

    The following output properties are available:

    Id string
    The provider-assigned unique ID for this managed resource.
    Policies List<UpCloud.Pulumi.UpCloud.Outputs.GetManagedObjectStoragePoliciesPolicy>
    ServiceUuid string
    Id string
    The provider-assigned unique ID for this managed resource.
    Policies []GetManagedObjectStoragePoliciesPolicy
    ServiceUuid string
    id String
    The provider-assigned unique ID for this managed resource.
    policies List<GetManagedObjectStoragePoliciesPolicy>
    serviceUuid String
    id string
    The provider-assigned unique ID for this managed resource.
    policies GetManagedObjectStoragePoliciesPolicy[]
    serviceUuid string
    id str
    The provider-assigned unique ID for this managed resource.
    policies Sequence[GetManagedObjectStoragePoliciesPolicy]
    service_uuid str
    id String
    The provider-assigned unique ID for this managed resource.
    policies List<Property Map>
    serviceUuid String

    Supporting Types

    GetManagedObjectStoragePoliciesPolicy

    Arn string
    Policy ARN.
    AttachmentCount int
    Attachment count.
    CreatedAt string
    Creation time.
    DefaultVersionId string
    Default version id.
    Document string
    Policy document, URL-encoded compliant with RFC 3986.
    Name string
    Policy name.
    ServiceUuid string
    Managed Object Storage service UUID.
    System bool
    Defines whether the policy was set up by the system.
    UpdatedAt string
    Update time.
    Description string
    Description of the policy.
    Arn string
    Policy ARN.
    AttachmentCount int
    Attachment count.
    CreatedAt string
    Creation time.
    DefaultVersionId string
    Default version id.
    Document string
    Policy document, URL-encoded compliant with RFC 3986.
    Name string
    Policy name.
    ServiceUuid string
    Managed Object Storage service UUID.
    System bool
    Defines whether the policy was set up by the system.
    UpdatedAt string
    Update time.
    Description string
    Description of the policy.
    arn String
    Policy ARN.
    attachmentCount Integer
    Attachment count.
    createdAt String
    Creation time.
    defaultVersionId String
    Default version id.
    document String
    Policy document, URL-encoded compliant with RFC 3986.
    name String
    Policy name.
    serviceUuid String
    Managed Object Storage service UUID.
    system Boolean
    Defines whether the policy was set up by the system.
    updatedAt String
    Update time.
    description String
    Description of the policy.
    arn string
    Policy ARN.
    attachmentCount number
    Attachment count.
    createdAt string
    Creation time.
    defaultVersionId string
    Default version id.
    document string
    Policy document, URL-encoded compliant with RFC 3986.
    name string
    Policy name.
    serviceUuid string
    Managed Object Storage service UUID.
    system boolean
    Defines whether the policy was set up by the system.
    updatedAt string
    Update time.
    description string
    Description of the policy.
    arn str
    Policy ARN.
    attachment_count int
    Attachment count.
    created_at str
    Creation time.
    default_version_id str
    Default version id.
    document str
    Policy document, URL-encoded compliant with RFC 3986.
    name str
    Policy name.
    service_uuid str
    Managed Object Storage service UUID.
    system bool
    Defines whether the policy was set up by the system.
    updated_at str
    Update time.
    description str
    Description of the policy.
    arn String
    Policy ARN.
    attachmentCount Number
    Attachment count.
    createdAt String
    Creation time.
    defaultVersionId String
    Default version id.
    document String
    Policy document, URL-encoded compliant with RFC 3986.
    name String
    Policy name.
    serviceUuid String
    Managed Object Storage service UUID.
    system Boolean
    Defines whether the policy was set up by the system.
    updatedAt String
    Update time.
    description String
    Description of the policy.

    Package Details

    Repository
    upcloud UpCloudLtd/pulumi-upcloud
    License
    Apache-2.0
    Notes
    This Pulumi package is based on the upcloud Terraform Provider.
    upcloud logo
    UpCloud v0.1.0 published on Friday, Mar 14, 2025 by UpCloudLtd