1. Packages
  2. Nutanix
  3. API Docs
  4. getSamlIdentityProvidersV2
Nutanix v0.7.4 published on Friday, Mar 21, 2025 by Piers Karsenbarg

nutanix.getSamlIdentityProvidersV2

Explore with Pulumi AI

nutanix logo
Nutanix v0.7.4 published on Friday, Mar 21, 2025 by Piers Karsenbarg

    Using getSamlIdentityProvidersV2

    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 getSamlIdentityProvidersV2(args: GetSamlIdentityProvidersV2Args, opts?: InvokeOptions): Promise<GetSamlIdentityProvidersV2Result>
    function getSamlIdentityProvidersV2Output(args: GetSamlIdentityProvidersV2OutputArgs, opts?: InvokeOptions): Output<GetSamlIdentityProvidersV2Result>
    def get_saml_identity_providers_v2(filter: Optional[str] = None,
                                       limit: Optional[int] = None,
                                       order_by: Optional[str] = None,
                                       page: Optional[int] = None,
                                       select: Optional[str] = None,
                                       opts: Optional[InvokeOptions] = None) -> GetSamlIdentityProvidersV2Result
    def get_saml_identity_providers_v2_output(filter: Optional[pulumi.Input[str]] = None,
                                       limit: Optional[pulumi.Input[int]] = None,
                                       order_by: Optional[pulumi.Input[str]] = None,
                                       page: Optional[pulumi.Input[int]] = None,
                                       select: Optional[pulumi.Input[str]] = None,
                                       opts: Optional[InvokeOptions] = None) -> Output[GetSamlIdentityProvidersV2Result]
    func LookupSamlIdentityProvidersV2(ctx *Context, args *LookupSamlIdentityProvidersV2Args, opts ...InvokeOption) (*LookupSamlIdentityProvidersV2Result, error)
    func LookupSamlIdentityProvidersV2Output(ctx *Context, args *LookupSamlIdentityProvidersV2OutputArgs, opts ...InvokeOption) LookupSamlIdentityProvidersV2ResultOutput

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

    public static class GetSamlIdentityProvidersV2 
    {
        public static Task<GetSamlIdentityProvidersV2Result> InvokeAsync(GetSamlIdentityProvidersV2Args args, InvokeOptions? opts = null)
        public static Output<GetSamlIdentityProvidersV2Result> Invoke(GetSamlIdentityProvidersV2InvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetSamlIdentityProvidersV2Result> getSamlIdentityProvidersV2(GetSamlIdentityProvidersV2Args args, InvokeOptions options)
    public static Output<GetSamlIdentityProvidersV2Result> getSamlIdentityProvidersV2(GetSamlIdentityProvidersV2Args args, InvokeOptions options)
    
    fn::invoke:
      function: nutanix:index/getSamlIdentityProvidersV2:getSamlIdentityProvidersV2
      arguments:
        # arguments dictionary

    The following arguments are supported:

    Filter string
    Limit int
    OrderBy string
    Page int
    Select string
    Filter string
    Limit int
    OrderBy string
    Page int
    Select string
    filter String
    limit Integer
    orderBy String
    page Integer
    select String
    filter string
    limit number
    orderBy string
    page number
    select string
    filter str
    limit int
    order_by str
    page int
    select str
    filter String
    limit Number
    orderBy String
    page Number
    select String

    getSamlIdentityProvidersV2 Result

    The following output properties are available:

    Id string
    The provider-assigned unique ID for this managed resource.
    IdentityProviders List<PiersKarsenbarg.Nutanix.Outputs.GetSamlIdentityProvidersV2IdentityProvider>
    Filter string
    Limit int
    OrderBy string
    Page int
    Select string
    Id string
    The provider-assigned unique ID for this managed resource.
    IdentityProviders []GetSamlIdentityProvidersV2IdentityProvider
    Filter string
    Limit int
    OrderBy string
    Page int
    Select string
    id String
    The provider-assigned unique ID for this managed resource.
    identityProviders List<GetSamlIdentityProvidersV2IdentityProvider>
    filter String
    limit Integer
    orderBy String
    page Integer
    select String
    id string
    The provider-assigned unique ID for this managed resource.
    identityProviders GetSamlIdentityProvidersV2IdentityProvider[]
    filter string
    limit number
    orderBy string
    page number
    select string
    id str
    The provider-assigned unique ID for this managed resource.
    identity_providers Sequence[GetSamlIdentityProvidersV2IdentityProvider]
    filter str
    limit int
    order_by str
    page int
    select str
    id String
    The provider-assigned unique ID for this managed resource.
    identityProviders List<Property Map>
    filter String
    limit Number
    orderBy String
    page Number
    select String

    Supporting Types

    GetSamlIdentityProvidersV2IdentityProvider

    GetSamlIdentityProvidersV2IdentityProviderIdpMetadata

    Certificate string
    EntityId string
    ErrorUrl string
    LoginUrl string
    LogoutUrl string
    NameIdPolicyFormat string
    Certificate string
    EntityId string
    ErrorUrl string
    LoginUrl string
    LogoutUrl string
    NameIdPolicyFormat string
    certificate String
    entityId String
    errorUrl String
    loginUrl String
    logoutUrl String
    nameIdPolicyFormat String
    certificate string
    entityId string
    errorUrl string
    loginUrl string
    logoutUrl string
    nameIdPolicyFormat string
    certificate String
    entityId String
    errorUrl String
    loginUrl String
    logoutUrl String
    nameIdPolicyFormat String

    Package Details

    Repository
    nutanix pierskarsenbarg/pulumi-nutanix
    License
    Apache-2.0
    Notes
    This Pulumi package is based on the nutanix Terraform Provider.
    nutanix logo
    Nutanix v0.7.4 published on Friday, Mar 21, 2025 by Piers Karsenbarg