Viewing docs for pulumi-resource-zia v1.3.8
published on Friday, Mar 13, 2026 by Zscaler
published on Friday, Mar 13, 2026 by Zscaler
Viewing docs for pulumi-resource-zia v1.3.8
published on Friday, Mar 13, 2026 by Zscaler
published on Friday, Mar 13, 2026 by Zscaler
Use this data source to look up a domain profile by ID or profile name.
Using getDomainProfile
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 getDomainProfile(args: GetDomainProfileArgs, opts?: InvokeOptions): Promise<GetDomainProfileResult>
function getDomainProfileOutput(args: GetDomainProfileOutputArgs, opts?: InvokeOptions): Output<GetDomainProfileResult>def get_domain_profile(profile_id: Optional[int] = None,
profile_name: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetDomainProfileResult
def get_domain_profile_output(profile_id: Optional[pulumi.Input[int]] = None,
profile_name: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetDomainProfileResult]func GetDomainProfile(ctx *Context, args *GetDomainProfileArgs, opts ...InvokeOption) (*GetDomainProfileResult, error)
func GetDomainProfileOutput(ctx *Context, args *GetDomainProfileOutputArgs, opts ...InvokeOption) GetDomainProfileResultOutput> Note: This function is named GetDomainProfile in the Go SDK.
public static class GetDomainProfile
{
public static Task<GetDomainProfileResult> InvokeAsync(GetDomainProfileArgs args, InvokeOptions? opts = null)
public static Output<GetDomainProfileResult> Invoke(GetDomainProfileInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetDomainProfileResult> getDomainProfile(GetDomainProfileArgs args, InvokeOptions options)
public static Output<GetDomainProfileResult> getDomainProfile(GetDomainProfileArgs args, InvokeOptions options)
fn::invoke:
function: zia:getDomainProfile
arguments:
# arguments dictionaryThe following arguments are supported:
- Profile
Id int - The ID of the domain profile to look up.
- Profile
Name string - The name of the domain profile to look up.
- Profile
Id int - The ID of the domain profile to look up.
- Profile
Name string - The name of the domain profile to look up.
- profile
Id Integer - The ID of the domain profile to look up.
- profile
Name String - The name of the domain profile to look up.
- profile
Id number - The ID of the domain profile to look up.
- profile
Name string - The name of the domain profile to look up.
- profile_
id int - The ID of the domain profile to look up.
- profile_
name str - The name of the domain profile to look up.
- profile
Id Number - The ID of the domain profile to look up.
- profile
Name String - The name of the domain profile to look up.
getDomainProfile Result
The following output properties are available:
- Custom
Domains List<string> - The list of custom domains in the profile.
- Description string
- The description of the domain profile.
- Include
Company boolDomains - Whether company domains are included.
- Include
Subdomains bool - Whether subdomains are included.
- Predefined
Email List<string>Domains - The list of predefined email domains in the profile.
- Profile
Id int - The ID of the domain profile.
- Profile
Name string - The name of the domain profile.
- Custom
Domains []string - The list of custom domains in the profile.
- Description string
- The description of the domain profile.
- Include
Company boolDomains - Whether company domains are included.
- Include
Subdomains bool - Whether subdomains are included.
- Predefined
Email []stringDomains - The list of predefined email domains in the profile.
- Profile
Id int - The ID of the domain profile.
- Profile
Name string - The name of the domain profile.
- custom
Domains List<String> - The list of custom domains in the profile.
- description String
- The description of the domain profile.
- include
Company BooleanDomains - Whether company domains are included.
- include
Subdomains Boolean - Whether subdomains are included.
- predefined
Email List<String>Domains - The list of predefined email domains in the profile.
- profile
Id Integer - The ID of the domain profile.
- profile
Name String - The name of the domain profile.
- custom
Domains string[] - The list of custom domains in the profile.
- description string
- The description of the domain profile.
- include
Company booleanDomains - Whether company domains are included.
- include
Subdomains boolean - Whether subdomains are included.
- predefined
Email string[]Domains - The list of predefined email domains in the profile.
- profile
Id number - The ID of the domain profile.
- profile
Name string - The name of the domain profile.
- custom_
domains Sequence[str] - The list of custom domains in the profile.
- description str
- The description of the domain profile.
- include_
company_ booldomains - Whether company domains are included.
- include_
subdomains bool - Whether subdomains are included.
- predefined_
email_ Sequence[str]domains - The list of predefined email domains in the profile.
- profile_
id int - The ID of the domain profile.
- profile_
name str - The name of the domain profile.
- custom
Domains List<String> - The list of custom domains in the profile.
- description String
- The description of the domain profile.
- include
Company BooleanDomains - Whether company domains are included.
- include
Subdomains Boolean - Whether subdomains are included.
- predefined
Email List<String>Domains - The list of predefined email domains in the profile.
- profile
Id Number - The ID of the domain profile.
- profile
Name String - The name of the domain profile.
Package Details
- Repository
- zia zscaler/pulumi-zia
- License
Viewing docs for pulumi-resource-zia v1.3.8
published on Friday, Mar 13, 2026 by Zscaler
published on Friday, Mar 13, 2026 by Zscaler
