Viewing docs for UpCloud v0.11.1
published on Thursday, Feb 26, 2026 by UpCloudLtd
published on Thursday, Feb 26, 2026 by UpCloudLtd
Viewing docs for UpCloud v0.11.1
published on Thursday, Feb 26, 2026 by UpCloudLtd
published on Thursday, Feb 26, 2026 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 dictionaryThe following arguments are supported:
- Service
Uuid string
- Service
Uuid string
- service
Uuid String
- service
Uuid string
- service_
uuid str
- service
Uuid String
getManagedObjectStoragePolicies Result
The following output properties are available:
- Id string
- Policies
[]Get
Managed Object Storage Policies Policy - Service
Uuid string
- id string
- policies
Get
Managed Object Storage Policies Policy[] - service
Uuid string
- id String
- policies List<Property Map>
- service
Uuid String
Supporting Types
GetManagedObjectStoragePoliciesPolicy
- Arn string
- Policy ARN.
- Attachment
Count int - Number of attachments.
- Created
At string - Creation time.
- Default
Version stringId - Default version ID.
- Description string
- Policy description.
- Document string
- Policy document.
- Name string
- Policy name.
- Service
Uuid string - Service UUID.
- System bool
- Whether the policy is a system policy.
- Updated
At string - Last updated time.
- Arn string
- Policy ARN.
- Attachment
Count int - Number of attachments.
- Created
At string - Creation time.
- Default
Version stringId - Default version ID.
- Description string
- Policy description.
- Document string
- Policy document.
- Name string
- Policy name.
- Service
Uuid string - Service UUID.
- System bool
- Whether the policy is a system policy.
- Updated
At string - Last updated time.
- arn String
- Policy ARN.
- attachment
Count Integer - Number of attachments.
- created
At String - Creation time.
- default
Version StringId - Default version ID.
- description String
- Policy description.
- document String
- Policy document.
- name String
- Policy name.
- service
Uuid String - Service UUID.
- system Boolean
- Whether the policy is a system policy.
- updated
At String - Last updated time.
- arn string
- Policy ARN.
- attachment
Count number - Number of attachments.
- created
At string - Creation time.
- default
Version stringId - Default version ID.
- description string
- Policy description.
- document string
- Policy document.
- name string
- Policy name.
- service
Uuid string - Service UUID.
- system boolean
- Whether the policy is a system policy.
- updated
At string - Last updated time.
- arn str
- Policy ARN.
- attachment_
count int - Number of attachments.
- created_
at str - Creation time.
- default_
version_ strid - Default version ID.
- description str
- Policy description.
- document str
- Policy document.
- name str
- Policy name.
- service_
uuid str - Service UUID.
- system bool
- Whether the policy is a system policy.
- updated_
at str - Last updated time.
- arn String
- Policy ARN.
- attachment
Count Number - Number of attachments.
- created
At String - Creation time.
- default
Version StringId - Default version ID.
- description String
- Policy description.
- document String
- Policy document.
- name String
- Policy name.
- service
Uuid String - Service UUID.
- system Boolean
- Whether the policy is a system policy.
- updated
At String - Last updated time.
Package Details
- Repository
- upcloud UpCloudLtd/pulumi-upcloud
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
upcloudTerraform Provider.
Viewing docs for UpCloud v0.11.1
published on Thursday, Feb 26, 2026 by UpCloudLtd
published on Thursday, Feb 26, 2026 by UpCloudLtd
