principalType 복합 형식

Principal 요소에 대한 특성, 자식 요소 및 시퀀싱 정보를 정의합니다.

<xs:complexType name="principalType">
    <xs:all>
        <xs:element name="UserId"
            type="nonEmptyString"
            minOccurs="0"
         />
        <xs:element name="LogonType"
            type="logonType"
            minOccurs="0"
            maxOccurs="1"
         />
        <xs:element name="GroupId"
            type="nonEmptyString"
            minOccurs="0"
         />
        <xs:element name="DisplayName"
            type="string"
            minOccurs="0"
         />
        <xs:element name="RunLevel"
            type="runLevelType"
            minOccurs="0"
         />
        <xs:element name="ProcessTokenSidType"
            type="processTokenSidType"
            minOccurs="0"
            maxOccurs="1"
         />
        <xs:element name="RequiredPrivileges"
            type="requiredPrivilegesType"
            minOccurs="0"
         />
    </xs:all>
    <xs:attribute name="id"
        type="ID"
        use="optional"
     />
</xs:complexType>

자식 요소

요소 Type Description
DisplayName 문자열 작업 스케줄러 UI(사용자 인터페이스)에 표시되는 보안 주체의 이름을 지정합니다.
Groupid nonEmptyString 보안 주체와 연결된 작업을 실행하는 데 필요한 사용자 그룹의 식별자를 지정합니다.
LogonType logonType 보안 주체와 연결된 작업을 실행하는 데 필요한 보안 로그온 메서드를 지정합니다.
ProcessTokenSidType processTokenSidType 태스크에서 사용할 수 있는 SID(프로세스 보안 식별자) 유형을 지정합니다.
RequiredPrivileges requiredPrivilegesType 작업을 실행하는 데 필요한 권한을 지정합니다.
RunLevel runLevelType 작업이 실행될 사용 권한 수준을 지정합니다.
Userid nonEmptyString 보안 주체와 연결된 작업을 실행하는 데 필요한 사용자 식별자를 지정합니다.

특성

이름 형식 Description
id ID 보안 주체의 식별자를 지정합니다.

요구 사항

요구 사항
지원되는 최소 클라이언트
Windows 7 [데스크톱 앱만 해당]
지원되는 최소 서버
Windows Server 2008 R2 [데스크톱 앱만 해당]

추가 정보

작업 스케줄러 스키마 복합 형식

작업 Scheduler