Versions in this module Expand all Collapse all v2 v2.0.0 Nov 16, 2022 Changes in this version + func GpoSecurity_IsConstruct(x interface{}) *bool + func GpoSecurity_IsTerraformElement(x interface{}) *bool + func GpoSecurity_IsTerraformResource(x interface{}) *bool + func GpoSecurity_TfResourceType() *string + func NewGpoSecurityAccountLockoutOutputReference_Override(g GpoSecurityAccountLockoutOutputReference, ...) + func NewGpoSecurityApplicationLogOutputReference_Override(g GpoSecurityApplicationLogOutputReference, ...) + func NewGpoSecurityAuditLogOutputReference_Override(g GpoSecurityAuditLogOutputReference, ...) + func NewGpoSecurityEventAuditOutputReference_Override(g GpoSecurityEventAuditOutputReference, ...) + func NewGpoSecurityFilesystemList_Override(g GpoSecurityFilesystemList, terraformResource cdktf.IInterpolatingParent, ...) + func NewGpoSecurityFilesystemOutputReference_Override(g GpoSecurityFilesystemOutputReference, ...) + func NewGpoSecurityKerberosPolicyOutputReference_Override(g GpoSecurityKerberosPolicyOutputReference, ...) + func NewGpoSecurityPasswordPoliciesOutputReference_Override(g GpoSecurityPasswordPoliciesOutputReference, ...) + func NewGpoSecurityRegistryKeysList_Override(g GpoSecurityRegistryKeysList, terraformResource cdktf.IInterpolatingParent, ...) + func NewGpoSecurityRegistryKeysOutputReference_Override(g GpoSecurityRegistryKeysOutputReference, ...) + func NewGpoSecurityRegistryValuesList_Override(g GpoSecurityRegistryValuesList, terraformResource cdktf.IInterpolatingParent, ...) + func NewGpoSecurityRegistryValuesOutputReference_Override(g GpoSecurityRegistryValuesOutputReference, ...) + func NewGpoSecurityRestrictedGroupsList_Override(g GpoSecurityRestrictedGroupsList, ...) + func NewGpoSecurityRestrictedGroupsOutputReference_Override(g GpoSecurityRestrictedGroupsOutputReference, ...) + func NewGpoSecuritySystemLogOutputReference_Override(g GpoSecuritySystemLogOutputReference, ...) + func NewGpoSecuritySystemServicesList_Override(g GpoSecuritySystemServicesList, terraformResource cdktf.IInterpolatingParent, ...) + func NewGpoSecuritySystemServicesOutputReference_Override(g GpoSecuritySystemServicesOutputReference, ...) + func NewGpoSecurity_Override(g GpoSecurity, scope constructs.Construct, id *string, ...) + type GpoSecurity interface + AccountLockout func() GpoSecurityAccountLockoutOutputReference + AccountLockoutInput func() *GpoSecurityAccountLockout + AddOverride func(path *string, value interface{}) + ApplicationLog func() GpoSecurityApplicationLogOutputReference + ApplicationLogInput func() *GpoSecurityApplicationLog + AuditLog func() GpoSecurityAuditLogOutputReference + AuditLogInput func() *GpoSecurityAuditLog + CdktfStack func() cdktf.TerraformStack + Connection func() interface{} + ConstructNodeMetadata func() *map[string]interface{} + Count func() *float64 + DependsOn func() *[]*string + EventAudit func() GpoSecurityEventAuditOutputReference + EventAuditInput func() *GpoSecurityEventAudit + Filesystem func() GpoSecurityFilesystemList + FilesystemInput func() interface{} + ForEach func() cdktf.ITerraformIterator + Fqn func() *string + FriendlyUniqueId func() *string + GetAnyMapAttribute func(terraformAttribute *string) *map[string]interface{} + GetBooleanAttribute func(terraformAttribute *string) cdktf.IResolvable + GetBooleanMapAttribute func(terraformAttribute *string) *map[string]*bool + GetListAttribute func(terraformAttribute *string) *[]*string + GetNumberAttribute func(terraformAttribute *string) *float64 + GetNumberListAttribute func(terraformAttribute *string) *[]*float64 + GetNumberMapAttribute func(terraformAttribute *string) *map[string]*float64 + GetStringAttribute func(terraformAttribute *string) *string + GetStringMapAttribute func(terraformAttribute *string) *map[string]*string + GpoContainer func() *string + GpoContainerInput func() *string + Id func() *string + IdInput func() *string + InterpolationForAttribute func(terraformAttribute *string) cdktf.IResolvable + KerberosPolicy func() GpoSecurityKerberosPolicyOutputReference + KerberosPolicyInput func() *GpoSecurityKerberosPolicy + Lifecycle func() *cdktf.TerraformResourceLifecycle + Node func() constructs.Node + OverrideLogicalId func(newLogicalId *string) + PasswordPolicies func() GpoSecurityPasswordPoliciesOutputReference + PasswordPoliciesInput func() *GpoSecurityPasswordPolicies + Provider func() cdktf.TerraformProvider + Provisioners func() *[]interface{} + PutAccountLockout func(value *GpoSecurityAccountLockout) + PutApplicationLog func(value *GpoSecurityApplicationLog) + PutAuditLog func(value *GpoSecurityAuditLog) + PutEventAudit func(value *GpoSecurityEventAudit) + PutFilesystem func(value interface{}) + PutKerberosPolicy func(value *GpoSecurityKerberosPolicy) + PutPasswordPolicies func(value *GpoSecurityPasswordPolicies) + PutRegistryKeys func(value interface{}) + PutRegistryValues func(value interface{}) + PutRestrictedGroups func(value interface{}) + PutSystemLog func(value *GpoSecuritySystemLog) + PutSystemServices func(value interface{}) + RawOverrides func() interface{} + RegistryKeys func() GpoSecurityRegistryKeysList + RegistryKeysInput func() interface{} + RegistryValues func() GpoSecurityRegistryValuesList + RegistryValuesInput func() interface{} + ResetAccountLockout func() + ResetApplicationLog func() + ResetAuditLog func() + ResetEventAudit func() + ResetFilesystem func() + ResetId func() + ResetKerberosPolicy func() + ResetOverrideLogicalId func() + ResetPasswordPolicies func() + ResetRegistryKeys func() + ResetRegistryValues func() + ResetRestrictedGroups func() + ResetSystemLog func() + ResetSystemServices func() + RestrictedGroups func() GpoSecurityRestrictedGroupsList + RestrictedGroupsInput func() interface{} + SetConnection func(val interface{}) + SetCount func(val *float64) + SetDependsOn func(val *[]*string) + SetForEach func(val cdktf.ITerraformIterator) + SetGpoContainer func(val *string) + SetId func(val *string) + SetLifecycle func(val *cdktf.TerraformResourceLifecycle) + SetProvider func(val cdktf.TerraformProvider) + SetProvisioners func(val *[]interface{}) + SynthesizeAttributes func() *map[string]interface{} + SystemLog func() GpoSecuritySystemLogOutputReference + SystemLogInput func() *GpoSecuritySystemLog + SystemServices func() GpoSecuritySystemServicesList + SystemServicesInput func() interface{} + TerraformGeneratorMetadata func() *cdktf.TerraformProviderGeneratorMetadata + TerraformMetaArguments func() *map[string]interface{} + TerraformResourceType func() *string + ToMetadata func() interface{} + ToString func() *string + ToTerraform func() interface{} + func NewGpoSecurity(scope constructs.Construct, id *string, config *GpoSecurityConfig) GpoSecurity + type GpoSecurityAccountLockout struct + ForceLogoffWhenHourExpire *string + LockoutBadCount *string + LockoutDuration *string + ResetLockoutCount *string + type GpoSecurityAccountLockoutOutputReference interface + ComplexObjectIndex func() interface{} + ComplexObjectIsFromSet func() *bool + ComputeFqn func() *string + CreationStack func() *[]*string + ForceLogoffWhenHourExpire func() *string + ForceLogoffWhenHourExpireInput func() *string + Fqn func() *string + GetAnyMapAttribute func(terraformAttribute *string) *map[string]interface{} + GetBooleanAttribute func(terraformAttribute *string) cdktf.IResolvable + GetBooleanMapAttribute func(terraformAttribute *string) *map[string]*bool + GetListAttribute func(terraformAttribute *string) *[]*string + GetNumberAttribute func(terraformAttribute *string) *float64 + GetNumberListAttribute func(terraformAttribute *string) *[]*float64 + GetNumberMapAttribute func(terraformAttribute *string) *map[string]*float64 + GetStringAttribute func(terraformAttribute *string) *string + GetStringMapAttribute func(terraformAttribute *string) *map[string]*string + InternalValue func() *GpoSecurityAccountLockout + InterpolationAsList func() cdktf.IResolvable + InterpolationForAttribute func(property *string) cdktf.IResolvable + LockoutBadCount func() *string + LockoutBadCountInput func() *string + LockoutDuration func() *string + LockoutDurationInput func() *string + ResetForceLogoffWhenHourExpire func() + ResetLockoutBadCount func() + ResetLockoutCount func() *string + ResetLockoutCountInput func() *string + ResetLockoutDuration func() + ResetResetLockoutCount func() + Resolve func(_context cdktf.IResolveContext) interface{} + SetComplexObjectIndex func(val interface{}) + SetComplexObjectIsFromSet func(val *bool) + SetForceLogoffWhenHourExpire func(val *string) + SetInternalValue func(val *GpoSecurityAccountLockout) + SetLockoutBadCount func(val *string) + SetLockoutDuration func(val *string) + SetResetLockoutCount func(val *string) + SetTerraformAttribute func(val *string) + SetTerraformResource func(val cdktf.IInterpolatingParent) + TerraformAttribute func() *string + TerraformResource func() cdktf.IInterpolatingParent + ToString func() *string + func NewGpoSecurityAccountLockoutOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) GpoSecurityAccountLockoutOutputReference + type GpoSecurityApplicationLog struct + AuditLogRetentionPeriod *string + MaximumLogSize *string + RestrictGuestAccess *string + RetentionDays *string + type GpoSecurityApplicationLogOutputReference interface + AuditLogRetentionPeriod func() *string + AuditLogRetentionPeriodInput func() *string + ComplexObjectIndex func() interface{} + ComplexObjectIsFromSet func() *bool + ComputeFqn func() *string + CreationStack func() *[]*string + Fqn func() *string + GetAnyMapAttribute func(terraformAttribute *string) *map[string]interface{} + GetBooleanAttribute func(terraformAttribute *string) cdktf.IResolvable + GetBooleanMapAttribute func(terraformAttribute *string) *map[string]*bool + GetListAttribute func(terraformAttribute *string) *[]*string + GetNumberAttribute func(terraformAttribute *string) *float64 + GetNumberListAttribute func(terraformAttribute *string) *[]*float64 + GetNumberMapAttribute func(terraformAttribute *string) *map[string]*float64 + GetStringAttribute func(terraformAttribute *string) *string + GetStringMapAttribute func(terraformAttribute *string) *map[string]*string + InternalValue func() *GpoSecurityApplicationLog + InterpolationAsList func() cdktf.IResolvable + InterpolationForAttribute func(property *string) cdktf.IResolvable + MaximumLogSize func() *string + MaximumLogSizeInput func() *string + ResetAuditLogRetentionPeriod func() + ResetMaximumLogSize func() + ResetRestrictGuestAccess func() + ResetRetentionDays func() + Resolve func(_context cdktf.IResolveContext) interface{} + RestrictGuestAccess func() *string + RestrictGuestAccessInput func() *string + RetentionDays func() *string + RetentionDaysInput func() *string + SetAuditLogRetentionPeriod func(val *string) + SetComplexObjectIndex func(val interface{}) + SetComplexObjectIsFromSet func(val *bool) + SetInternalValue func(val *GpoSecurityApplicationLog) + SetMaximumLogSize func(val *string) + SetRestrictGuestAccess func(val *string) + SetRetentionDays func(val *string) + SetTerraformAttribute func(val *string) + SetTerraformResource func(val cdktf.IInterpolatingParent) + TerraformAttribute func() *string + TerraformResource func() cdktf.IInterpolatingParent + ToString func() *string + func NewGpoSecurityApplicationLogOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) GpoSecurityApplicationLogOutputReference + type GpoSecurityAuditLog struct + AuditLogRetentionPeriod *string + MaximumLogSize *string + RestrictGuestAccess *string + RetentionDays *string + type GpoSecurityAuditLogOutputReference interface + AuditLogRetentionPeriod func() *string + AuditLogRetentionPeriodInput func() *string + ComplexObjectIndex func() interface{} + ComplexObjectIsFromSet func() *bool + ComputeFqn func() *string + CreationStack func() *[]*string + Fqn func() *string + GetAnyMapAttribute func(terraformAttribute *string) *map[string]interface{} + GetBooleanAttribute func(terraformAttribute *string) cdktf.IResolvable + GetBooleanMapAttribute func(terraformAttribute *string) *map[string]*bool + GetListAttribute func(terraformAttribute *string) *[]*string + GetNumberAttribute func(terraformAttribute *string) *float64 + GetNumberListAttribute func(terraformAttribute *string) *[]*float64 + GetNumberMapAttribute func(terraformAttribute *string) *map[string]*float64 + GetStringAttribute func(terraformAttribute *string) *string + GetStringMapAttribute func(terraformAttribute *string) *map[string]*string + InternalValue func() *GpoSecurityAuditLog + InterpolationAsList func() cdktf.IResolvable + InterpolationForAttribute func(property *string) cdktf.IResolvable + MaximumLogSize func() *string + MaximumLogSizeInput func() *string + ResetAuditLogRetentionPeriod func() + ResetMaximumLogSize func() + ResetRestrictGuestAccess func() + ResetRetentionDays func() + Resolve func(_context cdktf.IResolveContext) interface{} + RestrictGuestAccess func() *string + RestrictGuestAccessInput func() *string + RetentionDays func() *string + RetentionDaysInput func() *string + SetAuditLogRetentionPeriod func(val *string) + SetComplexObjectIndex func(val interface{}) + SetComplexObjectIsFromSet func(val *bool) + SetInternalValue func(val *GpoSecurityAuditLog) + SetMaximumLogSize func(val *string) + SetRestrictGuestAccess func(val *string) + SetRetentionDays func(val *string) + SetTerraformAttribute func(val *string) + SetTerraformResource func(val cdktf.IInterpolatingParent) + TerraformAttribute func() *string + TerraformResource func() cdktf.IInterpolatingParent + ToString func() *string + func NewGpoSecurityAuditLogOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) GpoSecurityAuditLogOutputReference + type GpoSecurityConfig struct + AccountLockout *GpoSecurityAccountLockout + ApplicationLog *GpoSecurityApplicationLog + AuditLog *GpoSecurityAuditLog + Connection interface{} + Count *float64 + DependsOn *[]cdktf.ITerraformDependable + EventAudit *GpoSecurityEventAudit + Filesystem interface{} + ForEach cdktf.ITerraformIterator + GpoContainer *string + Id *string + KerberosPolicy *GpoSecurityKerberosPolicy + Lifecycle *cdktf.TerraformResourceLifecycle + PasswordPolicies *GpoSecurityPasswordPolicies + Provider cdktf.TerraformProvider + Provisioners *[]interface{} + RegistryKeys interface{} + RegistryValues interface{} + RestrictedGroups interface{} + SystemLog *GpoSecuritySystemLog + SystemServices interface{} + type GpoSecurityEventAudit struct + AuditAccountLogon *string + AuditAccountManage *string + AuditDsAccess *string + AuditLogonEvents *string + AuditObjectAccess *string + AuditPolicyChange *string + AuditPrivilegeUse *string + AuditProcessTracking *string + AuditSystemEvents *string + type GpoSecurityEventAuditOutputReference interface + AuditAccountLogon func() *string + AuditAccountLogonInput func() *string + AuditAccountManage func() *string + AuditAccountManageInput func() *string + AuditDsAccess func() *string + AuditDsAccessInput func() *string + AuditLogonEvents func() *string + AuditLogonEventsInput func() *string + AuditObjectAccess func() *string + AuditObjectAccessInput func() *string + AuditPolicyChange func() *string + AuditPolicyChangeInput func() *string + AuditPrivilegeUse func() *string + AuditPrivilegeUseInput func() *string + AuditProcessTracking func() *string + AuditProcessTrackingInput func() *string + AuditSystemEvents func() *string + AuditSystemEventsInput func() *string + ComplexObjectIndex func() interface{} + ComplexObjectIsFromSet func() *bool + ComputeFqn func() *string + CreationStack func() *[]*string + Fqn func() *string + GetAnyMapAttribute func(terraformAttribute *string) *map[string]interface{} + GetBooleanAttribute func(terraformAttribute *string) cdktf.IResolvable + GetBooleanMapAttribute func(terraformAttribute *string) *map[string]*bool + GetListAttribute func(terraformAttribute *string) *[]*string + GetNumberAttribute func(terraformAttribute *string) *float64 + GetNumberListAttribute func(terraformAttribute *string) *[]*float64 + GetNumberMapAttribute func(terraformAttribute *string) *map[string]*float64 + GetStringAttribute func(terraformAttribute *string) *string + GetStringMapAttribute func(terraformAttribute *string) *map[string]*string + InternalValue func() *GpoSecurityEventAudit + InterpolationAsList func() cdktf.IResolvable + InterpolationForAttribute func(property *string) cdktf.IResolvable + ResetAuditAccountLogon func() + ResetAuditAccountManage func() + ResetAuditDsAccess func() + ResetAuditLogonEvents func() + ResetAuditObjectAccess func() + ResetAuditPolicyChange func() + ResetAuditPrivilegeUse func() + ResetAuditProcessTracking func() + ResetAuditSystemEvents func() + Resolve func(_context cdktf.IResolveContext) interface{} + SetAuditAccountLogon func(val *string) + SetAuditAccountManage func(val *string) + SetAuditDsAccess func(val *string) + SetAuditLogonEvents func(val *string) + SetAuditObjectAccess func(val *string) + SetAuditPolicyChange func(val *string) + SetAuditPrivilegeUse func(val *string) + SetAuditProcessTracking func(val *string) + SetAuditSystemEvents func(val *string) + SetComplexObjectIndex func(val interface{}) + SetComplexObjectIsFromSet func(val *bool) + SetInternalValue func(val *GpoSecurityEventAudit) + SetTerraformAttribute func(val *string) + SetTerraformResource func(val cdktf.IInterpolatingParent) + TerraformAttribute func() *string + TerraformResource func() cdktf.IInterpolatingParent + ToString func() *string + func NewGpoSecurityEventAuditOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) GpoSecurityEventAuditOutputReference + type GpoSecurityFilesystem struct + Acl *string + Path *string + PropagationMode *string + type GpoSecurityFilesystemList interface + ComputeFqn func() *string + CreationStack func() *[]*string + Fqn func() *string + Get func(index *float64) GpoSecurityFilesystemOutputReference + InternalValue func() interface{} + Resolve func(_context cdktf.IResolveContext) interface{} + SetInternalValue func(val interface{}) + SetTerraformAttribute func(val *string) + SetTerraformResource func(val cdktf.IInterpolatingParent) + SetWrapsSet func(val *bool) + TerraformAttribute func() *string + TerraformResource func() cdktf.IInterpolatingParent + ToString func() *string + WrapsSet func() *bool + func NewGpoSecurityFilesystemList(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, ...) GpoSecurityFilesystemList + type GpoSecurityFilesystemOutputReference interface + Acl func() *string + AclInput func() *string + ComplexObjectIndex func() interface{} + ComplexObjectIsFromSet func() *bool + ComputeFqn func() *string + CreationStack func() *[]*string + Fqn func() *string + GetAnyMapAttribute func(terraformAttribute *string) *map[string]interface{} + GetBooleanAttribute func(terraformAttribute *string) cdktf.IResolvable + GetBooleanMapAttribute func(terraformAttribute *string) *map[string]*bool + GetListAttribute func(terraformAttribute *string) *[]*string + GetNumberAttribute func(terraformAttribute *string) *float64 + GetNumberListAttribute func(terraformAttribute *string) *[]*float64 + GetNumberMapAttribute func(terraformAttribute *string) *map[string]*float64 + GetStringAttribute func(terraformAttribute *string) *string + GetStringMapAttribute func(terraformAttribute *string) *map[string]*string + InternalValue func() interface{} + InterpolationAsList func() cdktf.IResolvable + InterpolationForAttribute func(property *string) cdktf.IResolvable + Path func() *string + PathInput func() *string + PropagationMode func() *string + PropagationModeInput func() *string + Resolve func(_context cdktf.IResolveContext) interface{} + SetAcl func(val *string) + SetComplexObjectIndex func(val interface{}) + SetComplexObjectIsFromSet func(val *bool) + SetInternalValue func(val interface{}) + SetPath func(val *string) + SetPropagationMode func(val *string) + SetTerraformAttribute func(val *string) + SetTerraformResource func(val cdktf.IInterpolatingParent) + TerraformAttribute func() *string + TerraformResource func() cdktf.IInterpolatingParent + ToString func() *string + func NewGpoSecurityFilesystemOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, ...) GpoSecurityFilesystemOutputReference + type GpoSecurityKerberosPolicy struct + MaxClockSkew *string + MaxRenewAge *string + MaxServiceAge *string + MaxTicketAge *string + TicketValidateClient *string + type GpoSecurityKerberosPolicyOutputReference interface + ComplexObjectIndex func() interface{} + ComplexObjectIsFromSet func() *bool + ComputeFqn func() *string + CreationStack func() *[]*string + Fqn func() *string + GetAnyMapAttribute func(terraformAttribute *string) *map[string]interface{} + GetBooleanAttribute func(terraformAttribute *string) cdktf.IResolvable + GetBooleanMapAttribute func(terraformAttribute *string) *map[string]*bool + GetListAttribute func(terraformAttribute *string) *[]*string + GetNumberAttribute func(terraformAttribute *string) *float64 + GetNumberListAttribute func(terraformAttribute *string) *[]*float64 + GetNumberMapAttribute func(terraformAttribute *string) *map[string]*float64 + GetStringAttribute func(terraformAttribute *string) *string + GetStringMapAttribute func(terraformAttribute *string) *map[string]*string + InternalValue func() *GpoSecurityKerberosPolicy + InterpolationAsList func() cdktf.IResolvable + InterpolationForAttribute func(property *string) cdktf.IResolvable + MaxClockSkew func() *string + MaxClockSkewInput func() *string + MaxRenewAge func() *string + MaxRenewAgeInput func() *string + MaxServiceAge func() *string + MaxServiceAgeInput func() *string + MaxTicketAge func() *string + MaxTicketAgeInput func() *string + ResetMaxClockSkew func() + ResetMaxRenewAge func() + ResetMaxServiceAge func() + ResetMaxTicketAge func() + ResetTicketValidateClient func() + Resolve func(_context cdktf.IResolveContext) interface{} + SetComplexObjectIndex func(val interface{}) + SetComplexObjectIsFromSet func(val *bool) + SetInternalValue func(val *GpoSecurityKerberosPolicy) + SetMaxClockSkew func(val *string) + SetMaxRenewAge func(val *string) + SetMaxServiceAge func(val *string) + SetMaxTicketAge func(val *string) + SetTerraformAttribute func(val *string) + SetTerraformResource func(val cdktf.IInterpolatingParent) + SetTicketValidateClient func(val *string) + TerraformAttribute func() *string + TerraformResource func() cdktf.IInterpolatingParent + TicketValidateClient func() *string + TicketValidateClientInput func() *string + ToString func() *string + func NewGpoSecurityKerberosPolicyOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) GpoSecurityKerberosPolicyOutputReference + type GpoSecurityPasswordPolicies struct + ClearTextPassword *string + MaximumPasswordAge *string + MinimumPasswordAge *string + MinimumPasswordLength *string + PasswordComplexity *string + PasswordHistorySize *string + type GpoSecurityPasswordPoliciesOutputReference interface + ClearTextPassword func() *string + ClearTextPasswordInput func() *string + ComplexObjectIndex func() interface{} + ComplexObjectIsFromSet func() *bool + ComputeFqn func() *string + CreationStack func() *[]*string + Fqn func() *string + GetAnyMapAttribute func(terraformAttribute *string) *map[string]interface{} + GetBooleanAttribute func(terraformAttribute *string) cdktf.IResolvable + GetBooleanMapAttribute func(terraformAttribute *string) *map[string]*bool + GetListAttribute func(terraformAttribute *string) *[]*string + GetNumberAttribute func(terraformAttribute *string) *float64 + GetNumberListAttribute func(terraformAttribute *string) *[]*float64 + GetNumberMapAttribute func(terraformAttribute *string) *map[string]*float64 + GetStringAttribute func(terraformAttribute *string) *string + GetStringMapAttribute func(terraformAttribute *string) *map[string]*string + InternalValue func() *GpoSecurityPasswordPolicies + InterpolationAsList func() cdktf.IResolvable + InterpolationForAttribute func(property *string) cdktf.IResolvable + MaximumPasswordAge func() *string + MaximumPasswordAgeInput func() *string + MinimumPasswordAge func() *string + MinimumPasswordAgeInput func() *string + MinimumPasswordLength func() *string + MinimumPasswordLengthInput func() *string + PasswordComplexity func() *string + PasswordComplexityInput func() *string + PasswordHistorySize func() *string + PasswordHistorySizeInput func() *string + ResetClearTextPassword func() + ResetMaximumPasswordAge func() + ResetMinimumPasswordAge func() + ResetMinimumPasswordLength func() + ResetPasswordComplexity func() + ResetPasswordHistorySize func() + Resolve func(_context cdktf.IResolveContext) interface{} + SetClearTextPassword func(val *string) + SetComplexObjectIndex func(val interface{}) + SetComplexObjectIsFromSet func(val *bool) + SetInternalValue func(val *GpoSecurityPasswordPolicies) + SetMaximumPasswordAge func(val *string) + SetMinimumPasswordAge func(val *string) + SetMinimumPasswordLength func(val *string) + SetPasswordComplexity func(val *string) + SetPasswordHistorySize func(val *string) + SetTerraformAttribute func(val *string) + SetTerraformResource func(val cdktf.IInterpolatingParent) + TerraformAttribute func() *string + TerraformResource func() cdktf.IInterpolatingParent + ToString func() *string + func NewGpoSecurityPasswordPoliciesOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) GpoSecurityPasswordPoliciesOutputReference + type GpoSecurityRegistryKeys struct + Acl *string + KeyName *string + PropagationMode *string + type GpoSecurityRegistryKeysList interface + ComputeFqn func() *string + CreationStack func() *[]*string + Fqn func() *string + Get func(index *float64) GpoSecurityRegistryKeysOutputReference + InternalValue func() interface{} + Resolve func(_context cdktf.IResolveContext) interface{} + SetInternalValue func(val interface{}) + SetTerraformAttribute func(val *string) + SetTerraformResource func(val cdktf.IInterpolatingParent) + SetWrapsSet func(val *bool) + TerraformAttribute func() *string + TerraformResource func() cdktf.IInterpolatingParent + ToString func() *string + WrapsSet func() *bool + func NewGpoSecurityRegistryKeysList(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, ...) GpoSecurityRegistryKeysList + type GpoSecurityRegistryKeysOutputReference interface + Acl func() *string + AclInput func() *string + ComplexObjectIndex func() interface{} + ComplexObjectIsFromSet func() *bool + ComputeFqn func() *string + CreationStack func() *[]*string + Fqn func() *string + GetAnyMapAttribute func(terraformAttribute *string) *map[string]interface{} + GetBooleanAttribute func(terraformAttribute *string) cdktf.IResolvable + GetBooleanMapAttribute func(terraformAttribute *string) *map[string]*bool + GetListAttribute func(terraformAttribute *string) *[]*string + GetNumberAttribute func(terraformAttribute *string) *float64 + GetNumberListAttribute func(terraformAttribute *string) *[]*float64 + GetNumberMapAttribute func(terraformAttribute *string) *map[string]*float64 + GetStringAttribute func(terraformAttribute *string) *string + GetStringMapAttribute func(terraformAttribute *string) *map[string]*string + InternalValue func() interface{} + InterpolationAsList func() cdktf.IResolvable + InterpolationForAttribute func(property *string) cdktf.IResolvable + KeyName func() *string + KeyNameInput func() *string + PropagationMode func() *string + PropagationModeInput func() *string + Resolve func(_context cdktf.IResolveContext) interface{} + SetAcl func(val *string) + SetComplexObjectIndex func(val interface{}) + SetComplexObjectIsFromSet func(val *bool) + SetInternalValue func(val interface{}) + SetKeyName func(val *string) + SetPropagationMode func(val *string) + SetTerraformAttribute func(val *string) + SetTerraformResource func(val cdktf.IInterpolatingParent) + TerraformAttribute func() *string + TerraformResource func() cdktf.IInterpolatingParent + ToString func() *string + func NewGpoSecurityRegistryKeysOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, ...) GpoSecurityRegistryKeysOutputReference + type GpoSecurityRegistryValues struct + KeyName *string + Value *string + ValueType *string + type GpoSecurityRegistryValuesList interface + ComputeFqn func() *string + CreationStack func() *[]*string + Fqn func() *string + Get func(index *float64) GpoSecurityRegistryValuesOutputReference + InternalValue func() interface{} + Resolve func(_context cdktf.IResolveContext) interface{} + SetInternalValue func(val interface{}) + SetTerraformAttribute func(val *string) + SetTerraformResource func(val cdktf.IInterpolatingParent) + SetWrapsSet func(val *bool) + TerraformAttribute func() *string + TerraformResource func() cdktf.IInterpolatingParent + ToString func() *string + WrapsSet func() *bool + func NewGpoSecurityRegistryValuesList(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, ...) GpoSecurityRegistryValuesList + type GpoSecurityRegistryValuesOutputReference interface + ComplexObjectIndex func() interface{} + ComplexObjectIsFromSet func() *bool + ComputeFqn func() *string + CreationStack func() *[]*string + Fqn func() *string + GetAnyMapAttribute func(terraformAttribute *string) *map[string]interface{} + GetBooleanAttribute func(terraformAttribute *string) cdktf.IResolvable + GetBooleanMapAttribute func(terraformAttribute *string) *map[string]*bool + GetListAttribute func(terraformAttribute *string) *[]*string + GetNumberAttribute func(terraformAttribute *string) *float64 + GetNumberListAttribute func(terraformAttribute *string) *[]*float64 + GetNumberMapAttribute func(terraformAttribute *string) *map[string]*float64 + GetStringAttribute func(terraformAttribute *string) *string + GetStringMapAttribute func(terraformAttribute *string) *map[string]*string + InternalValue func() interface{} + InterpolationAsList func() cdktf.IResolvable + InterpolationForAttribute func(property *string) cdktf.IResolvable + KeyName func() *string + KeyNameInput func() *string + Resolve func(_context cdktf.IResolveContext) interface{} + SetComplexObjectIndex func(val interface{}) + SetComplexObjectIsFromSet func(val *bool) + SetInternalValue func(val interface{}) + SetKeyName func(val *string) + SetTerraformAttribute func(val *string) + SetTerraformResource func(val cdktf.IInterpolatingParent) + SetValue func(val *string) + SetValueType func(val *string) + TerraformAttribute func() *string + TerraformResource func() cdktf.IInterpolatingParent + ToString func() *string + Value func() *string + ValueInput func() *string + ValueType func() *string + ValueTypeInput func() *string + func NewGpoSecurityRegistryValuesOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, ...) GpoSecurityRegistryValuesOutputReference + type GpoSecurityRestrictedGroups struct + GroupMemberof *string + GroupMembers *string + GroupName *string + type GpoSecurityRestrictedGroupsList interface + ComputeFqn func() *string + CreationStack func() *[]*string + Fqn func() *string + Get func(index *float64) GpoSecurityRestrictedGroupsOutputReference + InternalValue func() interface{} + Resolve func(_context cdktf.IResolveContext) interface{} + SetInternalValue func(val interface{}) + SetTerraformAttribute func(val *string) + SetTerraformResource func(val cdktf.IInterpolatingParent) + SetWrapsSet func(val *bool) + TerraformAttribute func() *string + TerraformResource func() cdktf.IInterpolatingParent + ToString func() *string + WrapsSet func() *bool + func NewGpoSecurityRestrictedGroupsList(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, ...) GpoSecurityRestrictedGroupsList + type GpoSecurityRestrictedGroupsOutputReference interface + ComplexObjectIndex func() interface{} + ComplexObjectIsFromSet func() *bool + ComputeFqn func() *string + CreationStack func() *[]*string + Fqn func() *string + GetAnyMapAttribute func(terraformAttribute *string) *map[string]interface{} + GetBooleanAttribute func(terraformAttribute *string) cdktf.IResolvable + GetBooleanMapAttribute func(terraformAttribute *string) *map[string]*bool + GetListAttribute func(terraformAttribute *string) *[]*string + GetNumberAttribute func(terraformAttribute *string) *float64 + GetNumberListAttribute func(terraformAttribute *string) *[]*float64 + GetNumberMapAttribute func(terraformAttribute *string) *map[string]*float64 + GetStringAttribute func(terraformAttribute *string) *string + GetStringMapAttribute func(terraformAttribute *string) *map[string]*string + GroupMemberof func() *string + GroupMemberofInput func() *string + GroupMembers func() *string + GroupMembersInput func() *string + GroupName func() *string + GroupNameInput func() *string + InternalValue func() interface{} + InterpolationAsList func() cdktf.IResolvable + InterpolationForAttribute func(property *string) cdktf.IResolvable + Resolve func(_context cdktf.IResolveContext) interface{} + SetComplexObjectIndex func(val interface{}) + SetComplexObjectIsFromSet func(val *bool) + SetGroupMemberof func(val *string) + SetGroupMembers func(val *string) + SetGroupName func(val *string) + SetInternalValue func(val interface{}) + SetTerraformAttribute func(val *string) + SetTerraformResource func(val cdktf.IInterpolatingParent) + TerraformAttribute func() *string + TerraformResource func() cdktf.IInterpolatingParent + ToString func() *string + func NewGpoSecurityRestrictedGroupsOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, ...) GpoSecurityRestrictedGroupsOutputReference + type GpoSecuritySystemLog struct + AuditLogRetentionPeriod *string + MaximumLogSize *string + RestrictGuestAccess *string + RetentionDays *string + type GpoSecuritySystemLogOutputReference interface + AuditLogRetentionPeriod func() *string + AuditLogRetentionPeriodInput func() *string + ComplexObjectIndex func() interface{} + ComplexObjectIsFromSet func() *bool + ComputeFqn func() *string + CreationStack func() *[]*string + Fqn func() *string + GetAnyMapAttribute func(terraformAttribute *string) *map[string]interface{} + GetBooleanAttribute func(terraformAttribute *string) cdktf.IResolvable + GetBooleanMapAttribute func(terraformAttribute *string) *map[string]*bool + GetListAttribute func(terraformAttribute *string) *[]*string + GetNumberAttribute func(terraformAttribute *string) *float64 + GetNumberListAttribute func(terraformAttribute *string) *[]*float64 + GetNumberMapAttribute func(terraformAttribute *string) *map[string]*float64 + GetStringAttribute func(terraformAttribute *string) *string + GetStringMapAttribute func(terraformAttribute *string) *map[string]*string + InternalValue func() *GpoSecuritySystemLog + InterpolationAsList func() cdktf.IResolvable + InterpolationForAttribute func(property *string) cdktf.IResolvable + MaximumLogSize func() *string + MaximumLogSizeInput func() *string + ResetAuditLogRetentionPeriod func() + ResetMaximumLogSize func() + ResetRestrictGuestAccess func() + ResetRetentionDays func() + Resolve func(_context cdktf.IResolveContext) interface{} + RestrictGuestAccess func() *string + RestrictGuestAccessInput func() *string + RetentionDays func() *string + RetentionDaysInput func() *string + SetAuditLogRetentionPeriod func(val *string) + SetComplexObjectIndex func(val interface{}) + SetComplexObjectIsFromSet func(val *bool) + SetInternalValue func(val *GpoSecuritySystemLog) + SetMaximumLogSize func(val *string) + SetRestrictGuestAccess func(val *string) + SetRetentionDays func(val *string) + SetTerraformAttribute func(val *string) + SetTerraformResource func(val cdktf.IInterpolatingParent) + TerraformAttribute func() *string + TerraformResource func() cdktf.IInterpolatingParent + ToString func() *string + func NewGpoSecuritySystemLogOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) GpoSecuritySystemLogOutputReference + type GpoSecuritySystemServices struct + Acl *string + ServiceName *string + StartupMode *string + type GpoSecuritySystemServicesList interface + ComputeFqn func() *string + CreationStack func() *[]*string + Fqn func() *string + Get func(index *float64) GpoSecuritySystemServicesOutputReference + InternalValue func() interface{} + Resolve func(_context cdktf.IResolveContext) interface{} + SetInternalValue func(val interface{}) + SetTerraformAttribute func(val *string) + SetTerraformResource func(val cdktf.IInterpolatingParent) + SetWrapsSet func(val *bool) + TerraformAttribute func() *string + TerraformResource func() cdktf.IInterpolatingParent + ToString func() *string + WrapsSet func() *bool + func NewGpoSecuritySystemServicesList(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, ...) GpoSecuritySystemServicesList + type GpoSecuritySystemServicesOutputReference interface + Acl func() *string + AclInput func() *string + ComplexObjectIndex func() interface{} + ComplexObjectIsFromSet func() *bool + ComputeFqn func() *string + CreationStack func() *[]*string + Fqn func() *string + GetAnyMapAttribute func(terraformAttribute *string) *map[string]interface{} + GetBooleanAttribute func(terraformAttribute *string) cdktf.IResolvable + GetBooleanMapAttribute func(terraformAttribute *string) *map[string]*bool + GetListAttribute func(terraformAttribute *string) *[]*string + GetNumberAttribute func(terraformAttribute *string) *float64 + GetNumberListAttribute func(terraformAttribute *string) *[]*float64 + GetNumberMapAttribute func(terraformAttribute *string) *map[string]*float64 + GetStringAttribute func(terraformAttribute *string) *string + GetStringMapAttribute func(terraformAttribute *string) *map[string]*string + InternalValue func() interface{} + InterpolationAsList func() cdktf.IResolvable + InterpolationForAttribute func(property *string) cdktf.IResolvable + Resolve func(_context cdktf.IResolveContext) interface{} + ServiceName func() *string + ServiceNameInput func() *string + SetAcl func(val *string) + SetComplexObjectIndex func(val interface{}) + SetComplexObjectIsFromSet func(val *bool) + SetInternalValue func(val interface{}) + SetServiceName func(val *string) + SetStartupMode func(val *string) + SetTerraformAttribute func(val *string) + SetTerraformResource func(val cdktf.IInterpolatingParent) + StartupMode func() *string + StartupModeInput func() *string + TerraformAttribute func() *string + TerraformResource func() cdktf.IInterpolatingParent + ToString func() *string + func NewGpoSecuritySystemServicesOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, ...) GpoSecuritySystemServicesOutputReference Other modules containing this package github.com/cdktf/cdktf-provider-ad-go/ad github.com/cdktf/cdktf-provider-ad-go/ad/v3 github.com/cdktf/cdktf-provider-ad-go/ad/v4 github.com/cdktf/cdktf-provider-ad-go/ad/v5 github.com/cdktf/cdktf-provider-ad-go/ad/v6 github.com/cdktf/cdktf-provider-ad-go/ad/v7 github.com/cdktf/cdktf-provider-ad-go/ad/v8