hsdp 0.71.1 published on Wednesday, Nov 12, 2025 by philips-software
hsdp 0.71.1 published on Wednesday, Nov 12, 2025 by philips-software
Retrieves an existing Connect IoT Provisioning organization configuration.
Using getConnectIotProvisioningOrgconfiguration
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 getConnectIotProvisioningOrgconfiguration(args: GetConnectIotProvisioningOrgconfigurationArgs, opts?: InvokeOptions): Promise<GetConnectIotProvisioningOrgconfigurationResult>
function getConnectIotProvisioningOrgconfigurationOutput(args: GetConnectIotProvisioningOrgconfigurationOutputArgs, opts?: InvokeOptions): Output<GetConnectIotProvisioningOrgconfigurationResult>def get_connect_iot_provisioning_orgconfiguration(organization_guid: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetConnectIotProvisioningOrgconfigurationResult
def get_connect_iot_provisioning_orgconfiguration_output(organization_guid: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetConnectIotProvisioningOrgconfigurationResult]func LookupConnectIotProvisioningOrgconfiguration(ctx *Context, args *LookupConnectIotProvisioningOrgconfigurationArgs, opts ...InvokeOption) (*LookupConnectIotProvisioningOrgconfigurationResult, error)
func LookupConnectIotProvisioningOrgconfigurationOutput(ctx *Context, args *LookupConnectIotProvisioningOrgconfigurationOutputArgs, opts ...InvokeOption) LookupConnectIotProvisioningOrgconfigurationResultOutput> Note: This function is named LookupConnectIotProvisioningOrgconfiguration in the Go SDK.
public static class GetConnectIotProvisioningOrgconfiguration
{
public static Task<GetConnectIotProvisioningOrgconfigurationResult> InvokeAsync(GetConnectIotProvisioningOrgconfigurationArgs args, InvokeOptions? opts = null)
public static Output<GetConnectIotProvisioningOrgconfigurationResult> Invoke(GetConnectIotProvisioningOrgconfigurationInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetConnectIotProvisioningOrgconfigurationResult> getConnectIotProvisioningOrgconfiguration(GetConnectIotProvisioningOrgconfigurationArgs args, InvokeOptions options)
public static Output<GetConnectIotProvisioningOrgconfigurationResult> getConnectIotProvisioningOrgconfiguration(GetConnectIotProvisioningOrgconfigurationArgs args, InvokeOptions options)
fn::invoke:
function: hsdp:index/getConnectIotProvisioningOrgconfiguration:getConnectIotProvisioningOrgconfiguration
arguments:
# arguments dictionaryThe following arguments are supported:
- Organization
Guid string - The organization GUID to look up.
- Organization
Guid string - The organization GUID to look up.
- organization
Guid String - The organization GUID to look up.
- organization
Guid string - The organization GUID to look up.
- organization_
guid str - The organization GUID to look up.
- organization
Guid String - The organization GUID to look up.
getConnectIotProvisioningOrgconfiguration Result
The following output properties are available:
- Bootstrap
Signatures List<GetConnect Iot Provisioning Orgconfiguration Bootstrap Signature> - Bootstrap signature configuration block containing:
- Id string
- The ID of the organization configuration.
- Organization
Guid string - Service
Accounts List<GetConnect Iot Provisioning Orgconfiguration Service Account> - Service account configuration block containing:
- Bootstrap
Signatures []GetConnect Iot Provisioning Orgconfiguration Bootstrap Signature - Bootstrap signature configuration block containing:
- Id string
- The ID of the organization configuration.
- Organization
Guid string - Service
Accounts []GetConnect Iot Provisioning Orgconfiguration Service Account - Service account configuration block containing:
- bootstrap
Signatures List<GetConnect Iot Provisioning Orgconfiguration Bootstrap Signature> - Bootstrap signature configuration block containing:
- id String
- The ID of the organization configuration.
- organization
Guid String - service
Accounts List<GetConnect Iot Provisioning Orgconfiguration Service Account> - Service account configuration block containing:
- bootstrap
Signatures GetConnect Iot Provisioning Orgconfiguration Bootstrap Signature[] - Bootstrap signature configuration block containing:
- id string
- The ID of the organization configuration.
- organization
Guid string - service
Accounts GetConnect Iot Provisioning Orgconfiguration Service Account[] - Service account configuration block containing:
- bootstrap_
signatures Sequence[GetConnect Iot Provisioning Orgconfiguration Bootstrap Signature] - Bootstrap signature configuration block containing:
- id str
- The ID of the organization configuration.
- organization_
guid str - service_
accounts Sequence[GetConnect Iot Provisioning Orgconfiguration Service Account] - Service account configuration block containing:
- bootstrap
Signatures List<Property Map> - Bootstrap signature configuration block containing:
- id String
- The ID of the organization configuration.
- organization
Guid String - service
Accounts List<Property Map> - Service account configuration block containing:
Supporting Types
GetConnectIotProvisioningOrgconfigurationBootstrapSignature
- Algorithm string
- The signing algorithm used.
- Configs
List<Get
Connect Iot Provisioning Orgconfiguration Bootstrap Signature Config> - Public
Key string - The public key for signature verification.
- Algorithm string
- The signing algorithm used.
- Configs
[]Get
Connect Iot Provisioning Orgconfiguration Bootstrap Signature Config - Public
Key string - The public key for signature verification.
- algorithm String
- The signing algorithm used.
- configs
List<Get
Connect Iot Provisioning Orgconfiguration Bootstrap Signature Config> - public
Key String - The public key for signature verification.
- algorithm string
- The signing algorithm used.
- configs
Get
Connect Iot Provisioning Orgconfiguration Bootstrap Signature Config[] - public
Key string - The public key for signature verification.
- algorithm str
- The signing algorithm used.
- configs
Sequence[Get
Connect Iot Provisioning Orgconfiguration Bootstrap Signature Config] - public_
key str - The public key for signature verification.
- algorithm String
- The signing algorithm used.
- configs List<Property Map>
- public
Key String - The public key for signature verification.
GetConnectIotProvisioningOrgconfigurationBootstrapSignatureConfig
- Padding string
- Salt
Length string - The salt length for the signature.
- Type string
- Padding string
- Salt
Length string - The salt length for the signature.
- Type string
- padding String
- salt
Length String - The salt length for the signature.
- type String
- padding string
- salt
Length string - The salt length for the signature.
- type string
- padding str
- salt_
length str - The salt length for the signature.
- type str
- padding String
- salt
Length String - The salt length for the signature.
- type String
GetConnectIotProvisioningOrgconfigurationServiceAccount
- Service
Account stringId - Service
Account stringKey - (Sensitive) The service account key.
- Service
Account stringId - Service
Account stringKey - (Sensitive) The service account key.
- service
Account StringId - service
Account StringKey - (Sensitive) The service account key.
- service
Account stringId - service
Account stringKey - (Sensitive) The service account key.
- service_
account_ strid - service_
account_ strkey - (Sensitive) The service account key.
- service
Account StringId - service
Account StringKey - (Sensitive) The service account key.
Package Details
- Repository
- hsdp philips-software/terraform-provider-hsdp
- License
- Notes
- This Pulumi package is based on the
hsdpTerraform Provider.
hsdp 0.71.1 published on Wednesday, Nov 12, 2025 by philips-software
