Skip to content

Commit f710bec

Browse files
authored
Create Policy.php
1 parent 705e6da commit f710bec

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/Identity/v3/Models/Policy.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,9 @@ class Policy extends OperatorResource implements Creatable, Listable, Retrievabl
3232
/** @var string */
3333
public $userId;
3434

35+
protected $resourceKey = 'policy';
36+
protected $resourcesKey = 'policies';
37+
3538
protected $aliases = [
3639
'project_id' => 'projectId',
3740
'user_id' => 'userId'

0 commit comments

Comments
 (0)