1. Packages
  2. Azure Native
  3. API Docs
  4. dbforpostgresql
  5. getSingleServerServerAdministrator
This is the latest version of Azure Native. Use the Azure Native v2 docs if using the v2 version of this package.
Azure Native v3.2.0 published on Monday, Apr 14, 2025 by Pulumi

azure-native.dbforpostgresql.getSingleServerServerAdministrator

Explore with Pulumi AI

This is the latest version of Azure Native. Use the Azure Native v2 docs if using the v2 version of this package.
Azure Native v3.2.0 published on Monday, Apr 14, 2025 by Pulumi

Gets information about a AAD server administrator.

Uses Azure REST API version 2017-12-01.

Using getSingleServerServerAdministrator

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 getSingleServerServerAdministrator(args: GetSingleServerServerAdministratorArgs, opts?: InvokeOptions): Promise<GetSingleServerServerAdministratorResult>
function getSingleServerServerAdministratorOutput(args: GetSingleServerServerAdministratorOutputArgs, opts?: InvokeOptions): Output<GetSingleServerServerAdministratorResult>
Copy
def get_single_server_server_administrator(resource_group_name: Optional[str] = None,
                                           server_name: Optional[str] = None,
                                           opts: Optional[InvokeOptions] = None) -> GetSingleServerServerAdministratorResult
def get_single_server_server_administrator_output(resource_group_name: Optional[pulumi.Input[str]] = None,
                                           server_name: Optional[pulumi.Input[str]] = None,
                                           opts: Optional[InvokeOptions] = None) -> Output[GetSingleServerServerAdministratorResult]
Copy
func LookupSingleServerServerAdministrator(ctx *Context, args *LookupSingleServerServerAdministratorArgs, opts ...InvokeOption) (*LookupSingleServerServerAdministratorResult, error)
func LookupSingleServerServerAdministratorOutput(ctx *Context, args *LookupSingleServerServerAdministratorOutputArgs, opts ...InvokeOption) LookupSingleServerServerAdministratorResultOutput
Copy

> Note: This function is named LookupSingleServerServerAdministrator in the Go SDK.

public static class GetSingleServerServerAdministrator 
{
    public static Task<GetSingleServerServerAdministratorResult> InvokeAsync(GetSingleServerServerAdministratorArgs args, InvokeOptions? opts = null)
    public static Output<GetSingleServerServerAdministratorResult> Invoke(GetSingleServerServerAdministratorInvokeArgs args, InvokeOptions? opts = null)
}
Copy
public static CompletableFuture<GetSingleServerServerAdministratorResult> getSingleServerServerAdministrator(GetSingleServerServerAdministratorArgs args, InvokeOptions options)
public static Output<GetSingleServerServerAdministratorResult> getSingleServerServerAdministrator(GetSingleServerServerAdministratorArgs args, InvokeOptions options)
Copy
fn::invoke:
  function: azure-native:dbforpostgresql:getSingleServerServerAdministrator
  arguments:
    # arguments dictionary
Copy

The following arguments are supported:

ResourceGroupName
This property is required.
Changes to this property will trigger replacement.
string
The name of the resource group. The name is case insensitive.
ServerName
This property is required.
Changes to this property will trigger replacement.
string
The name of the server.
ResourceGroupName
This property is required.
Changes to this property will trigger replacement.
string
The name of the resource group. The name is case insensitive.
ServerName
This property is required.
Changes to this property will trigger replacement.
string
The name of the server.
resourceGroupName
This property is required.
Changes to this property will trigger replacement.
String
The name of the resource group. The name is case insensitive.
serverName
This property is required.
Changes to this property will trigger replacement.
String
The name of the server.
resourceGroupName
This property is required.
Changes to this property will trigger replacement.
string
The name of the resource group. The name is case insensitive.
serverName
This property is required.
Changes to this property will trigger replacement.
string
The name of the server.
resource_group_name
This property is required.
Changes to this property will trigger replacement.
str
The name of the resource group. The name is case insensitive.
server_name
This property is required.
Changes to this property will trigger replacement.
str
The name of the server.
resourceGroupName
This property is required.
Changes to this property will trigger replacement.
String
The name of the resource group. The name is case insensitive.
serverName
This property is required.
Changes to this property will trigger replacement.
String
The name of the server.

getSingleServerServerAdministrator Result

The following output properties are available:

AdministratorType string
The type of administrator.
AzureApiVersion string
The Azure API version of the resource.
Id string
Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
Login string
The server administrator login account name.
Name string
The name of the resource
Sid string
The server administrator Sid (Secure ID).
TenantId string
The server Active Directory Administrator tenant id.
Type string
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
AdministratorType string
The type of administrator.
AzureApiVersion string
The Azure API version of the resource.
Id string
Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
Login string
The server administrator login account name.
Name string
The name of the resource
Sid string
The server administrator Sid (Secure ID).
TenantId string
The server Active Directory Administrator tenant id.
Type string
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
administratorType String
The type of administrator.
azureApiVersion String
The Azure API version of the resource.
id String
Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
login String
The server administrator login account name.
name String
The name of the resource
sid String
The server administrator Sid (Secure ID).
tenantId String
The server Active Directory Administrator tenant id.
type String
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
administratorType string
The type of administrator.
azureApiVersion string
The Azure API version of the resource.
id string
Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
login string
The server administrator login account name.
name string
The name of the resource
sid string
The server administrator Sid (Secure ID).
tenantId string
The server Active Directory Administrator tenant id.
type string
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
administrator_type str
The type of administrator.
azure_api_version str
The Azure API version of the resource.
id str
Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
login str
The server administrator login account name.
name str
The name of the resource
sid str
The server administrator Sid (Secure ID).
tenant_id str
The server Active Directory Administrator tenant id.
type str
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
administratorType String
The type of administrator.
azureApiVersion String
The Azure API version of the resource.
id String
Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
login String
The server administrator login account name.
name String
The name of the resource
sid String
The server administrator Sid (Secure ID).
tenantId String
The server Active Directory Administrator tenant id.
type String
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"

Package Details

Repository
Azure Native pulumi/pulumi-azure-native
License
Apache-2.0
This is the latest version of Azure Native. Use the Azure Native v2 docs if using the v2 version of this package.
Azure Native v3.2.0 published on Monday, Apr 14, 2025 by Pulumi