azure-native.datafactory.getFactoryDataPlaneAccess
Explore with Pulumi AI
Get Data Plane access. API Version: 2018-06-01.
Using getFactoryDataPlaneAccess
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 getFactoryDataPlaneAccess(args: GetFactoryDataPlaneAccessArgs, opts?: InvokeOptions): Promise<GetFactoryDataPlaneAccessResult>
function getFactoryDataPlaneAccessOutput(args: GetFactoryDataPlaneAccessOutputArgs, opts?: InvokeOptions): Output<GetFactoryDataPlaneAccessResult>
def get_factory_data_plane_access(access_resource_path: Optional[str] = None,
expire_time: Optional[str] = None,
factory_name: Optional[str] = None,
permissions: Optional[str] = None,
profile_name: Optional[str] = None,
resource_group_name: Optional[str] = None,
start_time: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetFactoryDataPlaneAccessResult
def get_factory_data_plane_access_output(access_resource_path: Optional[pulumi.Input[str]] = None,
expire_time: Optional[pulumi.Input[str]] = None,
factory_name: Optional[pulumi.Input[str]] = None,
permissions: Optional[pulumi.Input[str]] = None,
profile_name: Optional[pulumi.Input[str]] = None,
resource_group_name: Optional[pulumi.Input[str]] = None,
start_time: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetFactoryDataPlaneAccessResult]
func GetFactoryDataPlaneAccess(ctx *Context, args *GetFactoryDataPlaneAccessArgs, opts ...InvokeOption) (*GetFactoryDataPlaneAccessResult, error)
func GetFactoryDataPlaneAccessOutput(ctx *Context, args *GetFactoryDataPlaneAccessOutputArgs, opts ...InvokeOption) GetFactoryDataPlaneAccessResultOutput
> Note: This function is named GetFactoryDataPlaneAccess
in the Go SDK.
public static class GetFactoryDataPlaneAccess
{
public static Task<GetFactoryDataPlaneAccessResult> InvokeAsync(GetFactoryDataPlaneAccessArgs args, InvokeOptions? opts = null)
public static Output<GetFactoryDataPlaneAccessResult> Invoke(GetFactoryDataPlaneAccessInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetFactoryDataPlaneAccessResult> getFactoryDataPlaneAccess(GetFactoryDataPlaneAccessArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
function: azure-native:datafactory:getFactoryDataPlaneAccess
arguments:
# arguments dictionary
The following arguments are supported:
- Factory
Name string The factory name.
- Resource
Group stringName The resource group name.
- Access
Resource stringPath The resource path to get access relative to factory. Currently only empty string is supported which corresponds to the factory resource.
- Expire
Time string Expiration time for the token. Maximum duration for the token is eight hours and by default the token will expire in eight hours.
- Permissions string
The string with permissions for Data Plane access. Currently only 'r' is supported which grants read only access.
- Profile
Name string The name of the profile. Currently only the default is supported. The default value is DefaultProfile.
- Start
Time string Start time for the token. If not specified the current time will be used.
- Factory
Name string The factory name.
- Resource
Group stringName The resource group name.
- Access
Resource stringPath The resource path to get access relative to factory. Currently only empty string is supported which corresponds to the factory resource.
- Expire
Time string Expiration time for the token. Maximum duration for the token is eight hours and by default the token will expire in eight hours.
- Permissions string
The string with permissions for Data Plane access. Currently only 'r' is supported which grants read only access.
- Profile
Name string The name of the profile. Currently only the default is supported. The default value is DefaultProfile.
- Start
Time string Start time for the token. If not specified the current time will be used.
- factory
Name String The factory name.
- resource
Group StringName The resource group name.
- access
Resource StringPath The resource path to get access relative to factory. Currently only empty string is supported which corresponds to the factory resource.
- expire
Time String Expiration time for the token. Maximum duration for the token is eight hours and by default the token will expire in eight hours.
- permissions String
The string with permissions for Data Plane access. Currently only 'r' is supported which grants read only access.
- profile
Name String The name of the profile. Currently only the default is supported. The default value is DefaultProfile.
- start
Time String Start time for the token. If not specified the current time will be used.
- factory
Name string The factory name.
- resource
Group stringName The resource group name.
- access
Resource stringPath The resource path to get access relative to factory. Currently only empty string is supported which corresponds to the factory resource.
- expire
Time string Expiration time for the token. Maximum duration for the token is eight hours and by default the token will expire in eight hours.
- permissions string
The string with permissions for Data Plane access. Currently only 'r' is supported which grants read only access.
- profile
Name string The name of the profile. Currently only the default is supported. The default value is DefaultProfile.
- start
Time string Start time for the token. If not specified the current time will be used.
- factory_
name str The factory name.
- resource_
group_ strname The resource group name.
- access_
resource_ strpath The resource path to get access relative to factory. Currently only empty string is supported which corresponds to the factory resource.
- expire_
time str Expiration time for the token. Maximum duration for the token is eight hours and by default the token will expire in eight hours.
- permissions str
The string with permissions for Data Plane access. Currently only 'r' is supported which grants read only access.
- profile_
name str The name of the profile. Currently only the default is supported. The default value is DefaultProfile.
- start_
time str Start time for the token. If not specified the current time will be used.
- factory
Name String The factory name.
- resource
Group StringName The resource group name.
- access
Resource StringPath The resource path to get access relative to factory. Currently only empty string is supported which corresponds to the factory resource.
- expire
Time String Expiration time for the token. Maximum duration for the token is eight hours and by default the token will expire in eight hours.
- permissions String
The string with permissions for Data Plane access. Currently only 'r' is supported which grants read only access.
- profile
Name String The name of the profile. Currently only the default is supported. The default value is DefaultProfile.
- start
Time String Start time for the token. If not specified the current time will be used.
getFactoryDataPlaneAccess Result
The following output properties are available:
- Access
Token string Data Plane read only access token.
- Data
Plane stringUrl Data Plane service base URL.
- Policy
Pulumi.
Azure Native. Data Factory. Outputs. User Access Policy Response The user access policy.
- Access
Token string Data Plane read only access token.
- Data
Plane stringUrl Data Plane service base URL.
- Policy
User
Access Policy Response The user access policy.
- access
Token String Data Plane read only access token.
- data
Plane StringUrl Data Plane service base URL.
- policy
User
Access Policy Response The user access policy.
- access
Token string Data Plane read only access token.
- data
Plane stringUrl Data Plane service base URL.
- policy
User
Access Policy Response The user access policy.
- access_
token str Data Plane read only access token.
- data_
plane_ strurl Data Plane service base URL.
- policy
User
Access Policy Response The user access policy.
- access
Token String Data Plane read only access token.
- data
Plane StringUrl Data Plane service base URL.
- policy Property Map
The user access policy.
Supporting Types
UserAccessPolicyResponse
- Access
Resource stringPath The resource path to get access relative to factory. Currently only empty string is supported which corresponds to the factory resource.
- Expire
Time string Expiration time for the token. Maximum duration for the token is eight hours and by default the token will expire in eight hours.
- Permissions string
The string with permissions for Data Plane access. Currently only 'r' is supported which grants read only access.
- Profile
Name string The name of the profile. Currently only the default is supported. The default value is DefaultProfile.
- Start
Time string Start time for the token. If not specified the current time will be used.
- Access
Resource stringPath The resource path to get access relative to factory. Currently only empty string is supported which corresponds to the factory resource.
- Expire
Time string Expiration time for the token. Maximum duration for the token is eight hours and by default the token will expire in eight hours.
- Permissions string
The string with permissions for Data Plane access. Currently only 'r' is supported which grants read only access.
- Profile
Name string The name of the profile. Currently only the default is supported. The default value is DefaultProfile.
- Start
Time string Start time for the token. If not specified the current time will be used.
- access
Resource StringPath The resource path to get access relative to factory. Currently only empty string is supported which corresponds to the factory resource.
- expire
Time String Expiration time for the token. Maximum duration for the token is eight hours and by default the token will expire in eight hours.
- permissions String
The string with permissions for Data Plane access. Currently only 'r' is supported which grants read only access.
- profile
Name String The name of the profile. Currently only the default is supported. The default value is DefaultProfile.
- start
Time String Start time for the token. If not specified the current time will be used.
- access
Resource stringPath The resource path to get access relative to factory. Currently only empty string is supported which corresponds to the factory resource.
- expire
Time string Expiration time for the token. Maximum duration for the token is eight hours and by default the token will expire in eight hours.
- permissions string
The string with permissions for Data Plane access. Currently only 'r' is supported which grants read only access.
- profile
Name string The name of the profile. Currently only the default is supported. The default value is DefaultProfile.
- start
Time string Start time for the token. If not specified the current time will be used.
- access_
resource_ strpath The resource path to get access relative to factory. Currently only empty string is supported which corresponds to the factory resource.
- expire_
time str Expiration time for the token. Maximum duration for the token is eight hours and by default the token will expire in eight hours.
- permissions str
The string with permissions for Data Plane access. Currently only 'r' is supported which grants read only access.
- profile_
name str The name of the profile. Currently only the default is supported. The default value is DefaultProfile.
- start_
time str Start time for the token. If not specified the current time will be used.
- access
Resource StringPath The resource path to get access relative to factory. Currently only empty string is supported which corresponds to the factory resource.
- expire
Time String Expiration time for the token. Maximum duration for the token is eight hours and by default the token will expire in eight hours.
- permissions String
The string with permissions for Data Plane access. Currently only 'r' is supported which grants read only access.
- profile
Name String The name of the profile. Currently only the default is supported. The default value is DefaultProfile.
- start
Time String Start time for the token. If not specified the current time will be used.
Package Details
- Repository
- Azure Native pulumi/pulumi-azure-native
- License
- Apache-2.0