Strata Cloud Manager v0.3.1 published on Thursday, Mar 13, 2025 by Pulumi
scm.getUrlAccessProfile
Explore with Pulumi AI
Retrieves a config item.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as scm from "@pulumi/scm";
const example = scm.getUrlAccessProfile({
    id: "1234-56-789",
});
import pulumi
import pulumi_scm as scm
example = scm.get_url_access_profile(id="1234-56-789")
package main
import (
	"github.com/pulumi/pulumi-scm/sdk/go/scm"
	"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
	pulumi.Run(func(ctx *pulumi.Context) error {
		_, err := scm.LookupUrlAccessProfile(ctx, &scm.LookupUrlAccessProfileArgs{
			Id: "1234-56-789",
		}, nil)
		if err != nil {
			return err
		}
		return nil
	})
}
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Scm = Pulumi.Scm;
return await Deployment.RunAsync(() => 
{
    var example = Scm.GetUrlAccessProfile.Invoke(new()
    {
        Id = "1234-56-789",
    });
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.scm.ScmFunctions;
import com.pulumi.scm.inputs.GetUrlAccessProfileArgs;
import java.util.List;
import java.util.ArrayList;
import java.util.Map;
import java.io.File;
import java.nio.file.Files;
import java.nio.file.Paths;
public class App {
    public static void main(String[] args) {
        Pulumi.run(App::stack);
    }
    public static void stack(Context ctx) {
        final var example = ScmFunctions.getUrlAccessProfile(GetUrlAccessProfileArgs.builder()
            .id("1234-56-789")
            .build());
    }
}
variables:
  example:
    fn::invoke:
      function: scm:getUrlAccessProfile
      arguments:
        id: 1234-56-789
Using getUrlAccessProfile
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 getUrlAccessProfile(args: GetUrlAccessProfileArgs, opts?: InvokeOptions): Promise<GetUrlAccessProfileResult>
function getUrlAccessProfileOutput(args: GetUrlAccessProfileOutputArgs, opts?: InvokeOptions): Output<GetUrlAccessProfileResult>def get_url_access_profile(id: Optional[str] = None,
                           opts: Optional[InvokeOptions] = None) -> GetUrlAccessProfileResult
def get_url_access_profile_output(id: Optional[pulumi.Input[str]] = None,
                           opts: Optional[InvokeOptions] = None) -> Output[GetUrlAccessProfileResult]func LookupUrlAccessProfile(ctx *Context, args *LookupUrlAccessProfileArgs, opts ...InvokeOption) (*LookupUrlAccessProfileResult, error)
func LookupUrlAccessProfileOutput(ctx *Context, args *LookupUrlAccessProfileOutputArgs, opts ...InvokeOption) LookupUrlAccessProfileResultOutput> Note: This function is named LookupUrlAccessProfile in the Go SDK.
public static class GetUrlAccessProfile 
{
    public static Task<GetUrlAccessProfileResult> InvokeAsync(GetUrlAccessProfileArgs args, InvokeOptions? opts = null)
    public static Output<GetUrlAccessProfileResult> Invoke(GetUrlAccessProfileInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetUrlAccessProfileResult> getUrlAccessProfile(GetUrlAccessProfileArgs args, InvokeOptions options)
public static Output<GetUrlAccessProfileResult> getUrlAccessProfile(GetUrlAccessProfileArgs args, InvokeOptions options)
fn::invoke:
  function: scm:index/getUrlAccessProfile:getUrlAccessProfile
  arguments:
    # arguments dictionaryThe following arguments are supported:
- Id string
- The Id param.
- Id string
- The Id param.
- id String
- The Id param.
- id string
- The Id param.
- id str
- The Id param.
- id String
- The Id param.
getUrlAccessProfile Result
The following output properties are available:
- Alerts List<string>
- The Alerts param.
- Allows List<string>
- The Allows param.
- Blocks List<string>
- The Blocks param.
- CloudInline boolCat 
- The CloudInlineCat param.
- Continues List<string>
- The Continues param.
- CredentialEnforcement GetUrl Access Profile Credential Enforcement 
- The CredentialEnforcement param.
- Description string
- The Description param. String length must not exceed 255 characters.
- Id string
- The Id param.
- LocalInline boolCat 
- The LocalInlineCat param.
- LogContainer boolPage Only 
- The LogContainerPageOnly param. Default: true.
- LogHttp boolHdr Referer 
- The LogHttpHdrReferer param. Default: false.
- LogHttp boolHdr User Agent 
- The LogHttpHdrUserAgent param. Default: false.
- LogHttp boolHdr Xff 
- The LogHttpHdrXff param. Default: false.
- MlavCategory List<string>Exceptions 
- The MlavCategoryExceptions param.
- Name string
- The Name param.
- SafeSearch boolEnforcement 
- The SafeSearchEnforcement param. Default: false.
- Tfid string
- Alerts []string
- The Alerts param.
- Allows []string
- The Allows param.
- Blocks []string
- The Blocks param.
- CloudInline boolCat 
- The CloudInlineCat param.
- Continues []string
- The Continues param.
- CredentialEnforcement GetUrl Access Profile Credential Enforcement 
- The CredentialEnforcement param.
- Description string
- The Description param. String length must not exceed 255 characters.
- Id string
- The Id param.
- LocalInline boolCat 
- The LocalInlineCat param.
- LogContainer boolPage Only 
- The LogContainerPageOnly param. Default: true.
- LogHttp boolHdr Referer 
- The LogHttpHdrReferer param. Default: false.
- LogHttp boolHdr User Agent 
- The LogHttpHdrUserAgent param. Default: false.
- LogHttp boolHdr Xff 
- The LogHttpHdrXff param. Default: false.
- MlavCategory []stringExceptions 
- The MlavCategoryExceptions param.
- Name string
- The Name param.
- SafeSearch boolEnforcement 
- The SafeSearchEnforcement param. Default: false.
- Tfid string
- alerts List<String>
- The Alerts param.
- allows List<String>
- The Allows param.
- blocks List<String>
- The Blocks param.
- cloudInline BooleanCat 
- The CloudInlineCat param.
- continues List<String>
- The Continues param.
- credentialEnforcement GetUrl Access Profile Credential Enforcement 
- The CredentialEnforcement param.
- description String
- The Description param. String length must not exceed 255 characters.
- id String
- The Id param.
- localInline BooleanCat 
- The LocalInlineCat param.
- logContainer BooleanPage Only 
- The LogContainerPageOnly param. Default: true.
- logHttp BooleanHdr Referer 
- The LogHttpHdrReferer param. Default: false.
- logHttp BooleanHdr User Agent 
- The LogHttpHdrUserAgent param. Default: false.
- logHttp BooleanHdr Xff 
- The LogHttpHdrXff param. Default: false.
- mlavCategory List<String>Exceptions 
- The MlavCategoryExceptions param.
- name String
- The Name param.
- safeSearch BooleanEnforcement 
- The SafeSearchEnforcement param. Default: false.
- tfid String
- alerts string[]
- The Alerts param.
- allows string[]
- The Allows param.
- blocks string[]
- The Blocks param.
- cloudInline booleanCat 
- The CloudInlineCat param.
- continues string[]
- The Continues param.
- credentialEnforcement GetUrl Access Profile Credential Enforcement 
- The CredentialEnforcement param.
- description string
- The Description param. String length must not exceed 255 characters.
- id string
- The Id param.
- localInline booleanCat 
- The LocalInlineCat param.
- logContainer booleanPage Only 
- The LogContainerPageOnly param. Default: true.
- logHttp booleanHdr Referer 
- The LogHttpHdrReferer param. Default: false.
- logHttp booleanHdr User Agent 
- The LogHttpHdrUserAgent param. Default: false.
- logHttp booleanHdr Xff 
- The LogHttpHdrXff param. Default: false.
- mlavCategory string[]Exceptions 
- The MlavCategoryExceptions param.
- name string
- The Name param.
- safeSearch booleanEnforcement 
- The SafeSearchEnforcement param. Default: false.
- tfid string
- alerts Sequence[str]
- The Alerts param.
- allows Sequence[str]
- The Allows param.
- blocks Sequence[str]
- The Blocks param.
- cloud_inline_ boolcat 
- The CloudInlineCat param.
- continues Sequence[str]
- The Continues param.
- credential_enforcement GetUrl Access Profile Credential Enforcement 
- The CredentialEnforcement param.
- description str
- The Description param. String length must not exceed 255 characters.
- id str
- The Id param.
- local_inline_ boolcat 
- The LocalInlineCat param.
- log_container_ boolpage_ only 
- The LogContainerPageOnly param. Default: true.
- log_http_ boolhdr_ referer 
- The LogHttpHdrReferer param. Default: false.
- log_http_ boolhdr_ user_ agent 
- The LogHttpHdrUserAgent param. Default: false.
- log_http_ boolhdr_ xff 
- The LogHttpHdrXff param. Default: false.
- mlav_category_ Sequence[str]exceptions 
- The MlavCategoryExceptions param.
- name str
- The Name param.
- safe_search_ boolenforcement 
- The SafeSearchEnforcement param. Default: false.
- tfid str
- alerts List<String>
- The Alerts param.
- allows List<String>
- The Allows param.
- blocks List<String>
- The Blocks param.
- cloudInline BooleanCat 
- The CloudInlineCat param.
- continues List<String>
- The Continues param.
- credentialEnforcement Property Map
- The CredentialEnforcement param.
- description String
- The Description param. String length must not exceed 255 characters.
- id String
- The Id param.
- localInline BooleanCat 
- The LocalInlineCat param.
- logContainer BooleanPage Only 
- The LogContainerPageOnly param. Default: true.
- logHttp BooleanHdr Referer 
- The LogHttpHdrReferer param. Default: false.
- logHttp BooleanHdr User Agent 
- The LogHttpHdrUserAgent param. Default: false.
- logHttp BooleanHdr Xff 
- The LogHttpHdrXff param. Default: false.
- mlavCategory List<String>Exceptions 
- The MlavCategoryExceptions param.
- name String
- The Name param.
- safeSearch BooleanEnforcement 
- The SafeSearchEnforcement param. Default: false.
- tfid String
Supporting Types
GetUrlAccessProfileCredentialEnforcement     
- Alerts List<string>
- The Alerts param.
- Allows List<string>
- The Allows param.
- Blocks List<string>
- The Blocks param.
- Continues List<string>
- The Continues param.
- LogSeverity string
- The LogSeverity param. Default: "medium".
- Mode
GetUrl Access Profile Credential Enforcement Mode 
- The Mode param.
- Alerts []string
- The Alerts param.
- Allows []string
- The Allows param.
- Blocks []string
- The Blocks param.
- Continues []string
- The Continues param.
- LogSeverity string
- The LogSeverity param. Default: "medium".
- Mode
GetUrl Access Profile Credential Enforcement Mode 
- The Mode param.
- alerts List<String>
- The Alerts param.
- allows List<String>
- The Allows param.
- blocks List<String>
- The Blocks param.
- continues List<String>
- The Continues param.
- logSeverity String
- The LogSeverity param. Default: "medium".
- mode
GetUrl Access Profile Credential Enforcement Mode 
- The Mode param.
- alerts string[]
- The Alerts param.
- allows string[]
- The Allows param.
- blocks string[]
- The Blocks param.
- continues string[]
- The Continues param.
- logSeverity string
- The LogSeverity param. Default: "medium".
- mode
GetUrl Access Profile Credential Enforcement Mode 
- The Mode param.
- alerts Sequence[str]
- The Alerts param.
- allows Sequence[str]
- The Allows param.
- blocks Sequence[str]
- The Blocks param.
- continues Sequence[str]
- The Continues param.
- log_severity str
- The LogSeverity param. Default: "medium".
- mode
GetUrl Access Profile Credential Enforcement Mode 
- The Mode param.
- alerts List<String>
- The Alerts param.
- allows List<String>
- The Allows param.
- blocks List<String>
- The Blocks param.
- continues List<String>
- The Continues param.
- logSeverity String
- The LogSeverity param. Default: "medium".
- mode Property Map
- The Mode param.
GetUrlAccessProfileCredentialEnforcementMode      
- Disabled bool
- The Disabled param. Default: false.
- DomainCredentials bool
- The DomainCredentials param. Default: false.
- GroupMapping string
- The GroupMapping param.
- IpUser bool
- The IpUser param. Default: false.
- Disabled bool
- The Disabled param. Default: false.
- DomainCredentials bool
- The DomainCredentials param. Default: false.
- GroupMapping string
- The GroupMapping param.
- IpUser bool
- The IpUser param. Default: false.
- disabled Boolean
- The Disabled param. Default: false.
- domainCredentials Boolean
- The DomainCredentials param. Default: false.
- groupMapping String
- The GroupMapping param.
- ipUser Boolean
- The IpUser param. Default: false.
- disabled boolean
- The Disabled param. Default: false.
- domainCredentials boolean
- The DomainCredentials param. Default: false.
- groupMapping string
- The GroupMapping param.
- ipUser boolean
- The IpUser param. Default: false.
- disabled bool
- The Disabled param. Default: false.
- domain_credentials bool
- The DomainCredentials param. Default: false.
- group_mapping str
- The GroupMapping param.
- ip_user bool
- The IpUser param. Default: false.
- disabled Boolean
- The Disabled param. Default: false.
- domainCredentials Boolean
- The DomainCredentials param. Default: false.
- groupMapping String
- The GroupMapping param.
- ipUser Boolean
- The IpUser param. Default: false.
Package Details
- Repository
- scm pulumi/pulumi-scm
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the scmTerraform Provider.
