Viewing docs for volcenginecc v0.0.49
published on Thursday, Jul 16, 2026 by Volcengine
published on Thursday, Jul 16, 2026 by Volcengine
Viewing docs for volcenginecc v0.0.49
published on Thursday, Jul 16, 2026 by Volcengine
published on Thursday, Jul 16, 2026 by Volcengine
Data Source schema for Volcengine::Organization::ServiceControlPolicyEnabler
Using getServiceControlPolicyEnabler
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 getServiceControlPolicyEnabler(args: GetServiceControlPolicyEnablerArgs, opts?: InvokeOptions): Promise<GetServiceControlPolicyEnablerResult>
function getServiceControlPolicyEnablerOutput(args: GetServiceControlPolicyEnablerOutputArgs, opts?: InvokeOptions): Output<GetServiceControlPolicyEnablerResult>def get_service_control_policy_enabler(id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetServiceControlPolicyEnablerResult
def get_service_control_policy_enabler_output(id: pulumi.Input[Optional[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetServiceControlPolicyEnablerResult]func LookupServiceControlPolicyEnabler(ctx *Context, args *LookupServiceControlPolicyEnablerArgs, opts ...InvokeOption) (*LookupServiceControlPolicyEnablerResult, error)
func LookupServiceControlPolicyEnablerOutput(ctx *Context, args *LookupServiceControlPolicyEnablerOutputArgs, opts ...InvokeOption) LookupServiceControlPolicyEnablerResultOutput> Note: This function is named LookupServiceControlPolicyEnabler in the Go SDK.
public static class GetServiceControlPolicyEnabler
{
public static Task<GetServiceControlPolicyEnablerResult> InvokeAsync(GetServiceControlPolicyEnablerArgs args, InvokeOptions? opts = null)
public static Output<GetServiceControlPolicyEnablerResult> Invoke(GetServiceControlPolicyEnablerInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetServiceControlPolicyEnablerResult> getServiceControlPolicyEnabler(GetServiceControlPolicyEnablerArgs args, InvokeOptions options)
public static Output<GetServiceControlPolicyEnablerResult> getServiceControlPolicyEnabler(GetServiceControlPolicyEnablerArgs args, InvokeOptions options)
fn::invoke:
function: volcenginecc:organization/getServiceControlPolicyEnabler:getServiceControlPolicyEnabler
arguments:
# arguments dictionarydata "volcenginecc_organization_getservicecontrolpolicyenabler" "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.
getServiceControlPolicyEnabler Result
The following output properties are available:
- Can
Full boolAccess Detach - Can the FullAccess policy be unbound?
- Id string
- Uniquely identifies the resource.
- Organization
Id string - Organization ID
- Status string
- Activation status, Enabled Disabled PendingEnable PendingDisable
- Can
Full boolAccess Detach - Can the FullAccess policy be unbound?
- Id string
- Uniquely identifies the resource.
- Organization
Id string - Organization ID
- Status string
- Activation status, Enabled Disabled PendingEnable PendingDisable
- can_
full_ boolaccess_ detach - Can the FullAccess policy be unbound?
- id string
- Uniquely identifies the resource.
- organization_
id string - Organization ID
- status string
- Activation status, Enabled Disabled PendingEnable PendingDisable
- can
Full BooleanAccess Detach - Can the FullAccess policy be unbound?
- id String
- Uniquely identifies the resource.
- organization
Id String - Organization ID
- status String
- Activation status, Enabled Disabled PendingEnable PendingDisable
- can
Full booleanAccess Detach - Can the FullAccess policy be unbound?
- id string
- Uniquely identifies the resource.
- organization
Id string - Organization ID
- status string
- Activation status, Enabled Disabled PendingEnable PendingDisable
- can_
full_ boolaccess_ detach - Can the FullAccess policy be unbound?
- id str
- Uniquely identifies the resource.
- organization_
id str - Organization ID
- status str
- Activation status, Enabled Disabled PendingEnable PendingDisable
- can
Full BooleanAccess Detach - Can the FullAccess policy be unbound?
- id String
- Uniquely identifies the resource.
- organization
Id String - Organization ID
- status String
- Activation status, Enabled Disabled PendingEnable PendingDisable
Package Details
- Repository
- volcenginecc volcengine/pulumi-volcenginecc
- License
- MPL-2.0
- Notes
- This Pulumi package is based on the
volcengineccTerraform Provider.
Viewing docs for volcenginecc v0.0.49
published on Thursday, Jul 16, 2026 by Volcengine
published on Thursday, Jul 16, 2026 by Volcengine