Package-level declarations

Types

Link copied to clipboard
data class GetCommunityTrainingResult(val azureApiVersion: String, val disasterRecoveryEnabled: Boolean, val id: String, val identityConfiguration: IdentityConfigurationPropertiesResponse, val location: String, val name: String, val portalAdminEmailAddress: String, val portalName: String, val portalOwnerEmailAddress: String, val portalOwnerOrganizationName: String, val provisioningState: String, val sku: SkuResponse? = null, val systemData: SystemDataResponse, val tags: Map<String, String>? = null, val type: String, val zoneRedundancyEnabled: Boolean)

A CommunityProviderHub resource

Link copied to clipboard
data class IdentityConfigurationPropertiesResponse(val b2cAuthenticationPolicy: String? = null, val b2cPasswordResetPolicy: String? = null, val clientId: String, val clientSecret: String, val customLoginParameters: String? = null, val domainName: String, val identityType: String, val teamsEnabled: Boolean? = null, val tenantId: String)

Details of the Community CommunityTraining Identity Configuration

Link copied to clipboard
data class SkuResponse(val capacity: Int? = null, val family: String? = null, val name: String, val size: String? = null, val tier: String? = null)

The resource model definition representing SKU

Link copied to clipboard
data class SystemDataResponse(val createdAt: String? = null, val createdBy: String? = null, val createdByType: String? = null, val lastModifiedAt: String? = null, val lastModifiedBy: String? = null, val lastModifiedByType: String? = null)

Metadata pertaining to creation and last modification of the resource.