1. Packages
  2. Cyral Provider
  3. API Docs
  4. getIntegrationIdp
cyral 4.16.3 published on Monday, Apr 14, 2025 by cyralinc

cyral.getIntegrationIdp

Explore with Pulumi AI

cyral logo
cyral 4.16.3 published on Monday, Apr 14, 2025 by cyralinc

    DEPRECATED Use resource and data source cyral.IntegrationIdpSaml instead.

    Using getIntegrationIdp

    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 getIntegrationIdp(args: GetIntegrationIdpArgs, opts?: InvokeOptions): Promise<GetIntegrationIdpResult>
    function getIntegrationIdpOutput(args: GetIntegrationIdpOutputArgs, opts?: InvokeOptions): Output<GetIntegrationIdpResult>
    def get_integration_idp(display_name: Optional[str] = None,
                            id: Optional[str] = None,
                            type: Optional[str] = None,
                            opts: Optional[InvokeOptions] = None) -> GetIntegrationIdpResult
    def get_integration_idp_output(display_name: Optional[pulumi.Input[str]] = None,
                            id: Optional[pulumi.Input[str]] = None,
                            type: Optional[pulumi.Input[str]] = None,
                            opts: Optional[InvokeOptions] = None) -> Output[GetIntegrationIdpResult]
    func GetIntegrationIdp(ctx *Context, args *GetIntegrationIdpArgs, opts ...InvokeOption) (*GetIntegrationIdpResult, error)
    func GetIntegrationIdpOutput(ctx *Context, args *GetIntegrationIdpOutputArgs, opts ...InvokeOption) GetIntegrationIdpResultOutput

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

    public static class GetIntegrationIdp 
    {
        public static Task<GetIntegrationIdpResult> InvokeAsync(GetIntegrationIdpArgs args, InvokeOptions? opts = null)
        public static Output<GetIntegrationIdpResult> Invoke(GetIntegrationIdpInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetIntegrationIdpResult> getIntegrationIdp(GetIntegrationIdpArgs args, InvokeOptions options)
    public static Output<GetIntegrationIdpResult> getIntegrationIdp(GetIntegrationIdpArgs args, InvokeOptions options)
    
    fn::invoke:
      function: cyral:index/getIntegrationIdp:getIntegrationIdp
      arguments:
        # arguments dictionary

    The following arguments are supported:

    DisplayName string
    Filter results by the name of an existing IdP integration.
    Id string
    The ID of this resource.
    Type string
    Filter results by the IdP integration type.
    DisplayName string
    Filter results by the name of an existing IdP integration.
    Id string
    The ID of this resource.
    Type string
    Filter results by the IdP integration type.
    displayName String
    Filter results by the name of an existing IdP integration.
    id String
    The ID of this resource.
    type String
    Filter results by the IdP integration type.
    displayName string
    Filter results by the name of an existing IdP integration.
    id string
    The ID of this resource.
    type string
    Filter results by the IdP integration type.
    display_name str
    Filter results by the name of an existing IdP integration.
    id str
    The ID of this resource.
    type str
    Filter results by the IdP integration type.
    displayName String
    Filter results by the name of an existing IdP integration.
    id String
    The ID of this resource.
    type String
    Filter results by the IdP integration type.

    getIntegrationIdp Result

    The following output properties are available:

    Id string
    The ID of this resource.
    IdpLists List<GetIntegrationIdpIdpList>
    List of existing IdP integrations for the given filter criteria.
    DisplayName string
    Filter results by the name of an existing IdP integration.
    Type string
    Filter results by the IdP integration type.
    Id string
    The ID of this resource.
    IdpLists []GetIntegrationIdpIdpList
    List of existing IdP integrations for the given filter criteria.
    DisplayName string
    Filter results by the name of an existing IdP integration.
    Type string
    Filter results by the IdP integration type.
    id String
    The ID of this resource.
    idpLists List<GetIntegrationIdpIdpList>
    List of existing IdP integrations for the given filter criteria.
    displayName String
    Filter results by the name of an existing IdP integration.
    type String
    Filter results by the IdP integration type.
    id string
    The ID of this resource.
    idpLists GetIntegrationIdpIdpList[]
    List of existing IdP integrations for the given filter criteria.
    displayName string
    Filter results by the name of an existing IdP integration.
    type string
    Filter results by the IdP integration type.
    id str
    The ID of this resource.
    idp_lists Sequence[GetIntegrationIdpIdpList]
    List of existing IdP integrations for the given filter criteria.
    display_name str
    Filter results by the name of an existing IdP integration.
    type str
    Filter results by the IdP integration type.
    id String
    The ID of this resource.
    idpLists List<Property Map>
    List of existing IdP integrations for the given filter criteria.
    displayName String
    Filter results by the name of an existing IdP integration.
    type String
    Filter results by the IdP integration type.

    Supporting Types

    GetIntegrationIdpIdpList

    Package Details

    Repository
    cyral cyralinc/terraform-provider-cyral
    License
    Notes
    This Pulumi package is based on the cyral Terraform Provider.
    cyral logo
    cyral 4.16.3 published on Monday, Apr 14, 2025 by cyralinc