1. Packages
  2. Azure Native v1
  3. API Docs
  4. apimanagement
  5. listTenantAccessGitSecrets
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

azure-native-v1 logo
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:

    AccessName string
    The identifier of the Access configuration.
    ResourceGroupName string
    The name of the resource group.
    ServiceName string
    The name of the API Management service.
    AccessName string
    The identifier of the Access configuration.
    ResourceGroupName string
    The name of the resource group.
    ServiceName string
    The name of the API Management service.
    accessName String
    The identifier of the Access configuration.
    resourceGroupName String
    The name of the resource group.
    serviceName String
    The name of the API Management service.
    accessName string
    The identifier of the Access configuration.
    resourceGroupName string
    The name of the resource group.
    serviceName string
    The name of the API Management service.
    access_name str
    The identifier of the Access configuration.
    resource_group_name str
    The name of the resource group.
    service_name str
    The name of the API Management service.
    accessName String
    The identifier of the Access configuration.
    resourceGroupName String
    The name of the resource group.
    serviceName 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.
    PrimaryKey string
    Primary access key. This property will not be filled on 'GET' operations! Use '/listSecrets' POST request to get the value.
    SecondaryKey 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.
    PrimaryKey string
    Primary access key. This property will not be filled on 'GET' operations! Use '/listSecrets' POST request to get the value.
    SecondaryKey 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.
    primaryKey String
    Primary access key. This property will not be filled on 'GET' operations! Use '/listSecrets' POST request to get the value.
    secondaryKey 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.
    primaryKey string
    Primary access key. This property will not be filled on 'GET' operations! Use '/listSecrets' POST request to get the value.
    secondaryKey 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.
    primaryKey String
    Primary access key. This property will not be filled on 'GET' operations! Use '/listSecrets' POST request to get the value.
    secondaryKey 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
    azure-native-v1 logo
    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