AaddsResourceDetails Class

The Azure active directory domain service resource details.

Inheritance
AaddsResourceDetails

Constructor

AaddsResourceDetails(*, domain_name: Optional[str] = None, initial_sync_complete: Optional[bool] = None, ldaps_enabled: Optional[bool] = None, ldaps_public_certificate_in_base64: Optional[str] = None, resource_id: Optional[str] = None, subnet_id: Optional[str] = None, tenant_id: Optional[str] = None, **kwargs)

Parameters

domain_name
str
Required

The Azure active directory domain service name.

initial_sync_complete
bool
Required

This indicates whether initial sync complete or not.

ldaps_enabled
bool
Required

This indicates whether enable ldaps or not.

ldaps_public_certificate_in_base64
str
Required

The base 64 format string of public ldap certificate.

resource_id
str
Required

The resource id of azure active directory domain service.

subnet_id
str
Required

The subnet resource id.

tenant_id
str
Required

The tenant id of azure active directory domain service .