azure-native.timeseriesinsights.getAccessPolicy
An access policy is used to grant users and applications access to the environment. Roles are assigned to service principals in Azure Active Directory. These roles define the actions the principal can perform through the Time Series Insights data plane APIs. API Version: 2020-05-15.
Using getAccessPolicy
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 getAccessPolicy(args: GetAccessPolicyArgs, opts?: InvokeOptions): Promise<GetAccessPolicyResult>
function getAccessPolicyOutput(args: GetAccessPolicyOutputArgs, opts?: InvokeOptions): Output<GetAccessPolicyResult>
def get_access_policy(access_policy_name: Optional[str] = None,
environment_name: Optional[str] = None,
resource_group_name: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetAccessPolicyResult
def get_access_policy_output(access_policy_name: Optional[pulumi.Input[str]] = None,
environment_name: Optional[pulumi.Input[str]] = None,
resource_group_name: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetAccessPolicyResult]
func LookupAccessPolicy(ctx *Context, args *LookupAccessPolicyArgs, opts ...InvokeOption) (*LookupAccessPolicyResult, error)
func LookupAccessPolicyOutput(ctx *Context, args *LookupAccessPolicyOutputArgs, opts ...InvokeOption) LookupAccessPolicyResultOutput
> Note: This function is named LookupAccessPolicy
in the Go SDK.
public static class GetAccessPolicy
{
public static Task<GetAccessPolicyResult> InvokeAsync(GetAccessPolicyArgs args, InvokeOptions? opts = null)
public static Output<GetAccessPolicyResult> Invoke(GetAccessPolicyInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetAccessPolicyResult> getAccessPolicy(GetAccessPolicyArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
function: azure-native:timeseriesinsights:getAccessPolicy
arguments:
# arguments dictionary
The following arguments are supported:
- Access
Policy stringName The name of the Time Series Insights access policy associated with the specified environment.
- Environment
Name string The name of the Time Series Insights environment associated with the specified resource group.
- Resource
Group stringName Name of an Azure Resource group.
- Access
Policy stringName The name of the Time Series Insights access policy associated with the specified environment.
- Environment
Name string The name of the Time Series Insights environment associated with the specified resource group.
- Resource
Group stringName Name of an Azure Resource group.
- access
Policy StringName The name of the Time Series Insights access policy associated with the specified environment.
- environment
Name String The name of the Time Series Insights environment associated with the specified resource group.
- resource
Group StringName Name of an Azure Resource group.
- access
Policy stringName The name of the Time Series Insights access policy associated with the specified environment.
- environment
Name string The name of the Time Series Insights environment associated with the specified resource group.
- resource
Group stringName Name of an Azure Resource group.
- access_
policy_ strname The name of the Time Series Insights access policy associated with the specified environment.
- environment_
name str The name of the Time Series Insights environment associated with the specified resource group.
- resource_
group_ strname Name of an Azure Resource group.
- access
Policy StringName The name of the Time Series Insights access policy associated with the specified environment.
- environment
Name String The name of the Time Series Insights environment associated with the specified resource group.
- resource
Group StringName Name of an Azure Resource group.
getAccessPolicy Result
The following output properties are available:
- Id string
Resource Id
- Name string
Resource name
- Type string
Resource type
- Description string
An description of the access policy.
- Principal
Object stringId The objectId of the principal in Azure Active Directory.
- Roles List<string>
The list of roles the principal is assigned on the environment.
- Id string
Resource Id
- Name string
Resource name
- Type string
Resource type
- Description string
An description of the access policy.
- Principal
Object stringId The objectId of the principal in Azure Active Directory.
- Roles []string
The list of roles the principal is assigned on the environment.
- id String
Resource Id
- name String
Resource name
- type String
Resource type
- description String
An description of the access policy.
- principal
Object StringId The objectId of the principal in Azure Active Directory.
- roles List<String>
The list of roles the principal is assigned on the environment.
- id string
Resource Id
- name string
Resource name
- type string
Resource type
- description string
An description of the access policy.
- principal
Object stringId The objectId of the principal in Azure Active Directory.
- roles string[]
The list of roles the principal is assigned on the environment.
- id str
Resource Id
- name str
Resource name
- type str
Resource type
- description str
An description of the access policy.
- principal_
object_ strid The objectId of the principal in Azure Active Directory.
- roles Sequence[str]
The list of roles the principal is assigned on the environment.
- id String
Resource Id
- name String
Resource name
- type String
Resource type
- description String
An description of the access policy.
- principal
Object StringId The objectId of the principal in Azure Active Directory.
- roles List<String>
The list of roles the principal is assigned on the environment.
Package Details
- Repository
- Azure Native pulumi/pulumi-azure-native
- License
- Apache-2.0