UpCloud v0.1.0 published on Friday, Mar 14, 2025 by UpCloudLtd
upcloud.getManagedObjectStoragePolicies
Explore with Pulumi AI
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:
- 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
- The provider-assigned unique ID for this managed resource.
- Policies
List<Up
Cloud. Pulumi. Up Cloud. Outputs. Get Managed Object Storage Policies Policy> - Service
Uuid string
- Id string
- The provider-assigned unique ID for this managed resource.
- Policies
[]Get
Managed Object Storage Policies Policy - Service
Uuid string
- id String
- The provider-assigned unique ID for this managed resource.
- policies
List<Get
Managed Object Storage Policies Policy> - service
Uuid String
- id string
- The provider-assigned unique ID for this managed resource.
- policies
Get
Managed Object Storage Policies Policy[] - service
Uuid string
- id str
- The provider-assigned unique ID for this managed resource.
- policies
Sequence[Get
Managed Object Storage Policies Policy] - service_
uuid str
- id String
- The provider-assigned unique ID for this managed resource.
- policies List<Property Map>
- service
Uuid String
Supporting Types
GetManagedObjectStoragePoliciesPolicy
- Arn string
- Policy ARN.
- Attachment
Count int - Attachment count.
- Created
At string - Creation time.
- Default
Version stringId - Default version id.
- Document string
- Policy document, URL-encoded compliant with RFC 3986.
- Name string
- Policy name.
- Service
Uuid string - Managed Object Storage service UUID.
- System bool
- Defines whether the policy was set up by the system.
- Updated
At string - Update time.
- Description string
- Description of the policy.
- Arn string
- Policy ARN.
- Attachment
Count int - Attachment count.
- Created
At string - Creation time.
- Default
Version stringId - Default version id.
- Document string
- Policy document, URL-encoded compliant with RFC 3986.
- Name string
- Policy name.
- Service
Uuid string - Managed Object Storage service UUID.
- System bool
- Defines whether the policy was set up by the system.
- Updated
At string - Update time.
- Description string
- Description of the policy.
- arn String
- Policy ARN.
- attachment
Count Integer - Attachment count.
- created
At String - Creation time.
- default
Version StringId - Default version id.
- document String
- Policy document, URL-encoded compliant with RFC 3986.
- name String
- Policy name.
- service
Uuid String - Managed Object Storage service UUID.
- system Boolean
- Defines whether the policy was set up by the system.
- updated
At String - Update time.
- description String
- Description of the policy.
- arn string
- Policy ARN.
- attachment
Count number - Attachment count.
- created
At string - Creation time.
- default
Version stringId - Default version id.
- document string
- Policy document, URL-encoded compliant with RFC 3986.
- name string
- Policy name.
- service
Uuid string - Managed Object Storage service UUID.
- system boolean
- Defines whether the policy was set up by the system.
- updated
At 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_ strid - 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.
- attachment
Count Number - Attachment count.
- created
At String - Creation time.
- default
Version StringId - Default version id.
- document String
- Policy document, URL-encoded compliant with RFC 3986.
- name String
- Policy name.
- service
Uuid String - Managed Object Storage service UUID.
- system Boolean
- Defines whether the policy was set up by the system.
- updated
At 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.