Microsoft.Security 설정 2019-01-01
Bicep 리소스 정의
설정 리소스 종류는 다음을 대상으로 하는 작업으로 배포할 수 있습니다.
- 구독 - 구독 배포 명령 참조
각 API 버전에서 변경된 속성 목록은 변경 로그참조하세요.
리소스 형식
Microsoft.Security/settings 리소스를 만들려면 템플릿에 다음 Bicep을 추가합니다.
resource symbolicname 'Microsoft.Security/settings@2019-01-01' = {
name: 'string'
kind: 'string'
// For remaining properties, see Microsoft.Security/settings objects
}
Microsoft.Security/settings 개체
종류 속성을 설정하여 개체 유형을 지정합니다.
dataExportSettings
{
kind: 'DataExportSettings'
properties: {
enabled: bool
}
}
속성 값
DataExportSettingProperties
이름 | 묘사 | 값 |
---|---|---|
사용 | 데이터 내보내기 설정을 사용할 수 있나요? | bool(필수) |
DataExportSettings
이름 | 묘사 | 값 |
---|---|---|
종류 | 설정 문자열의 종류(DataExportSettings) | 'DataExportSettings'(필수) |
속성 | 데이터 내보내기 설정 데이터 | DataExportSettingProperties |
Microsoft.Security/settings
이름 | 묘사 | 값 |
---|---|---|
종류 | DataExportSettings 형식에 대해 'DataExportSettings'로. | 'DataExportSettings'(필수) |
이름 | 리소스 이름 | 'MCAS' 'WDATP'(필수) |
ARM 템플릿 리소스 정의
설정 리소스 종류는 다음을 대상으로 하는 작업으로 배포할 수 있습니다.
- 구독 - 구독 배포 명령 참조
각 API 버전에서 변경된 속성 목록은 변경 로그참조하세요.
리소스 형식
Microsoft.Security/settings 리소스를 만들려면 템플릿에 다음 JSON을 추가합니다.
{
"name": "string",
"kind": "string"
// For remaining properties, see Microsoft.Security/settings objects
}
Microsoft.Security/settings 개체
종류 속성을 설정하여 개체 유형을 지정합니다.
dataExportSettings
{
"kind": "DataExportSettings",
"properties": {
"enabled": "bool"
}
}
속성 값
DataExportSettingProperties
이름 | 묘사 | 값 |
---|---|---|
사용 | 데이터 내보내기 설정을 사용할 수 있나요? | bool(필수) |
DataExportSettings
이름 | 묘사 | 값 |
---|---|---|
종류 | 설정 문자열의 종류(DataExportSettings) | 'DataExportSettings'(필수) |
속성 | 데이터 내보내기 설정 데이터 | DataExportSettingProperties |
Microsoft.Security/settings
이름 | 묘사 | 값 |
---|---|---|
apiVersion | api 버전 | '2019-01-01' |
종류 | DataExportSettings 형식에 대해 'DataExportSettings'로. | 'DataExportSettings'(필수) |
이름 | 리소스 이름 | 'MCAS' 'WDATP'(필수) |
형 | 리소스 종류 | 'Microsoft.Security/settings' |
Terraform(AzAPI 공급자) 리소스 정의
설정 리소스 종류는 다음을 대상으로 하는 작업으로 배포할 수 있습니다.
- 구독
각 API 버전에서 변경된 속성 목록은 변경 로그참조하세요.
리소스 형식
Microsoft.Security/settings 리소스를 만들려면 템플릿에 다음 Terraform을 추가합니다.
resource "azapi_resource" "symbolicname" {
name = "string"
kind = "string"
// For remaining properties, see Microsoft.Security/settings objects
}
Microsoft.Security/settings 개체
종류 속성을 설정하여 개체 유형을 지정합니다.
dataExportSettings
{
kind = "DataExportSettings"
properties = {
enabled = bool
}
}
속성 값
DataExportSettingProperties
이름 | 묘사 | 값 |
---|---|---|
사용 | 데이터 내보내기 설정을 사용할 수 있나요? | bool(필수) |
DataExportSettings
이름 | 묘사 | 값 |
---|---|---|
종류 | 설정 문자열의 종류(DataExportSettings) | 'DataExportSettings'(필수) |
속성 | 데이터 내보내기 설정 데이터 | DataExportSettingProperties |
Microsoft.Security/settings
이름 | 묘사 | 값 |
---|---|---|
종류 | DataExportSettings 형식에 대해 'DataExportSettings'로. | 'DataExportSettings'(필수) |
이름 | 리소스 이름 | 'MCAS' 'WDATP'(필수) |
형 | 리소스 종류 | "Microsoft.Security/settings@2019-01-01" |