AaddsResourceDetails Class

The Azure active directory domain service resource details.

Constructor

AaddsResourceDetails(*, domain_name: str | None = None, initial_sync_complete: bool | None = None, ldaps_enabled: bool | None = None, ldaps_public_certificate_in_base64: str | None = None, resource_id: str | None = None, subnet_id: str | None = None, tenant_id: str | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
domain_name
str

The Azure active directory domain service name.

Default value: None
initial_sync_complete

This indicates whether initial sync complete or not.

Default value: None
ldaps_enabled

This indicates whether enable ldaps or not.

Default value: None
ldaps_public_certificate_in_base64
str

The base 64 format string of public ldap certificate.

Default value: None
resource_id
str

The resource id of azure active directory domain service.

Default value: None
subnet_id
str

The subnet resource id.

Default value: None
tenant_id
str

The tenant id of azure active directory domain service .

Default value: None

Variables

Name Description
domain_name
str

The Azure active directory domain service name.

initial_sync_complete

This indicates whether initial sync complete or not.

ldaps_enabled

This indicates whether enable ldaps or not.

ldaps_public_certificate_in_base64
str

The base 64 format string of public ldap certificate.

resource_id
str

The resource id of azure active directory domain service.

subnet_id
str

The subnet resource id.

tenant_id
str

The tenant id of azure active directory domain service .