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.apimanagement.listTenantAccessGitSecrets
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 the Git access configuration for the tenant. API Version: 2019-12-01.
Using listTenantAccessGitSecrets
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 listTenantAccessGitSecrets(args: ListTenantAccessGitSecretsArgs, opts?: InvokeOptions): Promise<ListTenantAccessGitSecretsResult>
function listTenantAccessGitSecretsOutput(args: ListTenantAccessGitSecretsOutputArgs, opts?: InvokeOptions): Output<ListTenantAccessGitSecretsResult>
def list_tenant_access_git_secrets(access_name: Optional[str] = None,
resource_group_name: Optional[str] = None,
service_name: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> ListTenantAccessGitSecretsResult
def list_tenant_access_git_secrets_output(access_name: Optional[pulumi.Input[str]] = None,
resource_group_name: Optional[pulumi.Input[str]] = None,
service_name: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[ListTenantAccessGitSecretsResult]
func ListTenantAccessGitSecrets(ctx *Context, args *ListTenantAccessGitSecretsArgs, opts ...InvokeOption) (*ListTenantAccessGitSecretsResult, error)
func ListTenantAccessGitSecretsOutput(ctx *Context, args *ListTenantAccessGitSecretsOutputArgs, opts ...InvokeOption) ListTenantAccessGitSecretsResultOutput
> Note: This function is named ListTenantAccessGitSecrets
in the Go SDK.
public static class ListTenantAccessGitSecrets
{
public static Task<ListTenantAccessGitSecretsResult> InvokeAsync(ListTenantAccessGitSecretsArgs args, InvokeOptions? opts = null)
public static Output<ListTenantAccessGitSecretsResult> Invoke(ListTenantAccessGitSecretsInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<ListTenantAccessGitSecretsResult> listTenantAccessGitSecrets(ListTenantAccessGitSecretsArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
function: azure-native:apimanagement:listTenantAccessGitSecrets
arguments:
# arguments dictionary
The following arguments are supported:
- Access
Name string - The identifier of the Access configuration.
- Resource
Group stringName - The name of the resource group.
- Service
Name string - The name of the API Management service.
- Access
Name string - The identifier of the Access configuration.
- Resource
Group stringName - The name of the resource group.
- Service
Name string - The name of the API Management service.
- access
Name String - The identifier of the Access configuration.
- resource
Group StringName - The name of the resource group.
- service
Name String - The name of the API Management service.
- access
Name string - The identifier of the Access configuration.
- resource
Group stringName - The name of the resource group.
- service
Name string - The name of the API Management service.
- access_
name str - The identifier of the Access configuration.
- resource_
group_ strname - The name of the resource group.
- service_
name str - The name of the API Management service.
- access
Name String - The identifier of the Access configuration.
- resource
Group StringName - The name of the resource group.
- service
Name String - The name of the API Management service.
listTenantAccessGitSecrets Result
The following output properties are available:
- Enabled bool
- Determines whether direct access is enabled.
- Id string
- Identifier.
- Primary
Key string - Primary access key. This property will not be filled on 'GET' operations! Use '/listSecrets' POST request to get the value.
- Secondary
Key string - Secondary access key. This property will not be filled on 'GET' operations! Use '/listSecrets' POST request to get the value.
- Enabled bool
- Determines whether direct access is enabled.
- Id string
- Identifier.
- Primary
Key string - Primary access key. This property will not be filled on 'GET' operations! Use '/listSecrets' POST request to get the value.
- Secondary
Key string - Secondary access key. This property will not be filled on 'GET' operations! Use '/listSecrets' POST request to get the value.
- enabled Boolean
- Determines whether direct access is enabled.
- id String
- Identifier.
- primary
Key String - Primary access key. This property will not be filled on 'GET' operations! Use '/listSecrets' POST request to get the value.
- secondary
Key String - Secondary access key. This property will not be filled on 'GET' operations! Use '/listSecrets' POST request to get the value.
- enabled boolean
- Determines whether direct access is enabled.
- id string
- Identifier.
- primary
Key string - Primary access key. This property will not be filled on 'GET' operations! Use '/listSecrets' POST request to get the value.
- secondary
Key string - Secondary access key. This property will not be filled on 'GET' operations! Use '/listSecrets' POST request to get the value.
- enabled bool
- Determines whether direct access is enabled.
- id str
- Identifier.
- primary_
key str - Primary access key. This property will not be filled on 'GET' operations! Use '/listSecrets' POST request to get the value.
- secondary_
key str - Secondary access key. This property will not be filled on 'GET' operations! Use '/listSecrets' POST request to get the value.
- enabled Boolean
- Determines whether direct access is enabled.
- id String
- Identifier.
- primary
Key String - Primary access key. This property will not be filled on 'GET' operations! Use '/listSecrets' POST request to get the value.
- secondary
Key String - Secondary access key. This property will not be filled on 'GET' operations! Use '/listSecrets' POST request to get the value.
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