BookmarkSubscribeRSS Feed
☑ This topic is solved. Need further help from the community? Please sign in and ask a new question.
Invisigoth
Calcite | Level 5

Hello all.

 

I have been asked to add, edit and disable rules in the Env Manager for Viya 4. 
The Object URIs look like Linux pathnames, ex: /authorization/rules
Some of these URIs end with an asterisk or two, ex: /authorization/rules/* and /authorization/rules/**

What do these asterisks mean?

Thanks.

1 ACCEPTED SOLUTION

Accepted Solutions
gwootton
SAS Super FREQ
An asterisk is a wild card. A single asterisk is any URI at a single path, e.g. /identites/users/* would match /identities/users/sasdemo, but would not match /identities/users/sasdemo/memberships. The double asterisk implies any length path after, so /identities/users/** would match both /identities/users/sasdemo and /identities/users/sasdemo/memberships.
--
Greg Wootton | Principal Systems Technical Support Engineer

View solution in original post

1 REPLY 1
gwootton
SAS Super FREQ
An asterisk is a wild card. A single asterisk is any URI at a single path, e.g. /identites/users/* would match /identities/users/sasdemo, but would not match /identities/users/sasdemo/memberships. The double asterisk implies any length path after, so /identities/users/** would match both /identities/users/sasdemo and /identities/users/sasdemo/memberships.
--
Greg Wootton | Principal Systems Technical Support Engineer

suga badge.PNGThe SAS Users Group for Administrators (SUGA) is open to all SAS administrators and architects who install, update, manage or maintain a SAS deployment. 

Join SUGA 

Get Started with SAS Information Catalog in SAS Viya

SAS technical trainer Erin Winters shows you how to explore assets, create new data discovery agents, schedule data discovery agents, and much more.

Find more tutorials on the SAS Users YouTube channel.

Discussion stats
  • 1 reply
  • 558 views
  • 2 likes
  • 2 in conversation