Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for principaltype (0.05 sec)

  1. cmd/bucket-policy.go

    		// For derived credentials, check the parent user's permissions.
    		username = cred.ParentUser
    	}
    
    	principalType := "Anonymous"
    	if username != "" {
    		principalType = "User"
    		if len(claims) > 0 {
    			principalType = "AssumedRole"
    		}
    		if username == globalActiveCred.AccessKey {
    			principalType = "Account"
    		}
    	}
    
    	vid := r.Form.Get(xhttp.VersionID)
    	if vid == "" {
    Registered: Sun Nov 03 19:28:11 UTC 2024
    - Last Modified: Fri May 24 23:05:23 UTC 2024
    - 8K bytes
    - Viewed (0)
  2. docs/iam/access-management-plugin.md

            "e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855"
          ],
          "X-Amz-Date": [
            "20220507T183141Z"
          ],
          "authType": [
            "REST-HEADER"
          ],
          "principaltype": [
            "Account"
          ],
          "signatureversion": [
            "AWS4-HMAC-SHA256"
          ],
          "userid": [
            "minio"
          ],
          "username": [
            "minio"
          ],
    Registered: Sun Nov 03 19:28:11 UTC 2024
    - Last Modified: Tue Dec 13 22:28:48 UTC 2022
    - 4.4K bytes
    - Viewed (0)
Back to top