azure-native-v2.community.CommunityTraining
Explore with Pulumi AI
A CommunityProviderHub resource Azure REST API version: 2023-11-01.
Create CommunityTraining Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new CommunityTraining(name: string, args: CommunityTrainingArgs, opts?: CustomResourceOptions);
@overload
def CommunityTraining(resource_name: str,
args: CommunityTrainingArgs,
opts: Optional[ResourceOptions] = None)
@overload
def CommunityTraining(resource_name: str,
opts: Optional[ResourceOptions] = None,
disaster_recovery_enabled: Optional[bool] = None,
identity_configuration: Optional[IdentityConfigurationPropertiesArgs] = None,
portal_admin_email_address: Optional[str] = None,
portal_name: Optional[str] = None,
portal_owner_email_address: Optional[str] = None,
portal_owner_organization_name: Optional[str] = None,
resource_group_name: Optional[str] = None,
zone_redundancy_enabled: Optional[bool] = None,
community_training_name: Optional[str] = None,
location: Optional[str] = None,
sku: Optional[SkuArgs] = None,
tags: Optional[Mapping[str, str]] = None)
func NewCommunityTraining(ctx *Context, name string, args CommunityTrainingArgs, opts ...ResourceOption) (*CommunityTraining, error)
public CommunityTraining(string name, CommunityTrainingArgs args, CustomResourceOptions? opts = null)
public CommunityTraining(String name, CommunityTrainingArgs args)
public CommunityTraining(String name, CommunityTrainingArgs args, CustomResourceOptions options)
type: azure-native:community:CommunityTraining
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
Parameters
- name
This property is required. string - The unique name of the resource.
- args
This property is required. CommunityTrainingArgs - The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- resource_name
This property is required. str - The unique name of the resource.
- args
This property is required. CommunityTrainingArgs - The arguments to resource properties.
- opts ResourceOptions
- Bag of options to control resource's behavior.
- ctx Context
- Context object for the current deployment.
- name
This property is required. string - The unique name of the resource.
- args
This property is required. CommunityTrainingArgs - The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name
This property is required. string - The unique name of the resource.
- args
This property is required. CommunityTrainingArgs - The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name
This property is required. String - The unique name of the resource.
- args
This property is required. CommunityTrainingArgs - The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
Constructor example
The following reference example uses placeholder values for all input properties.
var communityTrainingResource = new AzureNative.Community.CommunityTraining("communityTrainingResource", new()
{
DisasterRecoveryEnabled = false,
IdentityConfiguration =
{
{ "clientId", "string" },
{ "clientSecret", "string" },
{ "domainName", "string" },
{ "identityType", "string" },
{ "tenantId", "string" },
{ "b2cAuthenticationPolicy", "string" },
{ "b2cPasswordResetPolicy", "string" },
{ "customLoginParameters", "string" },
{ "teamsEnabled", false },
},
PortalAdminEmailAddress = "string",
PortalName = "string",
PortalOwnerEmailAddress = "string",
PortalOwnerOrganizationName = "string",
ResourceGroupName = "string",
ZoneRedundancyEnabled = false,
CommunityTrainingName = "string",
Location = "string",
Sku =
{
{ "name", "string" },
{ "capacity", 0 },
{ "family", "string" },
{ "size", "string" },
{ "tier", "Free" },
},
Tags =
{
{ "string", "string" },
},
});
example, err := community.NewCommunityTraining(ctx, "communityTrainingResource", &community.CommunityTrainingArgs{
DisasterRecoveryEnabled: false,
IdentityConfiguration: map[string]interface{}{
"clientId": "string",
"clientSecret": "string",
"domainName": "string",
"identityType": "string",
"tenantId": "string",
"b2cAuthenticationPolicy": "string",
"b2cPasswordResetPolicy": "string",
"customLoginParameters": "string",
"teamsEnabled": false,
},
PortalAdminEmailAddress: "string",
PortalName: "string",
PortalOwnerEmailAddress: "string",
PortalOwnerOrganizationName: "string",
ResourceGroupName: "string",
ZoneRedundancyEnabled: false,
CommunityTrainingName: "string",
Location: "string",
Sku: map[string]interface{}{
"name": "string",
"capacity": 0,
"family": "string",
"size": "string",
"tier": "Free",
},
Tags: map[string]interface{}{
"string": "string",
},
})
var communityTrainingResource = new CommunityTraining("communityTrainingResource", CommunityTrainingArgs.builder()
.disasterRecoveryEnabled(false)
.identityConfiguration(%!v(PANIC=Format method: runtime error: invalid memory address or nil pointer dereference))
.portalAdminEmailAddress("string")
.portalName("string")
.portalOwnerEmailAddress("string")
.portalOwnerOrganizationName("string")
.resourceGroupName("string")
.zoneRedundancyEnabled(false)
.communityTrainingName("string")
.location("string")
.sku(%!v(PANIC=Format method: runtime error: invalid memory address or nil pointer dereference))
.tags(%!v(PANIC=Format method: runtime error: invalid memory address or nil pointer dereference))
.build());
community_training_resource = azure_native.community.CommunityTraining("communityTrainingResource",
disaster_recovery_enabled=False,
identity_configuration={
clientId: string,
clientSecret: string,
domainName: string,
identityType: string,
tenantId: string,
b2cAuthenticationPolicy: string,
b2cPasswordResetPolicy: string,
customLoginParameters: string,
teamsEnabled: False,
},
portal_admin_email_address=string,
portal_name=string,
portal_owner_email_address=string,
portal_owner_organization_name=string,
resource_group_name=string,
zone_redundancy_enabled=False,
community_training_name=string,
location=string,
sku={
name: string,
capacity: 0,
family: string,
size: string,
tier: Free,
},
tags={
string: string,
})
const communityTrainingResource = new azure_native.community.CommunityTraining("communityTrainingResource", {
disasterRecoveryEnabled: false,
identityConfiguration: {
clientId: "string",
clientSecret: "string",
domainName: "string",
identityType: "string",
tenantId: "string",
b2cAuthenticationPolicy: "string",
b2cPasswordResetPolicy: "string",
customLoginParameters: "string",
teamsEnabled: false,
},
portalAdminEmailAddress: "string",
portalName: "string",
portalOwnerEmailAddress: "string",
portalOwnerOrganizationName: "string",
resourceGroupName: "string",
zoneRedundancyEnabled: false,
communityTrainingName: "string",
location: "string",
sku: {
name: "string",
capacity: 0,
family: "string",
size: "string",
tier: "Free",
},
tags: {
string: "string",
},
});
type: azure-native:community:CommunityTraining
properties:
communityTrainingName: string
disasterRecoveryEnabled: false
identityConfiguration:
b2cAuthenticationPolicy: string
b2cPasswordResetPolicy: string
clientId: string
clientSecret: string
customLoginParameters: string
domainName: string
identityType: string
teamsEnabled: false
tenantId: string
location: string
portalAdminEmailAddress: string
portalName: string
portalOwnerEmailAddress: string
portalOwnerOrganizationName: string
resourceGroupName: string
sku:
capacity: 0
family: string
name: string
size: string
tier: Free
tags:
string: string
zoneRedundancyEnabled: false
CommunityTraining Resource Properties
To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.
Inputs
In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.
The CommunityTraining resource accepts the following input properties:
- Disaster
Recovery Enabled This property is required. Changes to this property will trigger replacement.
- To indicate whether the Community Training instance has Disaster Recovery enabled
- Identity
Configuration This property is required. Pulumi.Azure Native. Community. Inputs. Identity Configuration Properties - The identity configuration of the Community Training resource
- Portal
Admin Email Address This property is required. Changes to this property will trigger replacement.
- The email address of the portal admin
- Portal
Name This property is required. Changes to this property will trigger replacement.
- The portal name (website name) of the Community Training instance
- Portal
Owner Email Address This property is required. Changes to this property will trigger replacement.
- The email address of the portal owner. Will be used as the primary contact
- Portal
Owner Organization Name This property is required. Changes to this property will trigger replacement.
- The organization name of the portal owner
- Resource
Group Name This property is required. Changes to this property will trigger replacement.
- The name of the resource group. The name is case insensitive.
- Zone
Redundancy Enabled This property is required. Changes to this property will trigger replacement.
- To indicate whether the Community Training instance has Zone Redundancy enabled
- Community
Training Name Changes to this property will trigger replacement.
- The name of the Community Training Resource
- Location
Changes to this property will trigger replacement.
- The geo-location where the resource lives
- Sku
Pulumi.
Azure Native. Community. Inputs. Sku - The SKU (Stock Keeping Unit) assigned to this resource.
- Dictionary<string, string>
- Resource tags.
- Disaster
Recovery Enabled This property is required. Changes to this property will trigger replacement.
- To indicate whether the Community Training instance has Disaster Recovery enabled
- Identity
Configuration This property is required. IdentityConfiguration Properties Args - The identity configuration of the Community Training resource
- Portal
Admin Email Address This property is required. Changes to this property will trigger replacement.
- The email address of the portal admin
- Portal
Name This property is required. Changes to this property will trigger replacement.
- The portal name (website name) of the Community Training instance
- Portal
Owner Email Address This property is required. Changes to this property will trigger replacement.
- The email address of the portal owner. Will be used as the primary contact
- Portal
Owner Organization Name This property is required. Changes to this property will trigger replacement.
- The organization name of the portal owner
- Resource
Group Name This property is required. Changes to this property will trigger replacement.
- The name of the resource group. The name is case insensitive.
- Zone
Redundancy Enabled This property is required. Changes to this property will trigger replacement.
- To indicate whether the Community Training instance has Zone Redundancy enabled
- Community
Training Name Changes to this property will trigger replacement.
- The name of the Community Training Resource
- Location
Changes to this property will trigger replacement.
- The geo-location where the resource lives
- Sku
Sku
Args - The SKU (Stock Keeping Unit) assigned to this resource.
- map[string]string
- Resource tags.
- disaster
Recovery Enabled This property is required. Changes to this property will trigger replacement.
- To indicate whether the Community Training instance has Disaster Recovery enabled
- identity
Configuration This property is required. IdentityConfiguration Properties - The identity configuration of the Community Training resource
- portal
Admin Email Address This property is required. Changes to this property will trigger replacement.
- The email address of the portal admin
- portal
Name This property is required. Changes to this property will trigger replacement.
- The portal name (website name) of the Community Training instance
- portal
Owner Email Address This property is required. Changes to this property will trigger replacement.
- The email address of the portal owner. Will be used as the primary contact
- portal
Owner Organization Name This property is required. Changes to this property will trigger replacement.
- The organization name of the portal owner
- resource
Group Name This property is required. Changes to this property will trigger replacement.
- The name of the resource group. The name is case insensitive.
- zone
Redundancy Enabled This property is required. Changes to this property will trigger replacement.
- To indicate whether the Community Training instance has Zone Redundancy enabled
- community
Training Name Changes to this property will trigger replacement.
- The name of the Community Training Resource
- location
Changes to this property will trigger replacement.
- The geo-location where the resource lives
- sku Sku
- The SKU (Stock Keeping Unit) assigned to this resource.
- Map<String,String>
- Resource tags.
- disaster
Recovery Enabled This property is required. Changes to this property will trigger replacement.
- To indicate whether the Community Training instance has Disaster Recovery enabled
- identity
Configuration This property is required. IdentityConfiguration Properties - The identity configuration of the Community Training resource
- portal
Admin Email Address This property is required. Changes to this property will trigger replacement.
- The email address of the portal admin
- portal
Name This property is required. Changes to this property will trigger replacement.
- The portal name (website name) of the Community Training instance
- portal
Owner Email Address This property is required. Changes to this property will trigger replacement.
- The email address of the portal owner. Will be used as the primary contact
- portal
Owner Organization Name This property is required. Changes to this property will trigger replacement.
- The organization name of the portal owner
- resource
Group Name This property is required. Changes to this property will trigger replacement.
- The name of the resource group. The name is case insensitive.
- zone
Redundancy Enabled This property is required. Changes to this property will trigger replacement.
- To indicate whether the Community Training instance has Zone Redundancy enabled
- community
Training Name Changes to this property will trigger replacement.
- The name of the Community Training Resource
- location
Changes to this property will trigger replacement.
- The geo-location where the resource lives
- sku Sku
- The SKU (Stock Keeping Unit) assigned to this resource.
- {[key: string]: string}
- Resource tags.
- disaster_
recovery_ enabled This property is required. Changes to this property will trigger replacement.
- To indicate whether the Community Training instance has Disaster Recovery enabled
- identity_
configuration This property is required. IdentityConfiguration Properties Args - The identity configuration of the Community Training resource
- portal_
admin_ email_ address This property is required. Changes to this property will trigger replacement.
- The email address of the portal admin
- portal_
name This property is required. Changes to this property will trigger replacement.
- The portal name (website name) of the Community Training instance
- portal_
owner_ email_ address This property is required. Changes to this property will trigger replacement.
- The email address of the portal owner. Will be used as the primary contact
- portal_
owner_ organization_ name This property is required. Changes to this property will trigger replacement.
- The organization name of the portal owner
- resource_
group_ name This property is required. Changes to this property will trigger replacement.
- The name of the resource group. The name is case insensitive.
- zone_
redundancy_ enabled This property is required. Changes to this property will trigger replacement.
- To indicate whether the Community Training instance has Zone Redundancy enabled
- community_
training_ name Changes to this property will trigger replacement.
- The name of the Community Training Resource
- location
Changes to this property will trigger replacement.
- The geo-location where the resource lives
- sku
Sku
Args - The SKU (Stock Keeping Unit) assigned to this resource.
- Mapping[str, str]
- Resource tags.
- disaster
Recovery Enabled This property is required. Changes to this property will trigger replacement.
- To indicate whether the Community Training instance has Disaster Recovery enabled
- identity
Configuration This property is required. Property Map - The identity configuration of the Community Training resource
- portal
Admin Email Address This property is required. Changes to this property will trigger replacement.
- The email address of the portal admin
- portal
Name This property is required. Changes to this property will trigger replacement.
- The portal name (website name) of the Community Training instance
- portal
Owner Email Address This property is required. Changes to this property will trigger replacement.
- The email address of the portal owner. Will be used as the primary contact
- portal
Owner Organization Name This property is required. Changes to this property will trigger replacement.
- The organization name of the portal owner
- resource
Group Name This property is required. Changes to this property will trigger replacement.
- The name of the resource group. The name is case insensitive.
- zone
Redundancy Enabled This property is required. Changes to this property will trigger replacement.
- To indicate whether the Community Training instance has Zone Redundancy enabled
- community
Training Name Changes to this property will trigger replacement.
- The name of the Community Training Resource
- location
Changes to this property will trigger replacement.
- The geo-location where the resource lives
- sku Property Map
- The SKU (Stock Keeping Unit) assigned to this resource.
- Map<String>
- Resource tags.
Outputs
All input properties are implicitly available as output properties. Additionally, the CommunityTraining resource produces the following output properties:
- Id string
- The provider-assigned unique ID for this managed resource.
- Name string
- The name of the resource
- Provisioning
State string - The status of the last operation.
- System
Data Pulumi.Azure Native. Community. Outputs. System Data Response - Azure Resource Manager metadata containing createdBy and modifiedBy information.
- Type string
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- Id string
- The provider-assigned unique ID for this managed resource.
- Name string
- The name of the resource
- Provisioning
State string - The status of the last operation.
- System
Data SystemData Response - Azure Resource Manager metadata containing createdBy and modifiedBy information.
- Type string
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- id String
- The provider-assigned unique ID for this managed resource.
- name String
- The name of the resource
- provisioning
State String - The status of the last operation.
- system
Data SystemData Response - Azure Resource Manager metadata containing createdBy and modifiedBy information.
- type String
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- id string
- The provider-assigned unique ID for this managed resource.
- name string
- The name of the resource
- provisioning
State string - The status of the last operation.
- system
Data SystemData Response - Azure Resource Manager metadata containing createdBy and modifiedBy information.
- type string
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- id str
- The provider-assigned unique ID for this managed resource.
- name str
- The name of the resource
- provisioning_
state str - The status of the last operation.
- system_
data SystemData Response - Azure Resource Manager metadata containing createdBy and modifiedBy information.
- type str
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- id String
- The provider-assigned unique ID for this managed resource.
- name String
- The name of the resource
- provisioning
State String - The status of the last operation.
- system
Data Property Map - Azure Resource Manager metadata containing createdBy and modifiedBy information.
- type String
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
Supporting Types
IdentityConfigurationProperties, IdentityConfigurationPropertiesArgs
- Client
Id This property is required. string - The clientId of the application registered in the selected identity provider for the Community Training Resource
- Client
Secret This property is required. string - The client secret of the application registered in the selected identity provider for the Community Training Resource
- Domain
Name This property is required. string - The domain name of the selected identity provider for the Community Training Resource
- Identity
Type This property is required. string - The identity type of the Community Training Resource
- Tenant
Id This property is required. string - The tenantId of the selected identity provider for the Community Training Resource
- B2c
Authentication stringPolicy - The name of the authentication policy registered in ADB2C for the Community Training Resource
- B2c
Password stringReset Policy - The name of the password reset policy registered in ADB2C for the Community Training Resource
- Custom
Login stringParameters - The custom login parameters for the Community Training Resource
- Teams
Enabled bool - To indicate whether the Community Training Resource has Teams enabled
- Client
Id This property is required. string - The clientId of the application registered in the selected identity provider for the Community Training Resource
- Client
Secret This property is required. string - The client secret of the application registered in the selected identity provider for the Community Training Resource
- Domain
Name This property is required. string - The domain name of the selected identity provider for the Community Training Resource
- Identity
Type This property is required. string - The identity type of the Community Training Resource
- Tenant
Id This property is required. string - The tenantId of the selected identity provider for the Community Training Resource
- B2c
Authentication stringPolicy - The name of the authentication policy registered in ADB2C for the Community Training Resource
- B2c
Password stringReset Policy - The name of the password reset policy registered in ADB2C for the Community Training Resource
- Custom
Login stringParameters - The custom login parameters for the Community Training Resource
- Teams
Enabled bool - To indicate whether the Community Training Resource has Teams enabled
- client
Id This property is required. String - The clientId of the application registered in the selected identity provider for the Community Training Resource
- client
Secret This property is required. String - The client secret of the application registered in the selected identity provider for the Community Training Resource
- domain
Name This property is required. String - The domain name of the selected identity provider for the Community Training Resource
- identity
Type This property is required. String - The identity type of the Community Training Resource
- tenant
Id This property is required. String - The tenantId of the selected identity provider for the Community Training Resource
- b2c
Authentication StringPolicy - The name of the authentication policy registered in ADB2C for the Community Training Resource
- b2c
Password StringReset Policy - The name of the password reset policy registered in ADB2C for the Community Training Resource
- custom
Login StringParameters - The custom login parameters for the Community Training Resource
- teams
Enabled Boolean - To indicate whether the Community Training Resource has Teams enabled
- client
Id This property is required. string - The clientId of the application registered in the selected identity provider for the Community Training Resource
- client
Secret This property is required. string - The client secret of the application registered in the selected identity provider for the Community Training Resource
- domain
Name This property is required. string - The domain name of the selected identity provider for the Community Training Resource
- identity
Type This property is required. string - The identity type of the Community Training Resource
- tenant
Id This property is required. string - The tenantId of the selected identity provider for the Community Training Resource
- b2c
Authentication stringPolicy - The name of the authentication policy registered in ADB2C for the Community Training Resource
- b2c
Password stringReset Policy - The name of the password reset policy registered in ADB2C for the Community Training Resource
- custom
Login stringParameters - The custom login parameters for the Community Training Resource
- teams
Enabled boolean - To indicate whether the Community Training Resource has Teams enabled
- client_
id This property is required. str - The clientId of the application registered in the selected identity provider for the Community Training Resource
- client_
secret This property is required. str - The client secret of the application registered in the selected identity provider for the Community Training Resource
- domain_
name This property is required. str - The domain name of the selected identity provider for the Community Training Resource
- identity_
type This property is required. str - The identity type of the Community Training Resource
- tenant_
id This property is required. str - The tenantId of the selected identity provider for the Community Training Resource
- b2c_
authentication_ strpolicy - The name of the authentication policy registered in ADB2C for the Community Training Resource
- b2c_
password_ strreset_ policy - The name of the password reset policy registered in ADB2C for the Community Training Resource
- custom_
login_ strparameters - The custom login parameters for the Community Training Resource
- teams_
enabled bool - To indicate whether the Community Training Resource has Teams enabled
- client
Id This property is required. String - The clientId of the application registered in the selected identity provider for the Community Training Resource
- client
Secret This property is required. String - The client secret of the application registered in the selected identity provider for the Community Training Resource
- domain
Name This property is required. String - The domain name of the selected identity provider for the Community Training Resource
- identity
Type This property is required. String - The identity type of the Community Training Resource
- tenant
Id This property is required. String - The tenantId of the selected identity provider for the Community Training Resource
- b2c
Authentication StringPolicy - The name of the authentication policy registered in ADB2C for the Community Training Resource
- b2c
Password StringReset Policy - The name of the password reset policy registered in ADB2C for the Community Training Resource
- custom
Login StringParameters - The custom login parameters for the Community Training Resource
- teams
Enabled Boolean - To indicate whether the Community Training Resource has Teams enabled
IdentityConfigurationPropertiesResponse, IdentityConfigurationPropertiesResponseArgs
- Client
Id This property is required. string - The clientId of the application registered in the selected identity provider for the Community Training Resource
- Client
Secret This property is required. string - The client secret of the application registered in the selected identity provider for the Community Training Resource
- Domain
Name This property is required. string - The domain name of the selected identity provider for the Community Training Resource
- Identity
Type This property is required. string - The identity type of the Community Training Resource
- Tenant
Id This property is required. string - The tenantId of the selected identity provider for the Community Training Resource
- B2c
Authentication stringPolicy - The name of the authentication policy registered in ADB2C for the Community Training Resource
- B2c
Password stringReset Policy - The name of the password reset policy registered in ADB2C for the Community Training Resource
- Custom
Login stringParameters - The custom login parameters for the Community Training Resource
- Teams
Enabled bool - To indicate whether the Community Training Resource has Teams enabled
- Client
Id This property is required. string - The clientId of the application registered in the selected identity provider for the Community Training Resource
- Client
Secret This property is required. string - The client secret of the application registered in the selected identity provider for the Community Training Resource
- Domain
Name This property is required. string - The domain name of the selected identity provider for the Community Training Resource
- Identity
Type This property is required. string - The identity type of the Community Training Resource
- Tenant
Id This property is required. string - The tenantId of the selected identity provider for the Community Training Resource
- B2c
Authentication stringPolicy - The name of the authentication policy registered in ADB2C for the Community Training Resource
- B2c
Password stringReset Policy - The name of the password reset policy registered in ADB2C for the Community Training Resource
- Custom
Login stringParameters - The custom login parameters for the Community Training Resource
- Teams
Enabled bool - To indicate whether the Community Training Resource has Teams enabled
- client
Id This property is required. String - The clientId of the application registered in the selected identity provider for the Community Training Resource
- client
Secret This property is required. String - The client secret of the application registered in the selected identity provider for the Community Training Resource
- domain
Name This property is required. String - The domain name of the selected identity provider for the Community Training Resource
- identity
Type This property is required. String - The identity type of the Community Training Resource
- tenant
Id This property is required. String - The tenantId of the selected identity provider for the Community Training Resource
- b2c
Authentication StringPolicy - The name of the authentication policy registered in ADB2C for the Community Training Resource
- b2c
Password StringReset Policy - The name of the password reset policy registered in ADB2C for the Community Training Resource
- custom
Login StringParameters - The custom login parameters for the Community Training Resource
- teams
Enabled Boolean - To indicate whether the Community Training Resource has Teams enabled
- client
Id This property is required. string - The clientId of the application registered in the selected identity provider for the Community Training Resource
- client
Secret This property is required. string - The client secret of the application registered in the selected identity provider for the Community Training Resource
- domain
Name This property is required. string - The domain name of the selected identity provider for the Community Training Resource
- identity
Type This property is required. string - The identity type of the Community Training Resource
- tenant
Id This property is required. string - The tenantId of the selected identity provider for the Community Training Resource
- b2c
Authentication stringPolicy - The name of the authentication policy registered in ADB2C for the Community Training Resource
- b2c
Password stringReset Policy - The name of the password reset policy registered in ADB2C for the Community Training Resource
- custom
Login stringParameters - The custom login parameters for the Community Training Resource
- teams
Enabled boolean - To indicate whether the Community Training Resource has Teams enabled
- client_
id This property is required. str - The clientId of the application registered in the selected identity provider for the Community Training Resource
- client_
secret This property is required. str - The client secret of the application registered in the selected identity provider for the Community Training Resource
- domain_
name This property is required. str - The domain name of the selected identity provider for the Community Training Resource
- identity_
type This property is required. str - The identity type of the Community Training Resource
- tenant_
id This property is required. str - The tenantId of the selected identity provider for the Community Training Resource
- b2c_
authentication_ strpolicy - The name of the authentication policy registered in ADB2C for the Community Training Resource
- b2c_
password_ strreset_ policy - The name of the password reset policy registered in ADB2C for the Community Training Resource
- custom_
login_ strparameters - The custom login parameters for the Community Training Resource
- teams_
enabled bool - To indicate whether the Community Training Resource has Teams enabled
- client
Id This property is required. String - The clientId of the application registered in the selected identity provider for the Community Training Resource
- client
Secret This property is required. String - The client secret of the application registered in the selected identity provider for the Community Training Resource
- domain
Name This property is required. String - The domain name of the selected identity provider for the Community Training Resource
- identity
Type This property is required. String - The identity type of the Community Training Resource
- tenant
Id This property is required. String - The tenantId of the selected identity provider for the Community Training Resource
- b2c
Authentication StringPolicy - The name of the authentication policy registered in ADB2C for the Community Training Resource
- b2c
Password StringReset Policy - The name of the password reset policy registered in ADB2C for the Community Training Resource
- custom
Login StringParameters - The custom login parameters for the Community Training Resource
- teams
Enabled Boolean - To indicate whether the Community Training Resource has Teams enabled
Sku, SkuArgs
- Name
This property is required. string - The name of the SKU. Ex - P3. It is typically a letter+number code
- Capacity int
- If the SKU supports scale out/in then the capacity integer should be included. If scale out/in is not possible for the resource this may be omitted.
- Family string
- If the service has different generations of hardware, for the same SKU, then that can be captured here.
- Size string
- The SKU size. When the name field is the combination of tier and some other value, this would be the standalone code.
- Tier
Pulumi.
Azure Native. Community. Sku Tier - This field is required to be implemented by the Resource Provider if the service has more than one tier, but is not required on a PUT.
- Name
This property is required. string - The name of the SKU. Ex - P3. It is typically a letter+number code
- Capacity int
- If the SKU supports scale out/in then the capacity integer should be included. If scale out/in is not possible for the resource this may be omitted.
- Family string
- If the service has different generations of hardware, for the same SKU, then that can be captured here.
- Size string
- The SKU size. When the name field is the combination of tier and some other value, this would be the standalone code.
- Tier
Sku
Tier - This field is required to be implemented by the Resource Provider if the service has more than one tier, but is not required on a PUT.
- name
This property is required. String - The name of the SKU. Ex - P3. It is typically a letter+number code
- capacity Integer
- If the SKU supports scale out/in then the capacity integer should be included. If scale out/in is not possible for the resource this may be omitted.
- family String
- If the service has different generations of hardware, for the same SKU, then that can be captured here.
- size String
- The SKU size. When the name field is the combination of tier and some other value, this would be the standalone code.
- tier
Sku
Tier - This field is required to be implemented by the Resource Provider if the service has more than one tier, but is not required on a PUT.
- name
This property is required. string - The name of the SKU. Ex - P3. It is typically a letter+number code
- capacity number
- If the SKU supports scale out/in then the capacity integer should be included. If scale out/in is not possible for the resource this may be omitted.
- family string
- If the service has different generations of hardware, for the same SKU, then that can be captured here.
- size string
- The SKU size. When the name field is the combination of tier and some other value, this would be the standalone code.
- tier
Sku
Tier - This field is required to be implemented by the Resource Provider if the service has more than one tier, but is not required on a PUT.
- name
This property is required. str - The name of the SKU. Ex - P3. It is typically a letter+number code
- capacity int
- If the SKU supports scale out/in then the capacity integer should be included. If scale out/in is not possible for the resource this may be omitted.
- family str
- If the service has different generations of hardware, for the same SKU, then that can be captured here.
- size str
- The SKU size. When the name field is the combination of tier and some other value, this would be the standalone code.
- tier
Sku
Tier - This field is required to be implemented by the Resource Provider if the service has more than one tier, but is not required on a PUT.
- name
This property is required. String - The name of the SKU. Ex - P3. It is typically a letter+number code
- capacity Number
- If the SKU supports scale out/in then the capacity integer should be included. If scale out/in is not possible for the resource this may be omitted.
- family String
- If the service has different generations of hardware, for the same SKU, then that can be captured here.
- size String
- The SKU size. When the name field is the combination of tier and some other value, this would be the standalone code.
- tier "Free" | "Basic" | "Standard" | "Premium"
- This field is required to be implemented by the Resource Provider if the service has more than one tier, but is not required on a PUT.
SkuResponse, SkuResponseArgs
- Name
This property is required. string - The name of the SKU. Ex - P3. It is typically a letter+number code
- Capacity int
- If the SKU supports scale out/in then the capacity integer should be included. If scale out/in is not possible for the resource this may be omitted.
- Family string
- If the service has different generations of hardware, for the same SKU, then that can be captured here.
- Size string
- The SKU size. When the name field is the combination of tier and some other value, this would be the standalone code.
- Tier string
- This field is required to be implemented by the Resource Provider if the service has more than one tier, but is not required on a PUT.
- Name
This property is required. string - The name of the SKU. Ex - P3. It is typically a letter+number code
- Capacity int
- If the SKU supports scale out/in then the capacity integer should be included. If scale out/in is not possible for the resource this may be omitted.
- Family string
- If the service has different generations of hardware, for the same SKU, then that can be captured here.
- Size string
- The SKU size. When the name field is the combination of tier and some other value, this would be the standalone code.
- Tier string
- This field is required to be implemented by the Resource Provider if the service has more than one tier, but is not required on a PUT.
- name
This property is required. String - The name of the SKU. Ex - P3. It is typically a letter+number code
- capacity Integer
- If the SKU supports scale out/in then the capacity integer should be included. If scale out/in is not possible for the resource this may be omitted.
- family String
- If the service has different generations of hardware, for the same SKU, then that can be captured here.
- size String
- The SKU size. When the name field is the combination of tier and some other value, this would be the standalone code.
- tier String
- This field is required to be implemented by the Resource Provider if the service has more than one tier, but is not required on a PUT.
- name
This property is required. string - The name of the SKU. Ex - P3. It is typically a letter+number code
- capacity number
- If the SKU supports scale out/in then the capacity integer should be included. If scale out/in is not possible for the resource this may be omitted.
- family string
- If the service has different generations of hardware, for the same SKU, then that can be captured here.
- size string
- The SKU size. When the name field is the combination of tier and some other value, this would be the standalone code.
- tier string
- This field is required to be implemented by the Resource Provider if the service has more than one tier, but is not required on a PUT.
- name
This property is required. str - The name of the SKU. Ex - P3. It is typically a letter+number code
- capacity int
- If the SKU supports scale out/in then the capacity integer should be included. If scale out/in is not possible for the resource this may be omitted.
- family str
- If the service has different generations of hardware, for the same SKU, then that can be captured here.
- size str
- The SKU size. When the name field is the combination of tier and some other value, this would be the standalone code.
- tier str
- This field is required to be implemented by the Resource Provider if the service has more than one tier, but is not required on a PUT.
- name
This property is required. String - The name of the SKU. Ex - P3. It is typically a letter+number code
- capacity Number
- If the SKU supports scale out/in then the capacity integer should be included. If scale out/in is not possible for the resource this may be omitted.
- family String
- If the service has different generations of hardware, for the same SKU, then that can be captured here.
- size String
- The SKU size. When the name field is the combination of tier and some other value, this would be the standalone code.
- tier String
- This field is required to be implemented by the Resource Provider if the service has more than one tier, but is not required on a PUT.
SkuTier, SkuTierArgs
- Free
- Free
- Basic
- Basic
- Standard
- Standard
- Premium
- Premium
- Sku
Tier Free - Free
- Sku
Tier Basic - Basic
- Sku
Tier Standard - Standard
- Sku
Tier Premium - Premium
- Free
- Free
- Basic
- Basic
- Standard
- Standard
- Premium
- Premium
- Free
- Free
- Basic
- Basic
- Standard
- Standard
- Premium
- Premium
- FREE
- Free
- BASIC
- Basic
- STANDARD
- Standard
- PREMIUM
- Premium
- "Free"
- Free
- "Basic"
- Basic
- "Standard"
- Standard
- "Premium"
- Premium
SystemDataResponse, SystemDataResponseArgs
- Created
At string - The timestamp of resource creation (UTC).
- Created
By string - The identity that created the resource.
- Created
By stringType - The type of identity that created the resource.
- Last
Modified stringAt - The timestamp of resource last modification (UTC)
- Last
Modified stringBy - The identity that last modified the resource.
- Last
Modified stringBy Type - The type of identity that last modified the resource.
- Created
At string - The timestamp of resource creation (UTC).
- Created
By string - The identity that created the resource.
- Created
By stringType - The type of identity that created the resource.
- Last
Modified stringAt - The timestamp of resource last modification (UTC)
- Last
Modified stringBy - The identity that last modified the resource.
- Last
Modified stringBy Type - The type of identity that last modified the resource.
- created
At String - The timestamp of resource creation (UTC).
- created
By String - The identity that created the resource.
- created
By StringType - The type of identity that created the resource.
- last
Modified StringAt - The timestamp of resource last modification (UTC)
- last
Modified StringBy - The identity that last modified the resource.
- last
Modified StringBy Type - The type of identity that last modified the resource.
- created
At string - The timestamp of resource creation (UTC).
- created
By string - The identity that created the resource.
- created
By stringType - The type of identity that created the resource.
- last
Modified stringAt - The timestamp of resource last modification (UTC)
- last
Modified stringBy - The identity that last modified the resource.
- last
Modified stringBy Type - The type of identity that last modified the resource.
- created_
at str - The timestamp of resource creation (UTC).
- created_
by str - The identity that created the resource.
- created_
by_ strtype - The type of identity that created the resource.
- last_
modified_ strat - The timestamp of resource last modification (UTC)
- last_
modified_ strby - The identity that last modified the resource.
- last_
modified_ strby_ type - The type of identity that last modified the resource.
- created
At String - The timestamp of resource creation (UTC).
- created
By String - The identity that created the resource.
- created
By StringType - The type of identity that created the resource.
- last
Modified StringAt - The timestamp of resource last modification (UTC)
- last
Modified StringBy - The identity that last modified the resource.
- last
Modified StringBy Type - The type of identity that last modified the resource.
Import
An existing resource can be imported using its type token, name, and identifier, e.g.
$ pulumi import azure-native:community:CommunityTraining ctApplication /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Community/communityTrainings/{communityTrainingName}
To learn more about importing existing cloud resources, see Importing resources.
Package Details
- Repository
- azure-native-v2 pulumi/pulumi-azure-native
- License
- Apache-2.0