1. Packages
  2. Cisco Meraki
  3. API Docs
  4. organizations
  5. getSamlIdps
Cisco Meraki v0.2.4 published on Friday, Jun 14, 2024 by Pulumi

meraki.organizations.getSamlIdps

Explore with Pulumi AI

meraki logo
Cisco Meraki v0.2.4 published on Friday, Jun 14, 2024 by Pulumi

    Example Usage

    Using getSamlIdps

    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 getSamlIdps(args: GetSamlIdpsArgs, opts?: InvokeOptions): Promise<GetSamlIdpsResult>
    function getSamlIdpsOutput(args: GetSamlIdpsOutputArgs, opts?: InvokeOptions): Output<GetSamlIdpsResult>
    def get_saml_idps(idp_id: Optional[str] = None,
                      organization_id: Optional[str] = None,
                      opts: Optional[InvokeOptions] = None) -> GetSamlIdpsResult
    def get_saml_idps_output(idp_id: Optional[pulumi.Input[str]] = None,
                      organization_id: Optional[pulumi.Input[str]] = None,
                      opts: Optional[InvokeOptions] = None) -> Output[GetSamlIdpsResult]
    func LookupSamlIdps(ctx *Context, args *LookupSamlIdpsArgs, opts ...InvokeOption) (*LookupSamlIdpsResult, error)
    func LookupSamlIdpsOutput(ctx *Context, args *LookupSamlIdpsOutputArgs, opts ...InvokeOption) LookupSamlIdpsResultOutput

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

    public static class GetSamlIdps 
    {
        public static Task<GetSamlIdpsResult> InvokeAsync(GetSamlIdpsArgs args, InvokeOptions? opts = null)
        public static Output<GetSamlIdpsResult> Invoke(GetSamlIdpsInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetSamlIdpsResult> getSamlIdps(GetSamlIdpsArgs args, InvokeOptions options)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: meraki:organizations/getSamlIdps:getSamlIdps
      arguments:
        # arguments dictionary

    The following arguments are supported:

    IdpId string
    idpId path parameter. Idp ID
    OrganizationId string
    organizationId path parameter. Organization ID
    IdpId string
    idpId path parameter. Idp ID
    OrganizationId string
    organizationId path parameter. Organization ID
    idpId String
    idpId path parameter. Idp ID
    organizationId String
    organizationId path parameter. Organization ID
    idpId string
    idpId path parameter. Idp ID
    organizationId string
    organizationId path parameter. Organization ID
    idp_id str
    idpId path parameter. Idp ID
    organization_id str
    organizationId path parameter. Organization ID
    idpId String
    idpId path parameter. Idp ID
    organizationId String
    organizationId path parameter. Organization ID

    getSamlIdps Result

    The following output properties are available:

    Id string
    The provider-assigned unique ID for this managed resource.
    Item GetSamlIdpsItem
    Items List<GetSamlIdpsItem>
    Array of ResponseOrganizationsGetOrganizationSamlIdps
    IdpId string
    idpId path parameter. Idp ID
    OrganizationId string
    organizationId path parameter. Organization ID
    Id string
    The provider-assigned unique ID for this managed resource.
    Item GetSamlIdpsItem
    Items []GetSamlIdpsItem
    Array of ResponseOrganizationsGetOrganizationSamlIdps
    IdpId string
    idpId path parameter. Idp ID
    OrganizationId string
    organizationId path parameter. Organization ID
    id String
    The provider-assigned unique ID for this managed resource.
    item GetSamlIdpsItem
    items List<GetSamlIdpsItem>
    Array of ResponseOrganizationsGetOrganizationSamlIdps
    idpId String
    idpId path parameter. Idp ID
    organizationId String
    organizationId path parameter. Organization ID
    id string
    The provider-assigned unique ID for this managed resource.
    item GetSamlIdpsItem
    items GetSamlIdpsItem[]
    Array of ResponseOrganizationsGetOrganizationSamlIdps
    idpId string
    idpId path parameter. Idp ID
    organizationId string
    organizationId path parameter. Organization ID
    id str
    The provider-assigned unique ID for this managed resource.
    item GetSamlIdpsItem
    items Sequence[GetSamlIdpsItem]
    Array of ResponseOrganizationsGetOrganizationSamlIdps
    idp_id str
    idpId path parameter. Idp ID
    organization_id str
    organizationId path parameter. Organization ID
    id String
    The provider-assigned unique ID for this managed resource.
    item Property Map
    items List<Property Map>
    Array of ResponseOrganizationsGetOrganizationSamlIdps
    idpId String
    idpId path parameter. Idp ID
    organizationId String
    organizationId path parameter. Organization ID

    Supporting Types

    GetSamlIdpsItem

    ConsumerUrl string
    URL that is consuming SAML Identity Provider (IdP)
    IdpId string
    ID associated with the SAML Identity Provider (IdP)
    SloLogoutUrl string
    Dashboard will redirect users to this URL when they sign out.
    X509certSha1Fingerprint string
    Fingerprint (SHA1) of the SAML certificate provided by your Identity Provider (IdP). This will be used for encryption / validation.
    ConsumerUrl string
    URL that is consuming SAML Identity Provider (IdP)
    IdpId string
    ID associated with the SAML Identity Provider (IdP)
    SloLogoutUrl string
    Dashboard will redirect users to this URL when they sign out.
    X509certSha1Fingerprint string
    Fingerprint (SHA1) of the SAML certificate provided by your Identity Provider (IdP). This will be used for encryption / validation.
    consumerUrl String
    URL that is consuming SAML Identity Provider (IdP)
    idpId String
    ID associated with the SAML Identity Provider (IdP)
    sloLogoutUrl String
    Dashboard will redirect users to this URL when they sign out.
    x509certSha1Fingerprint String
    Fingerprint (SHA1) of the SAML certificate provided by your Identity Provider (IdP). This will be used for encryption / validation.
    consumerUrl string
    URL that is consuming SAML Identity Provider (IdP)
    idpId string
    ID associated with the SAML Identity Provider (IdP)
    sloLogoutUrl string
    Dashboard will redirect users to this URL when they sign out.
    x509certSha1Fingerprint string
    Fingerprint (SHA1) of the SAML certificate provided by your Identity Provider (IdP). This will be used for encryption / validation.
    consumer_url str
    URL that is consuming SAML Identity Provider (IdP)
    idp_id str
    ID associated with the SAML Identity Provider (IdP)
    slo_logout_url str
    Dashboard will redirect users to this URL when they sign out.
    x509cert_sha1_fingerprint str
    Fingerprint (SHA1) of the SAML certificate provided by your Identity Provider (IdP). This will be used for encryption / validation.
    consumerUrl String
    URL that is consuming SAML Identity Provider (IdP)
    idpId String
    ID associated with the SAML Identity Provider (IdP)
    sloLogoutUrl String
    Dashboard will redirect users to this URL when they sign out.
    x509certSha1Fingerprint String
    Fingerprint (SHA1) of the SAML certificate provided by your Identity Provider (IdP). This will be used for encryption / validation.

    Package Details

    Repository
    meraki pulumi/pulumi-meraki
    License
    Apache-2.0
    Notes
    This Pulumi package is based on the meraki Terraform Provider.
    meraki logo
    Cisco Meraki v0.2.4 published on Friday, Jun 14, 2024 by Pulumi