1. Packages
  2. Powerscale Provider
  3. API Docs
  4. getSynciqPeerCertificate
powerscale 1.7.0 published on Monday, Apr 14, 2025 by dell

powerscale.getSynciqPeerCertificate

Explore with Pulumi AI

powerscale logo
powerscale 1.7.0 published on Monday, Apr 14, 2025 by dell

    This datasource is used to query the existing SyncIQ Peer Certificates from PowerScale array. The information fetched from this datasource can be used for getting the details or for further processing in resource block.

    Using getSynciqPeerCertificate

    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 getSynciqPeerCertificate(args: GetSynciqPeerCertificateArgs, opts?: InvokeOptions): Promise<GetSynciqPeerCertificateResult>
    function getSynciqPeerCertificateOutput(args: GetSynciqPeerCertificateOutputArgs, opts?: InvokeOptions): Output<GetSynciqPeerCertificateResult>
    def get_synciq_peer_certificate(filter: Optional[GetSynciqPeerCertificateFilter] = None,
                                    id: Optional[str] = None,
                                    opts: Optional[InvokeOptions] = None) -> GetSynciqPeerCertificateResult
    def get_synciq_peer_certificate_output(filter: Optional[pulumi.Input[GetSynciqPeerCertificateFilterArgs]] = None,
                                    id: Optional[pulumi.Input[str]] = None,
                                    opts: Optional[InvokeOptions] = None) -> Output[GetSynciqPeerCertificateResult]
    func LookupSynciqPeerCertificate(ctx *Context, args *LookupSynciqPeerCertificateArgs, opts ...InvokeOption) (*LookupSynciqPeerCertificateResult, error)
    func LookupSynciqPeerCertificateOutput(ctx *Context, args *LookupSynciqPeerCertificateOutputArgs, opts ...InvokeOption) LookupSynciqPeerCertificateResultOutput

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

    public static class GetSynciqPeerCertificate 
    {
        public static Task<GetSynciqPeerCertificateResult> InvokeAsync(GetSynciqPeerCertificateArgs args, InvokeOptions? opts = null)
        public static Output<GetSynciqPeerCertificateResult> Invoke(GetSynciqPeerCertificateInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetSynciqPeerCertificateResult> getSynciqPeerCertificate(GetSynciqPeerCertificateArgs args, InvokeOptions options)
    public static Output<GetSynciqPeerCertificateResult> getSynciqPeerCertificate(GetSynciqPeerCertificateArgs args, InvokeOptions options)
    
    fn::invoke:
      function: powerscale:index/getSynciqPeerCertificate:getSynciqPeerCertificate
      arguments:
        # arguments dictionary

    The following arguments are supported:

    Filter GetSynciqPeerCertificateFilter
    Filters for fetching SyncIQ Peer Certificate.
    Id string
    ID of the SyncIQ Peer Certificate to be fetched. If not provided, all the certificates will be fetched.
    Filter GetSynciqPeerCertificateFilter
    Filters for fetching SyncIQ Peer Certificate.
    Id string
    ID of the SyncIQ Peer Certificate to be fetched. If not provided, all the certificates will be fetched.
    filter GetSynciqPeerCertificateFilter
    Filters for fetching SyncIQ Peer Certificate.
    id String
    ID of the SyncIQ Peer Certificate to be fetched. If not provided, all the certificates will be fetched.
    filter GetSynciqPeerCertificateFilter
    Filters for fetching SyncIQ Peer Certificate.
    id string
    ID of the SyncIQ Peer Certificate to be fetched. If not provided, all the certificates will be fetched.
    filter GetSynciqPeerCertificateFilter
    Filters for fetching SyncIQ Peer Certificate.
    id str
    ID of the SyncIQ Peer Certificate to be fetched. If not provided, all the certificates will be fetched.
    filter Property Map
    Filters for fetching SyncIQ Peer Certificate.
    id String
    ID of the SyncIQ Peer Certificate to be fetched. If not provided, all the certificates will be fetched.

    getSynciqPeerCertificate Result

    The following output properties are available:

    Certificates List<GetSynciqPeerCertificateCertificate>
    List of certificates fetched.
    Id string
    ID of the SyncIQ Peer Certificate to be fetched. If not provided, all the certificates will be fetched.
    Filter GetSynciqPeerCertificateFilter
    Filters for fetching SyncIQ Peer Certificate.
    Certificates []GetSynciqPeerCertificateCertificate
    List of certificates fetched.
    Id string
    ID of the SyncIQ Peer Certificate to be fetched. If not provided, all the certificates will be fetched.
    Filter GetSynciqPeerCertificateFilter
    Filters for fetching SyncIQ Peer Certificate.
    certificates List<GetSynciqPeerCertificateCertificate>
    List of certificates fetched.
    id String
    ID of the SyncIQ Peer Certificate to be fetched. If not provided, all the certificates will be fetched.
    filter GetSynciqPeerCertificateFilter
    Filters for fetching SyncIQ Peer Certificate.
    certificates GetSynciqPeerCertificateCertificate[]
    List of certificates fetched.
    id string
    ID of the SyncIQ Peer Certificate to be fetched. If not provided, all the certificates will be fetched.
    filter GetSynciqPeerCertificateFilter
    Filters for fetching SyncIQ Peer Certificate.
    certificates Sequence[GetSynciqPeerCertificateCertificate]
    List of certificates fetched.
    id str
    ID of the SyncIQ Peer Certificate to be fetched. If not provided, all the certificates will be fetched.
    filter GetSynciqPeerCertificateFilter
    Filters for fetching SyncIQ Peer Certificate.
    certificates List<Property Map>
    List of certificates fetched.
    id String
    ID of the SyncIQ Peer Certificate to be fetched. If not provided, all the certificates will be fetched.
    filter Property Map
    Filters for fetching SyncIQ Peer Certificate.

    Supporting Types

    GetSynciqPeerCertificateCertificate

    Description string
    Description field associated with a certificate provided for administrative convenience.
    Fingerprints List<GetSynciqPeerCertificateCertificateFingerprint>
    A list of zero or more certificate fingerprints which can be used for certificate identification.
    Id string
    Unique server certificate identifier.
    Issuer string
    Certificate issuer field extracted from the certificate.
    Name string
    Administrator specified name identifier.
    NotAfter double
    Certificate notAfter field extracted from the certificate encoded as a UNIX epoch timestamp. The certificate is not valid after this timestamp.
    NotBefore double
    Certificate notBefore field extracted from the certificate encoded as a UNIX epoch timestamp. The certificate is not valid before this timestamp.
    Status string
    Certificate validity status
    Subject string
    Certificate subject field extracted from the certificate.
    Description string
    Description field associated with a certificate provided for administrative convenience.
    Fingerprints []GetSynciqPeerCertificateCertificateFingerprint
    A list of zero or more certificate fingerprints which can be used for certificate identification.
    Id string
    Unique server certificate identifier.
    Issuer string
    Certificate issuer field extracted from the certificate.
    Name string
    Administrator specified name identifier.
    NotAfter float64
    Certificate notAfter field extracted from the certificate encoded as a UNIX epoch timestamp. The certificate is not valid after this timestamp.
    NotBefore float64
    Certificate notBefore field extracted from the certificate encoded as a UNIX epoch timestamp. The certificate is not valid before this timestamp.
    Status string
    Certificate validity status
    Subject string
    Certificate subject field extracted from the certificate.
    description String
    Description field associated with a certificate provided for administrative convenience.
    fingerprints List<GetSynciqPeerCertificateCertificateFingerprint>
    A list of zero or more certificate fingerprints which can be used for certificate identification.
    id String
    Unique server certificate identifier.
    issuer String
    Certificate issuer field extracted from the certificate.
    name String
    Administrator specified name identifier.
    notAfter Double
    Certificate notAfter field extracted from the certificate encoded as a UNIX epoch timestamp. The certificate is not valid after this timestamp.
    notBefore Double
    Certificate notBefore field extracted from the certificate encoded as a UNIX epoch timestamp. The certificate is not valid before this timestamp.
    status String
    Certificate validity status
    subject String
    Certificate subject field extracted from the certificate.
    description string
    Description field associated with a certificate provided for administrative convenience.
    fingerprints GetSynciqPeerCertificateCertificateFingerprint[]
    A list of zero or more certificate fingerprints which can be used for certificate identification.
    id string
    Unique server certificate identifier.
    issuer string
    Certificate issuer field extracted from the certificate.
    name string
    Administrator specified name identifier.
    notAfter number
    Certificate notAfter field extracted from the certificate encoded as a UNIX epoch timestamp. The certificate is not valid after this timestamp.
    notBefore number
    Certificate notBefore field extracted from the certificate encoded as a UNIX epoch timestamp. The certificate is not valid before this timestamp.
    status string
    Certificate validity status
    subject string
    Certificate subject field extracted from the certificate.
    description str
    Description field associated with a certificate provided for administrative convenience.
    fingerprints Sequence[GetSynciqPeerCertificateCertificateFingerprint]
    A list of zero or more certificate fingerprints which can be used for certificate identification.
    id str
    Unique server certificate identifier.
    issuer str
    Certificate issuer field extracted from the certificate.
    name str
    Administrator specified name identifier.
    not_after float
    Certificate notAfter field extracted from the certificate encoded as a UNIX epoch timestamp. The certificate is not valid after this timestamp.
    not_before float
    Certificate notBefore field extracted from the certificate encoded as a UNIX epoch timestamp. The certificate is not valid before this timestamp.
    status str
    Certificate validity status
    subject str
    Certificate subject field extracted from the certificate.
    description String
    Description field associated with a certificate provided for administrative convenience.
    fingerprints List<Property Map>
    A list of zero or more certificate fingerprints which can be used for certificate identification.
    id String
    Unique server certificate identifier.
    issuer String
    Certificate issuer field extracted from the certificate.
    name String
    Administrator specified name identifier.
    notAfter Number
    Certificate notAfter field extracted from the certificate encoded as a UNIX epoch timestamp. The certificate is not valid after this timestamp.
    notBefore Number
    Certificate notBefore field extracted from the certificate encoded as a UNIX epoch timestamp. The certificate is not valid before this timestamp.
    status String
    Certificate validity status
    subject String
    Certificate subject field extracted from the certificate.

    GetSynciqPeerCertificateCertificateFingerprint

    Type string
    Fingerprint hash algorithm
    Value string
    Fingerprint value
    Type string
    Fingerprint hash algorithm
    Value string
    Fingerprint value
    type String
    Fingerprint hash algorithm
    value String
    Fingerprint value
    type string
    Fingerprint hash algorithm
    value string
    Fingerprint value
    type str
    Fingerprint hash algorithm
    value str
    Fingerprint value
    type String
    Fingerprint hash algorithm
    value String
    Fingerprint value

    GetSynciqPeerCertificateFilter

    Name string
    Name of the SyncIQ Peer Certificate to be fetched.
    Name string
    Name of the SyncIQ Peer Certificate to be fetched.
    name String
    Name of the SyncIQ Peer Certificate to be fetched.
    name string
    Name of the SyncIQ Peer Certificate to be fetched.
    name str
    Name of the SyncIQ Peer Certificate to be fetched.
    name String
    Name of the SyncIQ Peer Certificate to be fetched.

    Package Details

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