Method: policies.set
تعمل هذه السياسة على ضبط سياسة التحكّم بالوصول على المورد المحدّد. استبدال أي سياسة حالية.
طلب HTTP
POST https://sasportal.googleapis.com/v1alpha1/policies:set
يستخدم عنوان URL بنية gRPC Transcoding.
نص الطلب
يحتوي نص الطلب على بيانات بالبنية التالية:
تمثيل JSON |
{
"resource": string,
"policy": {
object (Policy )
},
"disableNotification": boolean
} |
الحقول |
resource |
string
مطلوبة. المورد الذي يتم تحديد السياسة له. تحل هذه السياسة محل أيّ سياسة حالية.
|
policy |
object (Policy )
مطلوبة. السياسة التي سيتم تطبيقها على resource
|
disableNotification |
boolean
اختياريّ. اضبط الحقل على true لإيقاف إشعار الإعداد.
|
نص الاستجابة
إذا كانت الاستجابة ناجحة، يحتوي نص الاستجابة على مثال Policy
.
نطاقات التفويض
يجب توفير نطاق OAuth التالي:
https://www.googleapis.com/auth/sasportal
إنّ محتوى هذه الصفحة مرخّص بموجب ترخيص Creative Commons Attribution 4.0 ما لم يُنصّ على خلاف ذلك، ونماذج الرموز مرخّصة بموجب ترخيص Apache 2.0. للاطّلاع على التفاصيل، يُرجى مراجعة سياسات موقع Google Developers. إنّ Java هي علامة تجارية مسجَّلة لشركة Oracle و/أو شركائها التابعين.
تاريخ التعديل الأخير: 2022-11-02 (حسب التوقيت العالمي المتفَّق عليه)
[null,null,["تاريخ التعديل الأخير: 2022-11-02 (حسب التوقيت العالمي المتفَّق عليه)"],[[["Sets the access control policy on a specified resource, replacing any existing policy."],["The request body requires the resource, the policy to be applied, and optionally allows disabling onboarding notifications."],["A successful response returns the applied policy."],["Utilizes the `https://www.googleapis.com/auth/sasportal` OAuth scope for authorization."]]],["The core function is to set an access control policy on a resource via a `POST` HTTP request to `https://sasportal.googleapis.com/v1alpha1/policies:set`. The request body, in JSON format, requires a `resource` string and a `policy` object. Optionally, `disableNotification` can be set to `true`. A successful request returns a `Policy` instance. This process requires the `https://www.googleapis.com/auth/sasportal` OAuth scope. Existing policies are replaced.\n"]]