@lap v0.3
# Machine-readable API spec. Each @endpoint block is one API call.
@api Security Center
@base https://management.azure.com
@version 2017-08-01-preview
@auth OAuth2
@endpoints 3
@toc {scope}(3)

@endpoint GET /{scope}/providers/Microsoft.Security/informationProtectionPolicies/{informationProtectionPolicyName}
@desc Details of the information protection policy.
@required {informationProtectionPolicyName: any # Name of the information protection policy.}
@returns(200) OK

@endpoint PUT /{scope}/providers/Microsoft.Security/informationProtectionPolicies/{informationProtectionPolicyName}
@desc Details of the information protection policy.
@required {informationProtectionPolicyName: any # Name of the information protection policy., informationProtectionPolicy: map # Information protection policy.}
@returns(200) OK
@returns(201) Created

@endpoint GET /{scope}/providers/Microsoft.Security/informationProtectionPolicies
@desc Information protection policies of a specific management group.
@returns(200) OK

@end
