These are the docs for Azure Native v1. We recommenend using the latest version, Azure Native v2.
Azure Native v1 v1.104.0 published on Thursday, Jul 6, 2023 by Pulumi
azure-native.aadiam.getprivateLinkForAzureAd
Explore with Pulumi AI
These are the docs for Azure Native v1. We recommenend using the latest version, Azure Native v2.
Azure Native v1 v1.104.0 published on Thursday, Jul 6, 2023 by Pulumi
Gets a private link policy with a given name. API Version: 2020-03-01.
Using getprivateLinkForAzureAd
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 getprivateLinkForAzureAd(args: GetprivateLinkForAzureAdArgs, opts?: InvokeOptions): Promise<GetprivateLinkForAzureAdResult>
function getprivateLinkForAzureAdOutput(args: GetprivateLinkForAzureAdOutputArgs, opts?: InvokeOptions): Output<GetprivateLinkForAzureAdResult>
def getprivate_link_for_azure_ad(policy_name: Optional[str] = None,
resource_group_name: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetprivateLinkForAzureAdResult
def getprivate_link_for_azure_ad_output(policy_name: Optional[pulumi.Input[str]] = None,
resource_group_name: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetprivateLinkForAzureAdResult]
func GetprivateLinkForAzureAd(ctx *Context, args *GetprivateLinkForAzureAdArgs, opts ...InvokeOption) (*GetprivateLinkForAzureAdResult, error)
func GetprivateLinkForAzureAdOutput(ctx *Context, args *GetprivateLinkForAzureAdOutputArgs, opts ...InvokeOption) GetprivateLinkForAzureAdResultOutput
> Note: This function is named GetprivateLinkForAzureAd
in the Go SDK.
public static class GetprivateLinkForAzureAd
{
public static Task<GetprivateLinkForAzureAdResult> InvokeAsync(GetprivateLinkForAzureAdArgs args, InvokeOptions? opts = null)
public static Output<GetprivateLinkForAzureAdResult> Invoke(GetprivateLinkForAzureAdInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetprivateLinkForAzureAdResult> getprivateLinkForAzureAd(GetprivateLinkForAzureAdArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
function: azure-native:aadiam:getprivateLinkForAzureAd
arguments:
# arguments dictionary
The following arguments are supported:
- Policy
Name string - The name of the private link policy in Azure AD.
- Resource
Group stringName - Name of an Azure resource group.
- Policy
Name string - The name of the private link policy in Azure AD.
- Resource
Group stringName - Name of an Azure resource group.
- policy
Name String - The name of the private link policy in Azure AD.
- resource
Group StringName - Name of an Azure resource group.
- policy
Name string - The name of the private link policy in Azure AD.
- resource
Group stringName - Name of an Azure resource group.
- policy_
name str - The name of the private link policy in Azure AD.
- resource_
group_ strname - Name of an Azure resource group.
- policy
Name String - The name of the private link policy in Azure AD.
- resource
Group StringName - Name of an Azure resource group.
getprivateLinkForAzureAd Result
The following output properties are available:
- Id string
- String Id used to locate any resource on Azure.
- Type string
- Type of this resource.
- All
Tenants bool - Flag indicating whether all tenants are allowed
- Name string
- Name of this resource.
- Owner
Tenant stringId - Guid of the owner tenant
- Resource
Group string - Name of the resource group
- Resource
Name string - Name of the private link policy resource
- Subscription
Id string - Subscription Identifier
- Dictionary<string, string>
- Resource tags.
- Tenants List<string>
- The list of tenantIds.
- Id string
- String Id used to locate any resource on Azure.
- Type string
- Type of this resource.
- All
Tenants bool - Flag indicating whether all tenants are allowed
- Name string
- Name of this resource.
- Owner
Tenant stringId - Guid of the owner tenant
- Resource
Group string - Name of the resource group
- Resource
Name string - Name of the private link policy resource
- Subscription
Id string - Subscription Identifier
- map[string]string
- Resource tags.
- Tenants []string
- The list of tenantIds.
- id String
- String Id used to locate any resource on Azure.
- type String
- Type of this resource.
- all
Tenants Boolean - Flag indicating whether all tenants are allowed
- name String
- Name of this resource.
- owner
Tenant StringId - Guid of the owner tenant
- resource
Group String - Name of the resource group
- resource
Name String - Name of the private link policy resource
- subscription
Id String - Subscription Identifier
- Map<String,String>
- Resource tags.
- tenants List<String>
- The list of tenantIds.
- id string
- String Id used to locate any resource on Azure.
- type string
- Type of this resource.
- all
Tenants boolean - Flag indicating whether all tenants are allowed
- name string
- Name of this resource.
- owner
Tenant stringId - Guid of the owner tenant
- resource
Group string - Name of the resource group
- resource
Name string - Name of the private link policy resource
- subscription
Id string - Subscription Identifier
- {[key: string]: string}
- Resource tags.
- tenants string[]
- The list of tenantIds.
- id str
- String Id used to locate any resource on Azure.
- type str
- Type of this resource.
- all_
tenants bool - Flag indicating whether all tenants are allowed
- name str
- Name of this resource.
- owner_
tenant_ strid - Guid of the owner tenant
- resource_
group str - Name of the resource group
- resource_
name str - Name of the private link policy resource
- subscription_
id str - Subscription Identifier
- Mapping[str, str]
- Resource tags.
- tenants Sequence[str]
- The list of tenantIds.
- id String
- String Id used to locate any resource on Azure.
- type String
- Type of this resource.
- all
Tenants Boolean - Flag indicating whether all tenants are allowed
- name String
- Name of this resource.
- owner
Tenant StringId - Guid of the owner tenant
- resource
Group String - Name of the resource group
- resource
Name String - Name of the private link policy resource
- subscription
Id String - Subscription Identifier
- Map<String>
- Resource tags.
- tenants List<String>
- The list of tenantIds.
Package Details
- Repository
- azure-native-v1 pulumi/pulumi-azure-native
- License
- Apache-2.0
These are the docs for Azure Native v1. We recommenend using the latest version, Azure Native v2.
Azure Native v1 v1.104.0 published on Thursday, Jul 6, 2023 by Pulumi