Resource Type: dsc_waitforcertificateservices
- Defined in:
- lib/puppet/type/dsc_waitforcertificateservices.rb
Overview
The DSC WaitForCertificateServices resource type. Automatically generated from version 6.0.0
Properties
-
dsc_retrycount
The number of times to loop the retry interval while waiting for the Active Directory Certificate Service Certificate Authority. Defaults to 60 retries.
-
dsc_retryintervalseconds
Specifies the number of seconds to wait for the Active Directory Certificate Service Certificate Authority to become available. Defaults to 10 seconds.
Parameters
-
dsc_carootname (namevar)
The name of the Active Directory Certificate Service Certificate Authority to wait for.
-
dsc_caserverfqdn (namevar)
The FQDN of the Active Directory Certificate Service Certificate Authority to wait for.
-
dsc_psdscrunascredential
-
dsc_timeout
The maximum time in seconds to wait for the DSC resource to complete.
-
name (namevar)
Description of the purpose for this resource declaration.
-
validation_mode
(defaults to: property)
Whether to check if the resource is in the desired state by property (default) or using Invoke-DscResource in Test mode (resource).