Viewing docs for bytepluscc v0.0.41
published on Thursday, Jul 16, 2026 by Byteplus
published on Thursday, Jul 16, 2026 by Byteplus
Viewing docs for bytepluscc v0.0.41
published on Thursday, Jul 16, 2026 by Byteplus
published on Thursday, Jul 16, 2026 by Byteplus
Data Source schema for Byteplus::ID::PermissionNamespace
Using getPermissionNamespace
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 getPermissionNamespace(args: GetPermissionNamespaceArgs, opts?: InvokeOptions): Promise<GetPermissionNamespaceResult>
function getPermissionNamespaceOutput(args: GetPermissionNamespaceOutputArgs, opts?: InvokeOptions): Output<GetPermissionNamespaceResult>def get_permission_namespace(id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetPermissionNamespaceResult
def get_permission_namespace_output(id: pulumi.Input[Optional[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetPermissionNamespaceResult]func LookupPermissionNamespace(ctx *Context, args *LookupPermissionNamespaceArgs, opts ...InvokeOption) (*LookupPermissionNamespaceResult, error)
func LookupPermissionNamespaceOutput(ctx *Context, args *LookupPermissionNamespaceOutputArgs, opts ...InvokeOption) LookupPermissionNamespaceResultOutput> Note: This function is named LookupPermissionNamespace in the Go SDK.
public static class GetPermissionNamespace
{
public static Task<GetPermissionNamespaceResult> InvokeAsync(GetPermissionNamespaceArgs args, InvokeOptions? opts = null)
public static Output<GetPermissionNamespaceResult> Invoke(GetPermissionNamespaceInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetPermissionNamespaceResult> getPermissionNamespace(GetPermissionNamespaceArgs args, InvokeOptions options)
public static Output<GetPermissionNamespaceResult> getPermissionNamespace(GetPermissionNamespaceArgs args, InvokeOptions options)
fn::invoke:
function: bytepluscc:id/getPermissionNamespace:getPermissionNamespace
arguments:
# arguments dictionarydata "bytepluscc_id_getpermissionnamespace" "name" {
# arguments
}The following arguments are supported:
- Id string
- Uniquely identifies the resource.
- Id string
- Uniquely identifies the resource.
- id string
- Uniquely identifies the resource.
- id String
- Uniquely identifies the resource.
- id string
- Uniquely identifies the resource.
- id str
- Uniquely identifies the resource.
- id String
- Uniquely identifies the resource.
getPermissionNamespace Result
The following output properties are available:
- Associates List<string>
- Associated Entities List
- Create
Time string - Namespace Creation Time
- Description string
- Namespace Description
- Id string
- Uniquely identifies the resource.
- Namespace
Id string - Namespace Unique ID
- Namespace
Name string - Namespace Name
- Project
Name string - Project Associated with Namespace
-
List<Byteplus.
Get Permission Namespace Tag> - Namespace Tag List
- Trn string
- Namespace TRN
- Update
Time string - Namespace Update Time
- Associates []string
- Associated Entities List
- Create
Time string - Namespace Creation Time
- Description string
- Namespace Description
- Id string
- Uniquely identifies the resource.
- Namespace
Id string - Namespace Unique ID
- Namespace
Name string - Namespace Name
- Project
Name string - Project Associated with Namespace
-
[]Get
Permission Namespace Tag - Namespace Tag List
- Trn string
- Namespace TRN
- Update
Time string - Namespace Update Time
- associates list(string)
- Associated Entities List
- create_
time string - Namespace Creation Time
- description string
- Namespace Description
- id string
- Uniquely identifies the resource.
- namespace_
id string - Namespace Unique ID
- namespace_
name string - Namespace Name
- project_
name string - Project Associated with Namespace
- list(object)
- Namespace Tag List
- trn string
- Namespace TRN
- update_
time string - Namespace Update Time
- associates List<String>
- Associated Entities List
- create
Time String - Namespace Creation Time
- description String
- Namespace Description
- id String
- Uniquely identifies the resource.
- namespace
Id String - Namespace Unique ID
- namespace
Name String - Namespace Name
- project
Name String - Project Associated with Namespace
-
List<Get
Permission Namespace Tag> - Namespace Tag List
- trn String
- Namespace TRN
- update
Time String - Namespace Update Time
- associates string[]
- Associated Entities List
- create
Time string - Namespace Creation Time
- description string
- Namespace Description
- id string
- Uniquely identifies the resource.
- namespace
Id string - Namespace Unique ID
- namespace
Name string - Namespace Name
- project
Name string - Project Associated with Namespace
-
Get
Permission Namespace Tag[] - Namespace Tag List
- trn string
- Namespace TRN
- update
Time string - Namespace Update Time
- associates Sequence[str]
- Associated Entities List
- create_
time str - Namespace Creation Time
- description str
- Namespace Description
- id str
- Uniquely identifies the resource.
- namespace_
id str - Namespace Unique ID
- namespace_
name str - Namespace Name
- project_
name str - Project Associated with Namespace
-
Sequence[Get
Permission Namespace Tag] - Namespace Tag List
- trn str
- Namespace TRN
- update_
time str - Namespace Update Time
- associates List<String>
- Associated Entities List
- create
Time String - Namespace Creation Time
- description String
- Namespace Description
- id String
- Uniquely identifies the resource.
- namespace
Id String - Namespace Unique ID
- namespace
Name String - Namespace Name
- project
Name String - Project Associated with Namespace
- List<Property Map>
- Namespace Tag List
- trn String
- Namespace TRN
- update
Time String - Namespace Update Time
Supporting Types
GetPermissionNamespaceTag
Package Details
- Repository
- bytepluscc byteplus-sdk/pulumi-bytepluscc
- License
- MPL-2.0
- Notes
- This Pulumi package is based on the
byteplusccTerraform Provider.
Viewing docs for bytepluscc v0.0.41
published on Thursday, Jul 16, 2026 by Byteplus
published on Thursday, Jul 16, 2026 by Byteplus